Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. Re: [mccode v2] Annoucements Upgrade! Who is Alan? Who pretended to be a girl? Did Michael finally learn how to code? Ideas consisting of reasonable context or just any ideas? Just thought if i was a little confused others also maybe.
  2. Re: [v2] SMS Messaging System could you elaborate on 'no extra charges' does that mean it costs firstly and none will be put ontop or that it's free to use. Nice by the way i assumed Cronus would post due to his site having a similar kind of thing with afew edits so will mine:)
  3. Re: [mccode v2] Annoucements Upgrade! I actually believe the question is whats insecure about this mod... from what i can see it looks pretty ok
  4. Re: [mccode v2] Annoucements Upgrade! interesting... +1
  5. Re: [mccode v2] Annoucements Upgrade!   Maybe because thats where he got the idea? -.- so Zero hows KC these days xD it was my understanding that my game does better than yours now in donations and in usersonline :P I never knew you could actually understand anything so good work with that, atleast my website will have my modification rather than your site which has everyone elses:) I know he got the idea from me just don't get why he gave it for free to noobs like you
  6. Re: [mccode v2] Annoucements Upgrade! Karlos why does this remind me of my announcements lol the ideas... the one i created about 4 month ago lol
  7. Re: [mccode v2] Steal (Money / Crystals) [$10.00] kk Contact me on MSN
  8. Re: [mccode] Advanced Merit System [$10.00] Unlike the other "Merit Systems" this automatically gives the merit when you gain a level rather than the user having to click claim or anything of that kind. Therefore more advanced than others made making it ADVANCED. I hope that answer helps.
  9. Re: View Gang Surrender   No problem
  10. Re: [?5]Login & Register[v1+v2] yeah im sure most of them are from planet render which is exactly where i get mine for my old signatures.
  11. Re: View Gang Surrender   function gang_staff_viewsurrenders() { global $db,$ir,$c,$userid,$gangdata; if(!isset($_POST['subm'])) { echo "<form action='yourgang.php?action=staff&act2=viewsurrenders' method='post'> Choose who to accept the surrender from. <input type='hidden' name='subm' value='submit' /> Gang: <select name='sur' type='dropdown'>"; $sql = sprintf( "SELECT s.*, w.* " . "FROM surrenders s " . "LEFT JOIN gangwars w ON (s.surWAR = w.warID) " . "WHERE (surTO = %u)", $ir['gang']); $wq = $db->query($sql); while($r = $db->fetch_row($wq)) { $w = ($gangdata['gangID'] == $r['warDECLARER']) ? "You" : "Them"; $f = ($gangdata['gangID'] == $r['warDECLARER']) ? "warDECLARED" : "warDECLARER"; $SelectGangs = sprintf("SELECT * FROM gangs WHERE (gangID = %u)", $r[$f]); $ggq = $db->query($SelectGangs); $them = $db->fetch_row($ggq); echo sprintf("<option value='%u'>War vs. %s (Msg: %s)</option>", $r['surID'], stripslashes($them['gangNAME']), stripslashes($r['surMSG'])); } echo "</select> <input type='submit' value='Accept Surrender' /></form>"; } else { $_POST['sur'] = abs(@intval($_POST['sur'])); $SelectWar = sprintf("SELECT surWAR FROM surrenders WHERE (surID = %u)", $_POST['sur']); $q = $db->query($SelectWar); if(!$db->num_rows($q)) { echo "Invalid surrender"; $h->endpage(); exit; } $war = $db->fetch_row($q); $SelectGangWars = sprintf("SELECT * FROM gangwars WHERE (warID = %u)", $war['surWAR']); $wq = $db->query($SelectGangWars); if($db->num_rows($wq) == 0) { echo "Invalid Gang"; exit; } $r = $db->fetch_row($wq); $w = ($gangdata['gangID'] == $r['warDECLARER']) ? "You" : "Them"; $f = ($gangdata['gangID'] == $r['warDECLARER']) ? "warDECLARED" : "warDECLARER"; $AcceptSurrender = sprintf("DELETE FROM surrenders WHERE (surID = %u)", $_POST['sur']); $EndWar = sprintf("DELETE FROM gangwars WHERE (warID = %u)", $war['surWAR']); $db->query($AcceptSurrender); $db->query($EndWar); $SelectGang = sprintf("SELECT gangID, gangNAME FROM gangs WHERE (gangID = %u)", $r[$f]); $ggq = $db->query($SelectGang); $them = $db->fetch_row($ggq); $eventage = sprintf("[url='gangs.php?action=view&ID=%u']%s[/url] have accepted the surrender from [url='gangs.php?action=view&ID=%u']%s[/url]. The war is over!", $ir['gang'], $gangdata['gangNAME'], $them['gangID'], $them['gangNAME']); $event = str_replace("'", "''", $eventage); $LogEvent = sprintf("INSERT INTO gangevents VALUES ('', %u, unix_timestamp(), '%s'), ('', %u, unix_timestamp(), '%s')", $ir['gang'], $event, $r[$f], $event); $db->query($LogEvent); echo "You have accepted surrender, the war is over."; } }   didn't edit much but saw afew errors and fixed 'em EDITED: forgot to edit the file names back since my gangs is different than all yours lol
  12. Re: [MCcodes All] Staff Members cannot be attacked.   <?php // remove this line if($odata['user_level'] > 1) { echo " Cannot attack user. %gt; [url='index.php']Go back[/url] "; $h->endpage(); $_SESSION['attacking'] = 0; $ir['attacking'] = 0; $db->query(" UPDATE `users` SET `attacking` = 0 WHERE `userid` = $userid "); exit; } ?> // remove this line
  13. Re: [?5]Login & Register[v1+v2]   no mate you obviously don't have much experience but a render is the characters your using the background is abstract therefore renderplanet is a place to get renders not the entire thing. God i love noobs
  14. Re: [mccode v2] Strip Club Content can still be inappropriate...
  15. Re: [?5]Login & Register[v1+v2] planetrender ring a bell ;) lol
  16. Re: [mccode v2] User Shops [$35.00] lol ah well i did sell quite afew copies of this so don't really mind
  17. Re: [McCodes][v2] Staff Menu Mod (1st Mod ive made) i like this, i don't see any use for them with MC but i do like this + 1
  18. Re: [mccode v2] Upgraded Brothel why not use <?php include "globals.php"; if($ir['jail'] or $ir['hospital']) { die("<font color='red'>This page cannot be accessed while in jail or hospital.</font>"); } ?> [img=pics/cities/eyes.jpg] <?php print " <h3>Hot Chick Petting Zoo</h3> <table border='1' width'90%' bordercolor='#939393'><th>Prostitute Name</th><th>Age</th><th>Sex</th><th>Price</th><th><center>Hire</th></tr><tr> <td><center>Jose </td><td><center>19</td><td><center>Female</td><td>20,000</td><td><center>[url='brothel.php?spend=male']Bang A Man Whore[/url]</td></tr><tr> <td><center>Stephine </td><td><center>20</td><td><center>Female</td><td>20,000</td><td><center>[url='brothel.php?spend=nurse']Bang A Naughty Nurse[/url]</td></tr><tr> <td><center>Heater </td><td><center>23</td><td><center>Female</td><td>20,000</td><td><center>[url='brothel.php?spend=school']Bang A Hot School Girl[/url]</td></tr><tr> <td><center>No name </td><td><center>???</td><td><center>Female</td><td>20,000</td><td><center>[url='brothel.php?spend=tran']Bang a Transvestite[/url]</td></tr><tr> <td><center>{$ir['username']} </td><td><center>your age</td><td><center>{$ir['gender']}</td><td>20,000</td><td><center>[url='brothel.php?spend=whoreout']Whore yourself out at a club.[/url]</td></tr><tr> <td><center>{$ir['username']} </td><td><center>your age</td><td><center>{$ir['gender']}</td><td>20,000</td><td><center>[url='brothel.php?spend=whoreout2']Whore yourself out on the streets.[/url]</td></tr><tr></table>"; if(isset ($_GET['spend'])) { srand ((double) microtime( )*1000000); $random_number = rand(1,1000); } if($_GET['spend'] == 'male') { if($ir['money'] <20000) { print " [b]Sorry, you don't have enough money[/b]"; } else if($ir['energy'] <6) { print " [b]Sorry, you dont have enough energy[/b]"; } else if ($random_number < 750) { mysql_query("UPDATE users SET money=money-20000,energy=energy-10,brave=maxbrave WHERE userid=$userid",$c); print " [b]You have paid $20,000 to get plowed by a man whore, this raised your brave to 100%[/b]"; } else if ($random_number > 750) { mysql_query("UPDATE users SET money=money-20000 WHERE userid=$userid",$c); print " [b]he took a look at you and ran, with your money in hand!"; } } else if($_GET['spend'] == 'school') { if($ir['money'] <20000) { print " [b]Sorry, you don't have enough money[/b]"; } else if($ir['energy'] <10) { print " [b]Sorry, you don't have enough energy[/b]"; } else if ($random_number < 600) { mysql_query("UPDATE users SET money=money-20000,energy=maxenergy WHERE userid=$userid",$c); print " [b]You have paid $20,000 for 2 hours with a hot school girl too bad you only lasted 5 minutes, it doesn't matter it raised your energy by 5 points[/b]"; } else if ($random_number > 600) { mysql_query("UPDATE users SET money=money-20000,hospital=hospital+5,`hospreason` = 'tried to get freaky with a hot school girl but got beat down.' WHERE userid=$userid",$c); print " [b]<font color='red'>you pay for fun. you undress yourself, she ties you down, and beat you. you stuck in the hospital for 5 minutes.</font>"; // here } } else if($_GET['spend'] == 'nurse') { if($ir['money'] <20000) { print " [b]Sorry Sir, you don't have enough money[/b]"; } else if($ir['energy'] <10) { print " [b]Sorry Sir, you don't have enough energy[/b]"; } else if ($random_number < 750) { mysql_query("UPDATE users SET money=money-20000,energy=energy-10,brave=maxbrave WHERE userid=$userid",$c); print " [b]You have paid $20,000 for 2 hours with a naughty nurse too bad you only lasted 5 minutes, it doesn't matter it raised your brave to 100%[/b]"; } else if ($random_number > 750) { mysql_query("UPDATE users SET money=money-20000 WHERE userid=$userid",$c); print " [b]<font color='red'>sorry she took your money, and you didn't get any</font>"; } } else if($_GET['spend'] == 'tran') { if($ir['money'] <20000) { print " [b]Sorry you don't have enough money[/b]"; } else if($ir['energy'] <10) { print " [b]Sorry you don't have enough energy[/b]"; } else { mysql_query("UPDATE users SET money=money-20000,energy=energy-10,brave=maxbrave,hp=hp-9 WHERE userid=$userid",$c); print " [b]You paided $20,000 to bang a transvestite "; print "and enjoyed your time and filled your brave to 100% but lost 9 HP points because you were the female.[/b]"; } } else if($_GET['spend'] == 'whoreout') { if($ir['energy'] <10) { print " [b]Sorry, you don't have enough energy[/b]"; } else if ($random_number < 500) { mysql_query("UPDATE users SET money=money+1000 WHERE userid=$userid",$c); print " [b]You Walk up to a woman and ask her if she is lonely, she says yes. you tell her that for 1,000 you will make her happy for one night, she pays you have earned 2,000.[/b]"; } else if ($random_number > 500) { mysql_query("UPDATE users SET money=money-500,jail=jail+5,`jail_reason` = 'tried to whore himself out but was turned down' WHERE userid=$userid",$c); print " [b]<font color='red'>You Walk up to a woman and ask her if she is lonely, she says no. she says that if you dont give her 500 she will call the cops. you give her the money but she calls the cops anyways.</font>"; } } else if($_GET['spend'] == 'whoreout2') { if($ir['energy'] <10) { print " [b]Sorry, you don't have enough energy[/b]"; } else if ($random_number < 400) { mysql_query("UPDATE users SET money=money+1500 WHERE userid=$userid",$c); print " [b]You Walk up to a woman and ask her if she is lonely, she says yes. you tell her that for 1,500 you will make happy for one night, she pays you have earned 1,500.[/b]"; } else if ($random_number > 400) { mysql_query("UPDATE users SET money=money+1500,hospital=hospital+5,`hospreason` = 'Whored himself out and caught crabs' WHERE userid=$userid",$c); print " [b]<font color='red'>You Walk up to a woman and ask her if she is lonely, she says yes. you tell her that for 1,500 you will make her happy for one night, she pays you have earned 1,500. the bad news is that she has crabs and now you do too.[/b]</font> "; } } $h->endpage(); ?> rather than quoting it and making this thread longer than it should be
  19. Re: Spam filter New- i use something like this just miss the whole SQL part of it. i don't personally use SQL for anything it isn't needed for IE: proxy ban, filter script and so on. Good idea thought +1 badgirl
  20. Re: [mccode v2] User Shops [$35.00] didn't have to answer on my post mate
  21. Re: [mccode v2] Enhanced Hall of fame COMPLETED! the number...   // basic while code $player_position = 1; // so the first in the list would be 1 then 2 and so on... while () // remember this is just to show you how it could be done simply { // below would be the normal code, above would be the normal while function echo "<tr> <td> {$player_position} </td> </tr>"; // just an example $player_position ++ ; // basically the same as $player_position = $player_position + 1 ; }
  22. Re: v2 upgrading hosp time   2209 post's alone on this forum, show a little respect... Basically i was just saying that if it takes 11 posts to explain something so simple people will not read all 11 for the hell of it. I gathered it's a simple addon to attack which uses the attackers crystals to put extra time onto the person who's being attacked hospital time. I maybe wrong but i did only read the first post, ya know the part with the code in.
  23. Re: Strip Club   Dam zero nowa days 13 year olds know alot about this subject :P Explain that when your website is shut down because a angry parent complained you subjected their child to pornographic content. Why does no one every think outside the box rather than proceeding with their perverted inventions. If you want a legal and successful game i suggest you learn your legal BS first... Subjecting a minor to adult content over the internet is one way of getting famous but not the right type of exposure lol
  24. Re: [mccode v2] User Shops [$35.00] added, request maybe pending
  25. Re: [mccode v2] Hit-List [$10.00]   I added you too MSN messenger you may have a request pending.
×
×
  • Create New...