Jump to content
MakeWebGames

Recommended Posts

Posted

<?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();

?>

Posted

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

Posted

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.....

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...