Jump to content
MakeWebGames

Battltent Mysql


Blackdogg

Recommended Posts

Hi i was wondering if anyone had he mysql for the battle tent as i foolishlyleft my kids on the pc and i hadnt shut phpmyadmin now mybattle tent dont work as they have deleted the mysql for it here is the querry error im getting thanks in advance Bd

UERY ERROR: Table 'challengebots' doesn't exist

Query was SELECT cb.*,u.*,c.npcid,cy.cityname FROM challengebots cb LEFT JOIN users u ON cb.cb_npcid=u.userid LEFT JOIN challengesbeaten c ON c.npcid=u.userid AND c.userid=1 LEFT JOIN cities cy ON u.location=cy.cityid

Link to comment
Share on other sites

Re: Battltent Mysql

Do you have a mysql insert into query in that script? You can uses them sometimes to work out what the column are are re-make the table.

might take 10/20 mins to get it right but i've done it for one of my tables in the past

Link to comment
Share on other sites

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...