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!

Release Cabal Website with Admin Panel 100% working.

Status
Not open for further replies.
Banned
Banned
Joined
Jul 29, 2014
Messages
48
Reaction score
36
Maybe you guys need this. I am using this Website 1 year ago and i have no plan to make a Cabal Server anymore. Working Register, Login, Itemshop, Vote, And Admin Panel. Like / Thanks if this helps. Thank you!

Reason for sharing: I wanna focus on my Luna Online and MU online servers.

Download Link:


Bloody Coder - Release Cabal  Website with Admin Panel 100% working. - RaGEZONE Forums


Bloody Coder - Release Cabal  Website with Admin Panel 100% working. - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Jan 31, 2014
Messages
100
Reaction score
5
How to make this work? After I edit backend/config.php with my correct db access after I reload my web address still get's nothing like blank/white page :(
 
Trying to be developer ^^
Loyal Member
Joined
Jul 21, 2010
Messages
1,072
Reaction score
360
I don't have any experience about web management, what I did is change the 127.0.0.1 into my public IP but still same problem

Ok i checked that, leave that 127.0.0.1 in /config.php like i was before.
edit file /backend/config.php
$_config['dbdebug'] = 1;
$_config['db_type'] = 'MSSQL';
$_config['db_host'] = "YOUR MSSQL IP (not wan) just local mssql";
$_config['db_user'] = 'sa';
$_config['db_pass'] = 'yoursqlpassword';
$_config['DB2'] = "GAMEDB"; - here should be Server01 not GAMEDB
$_config['TBL_PRE'] = 'MU'; i think should be empty

$_config['ssh_user'] = 'root';
$_config['ssh_ip'] = 'Ip to centos (local)';
$_config['ssh_pass'] = 'password to root';

after this website should work, remember that ur xamp or whatever apache svr u use, have to allow for mssql_connection
 
Junior Spellweaver
Joined
Jan 31, 2014
Messages
100
Reaction score
5
Ok i checked that, leave that 127.0.0.1 in /config.php like i was before.
edit file /backend/config.php
$_config['dbdebug'] = 1;
$_config['db_type'] = 'MSSQL';
$_config['db_host'] = "YOUR MSSQL IP (not wan) just local mssql";
$_config['db_user'] = 'sa';
$_config['db_pass'] = 'yoursqlpassword';
$_config['DB2'] = "GAMEDB"; - here should be Server01 not GAMEDB
$_config['TBL_PRE'] = 'MU'; i think should be empty

$_config['ssh_user'] = 'root';
$_config['ssh_ip'] = 'Ip to centos (local)';
$_config['ssh_pass'] = 'password to root';

after this website should work, remember that ur xamp or whatever apache svr u use, have to allow for mssql_connection
Thanks gonna try it :)



I still got same problem
 
Junior Spellweaver
Joined
Jan 31, 2014
Messages
100
Reaction score
5
Grrr i don't have SQL server on my pc so i can't test it to tell u exactly what else u have to do.
Are u sure that u have enabled mssql_connection?
Yes I did :(



still same problem :( hope someone can help me

White page :(

Bloody Coder - Release Cabal  Website with Admin Panel 100% working. - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Jun 17, 2011
Messages
81
Reaction score
6
i had this white screen since i tried to make a web with cabaltoolz... still no solution xD
 
Experienced Elementalist
Joined
Sep 30, 2014
Messages
251
Reaction score
11
wating for the vedio tut :) btw thanks for this cp thumbsup
 
Trying to be developer ^^
Loyal Member
Joined
Jul 21, 2010
Messages
1,072
Reaction score
360
Bloody Coder - Release Cabal  Website with Admin Panel 100% working. - RaGEZONE Forums

How to fix?
Open file */includes/functions.php
Find function called "function xml2phpArray($xml,$arr)"
Edit: "foreach($xml->children() as $b){" to "foreach($xml->children as $b){"
i hope it worth to install virtualbox and setup database just to help u find out the problem...
respect that.
 
Last edited:
Status
Not open for further replies.
Back
Top