
Originally Posted by
captkingdude
haha and how do i do all of this xD
Install 1 Web hoster
Web Hoster
Hoster: Appserv
Hoster: XAMPP
Hoster: EASY PHP ( recommended ) PHP.ini - MSQL fix
i recomand you the EASY Php with file i include
Download and install them like i explain
How to set the PHP.ini
Code:
go To \EasyPHP 3.0\apache\PLace the PHP.ini
How to work the connection Download
go to
Code:
\EasyPHP 3.0\apache\bin\ and place the 'msql.dll' and 'ntwdblib.dll'
after restart your Easy PHP
Go to your Folder
Code:
\EasyPHP 3.0\WWW\Put your admin panel
PANEL CONFIGURATION
Configure this files config.php
Code:
<?php
if( !ereg("index.php", $_SERVER['PHP_SELF']) )
{
header("Location: index.php");
die();
}
///////////////////////////////////
// Emisand's Gunz Admin Panel /////
/// -- Configuration File -- /////
///////////////////////////////////
//MSSQL Server configuration
$_MSSQL[Host] = "YOUR SQL"; // MSSQL Server HOST, it can be an IP Address or a computer name
$_MSSQL[User] = "sa"; // MSSQL User
$_MSSQL[Pass] = "YOUR PASSWORD"; // MSSQL Password
$_MSSQL[DBNa] = "GunzDB"; // Gunz Database Name
// Here you set the language for the panel
// If you set this to english, the panel will try to load lang/english.php
$_CONFIG[Language] = "english";
// Gunz Database Configuration
$_CONFIG[AccountTable] = "Account";
$_CONFIG[LoginTable] = "Login";
$_CONFIG[CharTable] = "Character";
$_CONFIG[CItemTable] = "CharacterItem";
$_CONFIG[AItemTable] = "AccountItem";
$_CONFIG[ClanTable] = "Clan";
$_CONFIG[ClanMembTable] = "ClanMember";
$_CONFIG[ClanLogTable] = "ClanGameLog";
// Plugins Configuration
// To Disable, set the variable to 0
// To Enable, set the variable to 1
$_CONFIG[CountryBlock] = 0; // Add functions to Block / Unblock access to your GunZ Server
// to selected countries
?>
Save CTRL+S Close Go to your Web '127.0.0.1' if you wanna change it
Right click in the Easy Php configuration > apache > and search for
Code:
Listen 127.0.0.1:80 > Edit to your IP
Login to your admin panel and You have the selection at your Left :) Chose what you wanna do