Jump to content
MakeWebGames

Recommended Posts

Posted

Hello I am new and I am reciving crime error mails when trying to make new crimes.

Here:

QUERY 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 ' 0 ...ect bla bla...

And how do I change the sucess % for crimes ?

Please help quick :)

Posted

Re: Help V2 Crime error

I can also not add cities, I click in the details and press add and the page flashes as if its added and back to add cities.

Crimes fixed but I still can not add cities!!!

Posted

Re: Help V2 Crime error

TY for replay!! I can simply not get the system to add any cities..

I got every thing working but the game does not want to add new cities.. i type in detailes then press enter and it just goes back to same page with blank box ... so its as if the page just refreshes when i press enter or make city!! :S

Posted

Re: Help V2 Crime error

do you have this is your staff cities

$db->query("INSERT INTO cities VALUES(NULL, '$name', '$desc', '$minlevel', '$travtime')");

print "City {$name} added to the game.";

Posted

Re: Help V2 Crime error

 

do you have this is your staff cities

$db->query("INSERT INTO cities VALUES(NULL, '$name', '$desc', '$minlevel')");

print "City {$name} added to the game.";

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...