-
Posts
3,713 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Zero-Affect
-
Re: Mining V2 Converted Yeah good effort mate
-
Re: Main Menu Tezza*
-
Re: [mccode] Profile Signatures nice...
-
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
-
Re: Free 2 - Roulette must have took you ages to make this nice work hun
-
Re: [mccode] Delete all events 8-)
-
Stop Auto Refreshers and multi IP logins
Zero-Affect replied to misterme's topic in Free Modifications
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 -
Re: [v2]Reset Specific User[v2] Nice idea goes with the example for resetting all users without deleting i edited not long back
-
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
-
Re: Advance Search {V2} i like this maybe ill make my own later n post it since this isn't that good no offense...
-
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
-
Re: battlearena yall talk about there being bugs in coding yet yall wait for someone else to fix it... :lol: ok then...
-
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...
-
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.
-
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.
-
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
-
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...
-
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...
-
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
-
Re: stop same ip transfers damn your one clever woman :lol: and i love you 2 kyle:P
-
Re: Advanced RentASpy[V2] yeah :lol:
-
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
-
Re: Profile Music Oh well great job anyways mate
-
Re: new login.php So has two people have actually said... what does it look like?
-
Re: Profile Music Eww i hate this modification no offense intended but what is the point in music on a profile? laggy and disturbing...