emisand's Gunz Admin Panel v2

Experienced Elementalist
Joined
Mar 29, 2007
Messages
248
Reaction score
2
I tried to trun it on but i cant!
i have something wrong!
i did On like the guide bucause i have wamp server!
but its still buggy =\
and i have this errors under:
'; } }else{ include "config.php"; $aid = $_SESSION['AID']; $q1 = mssql_query("SELECT * FROM Account(nolock) WHERE AID = $aid"); $q2 = mssql_fetch_assoc($q1); $UGradeID = $q2['UGradeID']; if( $UGradeID != 252 and $UGradeID != 254 and $UGradeID != 255 ){ unset($_SESSION['AID']); die("Acceso no Autorizado");} ?>
Help me please!
 
Here it is:
<?php

///////////////////////////////////
// Emisand's Gunz Admin Panel /////
/// -- Configuration File -- /////
///////////////////////////////////

$mssql_user = "sa"; //Enter here the MSSQL User for your Gunz Database
//If the MSSQL Server is in the same server as the web, leave it blank

$mssql_pass = "*****"; //Enter here the MSSQL Password for your Gunz Database
//If the MSSQL Server is in the same server as the web, leave it blank

$mssql_database = 'GunzDB'; //Enter here the Name of your Gunz Database

//Host. IP If working remotely
$mssql_host = '*****\SQLEXPRESS'; //Enter here the name of your SQL Server

$conn = mssql_connect($mssql_host, $mssql_user, $mssql_pass); //Don't touch this
mssql_select_db($mssql_database); //Don't touch this

?>
 
Upvote 0
You have to configure PHP.

Open php.ini

Search for: short_open_tag = Off
Change it to: short_open_tag = On

Save php.ini and restart your webserver
 
Upvote 0
I did it!
i said on the first post!
it still dont work!
EDIT:
Oh I fixed it! ;)
i changed it on wrong place!
ty man!
 
Upvote 0
@ off topic : Fuck off this an old thread !!!! use Emisand's Gunz Admin Panel V3 !!!

@ on topic :
Go to Search and search name file (php.ini)
with out [()]

Need help pm me
 
Upvote 0
Back