Jump to content
MakeWebGames

Recommended Posts

  • Replies 57
  • Created
  • Last Reply

Top Posters In This Topic

  • 3 months later...
Posted

Nice mod :)

But im having problems with it inserting into the DB after one user has already bought drug materials. The first user, yes it works. But the 2nd it doesnt... I dont see where this error could be coming from as ive looked at the mysql query...

  • 3 months later...
Posted

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/.../public_html/drugmarket.php on line 85

this is line 85

echo "<td><a href="drugmarket.php?action=remove&ID=".abs((int) $itd[" target="_blank">Remove</a></td>";

im confused?

  • 4 weeks later...
Posted
Love the mod it looks damn good just have two issues with it

 

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 '=`addiction`+1,`expire`=10 WHERE `userid`=1' at line 1

Query was UPDATE `users` SET `addiction`,=`addiction`+1,`expire`=10 WHERE `userid`=1

when trying to use the drugs owned and it tells me:You are already on a drug at this moment. Please wait for the effects of that drug to expire before attempting to use another one.

 

also the other issue is that when purchasing drugs if someone else has already purchased the same drug it will take your cash and will not give your credit for the ones you have purchased so no one two members can purchase them at the same time.

for the second problem i think a solution is to change line 130 in druglab.php

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

with this line

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

  • 4 years later...
Posted (edited)

abs() is a function and (int) is a type for typecasting your value. It looks like to me it's supposed to be:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Edited by KyleMassacre

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