Jawad Posted June 17, 2007 Posted June 17, 2007 <?php 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"; $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(); if($ir['location'] < 1) { print "Get out of here, you too inexperienced."; $h->endpage(); exit; } print "The Inner City Night Club Here you can party the night away and forget about how your going to feel in the morning.What would you like to do? Dance Gamble Drink Chat up the girl in the corner Pick a fight Drug Dealer Leave the Club"; $h->endpage(); ?> Quote
GoldenZero Posted June 17, 2007 Posted June 17, 2007 Re: Night Club MOD Here IS What People Are Looking For um.....whats the point of this?....thers nothing to it... Quote
Michael Posted June 17, 2007 Posted June 17, 2007 Re: Night Club MOD Here IS What People Are Looking For Exactly, what is it?? You need other files to make it work such as dance.php lol Quote
CraigF Posted June 17, 2007 Posted June 17, 2007 Re: Night Club MOD Here IS What People Are Looking For LOL!!!! That is not a mod, that is just a normal file, you need other files to make it a mod, things that are actually coded not just written Quote
KyleCrispy Posted June 17, 2007 Posted June 17, 2007 Re: Night Club MOD Here IS What People Are Looking For LOL i have the hole thing except for dealer.php :evil: Quote
Cronus Posted June 17, 2007 Posted June 17, 2007 Re: Night Club MOD Here IS What People Are Looking For LOL i have the hole thing except for dealer.php :evil: How did you get the whole thing except for one file? If they sent you the code then surely they would have given you all of it. I'm a bit curious as how you only got PART of a mod..... Quote
KyleCrispy Posted June 18, 2007 Posted June 18, 2007 Re: Night Club MOD Here IS What People Are Looking For bcoz dealer.php is part of the drug mod and well the rest i made except for dance and the other ones lol Quote
Decepti0n Posted June 18, 2007 Posted June 18, 2007 Re: Night Club MOD Here IS What People Are Looking For Im pretty sure the other pages will only be a bunch of links and a few queries anyway Quote
GoldenZero Posted June 18, 2007 Posted June 18, 2007 Re: Night Club MOD Here IS What People Are Looking For lol doesn't look like it would do much anyway...just like deadthstar said XD Quote
KyleCrispy Posted June 18, 2007 Posted June 18, 2007 Re: Night Club MOD Here IS What People Are Looking For well basicly yh lol bcoz most of them are like 20-40 lines long the longest is 39 lol but i guess the dealer.php one is big lol 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.