Jump to content
MakeWebGames

stryker

Members
  • Posts

    146
  • Joined

  • Last visited

    Never

Everything posted by stryker

  1. Re: Item Market Problem how did you fix?
  2. Re: Item Market Problem it might be months before you have an answer for that prob, never got a straight answer myself
  3. Re: PHPBB mod RPG game - ADR + Rabitoshi rabbitoshi development was discontinued
  4. Re: [site Tools] Site Radio good code only works on ie doesn't work with firefox
  5. Re: [Free v1 & v2] Advanced Gang Logs Fatal error: Call to a member function on a non-object in ganglogs.php on line 37
  6. Re: Honor Awards v2 giving a url to where code is is not a good idea very easy to steal script
  7. Re: [FREE-v1.1]Steps market kyle you have an extra ?> on the bottom of your code
  8. Re: loll   you chat so much shit. every 5 minutes my msn was going off with you asking for help with it! Well lol give him some sense, I'd laugh if anyone used it. The worst thing i hate is when people say they make stuff when they dont. Distribution of my mods are not a problem for me, I get emailed there IP/server so they get tracked down. :) Best thing is they can't remove it because the PHP is encrypted. LMMFAO decryptions ius easy, don't brag that it can't be done, otherwise someone is going to decrypt it just to show you that it can be done. .........N00B
  9. stryker

    a question?

    Re: a question? i use www.phpfreaks.com
  10. Re: [mccode] Mining mod nvm i fixed it, for v2 add this to global_func.php   function get_mine() { global $db,$ir,$userid; if($ir['mine_exp'] >= $ir['mine_needed']) { $minexp=$ir['mine_exp']-$ir['mine_needed']; $ir['mine_level']+=1; $ir['mine_exp']=$minexp; $ir['mine_needed']=(int) (($ir['mine_level']+1)*($ir['mine_level']+1)*($ir['mine_level']+1)*2.2); $db->query("UPDATE users SET mine_level=mine_level+1,mine_exp=$minexp,mine_needed=mine_needed+1000,max_power=max_power+10 where userid=$userid"); } }   i added $db to it
  11. Re: [mccode] Mining mod i get this error on it   Fatal error: Call to a member function on a non-object in /home2/matt/public_html/swo/global_func.php on line 304
×
×
  • Create New...