Latino_Heat Posted April 26, 2007 Posted April 26, 2007 <?php /*----------------------------------------------------- -- Pac Man By http://freegoodgames.net -- Converted to work with MCCodes By Latino Heat -----------------------------------------------------*/ 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 "mysql.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 " Pac Man"; print " > Back "; $h->endpage(); ?> Let's get some old school games out here. If you use these, please at least give me a plus one. Quote
oxidati0n Posted April 26, 2007 Posted April 26, 2007 Re: (FREE) Pac Man Game nice feature. I'm not using it because i'd rather people play the game, not the flash games. Quote
KyleCrispy Posted April 26, 2007 Posted April 26, 2007 Re: (FREE) Pac Man Game nice game but to tell u the truth IT is so easy to make so i can make 1 even betta xD (if i had the time :-() Quote
hamster01 Posted April 26, 2007 Posted April 26, 2007 Re: (FREE) Pac Man Game nice game but to tell u the truth IT is so easy to make so i can make 1 even betta xD (if i had the time :-() Dont say that, The criticism master is gonna speech you :lol: Quote
Jesse60905 Posted June 26, 2007 Posted June 26, 2007 Re: [mccode] Pac Man Game I'm not sure but would this use up alot of bandwidth? I want to see how much stuff I can fit on my site before they shut it down lol... Quote
Z?v?? Posted June 26, 2007 Posted June 26, 2007 Re: [mccode] Pac Man Game And the point of doing that would be...... Quote
Modern-Empires Posted November 4, 2008 Posted November 4, 2008 Re: [mccode] Pac Man Game V2 version You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
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.