BOSSRAN CP with ADMIN PANEL v1.04 by jerichogarcia





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:


Click Me!






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/313-234.jpg
Color Code:

Code:
313 = ItemMain
234 = ItemSub



Installation:


Requirements:


1. Create New Database and Name it RanNews

2. Create New Query on RanNews Database, Copy/Paste and Execute SQL Script:

Code:
USE [RanNews]
GO
/****** Object:  Table [dbo].[system]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[system](
 [systemname] [nvarchar](50) NULL,
 [webAddress] [nvarchar](50) NULL,
 [email] [nvarchar](50) NULL,
 [Copyright] [text] NULL,
 [addtime] [nvarchar](50) NULL,
 [helpinfo] [text] NULL,
 [webqq] [nvarchar](50) NULL,
 [Content] [ntext] NULL,
 [imageNum] [int] NULL,
 [firstImageName] [nvarchar](50) NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO
/****** Object:  Table [dbo].[RENHASS]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[RENHASS](
 [Renamedjf] [int] NULL,
 [Renamedmoney] [int] NULL,
 [Hasslesjf] [int] NULL,
 [Hasslesmoney] [int] NULL
) ON [PRIMARY]
GO
/****** Object:  Table [dbo].[REINCAR]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[REINCAR](
 [Redlv] [int] NULL,
 [Redmoney] [int] NULL,
 [Redjf] [int] NULL,
 [xylv] [int] NULL,
 [ADDSX] [int] NULL,
 [ADDJN] [int] NULL,
 [jsnum] [int] NULL
) ON [PRIMARY]
GO
/****** Object:  Table [dbo].[RAN_ITEM]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[RAN_ITEM](
 [ID] [int] IDENTITY(1,1) NOT NULL,
 [ITEMMAIN] [int] NULL,
 [ITEMSUB] [int] NULL,
 [ITEMNAME] [varchar](100) NULL,
 [EXPLAIN] [text] NULL,
 [LX] [char](1) NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
/****** Object:  Table [dbo].[Pluspoints]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Pluspoints](
 [id] [int] IDENTITY(1,1) NOT NULL,
 [pointsnum] [int] NULL,
 [pointsjf] [int] NULL,
 [pointsmoney] [int] NULL,
 [pointslevel] [int] NULL
) ON [PRIMARY]
GO
/****** Object:  Table [dbo].[ONLINEXD]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[ONLINEXD](
 [XDMONEY] [int] NULL,
 [XDJF] [int] NULL,
 [XDJD] [int] NULL,
 [XDJLV] [int] NULL
) ON [PRIMARY]
GO
/****** Object:  Table [dbo].[NewUser]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[NewUser](
 [item1] [nvarchar](50) NULL,
 [item2] [nvarchar](50) NULL,
 [item3] [nvarchar](50) NULL,
 [item4] [nvarchar](50) NULL,
 [item5] [nvarchar](50) NULL,
 [item6] [nvarchar](50) NULL,
 [item7] [nvarchar](50) NULL,
 [item8] [nvarchar](50) NULL,
 [item9] [nvarchar](50) NULL,
 [item10] [nvarchar](50) NULL,
 [chamoney] [nvarchar](50) NULL,
 [chalevel] [int] NULL,
 [chastremain] [int] NULL,
 [chaexp] [int] NULL,
 [chaskillpoint] [int] NULL,
 [newuserlv] [int] NULL
) ON [PRIMARY]
GO
/****** Object:  Table [dbo].[Newsletter]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Newsletter](
 [id] [int] IDENTITY(1,1) NOT NULL,
 [title] [nvarchar](50) NULL,
 [content] [ntext] NULL,
 [addtime] [datetime] NULL,
 [adduserid] [nvarchar](50) NULL,
 [flag] [int] NULL,
 [userid] [nvarchar](50) NULL,
 [addname] [nvarchar](50) NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO
/****** Object:  Table [dbo].[newscata]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[newscata](
 [id] [int] IDENTITY(1,1) NOT NULL,
 [title] [nvarchar](50) NULL,
 [addtime] [datetime] NULL,
 [rootid] [char](10) NULL,
 [level] [char](10) NULL
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
/****** Object:  Table [dbo].[news]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[news](
 [id] [int] IDENTITY(1,1) NOT NULL,
 [cataid] [int] NULL,
 [title] [nvarchar](50) NULL,
 [content] [text] NULL,
 [nfrom] [nvarchar](50) NULL,
 [special] [varchar](50) NULL,
 [permission] [nvarchar](50) NULL,
 [addtime] [datetime] NULL,
 [hits] [int] NULL,
 [sortid] [smallint] NULL,
 [imagenum] [int] NULL,
 [firstImageName] [nvarchar](50) NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
/****** Object:  Table [dbo].[MapInfo]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[MapInfo](
 [id] [int] IDENTITY(1,1) NOT NULL,
 [mapname] [nvarchar](50) NULL,
 [mapnum] [int] NULL,
 [mapjf] [int] NULL,
 [mapmoney] [int] NULL
) ON [PRIMARY]
GO
/****** Object:  Table [dbo].[LINK]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[LINK](
 [Content] [ntext] NULL,
 [imageNum] [int] NULL,
 [firstImageName] [nvarchar](50) NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO
/****** Object:  Table [dbo].[GMINFO]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[GMINFO](
 [id] [int] IDENTITY(1,1) NOT NULL,
 [title] [nvarchar](50) NULL,
 [leixing] [nvarchar](50) NULL,
 [content] [ntext] NULL,
 [addtime] [datetime] NULL,
 [userid] [nvarchar](50) NULL,
 [falgs] [int] NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO
/****** Object:  Table [dbo].[CHAPK]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[CHAPK](
 [PKNUM] [int] NULL,
 [PKJF] [int] NULL,
 [PKMONEY] [int] NULL,
 [PKLV] [int] NULL
) ON [PRIMARY]
GO
/****** Object:  Table [dbo].[CHAMONEY]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[CHAMONEY](
 [ID] [int] IDENTITY(1,1) NOT NULL,
 [moneyJF] [int] NULL,
 [MONEYLV] [int] NULL,
 [moneyNUM] [money] NULL
) ON [PRIMARY]
GO
/****** Object:  Table [dbo].[Cards]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Cards](
 [Cardsid] [int] IDENTITY(1,1) NOT NULL,
 [Cardsnum] [nvarchar](50) NOT NULL,
 [CardsAmount] [int] NOT NULL,
 [Cardsflag] [int] NOT NULL,
 [Cardsadduser] [nvarchar](50) NULL,
 [Cardsouttime] [datetime] NULL
) ON [PRIMARY]
GO
/****** Object:  Table [dbo].[Account]    Script Date: 05/13/2011 14:25:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Account](
 [id] [int] IDENTITY(1,1) NOT NULL,
 [adminname] [nvarchar](50) NULL,
 [pwd] [nvarchar](50) NULL
) ON [PRIMARY]
GO
/****** Object:  Default [DF_GMINFO_falgs]    Script Date: 05/13/2011 14:25:06 ******/
ALTER TABLE [dbo].[GMINFO] ADD  CONSTRAINT [DF_GMINFO_falgs]  DEFAULT (0) FOR [falgs]
GO
3.Execute SQL Script in RanUser Database For Download Table.

