oh nice release
oh nice release
Hey, i did this and it says theres a error:
Fatal error: Call to undefined function odbc_connect() in /fiesta/index.php on line 104
any ideas? D: i changed the pw and user ithink the problem is in index.php ?
i have sis problem
$_POST[username], "Password"=>$_POST[password], ); for($i=0;$iis_valid_string($_POST[username]) && !$func->is_valid_string($_POST[password])) { $usernameP=$_POST[username]; $query = "SELECT * FROM [Account].[dbo].[tUser] WHERE [sUserID]='$usernameP'"; $q = odbc_exec($connection, $query); $qt = odbc_do($connection, $query); $i = 0; while(odbc_fetch_row($qt)) $i++; if($i>0) echo"$_POST[username], is already taken!"; else { $query = "INSERT INTO [Account].[dbo].[tUser] ([sUserID],[sUserPW],[sUsername]) VALUES('$_POST[username]','$_POST[password]','$_POST[username]')"; $q = odbc_exec($connection, $query); if($q) echo"Username, $_POST[username] has been registered!"; } } else echo"Please re-enter username and password, remove all special characters!"; } echo "
i did everything exactly as said and i get these two errors
Any ideas on how to fix this
Nice.
Hey guys, I decided to update this script look in the main post for new instructions and download.
This should fix your issues.
thanks a lot sir...this is what i need...
Hey thanks a lot :D
But is there any possibility to make this script public? ´cause I wont run it with hamachi.
thanks :D
Run Web Server on port 80.
Port forward port 80.
Rocket science.
Found this helpful. Thank you ;*
problem here..
when i try to register it returns a white value, i mean, it write nothing, just "return" link.
and registration not work..
how fix?
Last edited by KoreSound; 21-08-12 at 02:02 AM.
I was linking people here, but there is a better one. Fixed the link in the sticky. Need help with that make your on thread please.