03laceys
Members-
Posts
863 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by 03laceys
-
Re: [mccode] item images Thinking of adding this but how would it no what pic goes with what?
-
Re: Gold Fusion Wars for sale $5
-
Re: [TGM] Ammunition For Weapons [TGM] like the idea although i have seen this being sold before... looks nice though.
-
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:
-
Re: Login Logs Fully Work [FREE] mysql worked fine for me although i had to put it in manually
-
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
-
Re: account broken i also had this problem no email then the account dosn't work :)
-
Re: Login Logs Fully Work [FREE] i no lol
-
Re: Login Logs Fully Work [FREE] works good part from ip lol +1
-
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:
-
Re: Login Logs Fully Work [FREE] i will once ive added when severs back up :wink:
-
Re: Login Logs Fully Work [FREE] nice im adding this also
-
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
-
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
-
Re: Giving Item To All Users [FREE] mt post updated :wink: +1 4 u
-
Re: Giving Item To All Users [FREE] ty pspotential
-
Re: Stopping IP Transfers dno if it works my servers down but when its up im using this +1 thank you ever so much
-
Re: Giving Item To All Users [FREE] LOL AWW JUST FOR BEING A MAN AND ADMITING YOUR CRYING +1 LOL
-
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:)
-
Re: Giving Item To All Users [FREE] i didnot know that made any difference im using v1 so i cant even test
-
Re: Giving Item To All Users [FREE] post updated soul ty +1
-
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
-
Re: Gang Managers just bought this from silver its brill.. +1
-
Re: Menu on Left and Right Side div allign?
-
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