-
Posts
3,713 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Zero-Affect
-
Re: [Free Mod]Rent A Spy[v2] Weird...
-
Re: Login [Free] ok guys... chill this is my post not a debate if danger boy is a parrot... stay on topic...
-
Re: Login [Free] Oh mike you finally found CE nice work lol
-
Re: Login [Free] Well i can honestly say i made every image on there personally hence taking so long.. lol it's possible someone else with photoshop used the exact method i did yo create something i mean there like 8 million photoshop users... its very possible lol its free... can't really expect me to waste too much of my time on it well anyways if you can't prove it then theres not really any point in arguing it with you and thanks shaved 92 bravada
-
Re: Login [Free] Prove it... do you have any proof? weird how you can't remember where you saw it huh im so sick of the silly little newbs who come on here blaming others of stealing to cover there tracks On another note thanks Miniman for your support.
-
Re: Login [Free] You must read my mind lol
-
mccode-v2 Crimes (Players Can Go To Hospital)
Zero-Affect replied to jamboy1's topic in Free Modifications
Re: Crimes (Players Can Go To Hospital) [V2] i made a cool crimes once had hospital extras given etc... just finished one actually might release it soon -
Re: Login [Free] on which website have you used it joker? and concerning the person who ripped it off, well everyone knows i made it lol so when they look at there site they'll know so i don't really care lol i released it for free... just insinuated to leave my name on for copyright reasons yeah it is kinda plain but its free... lol meaning use it or not your choice you can edit it has much has you want just leave my name and company on it viewable via gui (Graphical User Interface). basically meaning so people can see it lol without viewing source. -- Thanks to anyone who is using it and commented :-D i might do something else to match it sometime like registery or something
-
Re: Login [Free] Thanks
-
Re: Login [Free] Naw just thought i'd help peeps after i saw paid modifications people selling them for like 20 bucks + is insane and yeah it took awhile but thats because i was doing some editing and took my time :lol:
-
Re: House Rentals [V2] v1 - v2 is like childs play my dog could do it... not dissing u joker but wow you'd have to be pretty stupid specially when theres a tutorial on here on how to do it
-
Re: Login [Free] Thanks took only like 6 hours to finish some edits n do the images etc... lol
-
Right well I've seen these horrible logins people are selling that just give coders a bad name so heres a freebe by yours truly to help you guys advance in css/php/graphics. If you use this i ask that you do not remove my copyrights or my name if you do and i see it i will ask you to remove it if you do not remove it then you'll ruin any future freebe's for the others. Contains: 1 PHP 1 PSD 6 PNG Screenshot: Screenshot The screenshot doesn't give the coding or graphics much justice to fully see the quality of this modification you best bet is to goto Killah-City.net Login.php: <?php /*----------------------------------------------------- -- Login Page -- Graphics By Zero-Affect -- Coded by Zero-Affect -- Brought to you by Heaven-Designs -- Made on: 26/7/2008 -----------------------------------------------------*/ session_start(); include "config.php"; global $_CONFIG; define("MONO_ON", 1); require "class/class_db_{$_CONFIG['driver']}.php"; $db=new database; $db->configure($_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], $_CONFIG['persistent']); $db->connect(); $c=$db->connection_id; $set=array(); $settq=$db->query("SELECT * FROM settings"); while($r=$db->fetch_row($settq)) { $set[$r['conf_name']]=$r['conf_value']; } print <<<EOF <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{$set['game_name']}</title> <script language="JavaScript"> <!-- function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } function SetCookie (name,value,expires,path,domain,secure) { document.cookie = name + "=" + escape (value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); } function DeleteCookie (name,path,domain) { if (GetCookie(name)) { document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT"; } } // --> </script> <head> <style type="text/css"> <!-- body { background-color: #000000; background-image:url(images/lgridb.png); margin-top: 0px; margin-bottom: 0px; font-family:Palatino Linotype;font-size:12px;color: white; scrollbar-base-color: black; scrollbar-arrow-color: red; scrollbar-DarkShadow-Color: black; } a:visited,a:active,a:link { color: gray;text-decoration: none; } a:hover { color: silver;text-decoration: overline underline;background: none; } table,tr,td { font-family:Palatino Linotype;font-size: 12px; } .button { font-family:Palatino Linotype; font-size:12; color:#ffffff; background-color: red; } input,textarea,dropdown{ font-family:Palatino Linotype; font-size:12; color:#ffffff; background-color: black; } ..submit{ font-family:Palatino Linotype; font-size:12; color:#000000; background-color: red; } img { border:none; } textarea { font-family:Palatino Linotype;font-size:12px;color: black; } .table2 { } .center { width:932px; // background-color:#ffffff; background-image:url(images/lgridb.png); vertical-align:top; text-align:center; } .table { background-color:#000000; } .table3 { background-color:#000000; } .table td { background-color:#000000; height:22px; } .table3 td { background-color:#000000; } td .alt { background-color:#000000; height:22px; } td .h { background-image:url(header.jpg); background-repeat:repeat-x; font-weight: bold; background-color:#222; } .table th { background-image:url(header.jpg); background-repeat:repeat-x; font-weight: bold; background-color:#000000; } .linegrad2 { background-image:url(linegrad.PNG); background-repeat:repeat-y; background-align: right; width:2px; } .navi { background-image:url(header.jpg); background-repeat:repeat-x; font-weight: bold; background-color:#000000; } --> </style> </head> <body onload="getme();"> <center> <table width="1005" border="0" cellpadding="0" cellspacing="0" class="table2" height=100%> <tr> <td class="center">[img=/images/lheader.png] EOF; $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; if(file_exists('ipbans/'.$IP)) { die("[b]<font color=red size=+1>Your IP has been banned, there is no way around this.</font>[/b]</body></html>"); } $year=date('Y'); echo " <table width=100% valign=center align=center> <tr bgcolor=black> <th width=20%>[url='register.php']Register[/url]</th> <th width=20%>[url='fpass.php']Forgot Password[/url]</th> <th width=20%>[url='']Screenshots[/url]</th> <th width=20%>[url='']Rules[/url]</th> <th width=20%>[url='']Terms Of Service[/url]</th> </tr> </table> <table width='374' border='0' cellpadding='0' cellspacing='0' background='images/lbc.png' align='left'> <tr> <td height='76' colspan='3' valign='top'><table width='374' border='0' cellpadding='0' cellspacing='0' background='images/lbt.png'> <tr> <td width='184' height='10'></td> </tr><tr> <td height='33' align='center' valign='bottom'><font face='Arial, Helvetica, sans-serif'>[b]Login[/b]</font></td> </tr><tr> <td height='26'> </td> </tr></table></td></tr><tr> <td width='17' height='114'> </td> <td width='374' height='50' valign='top'><font face='Arial, Helvetica, sans-serif'><center> <form action='authenticate.php' method='post'> <table border=0 width=20%> <td>Username:</td><td><input type='text' name='username' id='username'></td><tr> <td>Password:</td><td><input type='password' name='password' id='password'></td><tr> <tr align=right><td colspan='2' align='right' valigh='right'><input type=image src=/images/Login.png class=submit name=submit></form></td></tr> </table> </center></font> </td> <td width='19'> </td></tr><tr> <td height='62' colspan='3' valign='top'>[img=images/lbb.png]</td> </tr></table>"; echo " <table width='374' border='0' cellpadding='0' cellspacing='0' background='images/lbc.png' align='right'> <tr> <td height='76' colspan='3' valign='top'><table width='374' border='0' cellpadding='0' cellspacing='0' background='images/lbt.png'> <tr> <td width='184' height='10'></td> </tr><tr> <td height='33' align='center' valign='bottom'><font face='Arial, Helvetica, sans-serif'>[b]About {$set['game_name']}[/b]</font></td> </tr><tr> <td height='26'> </td> </tr></table></td></tr><tr> <td width='17' height='114'> </td> <td width='374' height='50' valign='top'><font face='Arial, Helvetica, sans-serif'><center> <table border=0> <tr align=center> <td width=20%>{$set['game_description']}</td> </tr></table> </center></font> </td> <td width='19'> </td></tr><tr> <td height='62' colspan='3' valign='top'>[img=images/lbb.png]</td> </tr></table> [b]Brought to you by Zero.Affect © Heaven-Designs™ {$year}-2009.[/b]"; print <<<OUT </td> </tr> </table> OUT; ?> Image PSD: Header Image PNG: Block Bottom Block Center Block Top Grid Login Header Login Button Don't forget these images need to be added to your /images fold in your public_html directory Have fun and leave comments.
-
Re: Login Page [$25.00] Leave the poor guy alone, gotta give him credit for trying lol bet someone bought one lol made a quick buck which is what most of you guys try doing, keep at it bullet
-
Re: Login & Register {V2} $20 Lol script kiddie nice Nyna... This is a rubbish login and register i could do better with my eyes closed and one hand... atleast learn something before you post it... i mean people are a little stupid this forum has like 400 coders registered and script kiddies think not one of us will notice... lol
-
Re: House Rentals [V2] Thats ur first ever post so congratulations, Everyone has to learn at some point i bet you never knew how to convert for awhile yourself Uriah. Theres afew people out there who still can't do it properly... give them a break.
-
Re: Hit-List [$10] It was simply set forth to prove to everyone that Joker is not has smart has everyone thinks he is but your allowed your opinion so yeah lol
-
Re: Hit-List [$10] lol ironic that huh i posted the link in his private messages but i guess since he's such a big hacker he can't take php challenges what a noob, oh well that proves it i guess... he's just a joker
-
Re: Hit-List [$10] i agree matt and joker if you have a hitlist post it mate i'd love to see who gets theres bought more lol cause one im trust-able honest and i can actually code.. and you... well no-one likes you, your a liar, a wannabe, a script kiddie and a joker wonder who they trust more... your name suits you mate a joker is 2faced and so are you in the forum your like mr big but soon has it comes down to it you can't do jack wanna prove yourself ill challenge your butt and we'll let md scarlet and nyna decide who wins we'll each take one idea for a mod and both code it the best mod outa the both of them wins? how about that.
-
Re: Hit-List [$10] you must be a little slow i said before hand ill stop but your the bigger man lol, your a joker mate thats it and stop claiming to my friends your a hacker on msn... because you may get slapped by a real one
-
Re: Own 50% of my game if you help with codeing and adding mods 50% of your game... must be desperate... and hey Noelle :-P
-
Re: Ignore User Mails [$10] yeah sept im sure your hosting is down now kyle and your sites ie (violet-chaos) so may wanna edit that mate
-
Re: Hit-List [$10] Yeah that explains your mod very well mate you can't spell so im surprised if you can code now get away from my posts you script kiddie. im not arguing with you cause i don't wanna get banned... you ain't worth this post or any of mine so from now on don't post on mine and i wont post on yours.
-
Re: Searching so basically this is like the fishing mod on the CE game... nice hows it done multi cuts of a picture? nice job
-
[mccode v1] Advanced(ish) Level Upgrade Mod.
Zero-Affect replied to Matty's topic in Free Modifications
Re: [Free] Advanced(ish) Level Upgrade Mod. why do a upgrade mod u can do it via globals thats what its there for.. geez