[release]SROEvolution RegPage Script

10/28/2010 14:09 Miki Maus#1
[Only registered and activated users can see links. Click Here To Register...]
10/28/2010 14:27 kokosas007#2
Thanks
10/28/2010 14:53 Xsense#3
I just quickly opened up create

Issues:
PHP Code:
$username $_POST["username"];
$password $_POST["pass1"];
$password2 $_POST["pass2"];

$pwdconv strtoupper(md5($password));

$captcha $_GET["recaptcha_response_field"];

$accountpath $accountfolderpath;
$path $accountpath $username '.ini'
Should be
PHP Code:
$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"]; 
I didnt check the rest of the script
only create, i will check later.

Best way is to post forward from mysql to mssql
Make a cron, that read / grabs from mysql user accounts
Then check 5 minutes for account_active = 0
And copy to mssql / set active 1
10/28/2010 14:55 Miki Maus#4
Quote:
Originally Posted by Xsense View Post
$pwdconv = strtoupper(md5($password));
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 :)

oh and that $accountpath can be really removed it's from my old version of this.. cba to remove lol
10/28/2010 14:56 Xsense#5
Quote:
Originally Posted by Miki Maus View Post
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 :)
No we removed that, you can view the changelog
[Only registered and activated users can see links. Click Here To Register...]
10/28/2010 15:12 Miki Maus#6
Quote:
Originally Posted by Xsense View Post
No we removed that, you can view the changelog
[Only registered and activated users can see links. Click Here To Register...]
well still it doesnt matter, it should read also the uppercase -.-
10/28/2010 18:53 xFlyer#7
I can't load php_mssql.dll file.. What I should do?

Krč..

[Only registered and activated users can see links. Click Here To Register...]
10/28/2010 18:57 Miki Maus#8
Learn to get it -.- use mother google
10/28/2010 19:29 xFlyer#9
Quote:
Originally Posted by Miki Maus View Post
Learn to get it -.- use mother google
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:
Quote:
Could not execute menu item (internal error)
[Exception] Could not perform service action:
The service has not been started
Any idea how to fix?
10/28/2010 21:13 lesderid#10
Quote:
Originally Posted by xFlyer View Post
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?
If your Windows theme wasn't a fail, I maybe would've helped you.
11/01/2010 18:37 nansif2#11
Quote:
Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\regpage\Config\Config.php on line 9
why ?
i put all correct
11/01/2010 20:11 Miki Maus#12
Quote:
Originally Posted by nansif2 View Post
why ?
i put all correct

Enable php_mssql addon in php.ini, either you will never be able to connect to db (except if you know how to use odbc)
11/01/2010 22:51 Dr.Abdelfattah#13
Quote:
Originally Posted by Miki Maus View Post
Enable php_mssql addon in php.ini
+1
11/02/2010 04:21 nansif2#14
are enable...
11/04/2010 19:58 MpOnE91#15
can anyone pls uplload the regpage?
the link is down -.-