Jump to content
MakeWebGames

Recommended Posts

Posted

so for some people that have a huge amount of listing for crystals and want to clean it up use this code, you can set the number of listing it will show per page, i like to keep things a little cleaner and use 15 - 20 listing per page.

 

You're unable to view this code.

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

 

I should also say, i have modded my game a lot, and the banks are open when you join .... so you will have to change this

$db->query("UPDATE users SET bankmoney=bankmoney+{$r['cmPRICE']} where userid={$r['cmADDER']}"); (line 98)

to

$db->query("UPDATE users SET money=money+{$r['cmPRICE']} where userid={$r['cmADDER']}");

  • 2 months later...

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