Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Share]BOSSRAN CP with ADMIN PANEL v1.04

Status
Not open for further replies.
Joined
Dec 22, 2008
Messages
701
Reaction score
224

nitro+ - [Share]BOSSRAN CP with ADMIN PANEL v1.04 - RaGEZONE Forums



Web Feautures​


Web System:
  • ADOdb Database Abstraction Library for PHP
  • Ajax Mode
  • Captcha Verification Code
  • Debug
  • Maintenance Mode
  • Anti Blind SQL Injection
  • Anti Parameter Manipulation
  • Anti SQL Injection (Write's Log if Detected)
  • Anti XSS Attack
  • Anti Tamper Protection for ItemShop
  • Prevents Character Manipulation
  • Supports Ep3-Ep6 (MD5 and Non- MD5) look in the web.config.php to configure

Control Panel:
  • Register
  • Find Password
  • Rebirth
  • Transfer School
  • Reset Stats
  • Add Stats
  • Reset PK
  • Transsexual
  • Earn Point
  • Reset 2nd Pass
  • Download
  • ItemMall
  • Agent
  • Vote

Adminitrator:
  • News Management:
  • News List
  • News Root
  • Press release

  • Web Management:
  • Download Links
  • Add Links



Launcher News And Patch:​








Items on Merchandise​


Sale Item:
  1. Open MSSQL Management Studio
  2. Login using the user sa
  3. Double Click RanShop Database
  4. Right Click the ShopItemMap Table
  5. You should see all the Item List
  6. Edit any Item and put the Sale's Category List

Sale's Category List:

Code:
1 = Weapon
2 = Weapon(Leasing)
3 = Armor(Suit)
4 = Armor(Single)
5 = Jewelry
6 = Pet Item
7 = Scroll
8 = Accessories
Item Images:

Example:

Code:
Mart/images/descpic/[U][COLOR=Lime]313[/COLOR]-[COLOR=Orange]234[/COLOR].jpg[/U]

Color Code:

Code:
[COLOR=Lime]313 = ItemMain[/COLOR]
[COLOR=Orange]234 = ItemSub[/COLOR]




Installation:


Requirements:

  • PHP FILE: (Optional)


1. Create New Database and Name it RanNews

2. Create New Query on RanNews Database, Copy/Paste and Execute SQL Script:
> RanNews_sql_db.txt in the Attachment.


3.Execute SQL Script in RanUser Database For Download Table.

> Download_sql.txt in the Attachment.

4.Execute SQL Script in RanUser Database For Vote Table.

> Vote _sql in the Attachment.


5.Delete "ShopItemMap" Table in RanShop Database and Execute SQL script For ShopItemMap Table.
> ShopItemMap_sql in the Attachment.


6.Delete "ShopPurchase" Table in RanShop Database and Execute SQL script For ShopPurchase Table.
> ShopPurchase_sql in the Attachment.

Show All Errors in Page

1. Open web.config.php and find
Code:
[COLOR=Red]
error_reporting(0); 
[/COLOR]

2. Replace it with
Code:
[COLOR=Red]
//error_reporting(0); 
[/COLOR]


Download:
Put the CP Files in your HTDOCS Folder



=================================================================
> NEW RELEASE [RAN WEB ZERO]
=================================================================
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Sep 16, 2007
Messages
1,206
Reaction score
541
Re: [SHARE]NewDRAN CP

did i missed something?

PHP:
<?php 
if (eregi("web.config.php", $_SERVER['SCRIPT_NAME'])) { die ("Access Denied"); } 

session_start(); 
header("Cache-control: private"); 
ob_start(); 

$_config['server_name'] = 'OmegaRAN Online';    //Server Name 
$_config['copyright'] = "jericogarcia & bLazeDex Development";        //copyright name 
$_config['Server'] = "*****\sqlexpress"; // Ip SQL or Domain Name 
$_config['User'] = "sa"; // User SQL 
$_config['Pass'] = "------"; // Pass SQL 
$_config['DB'] = "ranuser"; // Database User 
$_config['DB2'] = "rangame1"; // Database Game 
$_config['DB3'] = "ranshop"; // Database Shop 
$_config['DB4'] = "rannews"; // Database News 

$_config['reg_open'] = true;        //Open Registration     
$_config['dl_open'] = true;            //Open Download Section 
$_config['ajax_mode'] = true;        //Endable Ajax  
$_config['reg_md5'] = true;            //System Encrypt Password 
$_config['adm_logs'] = 'userLogs';     
$_config['language'] = 'English'; //separate languages with , (comma) 
$_config['dbdebug'] = 0; 
$ADODB_CACHE_DIR = 'tmp/'; 
//error_reporting(0); 

// Hide GM char names in the rankings? 
$_config['hide_gms'] = false;    //will only affect the rank.php 
$_config['gms'] = '[GM]'; 
$_config['admins'] = array('admin');        //Administrator panel UserID - MUST MATCH WITH THE USERNAME in RANNEWS DATABASE ACCOUNT  

//Per Page 
$_config['items_per_page'] = 10;            //Items to display in a page or per page 
$_config['news_per_page'] = 12;                //News to display in a page 

// Title shown at the top of pages 
define('PAGE_TITLE','OmegaRAN Online'); 

// Link to website or patch 
define('LINK_WSITE','http://omegaran2.tk/'); 

// Text to display for link 
define('NAME_WSITE','http://omegaran2.tk/'); 

// Link to forums 
define('LINK_FORUM','http://omegaran2.tk/forum'); 

// Text to display for link 
define('NAME_FORUM','http://omegaran2.tk/forum'); 

// Maintenance mode, open to GMs only. 
define('MAINTMODE',false);    //Maintenance Mode ~ All users visiting the website will get redirected to Errorpage.php 


//Reg 
$_config['reg_add_points'] = 0;            //Add points after Registration? 
$_config['reg_allow_email_check'] = true;    //allow or disable email exist in database to use it again 
$_config['reg_max_user'] = 1000;            //Max users to register 
$_config['reg_auto_fill_form'] = array( 
'Gender' => 'Male', 
'BirthYear' => '1990', 
'BrithMonth' => '1', 
'BirthDay' => '2', 
'Telephone' => '000000000', 
'Mobile' => '000000000', 
'City' => 'PH', 
'Province' => 'PH', 
'Post' => '001', 
'Address' => 'PH' 
); 

//Reg Free Item List 
$_config['reg_allow_free_item'] = false;            //Allow Free items after registration 
$_config['reg_item_list'] = array('ProductNum'=>array('121')); //Earings of Awesome Speed [15D] 

//User CP 
//Reset Stats 
$_config['ucp_reset_stats_pay'] = 10000000000;    //Gold 

//Reset PK 
$_config['ucp_reset_pk_pay'] = 500;    //Points 
$_config['ucp_reset_pk_value'] = 20;    //Add value per reset 

//Transexual 
$_config['ucp_transsexual_pay'] = 500;    //Points 

//Edit Safe Pwd 
$_config['ucp_editsafe_pwd_pay'] = 500;//Points 

//GameTime Points 
$_config['ucp_gametime_pay'] = 10;    //Minutes 
$_config['ucp_gametime_points'] = 1;    //Add points per how many Minutes 
$_config['ucp_gametime_col'] = 'GameTime2';    // Important Check your database if where the server saves the GameTime either GameTime or GameTime2 column name 

//Change School  
$_config['ucp_change_school_pay'] = 500;//Points 

//Normal RB Setting 
$_config['ucp_rb_col'] = 'chareborn'; //Reborn Column Name  
$_config['ucp_rb_normal_stats'] = 25;    //Add stats per reborn 
$_config['ucp_rb_normal_lvl'] = 200;    //Required lvl to reborn 
$_config['ucp_rb_normal_pay'] = 20000000;    //GOLD  
$_config['ucp_rb_limit'] = 10;        //Max reborn Limit 
//Vote Config 
$_config['vote_allow_ads'] = true;        //Allow advertisement 
$_config['ucp_vote_time_limit'] = 12;        //Vote Time Limit 
$_config['ucp_vote_add_points'] = 25;        //Add points per how many requested hour 
$_config['ucp_vote_links'] = array( 
'1' => array( 
    'Link'=>'http://www.gtop100.com/in.php?site=48094', 
        'Btn_Link'=>'http://www.gtop100.com/images/votebutton.jpg', 
            'Title_Name'=>'GTop 100' 
), 

'2' => array( 
    'Link'=>'http://www.jagtoplist.com/in.php?site=21', 
        'Btn_Link'=>'http://www.jagtoplist.com/images/vbtn88x55.jpg', 
            'Title_Name'=>'JAGToplist' 
), 

'3' => array( 
    'Link'=>'http://www.mmorpgtop200.com/in.php?site=8571', 
        'Btn_Link'=>'http://www.mmorpgtop200.com/votenew.jpg', 
            'Title_Name'=>'mmorpgtop200' 
), 
'4' => array( 
    'Link'=>'http://www.gamesites100.net/in.php?site=16690', 
        'Btn_Link'=>'http://www.Gamesites100.net/images/votebutton.jpg', 
            'Title_Name'=>'Gamesites100' 
) 
); 

//Full Clinet Download Links: 
//http://www.mediafire.com/?itje5h8vo9dm8 

//////////////////////////////////////////////////////// 
//////////////////////////////////////////////////////// 
include_once('Inc/dbconn.php'); 
include_once('inc/checkerr.php'); 
include_once('Inc/functions.php'); 
require_once('Inc/sql_inject.php'); 
require_once('Inc/securelogin.class.php'); 
include_once('Inc/member.class.php'); 
//////////////////////////////////////////////////////// 
?>

ended up with this error

Unable to connect DB2!
 
Newbie Spellweaver
Joined
Sep 7, 2005
Messages
82
Reaction score
4
Re: [SHARE]NewDRAN CP

what sql version and service pack is the rannews.bak made?
i am trying to restore it on mssql 2005 and it gives the following error:


"The media family on device '-----' is incorrectly formed. SQL server cannot process this media family. RESTORE HEADERONLY is terminating abnormally. (Microsoft SQL Server: Error 3241)."

EDIT:
i think the rannews.bak was made using sql higher than sql2005, too bad we cannot simply restore it to sql 2005 or below.

EDIT:
verified, .bak was made using sql server 2008
 
Last edited:
Experienced Elementalist
Joined
Jun 15, 2006
Messages
201
Reaction score
100
Re: [SHARE]NewDRAN CP

done too but its sayin'
Unable to connect DB

I try using my sql server name and its working...

I think to use ip u need to enable remote mssql control thingy...

BTW,im using xampp right now... Gonna try iis later...
 
Last edited:
Skilled Illusionist
Joined
Jun 24, 2009
Messages
383
Reaction score
26
Re: [SHARE]NewDRAN CP

AWESOME! I will try this right now!

Edit:
I tried it,but then I got the same error Sir Seifer has
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Mar 30, 2006
Messages
2,536
Reaction score
114
Re: [SHARE]NewDRAN CP

I personally think the Ichigo background needs to be more faded/transparent.
Also yeah same error :x
 
Joined
Dec 22, 2008
Messages
701
Reaction score
224
Re: [SHARE]NewDRAN CP

Errors with connection ahh... Hmmmnnn
Should have use mssql instead of high speed ado... But I think it will work I just don't know how to figure out the thing was. I use MSSQL SERVER 2008 btw.
 
Skilled Illusionist
Joined
Jun 24, 2009
Messages
383
Reaction score
26
Re: [SHARE]NewDRAN CP

I use mssql server 2005,is that a problem?
 
Joined
Dec 22, 2008
Messages
701
Reaction score
224
Re: [SHARE]NewDRAN CP

I think they are the same it's just the SQL 2008 has more features on it. Also forgot Romans a guide onhos to restore the rannews database. Just wait for it
 
Experienced Elementalist
Joined
Jun 15, 2006
Messages
201
Reaction score
100
Re: [SHARE]NewDRAN CP

U need to add ChaRebornDate column in the chainfo table for the front page ranking to works...

Researching to edit reborn = reset stat...

Other function works well for me...
 
Wazup fucckerrsss
Joined
Jan 14, 2008
Messages
473
Reaction score
91
Re: [SHARE]NewDRAN CP

Cannot restore the Database to 2005 MSSQL :) Please provide databse for 2005. Thanks
 
Newbie Spellweaver
Joined
Sep 7, 2005
Messages
82
Reaction score
4
Re: [SHARE]NewDRAN CP

this cp has a lot of serious editing needed. some of the codes are purposedly edited for it not to function properly. a good way to practice your PHP skill.. anyway, thnx for the share.
 
Joined
Dec 22, 2008
Messages
701
Reaction score
224
Re: [SHARE]NewDRAN CP

this cp has a lot of serious editing needed. some of the codes are purposedly edited for it not to function properly. a good way to practice your PHP skill.. anyway, thnx for the share.
what do you mean? all function are working btw....
 
Last edited:
Wazup fucckerrsss
Joined
Jan 14, 2008
Messages
473
Reaction score
91
Re: [Share]BOSSRAN CP and ADMIN PANEL [PHP]

Abyss + your PHP, not working
Apache + your PHP, not working too

what webserver you recommend for this?
Thank you.
 
Status
Not open for further replies.
Back
Top