Will version 2.6 work with it? I believe I have the most updated version of Platinum, but how would I know....and can it even be upgraded?
Snoboreders Nuke Soldier
Joined: Jun 30, 2005
Posts: 31
Posted:
Tue Jul 26, 2005 11:12 am
How do I "Apply CHMOD 666 or 644"
Seems instructions are always lacking a step or two...any other novice notice that?
For 7.6 (Platinum as well)
The present Googlifier rewrite scheme works perfectly well with Php-Nuke 7.6 as verified here. The htaccess file remains the same, the header.php IN and OUT part should be copied from the old header into the new one, and the new footer.php modified in its bottom part to look like your old footer.php, I mean
FIND foot();
and REPLACE it with
$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();
Has anybody successfully uploaded it with 7.6 or Platinum before?
If so, did you notice that you lost your image in your header?
Evaders99 Site Admin
Joined: Aug 17, 2003
Posts: 12383
Posted:
Tue Jul 26, 2005 6:02 pm
In your FTP client, there should be an option to CHMOD or set file permissions
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