Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. Re: [mccode] Cityname in Mainmenu   not many people used it till i started... :roll: thanks Noelle and Nyna (females own coding lol) take it like a domestic... you'll never win
  2. Re: [mccodes] Register Coupon Lock this is a basic email activation or something?
  3. Re: if you have a game or have a game in the maiking read on yeah true lol look at this topic for example... i post on worthless things but im nice about it i don't just say :) + 1
  4. Re: if you have a game or have a game in the maiking read on   you mean like the post you just posted against wasting posts on the thing your commenting on... lol
  5. Re: [MCV2] Christmas Special [Mods] I'll also do Buy one Get one half price (10 dollars or more for first purchase.) Note: this only counts for one mod. buys before this post do not count either. Merry Christmas!
  6. Re: if you have a game or have a game in the maiking read on and minus 19 for you :) i really don't give a toss if people don't like me lol i hate most of you guys anyways Cronus for example lol im going to light you on fire ;) (inside joke...)
  7. Re: if you have a game or have a game in the maiking read on the -18 you have kinda doesn't make u look good mate the minus 59 im in kinda just shows people hate when im right or they hate me lol but who gives a toss
  8. Re: Guess the next poster http://www.Killah-city.net Tezza next
  9. Re: [mccodes v2] Gang Bomb [$15.00] 5 copies left
  10. Re: Is this worth it?   Nyna is talking about dual queries... say 2 users hit the same page at the exact same time then the id comes out at 1 then it adds one equaling 2... (with me so far?) because they did it at the same time they will both get the id 2 then... say it holds important information... you're f'ed   i think that's what she's on about anyways
  11. Re: Is this worth it? My quick solution to auto-increment: $ql = $db->query('SELECT `id` FROM `table` WHERE id > 0 ORDER BY `id` DESC LIMIT 1'); if($db->num_rows($ql)) { $gql = $db->fetch_row($ql); $gql['id'] = $gql['id']+1; $db->query("INSERT INTO `table` VALUES('{$gql['id']}', 'blah')"); } else { $db->query("INSERT INTO `table` VALUES('1', 'blah0')"); } Would that be a more practical solution? edited: so instead of: CREATE TABLE IF NOT EXISTS `table` ( `id` int(11) NOT NULL auto_increment, `blah` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) it would be: CREATE TABLE IF NOT EXISTS `table` ( `id` int(11) NOT NULL default '0', `blah` varchar(255) NOT NULL default '' )   Don't use this... for obvious reasons.
  12. Re: [REVIEW] Anime warz lol bug:
  13. Re: Quick coding question wouldn't if(!empty($odata['fedjail)) be not empty which basically means it contains something besides null ...
  14. Re: Just registered Welcome to CE :-D
  15. Re: Hospital/Jail Count stuck im going with tonka on this one it's probably cron_minute
  16. Re: [MCcode V2] Item sell code revamp ~ Last of the lot so text would be something like   $_POST['user'] = (isset($_POST['user']) AND !ereg('[^a-zA-Z0-9._-]', $_POST['user'])) ? mysql_real_escape_string(htmlentities$_POST['user'])) : FALSE ; :?
  17. Re: [MCcode V2] Item sell code revamp ~ Last of the lot isset and ereg would be listed at php.net if no-one figured that out already :-P
  18. Christmas Special. I would like to first welcome you all to this post and secondly wish you all a very happy Christmas. ZBank [$5] : Advanced Merit System [$10] : Hit-List [$10] : Steal (Money / Crystals) [$10] :   Protection System [$10] : Advanced Burn House [$15] : Gang Bomb [$15.00]: Advanced Turns[$15] : [Law Services] [$20.00] : AV Bounty/Hitmanlist [$20.00] : Contest [$25.00 USD] : User Shops [$35.00]: Total Price: $190.00 USD I'll do: 3 mods with a 5% reduction. 6 mods with a 10% reduction. 9 mods with a 20% reduction. 12 mods for $140.00USD (just over 25% OFF). If you want to talk about business or try suggesting another offer then contact me on [email protected] [MSN] or contact me via private message on here [CE]
  19. Re: [Mccodes V2} Bar Mod i make all my mods without uploading first... lol
  20. Re: [Mccodes V2} Bar Mod   yeah i have posted loads of untested help but i normally can test my mods unless i don't have a site to stick them on lol then i have to guess.
  21. Re: [Mccodes V2} Bar Mod depends on how much you drink.... oh in the mods.... nice work undergroundcity and good call sniko + 1 to both of yas
  22. Re: No attacking level 1 i use a 3 day rule... if the user is less than 3 days old they cannot be attacked
  23. Re: 3 Word Game while Ben touches...
  24. Re: [mccode V2] City Pic xD that's basic... everyone should know that + 1 pog1 Zero-Affect Senior+ ** Force: +39/-56 lmao @ -56
  25. Re: [MCcode V2] Item Market Revamped lol im not selling or giving away the code i just thought it's easier to put it in here than creating another topic somewhere else :-D i'm sure a quick edit of you're mod and they could do something similar (hopefully not 2 similar) only took me about 20 mins for the code lol the css for the look took about 5 mins so 25 mins i also added to imadd.php so if they add like lets say 2 first aid kits and they set the price to the same as they did earlier then it will just add to the quantity. + 1 for the upgraded version anyways
×
×
  • Create New...