-CrAzY- Posted August 10, 2007 Share Posted August 10, 2007 Quote Link to comment Share on other sites More sharing options...
SaMz Posted August 10, 2007 Share Posted August 10, 2007 Re: Mini-Arcade - First EVER Mod, FREE FREE FREE u got it of the internet didnt ya but i like it :) +1 Quote Link to comment Share on other sites More sharing options...
-CrAzY- Posted August 10, 2007 Author Share Posted August 10, 2007 Re: Mini-Arcade - First EVER Mod, FREE FREE FREE nah, i just coded it my self, i promise :wink: Quote Link to comment Share on other sites More sharing options...
KyleCrispy Posted August 10, 2007 Share Posted August 10, 2007 Re: Mini-Arcade - First EVER Mod, FREE FREE FREE use less u know u could fit all that into 1 file? Quote Link to comment Share on other sites More sharing options...
YoungGold Posted August 10, 2007 Share Posted August 10, 2007 Re: Mini-Arcade - First EVER Mod, FREE FREE FREE i dont mean to sound harsh but you coded all of that and you needed help adding at the end of a line in mainmenu.php im sorry but i dont believe you Quote Link to comment Share on other sites More sharing options...
Guest Anonymous Posted August 10, 2007 Share Posted August 10, 2007 Re: Mini-Arcade - First EVER Mod, FREE FREE FREE Would of bin a lot simple to do it one file :| Quote Link to comment Share on other sites More sharing options...
KyleCrispy Posted August 10, 2007 Share Posted August 10, 2007 Re: Mini-Arcade - First EVER Mod, FREE FREE FREE exactly like i said Quote Link to comment Share on other sites More sharing options...
-CrAzY- Posted August 10, 2007 Author Share Posted August 10, 2007 Re: Mini-Arcade - First EVER Mod, FREE FREE FREE yeh, i did code it, it forgot a simple < br /> n u judging me by that, i did Quote Link to comment Share on other sites More sharing options...
Guest Anonymous Posted August 10, 2007 Share Posted August 10, 2007 Re: Mini-Arcade - First EVER Mod, FREE FREE FREE It,s a simple miststake any one could have done it :wink: Quote Link to comment Share on other sites More sharing options...
HITMAN 17 Posted October 6, 2007 Share Posted October 6, 2007 Re: Mini-Arcade - First EVER Mod, FREE FREE FREE can u convert this v2 plz Quote Link to comment Share on other sites More sharing options...
Guest Anonymous Posted October 6, 2007 Share Posted October 6, 2007 Re: Mini-Arcade - First EVER Mod, FREE FREE FREE do it your self You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote Link to comment Share on other sites More sharing options...
HITMAN 17 Posted October 6, 2007 Share Posted October 6, 2007 Re: Mini-Arcade - First EVER Mod, FREE FREE FREE <?php /*----------------------------------------------------- --- Games From Addicting Games --- First Mod By -CrAzY- --- Arcade MOD - By Alex .O. / -CrAzY- -----------------------------------------------------*/ session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include"globals.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); print "<h5/>You Walk Into The Shooting Games Room Of The Arcade, You See One Game That Might Interest You;<h5/>"; print "<h2/>Lord Cannonball!;<h2/>"; print "<center><embed src='http://farm.addictinggames.com/D78AQSAKQLQWI9/3663.swf' type='application/x-shockwave-flash' width='500' height='300'></embed> > Back</center>"; $h->endpage(); ?> Quote Link to comment Share on other sites More sharing options...
Guest Anonymous Posted October 6, 2007 Share Posted October 6, 2007 Re: Mini-Arcade - First EVER Mod, FREE FREE FREE all ways remove session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include"globals.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); and replace it with include"globals.php"; <?php /*----------------------------------------------------- --- Games From Addicting Games --- First Mod By -CrAzY- --- Arcade MOD - By Alex .O. / -CrAzY- -----------------------------------------------------*/ include"globals.php"; print "<h5/>You Walk Into The Shooting Games Room Of The Arcade, You See One Game That Might Interest You;<h5/>"; print "<h2/>Lord Cannonball!;<h2/>"; print "<center><embed src='http://farm.addictinggames.com/D78AQSAKQLQWI9/3663.swf' type='application/x-shockwave-flash' width='500' height='300'></embed> > Back</center>"; $h->endpage(); ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.