-
Posts
3,713 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Zero-Affect
-
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
-
Re: [mccodes] Register Coupon Lock this is a basic email activation or something?
-
if you have a game or have a game in the maiking read on
Zero-Affect replied to wivers's topic in General Discussion
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 -
if you have a game or have a game in the maiking read on
Zero-Affect replied to wivers's topic in General Discussion
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 -
[mccode v2] Christmas Special [$5.00 - $35.00]
Zero-Affect replied to Zero-Affect's topic in Paid Modifications
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! -
if you have a game or have a game in the maiking read on
Zero-Affect replied to wivers's topic in General Discussion
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...) -
if you have a game or have a game in the maiking read on
Zero-Affect replied to wivers's topic in General Discussion
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 -
Re: Guess the next poster http://www.Killah-city.net Tezza next
-
Re: [mccodes v2] Gang Bomb [$15.00] 5 copies left
-
Is this worth it?
Zero-Affect replied to Haunted Dawg's topic in MySQL, Oracle, Postgress or other DB
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 -
Is this worth it?
Zero-Affect replied to Haunted Dawg's topic in MySQL, Oracle, Postgress or other DB
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. -
Re: [REVIEW] Anime warz lol bug:
-
Re: Quick coding question wouldn't if(!empty($odata['fedjail)) be not empty which basically means it contains something besides null ...
-
Re: Just registered Welcome to CE :-D
-
Re: Hospital/Jail Count stuck im going with tonka on this one it's probably cron_minute
-
[mccode v2] Item sell code revamp ~ Last of the lot
Zero-Affect replied to radio_active's topic in Free Modifications
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 ; :? -
[mccode v2] Item sell code revamp ~ Last of the lot
Zero-Affect replied to radio_active's topic in Free Modifications
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 -
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]
-
Re: [Mccodes V2} Bar Mod i make all my mods without uploading first... lol
-
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.
-
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
-
Re: No attacking level 1 i use a 3 day rule... if the user is less than 3 days old they cannot be attacked
-
Re: 3 Word Game while Ben touches...
-
Re: [mccode V2] City Pic xD that's basic... everyone should know that + 1 pog1 Zero-Affect Senior+ ** Force: +39/-56 lmao @ -56
-
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