Jump to content
MakeWebGames

iPanel

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by iPanel

  1. Hy When i want to login in my game i receive the following message:   There is an error authenticating the status of this script.   script: the basic ravan mmorpg. what the problem? Thanks!
  2. and now?   $db->query("INSERT INTO users (username, display_pic, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( '{$username}', 'http://{$_SERVER['HTTP_HOST']}/images/avatar.gif', '{$username}', md5('{$_POST['password']}'), 1, $sm, 0, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, '{$_POST['gender']}', unix_timestamp(), '{$_POST['email']}', -1, '$IP', '$IP')"); $i=$db->insert_id(); event_add($i, 'Hey there, this is an annoying event which I hate but admins love to put on their games.'); $db->query("INSERT INTO userstats VALUES($i, 10, 10, 10, 10, 10, 5)");
  3. no errors.. simple not working i added like this..   $db->query("INSERT INTO users (username, display_pic, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( '{$username}', 'http://{$_SERVER['HTTP_HOST']}/images/avatar.gif', '{$username}', md5('{$_POST['password']}'), 1, $sm, 0, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, '{$_POST['gender']}', unix_timestamp(), '{$_POST['email']}', -1, '$IP', '$IP')"); event_add($i, 'Hey there, this is an annoying event which I hate but admins love to put on their games.'); $i=$db->insert_id(); $db->query("INSERT INTO userstats VALUES($i, 10, 10, 10, 10, 10, 5)");   right?
  4. not working
  5. Hy! I want to know, how to add an event or mail for new registration. Thanks :)
  6. when i add the echo the error message not appear, and i not see nothing, but if i delete echo the error message will back
  7. I added   and returns 0 changed the line 146 and: An error has occurred, please go back and try again.
  8. Thanks man it works! But i received another error when i press the add to auction button... An error has occurred, please go back and try again.
  9. when i press the add to auction button i receive the following error Unknown column 'it.itmi d' in 'field list'
  10. I give a blank page.. why?
×
×
  • Create New...