Home :: Forums :: Register :: Sign In :: Links :: Downloads :: Shop
You are not signed in. Please sign in. If you have not registered, please click here.
Search found 4 matches
Codezwiz Forum Index » Search » Search found 4 matches
Author Message
Topic: Recent mainfile.php errors in admin mode
Julies

Replies: 7
Views: 3980

PostForum: General PHP Nuke Help   Posted: Mon Jun 14, 2010 8:44 pm   Subject: Recent mainfile.php errors in admin mode
The function eregi will be gone in PHP 5.3.+ so it may be best to use something else.

Since it is only a PHP warning you can add a check to see if it is an array and then work with it if it is.
...
Topic: Recent mainfile.php errors in admin mode
Julies

Replies: 7
Views: 3980

PostForum: General PHP Nuke Help   Posted: Sun Jun 13, 2010 9:46 pm   Subject: re: Recent mainfile.php errors in admin mode
I made the change and uploaded the file and still got this

Warning: eregi() expects parameter 2 to be string, array given in /usr/home/myusername/public_html/mainfile.php on line 118
...
Topic: Recent mainfile.php errors in admin mode
Julies

Replies: 7
Views: 3980

PostForum: General PHP Nuke Help   Posted: Sun Jun 13, 2010 5:35 pm   Subject: re: Recent mainfile.php errors in admin mode
function makePass() {
$cons = "bcdfghjklmnpqrstvwxyz";
$vocs = "aeiou";
for ($x=0; $x < 6; $x++) {
mt_srand ((double) microtime ...
Topic: Recent mainfile.php errors in admin mode
Julies

Replies: 7
Views: 3980

PostForum: General PHP Nuke Help   Posted: Sat Jun 12, 2010 12:27 pm   Subject: Recent mainfile.php errors in admin mode
I am currently running
Nuke 7.8

I have not made any changes to site recently and one of my admins informed me of an error he was getting every time he tried to change the permissions of a user in ...
 
Codezwiz Forum Index » Search » Search found 4 matches

Jump to