That's the message i got when i tried to login into admin.php after i upgraded.... i can't login anymore....... HELP ME!
nmh Nuke Soldier
Joined: Jun 15, 2003
Posts: 26
Posted:
Fri Dec 26, 2003 5:10 pm
nevermind, fixed it.
Crusader Sergeant
Joined: Oct 12, 2003
Posts: 108
Posted:
Mon Dec 29, 2003 5:59 am
what is the fix ?!
Guardian Sergeant
Joined: Apr 05, 2003
Posts: 94
Posted:
Sat Jan 03, 2004 6:26 am
I think it might have been in relation to a hack like this one for root/admin.php
Code:
$nastyGram = "<center>::<br />Thanks for providing me with your connection information!<br />You have been caught attempting to hack into the site and appropriate action will be taken.<br />::</center>";
$myPHPVersion = str_replace('.','',phpversion());
if ($myPHPVersion>=410) $checkMyUrl = $_SERVER['REQUEST_URI'];
else $checkMyUrl = getenv("REQUEST_URI");
if (preg_match("/\?admin/", "$checkMyUrl")) {
require_once("mainfile.php");
include("header.php");
OpenTable();
echo $nastyGram;
CloseTable();
include "footer.php";
die();
}
Shep Nuke Soldier
Joined: May 28, 2003
Posts: 22
Posted:
Mon Jan 05, 2004 4:20 pm
I don't see how you fixed it! I have same issue with the begone after upgrade - but have no hack. Can you let us know how you fixed it?
Shep
nmh Nuke Soldier
Joined: Jun 15, 2003
Posts: 26
Posted:
Mon Jan 05, 2004 5:26 pm
Shep wrote:
I don't see how you fixed it! I have same issue with the begone after upgrade - but have no hack. Can you let us know how you fixed it?
Shep
Well... at first i just changed my password to "password" you can do that from the database... it's in md5 code... you can find the code for it on this forum.... just search for "lost password" or something....
Anyway... i tried to login again... and still it didn't work with the standard password.
So i thought... lemme change my name into something simple and small... and i could login again...
What i found out is that in phpnuke 7 you can't have nickname with spaces.
Some of the members of my forum remade their accounts because they thought they had lost their password.
Shep Nuke Soldier
Joined: May 28, 2003
Posts: 22
Posted:
Mon Jan 05, 2004 6:11 pm
Actually you can have the space - there is also a fix for it here on the forums somewhere.
But I still can't log in on the regular side of things.
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