<?php
session_start();
require('class_sqlfunctions.php');
/**********************************
| @author SuperWaffle. |
| Fill in the correct info below. |
*********************************/
class connect
{
var $host = "smallpenixEXPRESS"; // Host, usually PCNAME\SQLEXPRESS
var $user = "sa"; // Username is usually empty.
var $pass = "uglyface"; // Password is usually empty.
var $dbn = "GunzDB3"; // Database name is most likely GunzDB.
public function __construct()
{
$con = mssql_connect($this->host, $this->user, $this->pass) or die("<center><font color='red'>Failed to connect to the database!</font></center>");
mssql_select_db($this->dbn, $con) or die("<center><font color='red'>Failed to select the database!</font></center>");
}
}
new connect();
/*** The name of your server.
This will show up in the title and on every page H1. ***/
$gunzname = "Gunz The Last Duel";
/*** Location of your emblem folder.
Example:
Gunz.com = emblem ***/
$emblemfolder = "emblem";
/*** Define the account name(s) of the admin(s) here, seperate with ,"this"
Those will have access to the manage updates, manage events, item shop and IP Ban functions. ***/
Shouldn't i put like wlan ip after after where it says: new connect(); ? idk how to plz help xd its giving me dumb errors again
here they are
art() [function.session-start]: open(C:/Users/ADMINI~1/AppData/Local/Temp/2\sess_8dacb108be0236193d5b7431b7fdad77, O_RDWR) failed: No such file or directory (2) in C:\AppServ\www\include\config.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\AppServ\www\include\config.php:2) in C:\AppServ\www\include\config.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\include\config.php:2) in C:\AppServ\www\include\config.php on line 2
Warning: Unknown: open(C:/Users/ADMINI~1/AppData/Local/Temp/2\sess_8dacb108be0236193d5b7431b7fdad77, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:/Users/ADMINI~1/AppData/Local/Temp/2) in Unknown on line 0
Dave you slut help xd its your old FGunz site