Jump to content
MakeWebGames

$$ ?????? $$

Members
  • Posts

    163
  • Joined

  • Last visited

Everything posted by $$ ?????? $$

  1. Re: Login [Free] very nice.
  2. Re: Stats [urgent] You should know since according to your posts you try to give the impression to people here on CE that your a decent coder. :wink:
  3. Re: Simple Marriage [V2] Nice Marriage mod, i'm going to use this. :wink:
  4. Re: Religions Mod I'd thought i would start posting some mods since i use some mods from ce so i thought i can give a little back to the community.
  5. Here is a religions modification, please give me some credit if you use. Cases to add in preferences.php:   case 'religionchange': religion_change(); break; case 'religionsubmit': religion_submit(); break;   Functions to add in preferences.php:   function religion_change() { global $ir,$c,$userid,$h; echo "<h3><u>Religion Change</u></h3><form action='preferences.php?action=religionsubmit' method='post'>Current Religion: <select name='status' type='dropdown'> <option value='0'>Non Believer</option> <option value='1'>Sikh <option value='2'>Hindu <option value='3'>Muslim <option value='4'>Christian <option value='5'>Religion Not Listed</select> <input type='submit' value='Change religion' /></form>"; } function religion_submit() { global $db,$ir,$c,$userid,$h; $db->query("UPDATE users SET status='{$_POST['status']}' WHERE userid=$userid"); print "Your status has been changed. Do you want to go [url='preferences.php']>back ?[/url]"; }   In viewuser.php add:   echo "Religion: "; if($r['religion'] == 0) { print "Non Believer"; } else if($r['religion'] == 1) { print "Sikh"; } else if($r['religion'] == 2) { print "Hindu"; } else if($r['religion'] == 3) { print "Muslim"; } else if($r['religion'] == 4) { print "Christian"; } else if($r['religion'] == 5) { print "Religion Not Listed"; }   SQL:   ALTER TABLE users ADD `religion` NOT NULL   Link to add in preferences.php   [url='preferences.php?action=religionchange']Change Religion[/url]   Added code tags -- Tezza`
  6. Re: Login Page [$25.00] okay i will do.
  7. Re: Login Page [$25.00] I gathered then no one is interested so soon i might start selling modifications. :wink:
  8. Re: Login Page [$25.00] Well thats you, other people may be interested. :|
  9. I Was Bored So I Decided To Create A Login Page To Sell On Here. It Can Be Seen Working On http://www.urban-ghetto.com Copies left: 10 As There Is 10 Copies If I See A Game That Has This Login Page, That I Haven't Sold To, Legal Action Will Be Taken You Have Been Warned. Contact Info + Paypal Address: [email protected] Files: 1 CSS File 11 Images 1 PHP File Purchase a copy today! Thanks $$ ?????? $$
  10. Re: [V2] Numbers Game Excellent modification idea also modifications works perfect. :wink:
  11. Re: BBCode Gradient Text Generator --- FREE Mod i don't get this modification. You type text and change the colour then what do you do with the text?
  12. Re: Multi IP Prevention Cheers i needed that small code for ages thanks. :-)
  13. Re: Free 2 - Roulette I am getting that bug aswell chaoticwars4u. Does anyone have a fix ? because when i use Nyna's i get a error on my game.
  14. Re: Free 2 - Roulette This mod is Superb Nyna. :-)
  15. Re: ZBank [$5] This is very simple to make.
  16. Re: Honour Gamble {V2} I think he has cause it looks just the same. :lol:
  17. Re: [$20] Hide & Seek Come on Isomerizer give me a good reason why i can't buy it :-( you said i can't be trusted but i can.
  18. Re: [v2]Reset Specific User[v2] nice add on i'm going to add this, cheers mate. :-)
  19. Re: Guess Who! looks like a very good mod.
  20. Re: [Free Mod]Rent A Spy[v2] jimmytubbs you can't talk cause you always post in other members modifications so clean yourself up before talking about others.
  21. Re: [mccodes] Anti-cheat/injection mod - Lose money/crystals if you get too much. great idea.
  22. Re: Best Security [Made by me] haha lol , alot of experienced coders hate noobs that constantly bug them.
  23. Re: [v1]Dragon Tent[$20] only sell your own mods mate, if its hard for you to code a full mod code a easier one
  24. Re: Generate Password maybe their his sites :lol:
  25. Re: Free (v2) money market banking its good, i made one of these, its not hard to make lol just edit the crystals page and change a few stuff like cm to mm
×
×
  • Create New...