I downloaded the newest Google Tap .htaccess/header.php/footer.php from cvs.nukecops.com, renamed my old files, and replaced them with the new ones.
Afterwards, I received the following error(s):
Warning: footmsg(serverload.php): failed to open stream: No such file or directory in /home/smarterv/.panel/web/portal/cms/footer.php on line 48
Warning: footmsg(): Failed opening 'serverload.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/smarterv/.panel/web/portal/cms/footer.php on line 48
Fatal error: Call to undefined function: serverload() in /home/smarterv/.panel/web/portal/cms/footer.php on line 49
I found a post saying to dowload the serverload.php, and put it in the includes folder, that didn't do the trick. I put the serverload.php into my root directory, and those errors are gone, but I'm left with the following:
Is there code I need to use to create those tables in phpMyadmin? I'm guessing that's it, I saw an earlier post saying it was forgotten from nuke.sql, but I just want the tables for the serverload to work.
Last edited by smatervegas on Mon Oct 20, 2003 4:32 pm; edited 2 times in total
chatserv General
Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
Posted:
Wed Oct 15, 2003 8:41 pm
Code:
CREATE TABLE nuke_serverload (
time int(14) NOT NULL default '0'
) TYPE=MyISAM COMMENT='Table for serverload.php script.';
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
smatervegas Corporal
Joined: Oct 03, 2003
Posts: 52
Location: Surrey, ND
Posted:
Wed Oct 15, 2003 11:18 pm
That did the trick.
Thanks a bunch
smatervegas Corporal
Joined: Oct 03, 2003
Posts: 52
Location: Surrey, ND
Posted:
Thu Oct 16, 2003 8:34 am
Ok, maybe I still have some problems ...
Now, when I go into my forums and click on one of the categories, it goes to a 404 error page. Did I miss something? I renamed the old files back for now, but I'd like to get that Google Tap working properly.
Thanks in advance, your help is greatly appreciated (as always).
I believe u did sessions.php wrong. go get the google tap that they released the other day and use dat which dosent use sessions.php just header and footer
_________________
smatervegas Corporal
Joined: Oct 03, 2003
Posts: 52
Location: Surrey, ND
Posted:
Sun Oct 19, 2003 10:12 pm
I had just tried again tonight, I went and re-downloaded all the files, uploaded and renamed them, and when I go into the forums, I get nothing. It's changing the URL to forums.html now
Audioslaved Elite Nuker
Joined: Jun 14, 2003
Posts: 420
Location: Hawaii and The Fan Forum
Posted:
Sun Oct 19, 2003 10:46 pm
What kind of error are you getting? can you get to the forums by using the modules.php?name= path instead of using the Googletap path.
I just get a 404 error, page not found (because of the url showing forums.html I imagine).
Yes, I just tried it again, and when I put
modules.php?&name=Forums
in the url instead, and it does bring up my forums.
Audioslaved Elite Nuker
Joined: Jun 14, 2003
Posts: 420
Location: Hawaii and The Fan Forum
Posted:
Sun Oct 19, 2003 11:16 pm
what is the URL to your website?
what version of nuke are you using?
which google tap are you using? One from the front page or the cvs?
The only portion you need to put in your footer for Google Tap to work is this
Code:
$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
Ok, I am running PHP Nuke 6.5
My website is: www.smartervegas.com
I downloaded the files from CVS
I did all the steps you mentioned above (though I already had the function areyouabot in my sessions.php).
I can get into the main forums area, but when I click on a forum name, it doesn't come up (converting the forum to an html file (e.g. forum13.html)).
Cannot access web links, downloads, reviews, submit news, sections, stories archive, top ten, topics, & none of the forums, just the main forums screen.
Will leave as is for a little while, but don't want to leave my site non-functioning, so if anyone can help me out, it would be greatly appreciated.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum