Renkia Posted March 8, 2010 Posted March 8, 2010 Ok ive seen about 2 of these around so i decided to create one. Just HTML basicly. Nothing speacial You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Hope you enjoy... :P Quote
Zero-Affect Posted March 8, 2010 Posted March 8, 2010 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. *cough* V2 *cough* Quote
Renkia Posted March 8, 2010 Author Posted March 8, 2010 Lol, forgot taht. XD V2: include "globals.php"; Into: V1: 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']); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm); $h->menuarea(); Should be right? :P Quote
AlabamaHit Posted March 8, 2010 Posted March 8, 2010 For any this 'should' work. 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.