Jump to content
MakeWebGames

Cod Phoenix

Members
  • Posts

    50
  • Joined

  • Last visited

    Never

Everything posted by Cod Phoenix

  1. Re: [$120] Selling Vector Art (First come, first serve)! Adil just ask me to draw a pic for u. :wink:
  2. Re: [mccodes] Advanced Pet Mod [$15] Yes true i also have his msn and he doesn't reply, When it say online
  3. Re: Selling Pre Made Game Layout I think you cant modify the first post XD
  4. Re: Selling Pre Made Game Layout Can you put next to each of the template how many people already got this.
  5. Re: login review Looks Similar to Torn City
  6. Re: [v2] New Header Instead to teach you something, You can do it your self Ok somehow you have to make this code. } function smenuarea() { include "smenu.php";   Above this. } function menuarea() { include "mainmenu.php";   Try and have a mess around with it.
  7. Re: [v2] New Header Let me try and fix this header again
  8. Re: Nation Mod Ok the basic of this mod. Its like a class mod but its called nations. In this mod you can: Set who the leader of that Nations, with the vice leaders. List of each member in that nation. Show which is most strongest nation Has a panel for the leader to update news for there nation. Also newbies can ask question to the leader for any help. This is cheap for $5 i would of sold it for $15 but it does need editing to change the nation name. screeny. http://img32.imageshack.us/img32/4586/nationmodscreeny.png
  9. Well this mod is an advance class mod but based it on naruto. What included. 10 php files 1 instrucion file.(sql) I have no screeny but you can have a preview of this mod at www.narutorpg.net Cost $5 Thanks Cod
  10. Re: [mccode v2] Revamped Item Market (Similar To The One On Torn) [$5.00] Wow very nice, I might be thinking of purchasing this mod. +1
  11. Re: Proxy block Yes but on my game i can see lots are on proxy which is counted as a muti
  12. Hi Does anyone have a script that block proxy on mccodes v2 ? so no one can use proxy to log in or register.
  13. Re: For auction: Login page, just the .psd Very nice but i wouldn't buy this if it don't come with register page aswel. Only note 9/10
  14. Re: Hire a sniper! You should use array in this case. Also adding the code to ever page would be a pain in the ass. Other that good work.
  15. Re: [Mccodes V2] [bIG MOD] Trading Card Game [$15] Ok thanks that worked.
  16. Re: [Mccodes V2] [bIG MOD] Trading Card Game [$15] Nice Joel. But i only have one error.   Error SQL query: INSERT INTO `settings` ( `conf_id` , `conf_name` , `conf_value` ) VALUES ( 17, 'tcnews', 'Read the tutorial! Also hover over blue links because they have a tooltip!' ) MySQL said: #1062 - Duplicate entry '17' for key 1   Any Help?
  17. Re: Next Generation Browser Game Engine - Input Request LOL i only have one word confused.com XD
  18. Re: secure mccodes v2 Am a friend rite. :lol: Contact me MTG please when your not busy.
  19. Re: Gang Surrender   Yes, it proper annoying cause people thinks it's a mod but its not.
  20. Re: id 1 and 2   I think its wrong because != means equal to and not equal to so everyone can see it. Try MTG code his always work
  21. Re: Naruto Online RPG I don't have that kinda cash. XD
  22. Re: please help Lol i just changed line header("Location: loggedin.php"); to header("Location: index.php");   thats all
  23. Re: please help This should do it.   <?php session_start(); if ($_POST['username'] == "" || $_POST['password'] == "") { die("<h3>Your Game Name Error</h3> You did not fill in the login form! <a href=login.php>> Back</a>"); } include "mysql.php"; global $c; $uq=mysql_query("SELECT userid FROM users WHERE login_name='{$_POST['username']}' AND `userpass`=md5('{$_POST['password']}')",$c) or die(mysql_error()); if (mysql_num_rows($uq)==0) { die("<h3>Your Game Name Error</h3> Invalid username or password! <a href=login.php>> Back</a>"); } else { $_SESSION['loggedin']=1; $mem=mysql_fetch_array($uq); $_SESSION['userid']=$mem['userid']; header("Location: index.php"); } ?>
  24. Re: Naruto Online RPG Need more members which are active. Please post any idea which could improve the game. Thanks
  25. Re: New Game Login better then inside layout, You should change the inside layout. No one would play this game if you have that layout it untidy.
×
×
  • Create New...