Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. Re: Mining V2 Converted Yeah good effort mate
  2. Re: Main Menu Tezza*
  3. Re: [mccode] Profile Signatures nice...
  4. Re: [v1] House Tax i had a problem like that sticking in like $h=$db->fetch_row($db->query("SELECT * FROM users WHERE userid=$userid")); be simple problem i suppose why it wont work i just don't have time lol
  5. Re: Free 2 - Roulette must have took you ages to make this nice work hun
  6. Re: [mccode] Delete all events 8-)
  7. Re: Stop Auto Refreshers and multi IP logins i love php nuke i got my idea for blocks from that brilliant php engine but evo is the best lol
  8. Re: [v2]Reset Specific User[v2] Nice idea goes with the example for resetting all users without deleting i edited not long back
  9. Re: Mining V2 Converted i fixed this like 4 month ago but i wont post it cause i don't believe it to be a free modification would have to check on that its actually quiet simple to convert and fix the little errors in it
  10. Re: Advance Search {V2} i like this maybe ill make my own later n post it since this isn't that good no offense...
  11. Re: Advanced RentASpy[V2] Simple to do really just make the cost like so Find:   if($_GET['PAID']>$ir['money']) { die("You don't have enough cash to rent a spy on {$r['username']}."); }   Add Below: if($ir['energy'] < $energy) { print "You Need $energy Energy before you can do this."; $h->endpage(); exit; }   Change All: $cost=$r['level']*2000;   To: $money=$ir['level']*1000 $energy=$ir['level']*5   Change: <input type='hidden' name='PAID' value='$cost' />   To: <input type='hidden' name='PAID' value='$money' />   Note: if i have made any mistakes please let me know i did this without testing Also if used please give props. FIXED
  12. Re: battlearena yall talk about there being bugs in coding yet yall wait for someone else to fix it... :lol: ok then...
  13. Re: Steps Market [V2] Lol n maybe add something in day cron like this: $db->query("TRUNCATE TABLE stepsmarket"); stops people saving there steps up in market...
  14. Re: Advanced RentASpy[V2] Actually its the 7th line if($ir['donatordays']) { die("You have to be a donator to do this!"); } take it out if you don't want it has a donator option.
  15. Re: Advanced RentASpy[V2] Simple to do really just make the cost like so Find: if($_GET['PAID']>$ir['money']) { die("You don't have enough cash to rent a spy on {$r['username']}."); }   Add Below: if($ir['energy'] < $energy) { print "You Need $energy Energy before you can do this."; $h->endpage(); exit; }   Change All: $cost=$r['level']*2000;   To: $money={$ir['level']}*1000 $energy={$ir['level']}*5   Change: <input type='hidden' name='PAID' value='$cost' />   To: <input type='hidden' name='PAID' value='$money' />   Note: if i have made any mistakes please let me know i did this without testing Also if used please give props.
  16. Re: [MCCODE]Revamped login.php[V1] Blah   $blah=$db->fetch_row($db->query("SELECT * FROM users WHERE userid=$userid")); print "{$blah['username']}";   you change $userid into whatever the function is that gets the users id
  17. Re: [mccode] donator day market for v2 why so many posts over something that ain't even worth adding just do a send donator day function add a rule that scammers will be banned or w.e get afew good assistants and there you <censored> go damn...
  18. Re: Advanced RentASpy[V2] User: http://criminalexistence.com/ceforums/i ... ile;u=4686 Owner of: http://www.illegal-intent.com proof: Watch out for people who don't follow personal post rules...
  19. Re: Mass Mail error mysql_query("UPDATE users SET new_mail=new_mail+1 WHERE user_level>0") or die(mysql_error()); add that in the mass mail coding under where it sends the mail sql coding and it should work
  20. Re: stop same ip transfers damn your one clever woman :lol: and i love you 2 kyle:P
  21. Re: Advanced RentASpy[V2] yeah :lol:
  22. Re: [v2]Attack Ban[v2]   Try this...   else if ($odata['user_level'] == 2 || $odata['user_level'] == 3 || $odata['user_level'] == 4) { print"You cannot attack a member of Staff [url='index.php']> Back[/url] "; $h->endpage(); exit; } i ain't tested it so might not work but yeah thats off the top of my head... since user level 5 is npc bots
  23. Re: Profile Music Oh well great job anyways mate
  24. Re: new login.php So has two people have actually said... what does it look like?
  25. Re: Profile Music Eww i hate this modification no offense intended but what is the point in music on a profile? laggy and disturbing...
×
×
  • Create New...