xampp problems help please.

05/06/2015 15:18 SecretHunter#1
Guys, I have a problem with xampp. I configured my files to 127.0.0.1 ip to run locally, but when I try [Only registered and activated users can see links. Click Here To Register...] it only lists blank page. Here are my xampp auth configs
ServerList5.php
Quote:
<?php
$serverList = 'NEWGAME|127.0.0.1|22100|3|3|1|0|0|0|TEST SERVER|';

HttpResponse::setData( $serverList );
HttpResponse::send();

?>
and

dbconn.php
Quote:
<?php
$serverName = "User-PC\SQLEXPRESS" ;
$uid = 'sa' ;
$pwd = '1234' ;

$connectionInfo = array( "UID" => $uid ,
"PWD" => $pwd ,
"Database" => "RohanUser"
);

$oConn = sqlsrv_connect( $serverName, $connectionInfo);
if( $oConn === false ) {
// print_r( sqlsrv_errors(), true);
die (-1000); # Unable to connect to the database
}

?>
05/14/2015 06:16 torndes2#2
are you running your server on vmware or not?
05/14/2015 08:42 oziel235#3
How do you know that this is a problem? you can enter the game?
Here also it does not look, but I have normal access to the server.

Please rephrase your question.
If you have Xampp configuration problems send a ticket to the xampp support
05/14/2015 08:46 SecretHunter#4
Quote:
Originally Posted by torndes2 View Post
are you running your server on vmware or not?
I dont use vmware. (dont know how)

Quote:
Originally Posted by oziel235 View Post
How do you know that this is a problem? you can enter the game?
Here also it does not look, but I have normal access to the server.

Please rephrase your question.
If you have Xampp configuration problems send a ticket to the xampp support
I fixed this problem but now when i type my id and pass to login in game it show a verification code and then gate server connect failed 3002 at character select screen. If u can help me to fix please?
05/14/2015 09:06 oziel235#5
some thoughts:
- The User is not authenticating.

Check RohanAuth/ files.php and DB.

In some remote cases: Your rohanclient.exe is another version.