Jump to content
MakeWebGames

03laceys

Members
  • Posts

    863
  • Joined

  • Last visited

Everything posted by 03laceys

  1. Re: [mccode] item images Thinking of adding this but how would it no what pic goes with what?
  2. Re: Gold Fusion Wars for sale $5
  3. Re: [TGM] Ammunition For Weapons [TGM] like the idea although i have seen this being sold before... looks nice though.
  4. Re: Login Logs Fully Work [FREE] just looked at the logs the time or date is not changing all its basically doing is loging the names of people that has logged in not the time date and ip witch you know. :cry:
  5. Re: Login Logs Fully Work [FREE] mysql worked fine for me although i had to put it in manually
  6. Re: Viewuser.php Edit zaver i had same problem although not with oxi's mod i fixed it but cant remember how as that was when i was using stolen v2 codes
  7. Re: account broken i also had this problem no email then the account dosn't work :)
  8. Re: Login Logs Fully Work [FREE] i no lol
  9. Re: Login Logs Fully Work [FREE] works good part from ip lol +1
  10. Re: [mccode] Poker Script for v1 ok on my poker scirpt i think it was the old 1 tho everytime you entered the room you won so all you has to do was enter play once exit enter play once exit and so on to gain the chips and get cash for them... second one was you could go into minus money when buying chips. i probs have the old script tho :wink:
  11. Re: Login Logs Fully Work [FREE] i will once ive added when severs back up :wink:
  12. Re: Login Logs Fully Work [FREE] nice im adding this also
  13. Re: Giving Item To All Users [FREE] sorry i forgot lol thats the first time i have i think im getting old lol anyways done it now
  14. Re: Stopping IP Transfers $m=$db->query("SELECT * FROM users WHERE userid={$_POST['user']} LIMIT 1"); $rm=$db->fetch_array($m); if($rm['ip'] == $ir['ip']) { Die("No sending to people on the same IP."); } try that
  15. Re: Giving Item To All Users [FREE] mt post updated :wink: +1 4 u
  16. Re: Giving Item To All Users [FREE] ty pspotential
  17. Re: Stopping IP Transfers dno if it works my servers down but when its up im using this +1 thank you ever so much
  18. Re: Giving Item To All Users [FREE] LOL AWW JUST FOR BEING A MAN AND ADMITING YOUR CRYING +1 LOL
  19. Re: Giving Item To All Users [FREE] there is no reason for me +1 you as i didnt use it i +1 soul for helping me help others. but i do plus 1 u on other things:)
  20. Re: Giving Item To All Users [FREE] i didnot know that made any difference im using v1 so i cant even test
  21. Re: Giving Item To All Users [FREE] post updated soul ty +1
  22. Re: Giving Item To All Users [FREE] V2 open staff_items.php and add case 'massitemgive': mass_give_item(); break; case 'massitemgivesub': mass_give_item_sub(); break; where the cases are later find $h->endpage(); ?> before add function mass_give_item() { global $db,$ir,$c; print "<h3>Giving Item To All Users</h3> <form action='staff_items.php.php?action=massitemgivesub' method='post'> Item: ".item_dropdown($c,'item')." Quantity: <input type='text' name='qty' value='1' /> <input type='submit' value='Mass Send' /></form>"; } function mass_give_item_sub() { global $db,$ir,$c; $q=db->query("SELECT * FROM users WHERE fedjail=0",$c); while($r=mysql_fetch_array($q)) { db->query("INSERT INTO inventory VALUES('',{$_POST['item']},{$r['userid']},{$_POST['qty']})",$c) or die(mysql_error()); event_add($r['userid'],"The popliation has just bin given an item {$_POST['item']}, Click [url='inventory.php']Here[/url] to check.",$c); print "Item Sent To {$r['username']}</br>"; } print " Mass item sending complete!</br> Theres no need to send a mass mail because they just got an event."; }   now open smenu.php and the link where you want it [[url='staff_items.php?action=massitemgive']Mass Give Items[/url]]   should work :) updated ty souldeath
  23. Re: Gang Managers just bought this from silver its brill.. +1
  24. Re: Menu on Left and Right Side div allign?
  25. Re: [LITE][FREE] Bank nothing crazy-t lir is basically the first lot of codes written very buggy and not many features but no difference in the code really
×
×
  • Create New...