I'm not sure what you're posting exactly. I assume you are talking about changes from the Nuke Patched to Nuke Patched Core. As this is a combination of 7.6, 7.7, and 7.8, you may see some code that is not directly used in your version. This allows easy patching and upgrading though, as you'll see if you are running on our CVS.
config.php - yes, this line is not used in phpNuke 7.6. You can ignore it.
modules/Your_acount/index.php - yes, this function is not used in phpNuke 7.6
includes/javascript.php - yes, there is no file in 7.6. This is only used in phpNuke 7.7 and later. You can ignore it _________________ Evaders99 Webmaster Administrator Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -
It seems that your host does not allow this function to be used.
To suppress these errors,
Code:
ini_set('display_errors', 1);
TO
@ini_set('display_errors', 1);
Code:
ini_set('display_errors', 0);
TO
@ini_set('display_errors', 0);
_________________ Evaders99 Webmaster Administrator Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -
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