Code:
USE [RanUser]
GO
/****** Object:  Table [dbo].[WEB_DOWNLOAD]    Script Date: 05/06/2011 18:36:01 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[WEB_DOWNLOAD](
 [ID] [int] IDENTITY(1,1) NOT NULL,
 [NAME] [varchar](100) NOT NULL,
 [DOWNLOADURL] [text] NULL,
 [EXPLAIN] [int] NULL,
 [ADDTIME] [datetime] NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO

ALTER TABLE [dbo].[WEB_DOWNLOAD] ADD  CONSTRAINT [DF_WEB_DOWNLOAD_ADDTIME]  DEFAULT (getdate()) FOR [ADDTIME]
GO

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

Code:
USE [RanUser]
GO

/****** Object:  Table [dbo].[Vote]    Script Date: 04/29/2011 14:44:27 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[Vote](
 [id] [int] IDENTITY(1,1) NOT NULL,
 [UserID] [varchar](20) NOT NULL,
 [last_vote] [int] NULL,
 [date] [datetime] NOT NULL,
 [hits] [int] NULL
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO

ALTER TABLE [dbo].[Vote] ADD  CONSTRAINT [DF_VoteTime_UserName]  DEFAULT (\'\') FOR [UserID]
GO

ALTER TABLE [dbo].[Vote] ADD  CONSTRAINT [DF_VoteTime_date]  DEFAULT (\'1970-02-01\') FOR [date]
GO

5.Delete "ShopItemMap" Table in RanShop Database and Execute SQL script For ShopItemMap Table.
Code:
USE [RanShop]
GO

/****** Object:  Table [dbo].[ShopItemMap]    Script Date: 05/14/2011 09:45:07 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[ShopItemMap](
 [ProductNum] [int] IDENTITY(1,1) NOT NULL,
 [ItemMain] [int] NULL,
 [ItemSub] [int] NULL,
 [ItemName] [varchar](100) NULL,
 [ItemList] [smallint] NULL,
 [Duration] [varchar](50) NULL,
 [Category] [int] NULL,
 [ItemStock] [int] NOT NULL,
 [ItemImage] [varchar](300) NULL,
 [ItemMoney] [int] NULL,
 [ItemComment] [varchar](50) NULL,
 CONSTRAINT [PK_ShopItemMap] PRIMARY KEY CLUSTERED 
(
 [ProductNum] ASC
)WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON) ON [PRIMARY]
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO

ALTER TABLE [dbo].[ShopItemMap] ADD  CONSTRAINT [DF_ShopItemMap_ItemList]  DEFAULT ((1)) FOR [ItemList]
GO

ALTER TABLE [dbo].[ShopItemMap] ADD  CONSTRAINT [DF__ShopItemM__ItemS__38996AB5]  DEFAULT ((0)) FOR [ItemStock]
GO

6.Delete "ShopPurchase" Table in RanShop Database and Execute SQL script For ShopPurchase Table.
Code:
USE [RanShop]
GO

/****** Object:  Table [dbo].[ShopPurchase]    Script Date: 07/05/2011 18:51:30 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[ShopPurchase](
 [PurKey] [varchar](21) NULL,
 [UserUID] [varchar](20) NOT NULL,
 [ProductNum] [int] NOT NULL,
 [PurPrice] [int] NOT NULL,
 [PurFlag] [int] NOT NULL,
 [PurDate] [datetime] NOT NULL,
 [PurChgDate] [datetime] NULL
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO

ALTER TABLE [dbo].[ShopPurchase] ADD  CONSTRAINT [DF_ShopPurchase_PurPrice]  DEFAULT ((0)) FOR [PurPrice]
GO

ALTER TABLE [dbo].[ShopPurchase] ADD  CONSTRAINT [DF_ShopPurchase_PurFlag]  DEFAULT ((0)) FOR [PurFlag]
GO

ALTER TABLE [dbo].[ShopPurchase] ADD  CONSTRAINT [DF_ShopPurchase_PurDate]  DEFAULT (getdate()) FOR [PurDate]
GO

Read English.lang.php

PHP Code:
<?php // usercp define('_Acc_Info','Account Info'); define('_Acc_ResetPass','Reset Pass'); define('_Acc_Reset2ndPass','Reset 2nd Pass'); define('_Acc_Logout','Logout'); define('_Acc_Register','Register'); define('_Acc_FindPassword','Find Password');
//char funtions define('_Cha_Rebirth','Rebirth'); define('_Cha_WipeInven','Wipe Inventory'); define('_Cha_ResetStats','Reset Stats'); define('_Cha_AddStats','Add Stats'); define('_Cha_ResetPK','Reset PK'); define('_Cha_Transsexual','Transsexual'); define('_Cha_EarnPoint','Earn Point'); define('_Cha_ChangeSchool','Transfer School');
//Global Msg define('_CHA_SELECT_MSG','Select the Character'); define('_USER_ONLINE_MSG','Please logout in Game!'); define('_CHA_MONEY_MSG','You have not enough money!'); define('_USER_POINTS_MSG','You have not enough points!');
define('_CODE_CHECK_MSG','Please try new code instead!'); define('_CODE_CHECK_MSG2','Identifying Code error, please enter the correct code!'); define('_CODE_CHECK_MSG3','Error code, please enter the correct verification code!');
define('_ID_FORMAT_ERR','The User ID is wrong format!'); define('_PWD_FORMAT_ERR','The Password is wrong format!'); define('_SAFE_FORMAT_ERR','The 2ndPassword Code is wrong format!'); define('_EMAIL_FORMAT_ERR','The Email is wrong format!'); define('_CODE_FORMAT_ERR','The Identifying Code is wrong format!');
//Event Msg define('_EVENT_MSG','Welcome to newdran!');
//Success Msg define('_ADD_STATS_SUCCESS','Success!'); define('_RESET_STATS_SUCCESS','Success!'); define('_RB_SUCCESS','Sucess, gained '); define('_UP_RB_SUCCESS','Sucess, added 25 stats!'); define('_RESET_PASS_SUCCESS','Sucess!'); define('_RESET_SAFE_PASS_SUCCESS','Sucess!'); define('_CLEAN_INVEN_SUCCESS','Sucess!'); define('_MART_ITEM_BUY_SUCCESS','Sucess!'); define('_GAME_TIME_SUCCESS','Sucess!'); define('_REG_SUCCESS','Sucess!'); define('_CHANGESCHOOL_SUCCESS','Sucess!'); define('_ITEM_UPGRADE_SUCCESS','Your ');
//Mart define('_MART_RE_LOGIN_MSG','Time out,please re-login'); define('_MART_ITEM_STOCK_ERR','Sorry, out of stock!');
//iLogin define('_ilogin_ID_MSG',_ID_FORMAT_ERR); define('_ilogin_PWD_MSG',_PWD_FORMAT_ERR); define('_ilogin_CODE_MSG',_CODE_CHECK_MSG2); define('_ilogin_IDPWD_MSG','Failure of the login,Please check your password or account number.');
//Local Login define('_login_ID_MSG','Incorrect User ID!'); define('_login_PWD_MSG','Incorrect Password!'); define('_login_CODE_MSG',_CODE_CHECK_MSG); define('_login_IDPWD_MSG','Account or password error');
//Add stats TODO define('_ADD_STATS_TOTAL_MSG','Error, plus at least one attribute'); define('_ADD_STATS_OVERLAP_MSG','Points allocation error, please re-add points!'); define('_ADD_STATS_CHAID_ERR','Incorrect Character');
//Reborn define('_RB_NORMAL_LVL_FAIL','You have not yet achieved the level of reincarnation!'); define('_RB_JR_LVL_MSG','You have not yet achieved the level of Primary reincarnation!'); define('_RB_MID_LVL_MSG','You have not yet achieved the level of Secodary reincarnation!'); define('_RB_ADV_LVL_MSG','You have not yet achieved the level of Advanced reincarnation!'); define('_RB_LIMIT_MSG','You have achieved the max reincarnation!'); define('_RB_POINTS_MSG','You have not enough '); define('_RB_SELECT_UP_MSG','The selected reincarnation is already upgraded!');
//Not Allowed define('_RB_NOT_ALLOWED','Reincarnation is not allowed today... Please contact administrator'); define('_CLEAN_INVEN_NOT_ALLOWED','Wipe Inventory is not allowed today... Please contact administrator'); define('_BING_NOT_ALLOWED','Bingo is not available today... Please contact administrator');
//Reset stats define('_RESET_STATS_NO_NEED','Character does not need a Reset stats!');
//Reset PK define('_RESET_PK_NO_NEED','Character does not need a Reset PK!');
//Reset Password define('_RESET_PASS_FAIL','Failed!'); define('_RESET_VERIFY_PASS_MSG','Please verify your password again');
//Reset Safe PWD define('_RESET_SAFE_PASS_FAIL','Failed!'); define('_RESET_VERIFY_SAFE_PASS_MSG','Please try it again');
//Wipe Inven define('_CLEAN_INVEN_FAIL','Failed!');
//Game Time define('_GAME_TIME_MIN_LESS','Sorry, the current length of time is less than request.');

//Find PWD define('_WRONG_EMAIL_CODE_SAFE_MSG','Wrong Information or Identifying Code!');
//Vote Msg define('_VOTE_WELCOME_MSG','Please vote us,thank you!'); define('_VOTE_OVERTIME_MSG','Time-out, vote again after '.$_config['ucp_vote_time_limit'].'Hours.'); define('_VOTE_USER_ERR','Please try again!'); define('_VOTE_SITE_ERR','Please vote each site in one after the other!'); define('_VOTE_MSG','Vote all site and earn <font color=Red>'.$_config['ucp_vote_add_points'].'</font> points each time you vote a site!');

//Change School Msg define('_SCHOOL_SELECT_MSG','Select the School');
//REG define('_REG_ID_FORMAT_ERR','Account format is incorrect,Please re-enter'); define('_REG_PWD_FORMAT_ERR','Password format is incorrect,Please re-enter'); define('_REG_2ND_PWD_FORMAT_ERR','2ndPassword format is incorrect,Please re-enter'); define('_REG_RE_PWD_SAFE_MSG','Two different input, please re-enter'); define('_REG_EMAIL_FORMAT_ERR','Incorrect,please input again'); define('_REG_EMAIL_EXIST','Email is not available'); define('_REG_ID_EXIST','This ID is not available'); define('_REG_ID_OK','This ID is available');
?>

Read web.config.php


PHP Code:
<?php  if (eregi("web.config.php"$_SERVER['SCRIPT_NAME'])) { die ("Access Denied"); } 
ob_start();  session_start();  header("Cache-control: private"); 
$_config['server_name']                     = 'Newdran';                            //Server Name  $_config['copyright']                         = "NewdRAN Online EP6 Season 2";        //copyright name  $_config['Server']                             = "COMPUTERNAME\SQLEXPRESS";                             // Ip SQL or Domain Name, For SQL Server 2005 use this COMPUTERNAME\SQLEXPRESS $_config['User']                             = "sa";                                 // User SQL  $_config['Pass']                             = "1234";                             // Pass SQL  $_config['DB']                                 = "RanUser";                             // Database User 
$_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['allow_exp_check']                 = false;                                //Allow combination of numbers and Letters to check in login or register?  $_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;   $_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','NewdRAN online EP6 S2 ~ No Donation'); 
// Link to website or patch  define('LINK_WSITE','http://newdran.dyndns.org/'); 
// Text to display for link  define('NAME_WSITE','http://newdran.dyndns.org/'); 
// Link to forums  define('LINK_FORUM','http://newdran.forumotion.com'); 
// Text to display for link  define('NAME_FORUM','http://newdran.forumotion.com'); 
// 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;                                    //Request 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/functions.php'); 
require_once(
'Inc/sql_inject.php'); 
require_once(
'Inc/securelogin.class.php'); 
include_once(
'Inc/member.class.php');  ////////////////////////////////////////////////////////  ?>

Show All Errors in Page

1. Open web.config.php and find
Code:

error_reporting(0); 
2. Replace it with
Code:

//error_reporting(0); 

File Status: Not Encrypted
File Password: omg
File Download: BOSS CP - Fast Load!
Put the CP Files in your htdocs Folder






NEW UPDATE:
Added TOPUP Management Admin Page and Top UP CP Function...





Click to Download

0 (mga) komento:

Mag-post ng isang Komento

 
Copyright © Murphy John Ong