Jump to content
MakeWebGames

Recommended Posts

Posted

I know it worked right off the bat in stock MCCraps, and I'm fairly confident in saying that a file rename wouldn't break a script like that. (The file name changed, not the logic, right?)

See if you gave $odata['username'] another value somewhere to cause it to derp.

Posted

Suggestion: Make MySQL do the majority of the work here..

$odata_sql = 'SELECT `userid`, `hp`, `infirmary`, `jail` `username`, `gang`, `location`, `maxhp`, `gender` `guard`, `agility`, `strength`
FROM `users`
NATURAL JOIN `userstats`
WHERE `userid` = '.$_GET['ID'];
$q = $db->query($odata_sql);
//[...]

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