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!

New Seifer Web Panel

Newbie Spellweaver
Joined
Nov 15, 2018
Messages
19
Reaction score
20
Go structures\pages\user folder then modify vp2ep.php find: <input type="hidden" name="act_userTrans" value="__ep2vp_">
edit: <input type="hidden" name="act_userTrans" value="__vp2ep_">

I encountered error on vp 2 ep. It says error! Insert!
 
Junior Spellweaver
Joined
Oct 29, 2008
Messages
171
Reaction score
17
Go structures\pages\user folder then modify vp2ep.php find: <input type="hidden" name="act_userTrans" value="__ep2vp_">
edit: <input type="hidden" name="act_userTrans" value="__vp2ep_">

Application Error please reload the page.
then when i reload. the error still exist
 
Newbie Spellweaver
Joined
Nov 15, 2018
Messages
19
Reaction score
20
try this fixed all error

- fixed vp2ep
- fixed reborn

https://www.mediafire.com/file/eeao52yi52s8pa5/Fixed_ERROR_playranphpanel.rar/file

Application Error please reload the page.
then when i reload. the error still exist
 
Joined
Jan 26, 2007
Messages
739
Reaction score
24
1. you should modify this file global.php and this line "'is_md5' => true, //Enable/Disable MD5 Encryption on password".
2. you need to register in google captcha your domain name.
3. ranking is working no issue, serverinfo & donation page thats why you have a problem coz of this line you didnt modify "'serverinfo_newsid' => 6, //News ID of the Server Information Page 'howtodonate_newsid' => 4, //News ID of How to Donation Page" modify this line in global.php this is the id of News you should insert a news then get the id.
i didn't get on what you mean on insert a news then the id? you mean ill insert my news.php and donation.php?
 
Joined
Aug 15, 2011
Messages
582
Reaction score
69
New Seifer Panel Template Old Seifer Panel Function/Admin Panel
*added vptoep*added itemshop updated with category
*all function are working

Download WebPanel/Database link:

credits
SeiferXIII
Sweeeeep
sG

screenshots

homepage
AWa6W5t - New Seifer Web Panel - RaGEZONE Forums


itemshop
updated
75qQ2Sf - New Seifer Web Panel - RaGEZONE Forums

i try to webhost how fix this ?
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jun 14, 2008
Messages
113
Reaction score
1
give the specific error

"Website is currently not available, please stand2by."

I use xampp 1.6.7



Did I miss something?

/* BEGIN DATABASE SETTINGS */
protected $blazedex_sql = array(
'dbaddress' => '***-PC\SQLEXPRESS', // db host
'dbuser' => 'sa', // database username
'dbpass' => '*********' // database password

);

public $bd_sql = array(
'db1' => 'SeiferCP',
'db2' => 'RanGame1',
'db3' => 'RanShop',
'db4' => 'RanUser'
);

/* END DATABASE SETTINGS */

/* BEGIN DEFINITIONS */
public $def = array(
'admin_username' => array('webserver'), //admin username and admin password
'server_name' => '***** Ran Online', // servername
'server_website' => 'http://cp.playran-ph.com/', // website link
'server_motto' => '',
'EPoints_Name' => 'E-Points',
'GameTime_Column' => 'GameTime2',
'Kills_Columns' => 'P.ChaPkWin+P.ChaKills',
'Death_Columns' => 'P.ChaPkLoss',
'Referral_Advertisement' => '
',
 
Last edited:
Back
Top