
Cod Phoenix
Members-
Posts
50 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Cod Phoenix
-
[$120] Selling Vector Art (First come, first serve)!
Cod Phoenix replied to Joel's topic in Paid Modifications
Re: [$120] Selling Vector Art (First come, first serve)! Adil just ask me to draw a pic for u. :wink: -
Re: [mccodes] Advanced Pet Mod [$15] Yes true i also have his msn and he doesn't reply, When it say online
-
Re: Selling Pre Made Game Layout I think you cant modify the first post XD
-
Re: Selling Pre Made Game Layout Can you put next to each of the template how many people already got this.
-
Re: login review Looks Similar to Torn City
-
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.
-
Re: [v2] New Header Let me try and fix this header again
-
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
-
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
-
Re: Proxy block Yes but on my game i can see lots are on proxy which is counted as a muti
-
Hi Does anyone have a script that block proxy on mccodes v2 ? so no one can use proxy to log in or register.
-
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
-
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.
-
[Mccodes V2] [BIG MOD] Trading Card Game [$15]
Cod Phoenix replied to Joel's topic in Paid Modifications
Re: [Mccodes V2] [bIG MOD] Trading Card Game [$15] Ok thanks that worked. -
[Mccodes V2] [BIG MOD] Trading Card Game [$15]
Cod Phoenix replied to Joel's topic in Paid Modifications
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? -
Next Generation Browser Game Engine - Input Request
Cod Phoenix replied to mdshare's topic in General
Re: Next Generation Browser Game Engine - Input Request LOL i only have one word confused.com XD -
Re: secure mccodes v2 Am a friend rite. :lol: Contact me MTG please when your not busy.
-
Re: Gang Surrender Yes, it proper annoying cause people thinks it's a mod but its not.
-
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
-
Re: Naruto Online RPG I don't have that kinda cash. XD
-
Re: please help Lol i just changed line header("Location: loggedin.php"); to header("Location: index.php"); thats all
-
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"); } ?>
-
Re: Naruto Online RPG Need more members which are active. Please post any idea which could improve the game. Thanks
-
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.