| Author |
Message |
beckett New Member


Joined: Feb 17, 2004 Posts: 13
|
Posted:
Mon Aug 02, 2004 5:13 pm |
|
I am using Ravennuke v7.3 and just installed OSC2Nuke. Initially I received this error when I attempt to go into the Admin section of OSC2Nuke:
Fatal error: Call to undefined function: stripos_clone() in /home/online/public_html/modules.php on line 31
When I take out line 31 which is :if (stripos_clone($modstring,"&user=") AND ($name=="Private_Messages" || $name=="Forums" || $name=="Members_List")) header("Location: index.php");., I am able to enter the Admin section and all appears to be working. Will taking out this line have any adverse affects I am not aware of in the future on phpnuke or other modules?? Thanks. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 14943 Location: Kansas
|
Posted:
Mon Aug 02, 2004 7:53 pm |
|
See this post for some background . I'm contacting Chat to ask him to chime in here. |
|
|
|
 |
chatserv The Mouse Is Extension Of Arm

Joined: May 02, 2003 Posts: 1393
|
Posted:
Mon Aug 02, 2004 9:02 pm |
|
Your mainfile.php is missing the function, simply add it to mainfile.php right before the ending ?>
| Code: | function stripos_clone($haystack, $needle, $offset=0) {
return strpos(strtoupper($haystack), strtoupper($needle), $offset);
} |
|
|
|
|
 |
beckett New Member


Joined: Feb 17, 2004 Posts: 13
|
Posted:
Tue Aug 03, 2004 6:15 am |
|
Followed your instruction and no longer get the error. Thanks for the help and your efforts (and time) in making RavenNuke v7.3.
A final question. RavenNuke installs with Sentinel v1.2 and like the simplicity of this version. Is there a necessity for me to upgrade at this time? Does this version continue to offer adequate protection? Thanks again. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 14943 Location: Kansas
|
Posted:
Tue Aug 03, 2004 6:46 am |
|
v2.0 offers a very extensive configuration model. While v1.2 does offer adequate protection today, it will not be maintained after v2.0 is released. I would highly recommend that you upgrade once the final version is released. There will be a very detailed manual that will be released also, so that all things hidden shall be made manifest  |
|
|
|
 |
BobMarion Site Admin

Joined: Oct 30, 2002 Posts: 1037 Location: RedNeck Land (known as Kentucky)
|
Posted:
Tue Aug 03, 2004 9:06 am |
|
Once the final of 2.0.0 is release all older versions will disappear from NukeSrcipts.net as they will no longer be supported. They have remained in my downloads section only because the 2.0.0 so far have been RC's and not a final. |
|
|
|
 |
chatserv The Mouse Is Extension Of Arm

Joined: May 02, 2003 Posts: 1393
|
Posted:
Tue Aug 03, 2004 9:43 am |
|
2.0 offers enhanced simplicity plus it incorporates descriptions for each function so i'd say it's a must have.  |
|
|
|
 |
|
|
|
|