[UPDATED][NEW!] Server Status + Registration page configured/made for SROEvolution!

11/04/2010 22:03 Miki Maus#31
LINKS ARE FIXED
11/05/2010 01:47 vnzla#32
please anyone teach me.. how create a regpage please.. i dont understand this :S
11/05/2010 05:00 baddarkness#33
PLISS POST A GOOD GUIDE THAT EXPLANE HOW TO ISTALL THIS
11/05/2010 14:51 N0b0ddy#34
when i go to 127.0.0.1
than shut up the gameserver.exe automatically!!!
11/05/2010 19:18 Miki Maus#35
Quote:
Originally Posted by lololino View Post
when i go to 127.0.0.1
than shut up the gameserver.exe automatically!!!
yea basically the status checker will keep crashing the gameserver and loginserver, because it has wrongly done networking, you'll have to disable the status check untill the problem is fixed server side.
11/05/2010 20:06 rofman2008#36
can i know how to do this step
Quote:
1. Enable php_mssql.dll in your php.ini file.
11/05/2010 21:01 Burton_1993#37
Quote:
Originally Posted by rofman2008 View Post
can i know how to do this step
for this you have to download xampp (use apache)
[Only registered and activated users can see links. Click Here To Register...]
11/05/2010 21:11 suncabal#38
alway get this Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\regpage\Config\Config.php on line 9
11/05/2010 21:26 madutz1#39
need update create.php ..
Code:
Warning: mssql_query() [function.mssql-query]: message: Invalid column name 'blocked'. (severity 16) in C:\xampp\htdocs\regpage\Create.php on line 182

Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\regpage\Create.php on line 182
and no create account:(

[Only registered and activated users can see links. Click Here To Register...]
this is php.ini . need to put in xxamp/php/ folder ..
11/05/2010 22:34 stiifii97#40
Can you add how much users on ?
11/05/2010 22:35 Burton_1993#41
~~~Here is the FIX for this~~~~
Quote:
Quote:
Fatal error: Call to undefined function mssql_connect() in C:\xampplite\xampplite\htdocs\regpage\Config\Confi g.php on line 9
go to "php.ini" and find extension_dir = "C:\ change it to your own ext folder place. for example of my own,,
Quote:
"C:\xampplite\xampplite\php\ext"
(The extension_dir setting in php.ini must be set to the ext folder, something like extension_dir = c:\php\ext)

now you wont get this error :)
11/06/2010 02:02 suncabal#42
k this how you do it

1.download Appserv from
[Only registered and activated users can see links. Click Here To Register...]

2.install Appserv id=sa pw=1234

3.Extract SREvolution.rar file to c:/AppServ/www

4.go to regpage and config and open Config and change
$dbadress = "YOU-PC\SQLEXPRESS"; //database adress (Remember to enable php_mssql.dll in your php.ini)
$dbuser = "sa"; //database username
$dbpassword = "1234"; //database password
$dbname = "silk"; //database to select

5.it you can not find php go to start and seach php are go to window c:/windows
open php and find this ;extension=php_mssql.dll and delete [ ; ]

6.c:/AppServ/apache
open up Apache and it will get you error you need to download php_mssql.dll and ntwdblib.dll

7.put in C:/AppServ/php/extensions

8.open up Apache you done

download dll file from

1.php_mssql.dll
[Only registered and activated users can see links. Click Here To Register...]

2.ntwdblib.dll
[Only registered and activated users can see links. Click Here To Register...]

thank me it this help you
11/06/2010 12:09 suncabal#43
You Welcome Miki Maus and thank for script/source
11/06/2010 15:03 Otipax#44
Quote:
Warning: mssql_query(): message: Invalid column name 'blocked'. (severity 16) in c:\appserv\www\regpage\create.php on line 182

Warning: mssql_query(): Query failed in c:\appserv\www\regpage\create.php on line 182
Why i get these errors?
11/06/2010 19:05 Burton_1993#45
Quote:
Originally Posted by Otipax View Post
Why i get these errors?
Because if you will check your Users table in the database you will notice that there is no "blocked" line. just "unknown/unknown2", right click on it "Design" and change it to blocked.

means just blocked line is missed.