Register Error

Junior Spellweaver
Joined
Dec 15, 2008
Messages
124
Reaction score
40
Im recieving this error unpon trying to create an account.

Any ideas how 2 solve issue?



You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'id_planet' at row 1
INSERT INTO ugml_errors SET `username`='admin2', ' at line 5
 
Which release are you using? and can you post the code from reg.php?



Here is the info error,

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'id_planet' at row 1
INSERT INTO ugml_errors SET `username`='sidvishious', ' at line 5

Version Im Using Atm
Ogame V.05 Rox / Ver 1.0a


PHP:
<?php  //reg.php :: Registro v1.0 beta build.3


define('INSIDE', true);
$ugamela_root_path = './';
include($ugamela_root_path . 'extension.inc');
include($ugamela_root_path . 'common.'.$phpEx);

define('ADMINEMAIL',"[email protected]");
define('GAMEURL',"http://".$_SERVER['HTTP_HOST']."/");

includeLang('reg');


function sendpassemail($emailaddress, $password) {

$gamename = "GameO";
$staff = "Game System ";
$email = ADMINEMAIL;
$gameurl = GAMEURL;

$email = "($gameurl) Game Registrando em Processo!.

gameo.exofire.net!

Password: $password

Yours truly, $staff.
$gameurl";

$status = mymail($emailaddress, "OgameTr.Net
 
Last edited:
Back