Hi friends, i'm configure the config and update the db, but show this error :s i don't undertand for that...
show me config:
<?PHP
$_config['dbdebug'] = 0;
$ADODB_CACHE_DIR = 'tmp/';
error_reporting(0);
$_config['db_type'] = 'freetds';
$_config['Server'] = "123.12.12.123";
$_config['User'] = "user";
$_config['Pass'] = "pass";
$_config['DB'] = "ACCOUNT";
$_config['DB2'] = "Gamedb";
$_config['DB3'] = "CabalCash";
$stats['Exp'] = '3000x';
$stats['Skill'] = '3000x';
$stats['Craft'] = '3000x';
$stats['Drop'] = '500x';
$stats['Bomb'] = '2x';
$stats['ItemXX'] = '2 Drops';
$stats['Alz'] = '100x';
$_config['ssh_user'] = 'root';
$_config['ssh_ip'] = '122.222.22.22';
$_config['ssh_pass'] = 'cab';
//List your server channels here for channel status
$_config['service'] = array(
'1'=>array('Chan 1 (Trade) ',100),
);
$_config['reg_open'] = true;
$_config['reg_md5'] = true;
$_config['adm_logs'] = 'userLogs';
$_config['language'] = 'English'; //separate languages with , (comma)
$_config['admins'] = array('admin01','admin02');
$_config['gms'] = array('gm01','gm02');
// donations
$_config['dollar2points'] = 11;
$_config['paypal_email'] = 'theoxaris03@gmail.com';
$_config['paypal_ipn'] = 'http://backendURL/paypal_ipn.php';
$_config['paypal_ty'] = 'http://ursite.com/thankyou.html';
//ranking setup
$_config['hide_gms'] = true;
//user cp
$_config['ucp_allow_warp'] = false;
$_config['ucp_allow_nation'] = true;
$_config['ucp_pk_pay'] = 200000;
$_config['ucp_allow_nation_pay'] = 1000000;
$_config['ucp_allow_nation_level'] = 95;
$_config['nation'] = array('Neutral','Capella','Procyon','GameMaster');
$_config['ucp_allow_free_alz'] =false;
// LEvel Reset config
$_config['ucp_lvl_allow'] = true; // true or false
$_config['ucp_lvl_level'] = 175;
$_config['ucp_lvl_payment'] = 10000000;
$_config['ucp_lvl_inv_check'] = false; // this have to be false if true it's not working
$_config['ucp_lvl_keep_stat'] = true; // if true keep stats is enabled
$_config['ucp_lvl_bonus'] = 80; // Bonus per reset
$_config['ucp_lvl_magic_clear'] = false; // if true will remove magic list
$_config['ucp_lvl_limit'] = 500; // Limit number for resets
$_config['ucp_lvl_col'] = 'Reset'; // name of the column
$_config['webshop_on'] = true;
//items
$_config['craft_level'] =
array(9=>'3%',10=>'4%',11=>'5%',12=>'6%',13=>'8%',14=>'9%',15=>'10%');
$_config['craft_title'] = array(1=>"of Desctruction (Attak)",2=>"of
Destruction(Magic)",3=>"of Destruction (Attack rate)",4=>"of Deathblow (Dmg)",5=>"of
Deathblow (Rate)",6=>"of Luck (2slot item drop)",7=>"of Adept (Skill EXP)",8=>"of Amp
(Sword)",9=>"of Amp (Magic)");
$_config['timelimit'] =
array(array(0,0),array(0,1),array(0,2),array(0,3),array(0,5),array(0,10),array(0,12),array(1
,0),array(2,0),array(3,0),array(5,0),array(7,0),array(10,0),array(14,0),array(20,0),array(30
,0),array(45,0),array(60,0),array(90,0),31=>'Permanent');
?>



Reply With Quote


