-
Posts
3,713 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Zero-Affect
-
Blow members minds with the ULTIMATE explore page
Zero-Affect replied to Uridium's topic in General Discussion
Re: Blow members minds with the ULTIMATE explore page Thats pretty cool mate -
Re: V2 Staff Applications! not bad check mine out on killah-city.net its like yours just a little more advanced
-
Re: Main Menu so since this topic was answered you guys posted a full page of posts lol you guys should know better lol and nyna posted :-o
-
Re: Register [Free] that stops multiple ip accounts...
-
Re: Help with makeing mods W3schools and php.net iv learned but how do i make a mod Open notepad.exe enter: <?php include "globals.php"; ?> that's if your running v2 then enter your code inbetween the: include "globals.php"; and the: ?> example: <?php include "globals.php"; echo "<h3>Example</h3><font color=red>[b]Blah[/b]</font>"; $h->endpage(); ?>
-
Re: Preferences edit Thanks
-
Re: Burn House for V2 Nice modification but mine is a little more advanced but like i said nice modification
-
Re: Preferences edit read my original post... it was originally his game... so ask him i just edited the preferences to suite me
-
Re: Login [Free] how come your staff and i've posted more than you? oh cause i'd ban joker lol
-
Re: Preferences edit Thanks tezza and yes i did sell my game (in reply to a old msn message i missed)
-
Re: Preferences edit It's just a simple edit lol but works good ill edit it more when i have time
-
Re: Login [Free] ok lol its plain yet its formal? does that even make sense? i can call up devinci and get him to draw a nice gfx for you if you like? lol
-
I got bored of people copying admins names and so forth so i put this in, its simple but never seen anyone with it before now. In preferences.php: Find: function do_name_change() { global $db,$ir,$c,$userid,$h; if($_POST['newname'] == "") { print "You did not enter a new name. [url='preferences.php?action=namechange']> Back[/url]"; } else { $_POST['newname']=str_replace(array("<", ">", "\\\'"), array("<", ">", "'"), $_POST['newname']); $db->query("UPDATE users SET username='{$_POST['newname']}' WHERE userid=$userid"); print "Username changed!"; } } Replace with: function do_name_change() { global $db,$ir,$c,$userid,$h; // Edited by zero-affect if($_POST['newname'] == "" || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " && $_POST['newname'] == " ") { $i = mysql_query("SELECT * FROM users WHERE username='{$_POST['username']}'") or die(mysql_error()); if(mysql_num_rows($i)) {echo 'Username already in use!';$h->endpage(); exit; } print "You did not enter a new name. [url='preferences.php?action=namechange']> Back[/url]"; } else { $_POST['newname']=str_replace(array("<", ">", "\\\'"), array("<", ">", "'"), $_POST['newname']); $_POST['newname']=str_replace(array("{", "}", "\\\'"), array("<", ">", "'"), $_POST['newname']); $_POST['newname']=str_replace(array("eval", "alert", "\\\'"), array(".", ".", "."), $_POST['newname']); $checkun=$db->num_rows($db->query("SELECT * FROM users WHERE username='{$_POST['newname']}' AND userid!=$userid")); if($checkun) { echo "Username is already in use."; $h->endpage(); exit; } $checkln=$db->num_rows($db->query("SELECT * FROM users WHERE login_name='{$_POST['newname']}' AND userid!=$userid")); if($checkln) { echo "Username is already in use."; $h->endpage(); exit; } $db->query("UPDATE users SET username='{$_POST['newname']}' WHERE userid=$userid"); print "Username changed!"; } } this was coded on killah-city so i think the space coding is kyles but the parts i was trying to show is the username already in use stuff coded it quick seemed to work have fun and leave comments
-
Re: Advanced RentASpy[V2] sorry i've never used v1 or worked with it so can't help mate
-
[Other] Premium CSS/XHTML valid Template [$30.00]
Zero-Affect replied to Absolute Zero's topic in Paid Modifications
Re: Premium CSS/XHTML valid Template that's a flash navigation right? -
Re: New Register [V1] Not bad if that's your first attempt see it @ Aimed-Mafia
-
Re: Register [Free] ok im not going to get mad lol... I added it back in after i closed it out i just updated the first post meaning that it has the code u want added into it now all you have to do is get it and upload it Iight.
-
Re: Register [Free] copy the code from the first page... the register.php coding open your register.php from your site select all and paste... easy then save upload refresh and there you go
-
Re: Register [Free] in this register it blocks all multi's so how do you suggest they try it... lol oh i forgot i closed that code out for testing recopy the coding there now and try again
-
Re: Register [Free] first of: lol secondly: something like $blah=$db->num_rows($db->query("SELECT * FROM users WHERE lastip=$IP")); if($blah) { die("No Multi's Allowed"); } that's a guess lol but you do understand that would disallow all multi accounts including the ones you say are allowed.
-
Re: Advanced RentASpy[V2] remove: if($ir['donatordays'] = 0) { die("You have to be a donator to do this!"); } or if(!$ir['donatordays']) { die("You have to be a donator to do this!"); } parts...
-
Re: [V2]Items table oh i forgot we give our work over to others for nothing lol, get a life mate no-ones going to give you there items, the whole point in your own game is to have things different than others...
-
Re: Login [Free] you can also see how the full border etc... is made lol hence helping you learn gfx
-
Re: Login [Free] yeah lol u can stick a dildo across the header i still want my name on it lol i would like to ask anyone who's edited it or has it post your link show the others how yours is setup etc... If ya can that is i don't insist lol
-
Re: 3 in 1 Bank System [$20] Oh hence cpanel info well then ill edit that