hello all.Somebody would be able to prepare a video for me with it how I know it relatedly "power on" (xD) the cabalToolz.???
please post on the CabalTutorials Forum..thanks
Sorry my bad english:/:
Printable View
hello all.Somebody would be able to prepare a video for me with it how I know it relatedly "power on" (xD) the cabalToolz.???
please post on the CabalTutorials Forum..thanks
Sorry my bad english:/:
The configuration involves putting the addresses and paths of the server in the config.php and this is unique for each server. If anyone did a video guide people would just copy the IP/path they see in the video which is wrong (people did this with the server following a video guide). The video also cannot cover the wide range of possible problems as cabaltoolz is very good at hiding error messages.
Cabaltoolz is no different to any other php-based website. All you do is put in the location of the backend and alter any other values you want. I would recommend editing your php.ini and enabling error logging to file as it is the only way to see most of the errors when it sits on "loading...". Helpfully Cabaltoolz also forces the timeout for pages off so if it does error it won't time out.
Okey thx chumpy the informations.
Please help chumpy.
this is my problem:
http://i48.tinypic.com/2cr7w3p.jpg
And this is my www folder.i have the frontend files in www folder,and the cabal folder have the backand files.
http://i49.tinypic.com/sniefk.jpg
Folder: /cabal (backand config file is: )
The frontend config file is:Code:<?PHP
$_config['dbdebug'] = 0;
$ADODB_CACHE_DIR = 'tmp/';
error_reporting(0);
$_config['Server'] = "theip adress is correct,i dont show";
$_config['User'] = "theusername";
$_config['Pass'] = "The password";
$_config['DB'] = "ACCOUNT";
$_config['DB2'] = "GAMEDB";
$_config['DB3'] = "CabalCash";
$_config['reg_open'] = true;
$_config['reg_md5'] = true;
$_config['adm_logs'] = 'userLogs';
$_config['language'] = 'English'; //separate languages with , (comma)
$_config['admins'] = array('johnd','leantse','scriptkid','slash20','flydeath');
// donations
$_config['dollar2points'] = 11;
$_config['paypal_email'] = 'tsiou19@gmail.com';
//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'] = 10000000;
$_config['ucp_allow_nation_level'] = 95;
$_config['nation'] = array('Neutral','Capella','Procyon','GameMaster');
$_config['ucp_allow_free_alz'] =false;
//server setup
$_config['server'] = array(
array('World','72.9.148.3',38111),
array('Login','72.9.148.3',38101),
array('Chat','72.9.148.3',38121),
);
$_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');
?>
The red adress is my webserver adress..Thanks for answer,sorry my bad englishCode:<?PHP
set_time_limit(20);
$_config['forum_feed'] = 'http://www.mmowebs.com/rss.php?fid=72';
$_config['forum_link'] = 'http://www.mmowebs.com/index.php?gid=68';
$_config['server_feed'] = 'http://69.162.114.34/cabal/';// dont forget to add / in the end
$_config['front_page'] = 'frontpage'; // change to any module file
$_config['popup_vote'] = 1010; // time for popups to apear again in seconds
$_config['top_hero'] = 10; // how many heroes to show in top hero
$_config['close_site'] = false;
$_config['redirect'] = 'http://www.mmowebs.com/index.php?gid=68';
include('includes/file.php');
?>
That has probably been reported before. You will need to go throught he cabaltoolz topic as i don't use either wamp or cabaltoolz so i don't really know.
http://forum.ragezone.com/f459/cabal...ta-2-a-464817/