
$$ ?????? $$
Members-
Posts
163 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by $$ ?????? $$
-
Re: Login [Free] very nice.
-
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:
-
Re: Simple Marriage [V2] Nice Marriage mod, i'm going to use this. :wink:
-
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.
-
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`
-
Re: Login Page [$25.00] okay i will do.
-
Re: Login Page [$25.00] I gathered then no one is interested so soon i might start selling modifications. :wink:
-
Re: Login Page [$25.00] Well thats you, other people may be interested. :|
-
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 $$ ?????? $$
-
Re: [V2] Numbers Game Excellent modification idea also modifications works perfect. :wink:
-
[mccode v2] BBCode Gradient Text Generator
$$ ?????? $$ replied to shrek1609's topic in Free Modifications
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? -
Re: Multi IP Prevention Cheers i needed that small code for ages thanks. :-)
-
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.
-
Re: Free 2 - Roulette This mod is Superb Nyna. :-)
-
Re: ZBank [$5] This is very simple to make.
-
Re: Honour Gamble {V2} I think he has cause it looks just the same. :lol:
-
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.
-
Re: [v2]Reset Specific User[v2] nice add on i'm going to add this, cheers mate. :-)
-
Re: Guess Who! looks like a very good mod.
-
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.
-
Re: Best Security [Made by me] haha lol , alot of experienced coders hate noobs that constantly bug them.
-
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
-
Re: Generate Password maybe their his sites :lol:
-
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