[Only registered and activated users can see links. Click Here To Register...]
$username = $_POST["username"];
$password = $_POST["pass1"];
$password2 = $_POST["pass2"];
$pwdconv = strtoupper(md5($password));
$captcha = $_GET["recaptcha_response_field"];
$accountpath = $accountfolderpath;
$path = $accountpath . $username . '.ini';
$username = mysql_real_escape_string($_POST["username"]);
$password = mysql_real_escape_string($_POST["pass1"]);
$password2 = $_POST["pass2"];
$pwdconv = md5($password));
$captcha = $_GET["recaptcha_response_field"];
has to be like that because in db it sets the md5 has to uppercase, either the server doesnt read lowercase md5 password for some reason.. so i'm not wrong :)Quote:
$pwdconv = strtoupper(md5($password));
No we removed that, you can view the changelogQuote:
has to be like that because in db it sets the md5 has to uppercase, either the server doesnt read lowercase md5 password for some reason.. so i'm not wrong :)
well still it doesnt matter, it should read also the uppercase -.-Quote:
No we removed that, you can view the changelog
[Only registered and activated users can see links. Click Here To Register...]
Huh? To get what?Quote:
Learn to get it -.- use mother google
Any idea how to fix?Quote:
Could not execute menu item (internal error)
[Exception] Could not perform service action:
The service has not been started
If your Windows theme wasn't a fail, I maybe would've helped you.Quote:
Huh? To get what?
You mean this?:
[Only registered and activated users can see links. Click Here To Register...]
That biotch is in right place I think, so?
KK.. Fixed some..
left this:
Any idea how to fix?
why ?Quote:
Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\regpage\Config\Config.php on line 9