SW:Rebellion NetworkHosted by the SW:Rebellion Network
Welcome to Evaders Squadron Coding [ESC]
Home Forums Nuke Patched Core Coding Services Webmaster Services Personal
  Login/Create an Account    

Forums
· Forums FAQ
· Search
· Usergroups
· Profile
· Private Messages

Support Us
This site runs with your support. Please donate:

User Info/Login
Welcome, Anonymous
Nickname
Password
Security Code: Security Code
Type Security Code

(Register)
Membership:
Latest: cygnus
New Today: 0
New Yesterday: 2
Overall: 9113

People Online:
Visitors: 12
Members: 0
Total: 12

Link to Us

Affliates
RPG Boards Hosting

Evaders Squadron Coding [ESC] :: View topic - Latest PATCHED 7.6
Latest PATCHED 7.6

 
Post new topic   Reply to topic    Evaders Squadron Coding [ESC] Forum Index -> Nuke Patched Core 7.6/7/8 + 7.5
View previous topic :: View next topic  
Author Message
diyadin2
Newbie
Newbie


Joined: Sep 17, 2005
Posts: 3

PostPosted: Sun Sep 18, 2005 4:34 am    Post subject: Latest PATCHED 7.6 Reply with quote

heloo

last patched 7.6
config.php
Code:
$advanced_editor = 0;


modules/Your_acount/index.php


Code:
function change_karma


icludes/javascript.php
Code:
if (file_exists("includes/tiny_mce/tiny_mce.js")) {


7.6 There isn't Such function that.


sorry : I KNOW VERY LITTLE ENGLISH
Back to top
View user's profile Send private message Visit poster's website
Evaders99



Joined: Jan 11, 2002
Posts: 3063
Location: USA

PostPosted: Sun Sep 18, 2005 8:38 pm    Post subject: Reply with quote

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
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
diyadin2
Newbie
Newbie


Joined: Sep 17, 2005
Posts: 3

PostPosted: Fri Sep 23, 2005 6:48 am    Post subject: Reply with quote

Warning: ini_set() has been disabled for security reasons in ....mainfile.php on line 239

what is this mistake?
Back to top
View user's profile Send private message Visit poster's website
Evaders99



Joined: Jan 11, 2002
Posts: 3063
Location: USA

PostPosted: Fri Sep 23, 2005 9:40 am    Post subject: Reply with quote

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
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    Evaders Squadron Coding [ESC] Forum Index -> Nuke Patched Core 7.6/7/8 + 7.5 All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

^Top
Home Your Account Forums Downloads F.A.Q. Submit News Hosting Contact Us

© 2005 - 2007 by Evaders99. All Rights Reserved.
All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters.
You can syndicate our news using the file backend.php
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.
PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 10.5 Seconds