| Author |
Message |
NSN-Germany
Nuke Soldier


Joined: Feb 14, 2003
Posts: 31
Location: Germany
|
Posted:
Mon Feb 24, 2003 1:21 pm |
  |
Okay. You should have them in your mail-account but I now uploaded them as well. |
_________________ Christian Einig
NukeScripts Network Germany |
|
    |
 |
NSN-Germany
Nuke Soldier


Joined: Feb 14, 2003
Posts: 31
Location: Germany
|
Posted:
Mon Feb 24, 2003 3:41 pm |
  |
Did you get the files?
But I think, they are correct. I used them on my other site, and they worked. The problem on that other was just, the AllowOverride was not set to "All". So the .htaccess didn't work.
But on nukescripts.de it works. Just those link-replacements won't run. So I think it is not a problem with the header.php or footer.php and it is not a server-issue, but much more a problem with this navbar.
I already asked Bob, but he also doesn't know why it won't run.
I'm really going crazy with that thing. Many webmasters I know are using this great tool, but it doesn't like me as it seems.
E.g. bueromaterial.com is using exact the same modifications and as you can see it works. |
_________________ Christian Einig
NukeScripts Network Germany |
|
    |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Mon Feb 24, 2003 3:48 pm |
  |
Which email did you send it to?
If you have duplicated the same procedural installation and it doesn't work at your nukescripts regional site then I suggest disabling the navbar just for testing. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
NSN-Germany
Nuke Soldier


Joined: Feb 14, 2003
Posts: 31
Location: Germany
|
Posted:
Mon Feb 24, 2003 3:50 pm |
  |
I have mailed the files to zx@nukecops.com and they are uploaded to the site here.
Yes, disabling the navbar is a good idea. I will try it. |
_________________ Christian Einig
NukeScripts Network Germany |
|
    |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Mon Feb 24, 2003 3:56 pm |
  |
Ok Christian, let me know. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
NSN-Germany
Nuke Soldier


Joined: Feb 14, 2003
Posts: 31
Location: Germany
|
Posted:
Mon Feb 24, 2003 4:04 pm |
  |
I tried to disable the navbar, but it still didn't work.
So, it's not the navbar.
Is there anything I could have forgotten? Any variable, that has to be set as global in any function? |
_________________ Christian Einig
NukeScripts Network Germany |
|
    |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Mon Feb 24, 2003 5:02 pm |
  |
Let me look... |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
NSN-Germany
Nuke Soldier


Joined: Feb 14, 2003
Posts: 31
Location: Germany
|
Posted:
Mon Feb 24, 2003 5:13 pm |
  |
what? the site with the navbar disabled? |
_________________ Christian Einig
NukeScripts Network Germany |
|
    |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Mon Feb 24, 2003 5:19 pm |
  |
No, at your files that you uploaded. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
NSN-Germany
Nuke Soldier


Joined: Feb 14, 2003
Posts: 31
Location: Germany
|
Posted:
Mon Feb 24, 2003 5:21 pm |
  |
|
    |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Mon Feb 24, 2003 5:26 pm |
  |
Yeap thanks... tied up for the moment on a nukephpbb release for RC2 hopefully tonight. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
NSN-Germany
Nuke Soldier


Joined: Feb 14, 2003
Posts: 31
Location: Germany
|
Posted:
Mon Feb 24, 2003 5:30 pm |
  |
You don't have to hurry. I am occupied with that problem for several days, so it doesn't matter, if it works tomorrow or next month.
Thanks for your help till now. |
_________________ Christian Einig
NukeScripts Network Germany |
|
    |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Thu Feb 27, 2003 9:47 pm |
  |
Try instead of this in your footer.php:
foot();
$contents = ob_get_contents(); // store buffer in $contents
ob_end_clean(); // delete output buffer and stop buffering
echo replace_for_mod_rewrite($contents); //display modified buffer to screen
global $dbg_starttime;
Place the "foot();" after it:
$contents = ob_get_contents(); // store buffer in $contents
ob_end_clean(); // delete output buffer and stop buffering
echo replace_for_mod_rewrite($contents); //display modified buffer to screen
global $dbg_starttime;
foot();
I have to use both ways for the two sites I have. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
NSN-Germany
Nuke Soldier


Joined: Feb 14, 2003
Posts: 31
Location: Germany
|
Posted:
Sat Mar 01, 2003 10:48 am |
  |
You are right! This was the problem. Now it works.
Looking to the code I can't believe that this also works on some sites with the foot(); before the rewrite-code.
Next time we meet, I'll pay the bill for the drinks.
Now I will add parts of the code from google-tap to my files to get the full functionality. |
_________________ Christian Einig
NukeScripts Network Germany |
|
    |
 |
NSN-Germany
Nuke Soldier


Joined: Feb 14, 2003
Posts: 31
Location: Germany
|
Posted:
Sat Mar 01, 2003 5:08 pm |
  |
Now I have a problem with the download-links. Most of them are rewritten correctly, but some of them aren't.
Take a look at nukescripts.de. In the left blocks you find the block "Die neuesten Downloads". There you see the problem. (The code used here is that from google-tap beta 0.60). |
_________________ Christian Einig
NukeScripts Network Germany |
|
    |
 |
|
|