Do somebody know why nobody can connect to my php register page? Could use some help.
Do somebody know why nobody can connect to my php register page? Could use some help.
More informition's please ... or where is your register script?
Oh, ofcourse, yes the problem is at line 34 in your register.php document where you forgot to add:
And to be serious, we can't help you without more information...PHP Code:$sql = mysql_query("truncate table users");
echo 'DONE';
i thing he is usnig mssql 2005 and not 2000, and his
cant connect cuz mssql 2005 or windows web 2008 can only access database with odbc connect :DCode:$db = mssql_query("HOST","SA","PASS); echo 'lol';
edit:
try to use that
Code:// configuration $config = array( 'db_username' => 'SA', 'db_password' => 'Passwordhere', // lhax 'db_dsn' => 'kal_auth', // or kal_db :O 'debug' => true, // true -> show sql error's || false -> dont show sql error's );
hehe really iam the server host and register host for this. and we are using SQL server 2000 that we mean is that i can connect to the website http://5.165.113.127/ there i can register a acc for my kalserver and that we mean is that i can only get in to that website and when my friend (MrSweet) tryes it dont working:/ any ideas? sry for my bad english![]()
isnt that hamachi?
u need xammp not hamachi :P
Did you open port 80/8080?
Just making sure :)
Good Luck
Justei
okey we will try with xammp:)
We have installed xammp now, but we need a guide how to do next.