Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. Re: Blow members minds with the ULTIMATE explore page Thats pretty cool mate
  2. Re: V2 Staff Applications! not bad check mine out on killah-city.net its like yours just a little more advanced
  3. 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
  4. Re: Register [Free] that stops multiple ip accounts...
  5. 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(); ?>
  6. Re: Preferences edit Thanks
  7. Re: Burn House for V2 Nice modification but mine is a little more advanced but like i said nice modification
  8. Re: Preferences edit read my original post... it was originally his game... so ask him i just edited the preferences to suite me
  9. Re: Login [Free] how come your staff and i've posted more than you? oh cause i'd ban joker lol
  10. Re: Preferences edit Thanks tezza and yes i did sell my game (in reply to a old msn message i missed)
  11. Re: Preferences edit It's just a simple edit lol but works good ill edit it more when i have time
  12. 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
  13. 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
  14. Re: Advanced RentASpy[V2] sorry i've never used v1 or worked with it so can't help mate
  15. Re: Premium CSS/XHTML valid Template that's a flash navigation right?
  16. Re: New Register [V1] Not bad if that's your first attempt see it @ Aimed-Mafia
  17. 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.
  18. 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
  19. 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
  20. 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.
  21. 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...
  22. 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...
  23. Re: Login [Free] you can also see how the full border etc... is made lol hence helping you learn gfx
  24. 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
  25. Re: 3 in 1 Bank System [$20] Oh hence cpanel info well then ill edit that
×
×
  • Create New...