Quantcast
Channel: RaGEZONE - MMO Development Forums
Viewing all articles
Browse latest Browse all 14731

[Release] Elite Site With EPin System

$
0
0
Hello According to the Old Thread Deleted and A lot Of People PM me to share it again i make new thread
Notes :
Use Zend Server For Best Host Download

First Download Link : Mediafire

Second Guide :
Open inc/config.php
Code:

<?php
ob_start();
// Base configuration file for SroLand web panel 3
// coded by HyperProCoders - 27.09.2011 - Last Edit: 10.11.2011

// Site Settings
    $sitecharset    = '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />';
    $sitetitle        = "Edit Title Here";
    $facebooklink    = "Your FaceBook Link here";
    $showusername    = 0; // Show user name on profiles?
    $mysqlsupport    = 1; // Your host support MySQL? (mysql for mysql_real_escape_string)
    $forumlink        = "Forum Link Here";
    $gamename        = "Your Server Name";
    $playerlink    = "Player link";
// Site Settings finish.

//Slide Settings
    $img1        = "TXT to Apear at pictures at slide";  //Img-1 desc
    $img2        = "LegendarySr11";  //Img-2 desc
    $img3        = "LegendarySro3";  //Img-3 desc
    $img4        = "LegendarySro4";  //Img-4 desc
//Slide Settings Finish

// Connection Settings
    //account db
        $accountdbhost        = "Your Host"; // DB Host
        $accountdbuser        = "User"; // DB user
        $accountdbpass        = "Password";// DB pass
        $accountdb            = "DB Accounts Name"; // DB
    //account db
    //shard db
        $sharddbhost        = "Your Host";
        $sharddbuser        = "User";
        $sharddbpass        = "Password";
        $sharddb            = "DB Shard Name";
    //shard db
// Connection Settings finish.


All Red Words need to Edit
About Player link type your link like Example.com/Player

Guide to Edit Player Ranks
Open Player/index.php
Code:

        <?php
// Baglanti Ayarlari
$host        = "Your Host";
$user        = "User";
$pass        = "Password";
$database    = "DB Shard Name";

@mssql_connect($host,$user,$pass) or die("MsSQL Baglantisi Saglanamiyor...");
@mssql_select_db($database) or die("Veri Tabani Baglantisi Saglanmiyor...");
?>


Edit all Red Words

Elite Site Coded By HyperProCoders
Player Link Coded By Emrah "Best Friend"

Viewing all articles
Browse latest Browse all 14731

Trending Articles