it is a script for a jail does it look rite as it keeps sayin source file not compiled
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']);
$lv=date('F j, Y, g:i a',$ir['laston']);
$h->userdata($ir,$lv,$fm);
$h->menuarea();
$q=mysql_query("SELECT f.*,u.username,u2.username as jailer FROM fedjail f LEFT JOIN users u ON f.fed_userid=u.userid LEFT JOIN users u2 ON f.fed_jailedby=u2.userid ORDER BY f.fed_days ASC",$c);
print "Federal Jail
If you ever cheat the game your name will become a permanent part of this list...
its c++ language
2007-09-03
01:52:12 ·
update #1
5 answers
As other people say, it's PHP script - not C++
It does not need compiling, it is (part of) a dynamic website. You just need to upload it onto a web server that has the PHP interpreter installed.
If you want to host it on your computer, you can get web server software from here:
http://www.apache.org/
You can download the PHP interpreter from here:
http://www.php.net/
You may know this stuff already, but I've put it here in case you don't.
2007-09-03 10:33:28
·
answer #1
·
answered by pardon_my_klatchian 4
·
0⤊
0⤋
It most definitely isn't a C++ program. It's a PHP script.
2007-09-03 02:53:07
·
answer #2
·
answered by Daniel R 6
·
0⤊
0⤋
If you're trying to compile this with a C++ compiler then you'll be there forever, even I know this is not C++!
The clue is in the question ;-)
2007-09-03 02:31:39
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
It is PHP , does not look easy. May be you can contact a PHP expert. Check websites like http://askexpert.info/
2007-09-03 02:27:01
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
er....... is it a mirc script? if so, it is not in the right format.
2007-09-03 01:47:59
·
answer #5
·
answered by mr.lex 2
·
0⤊
1⤋
fedest.com, questions and answers