Before you delete for a double post...there is a reason this is a double post.
I paid cash to john back in the day for this site, it was originally used on ChaosMoon Gaming, which I owned. (If you question my claims then you can compare the information in these configs, to other configs floating around...they match...with ALL my info in it.) That makes this my duty to release....Sarah did infact have John's permission to release...however MY permission to leech these files from MY server was NEVER given.
Anyhow...
Re-released....CabalToolz v3 (Dark Theme)
I have several other themes for this (Light Theme, RedBox, and a custom Pontus Ferrum) that I will search through my old stuff for.
The install is the same as it has ever been
Front End Config:
Code:<?PHP set_time_limit(20); $_config['forum_feed'] = 'http://YOUR FORUM IP/'; $_config['notice_feed'] = '72'; $_config['updates_feed'] = '73'; $_config['events_feed'] = '74'; $_config['forum_link'] = 'http://YOUR FORUM IP/'; $_config['server_feed'] = 'YOUR BACKEND URL';// dont forget to add / in the end $_config['front_page'] = 'frontpage'; $_config['popup_vote'] = 6400; $_config['top_hero'] = 6400; $_config['nocache'] = true; $_config['close_site'] = false; $_config['redirect'] = 'YOUR IP'; // do not edit if ($_config['close_site'] == true ) exit('<h3> Site Closed</h3> Go to : '.$_config['redirect']); include('includes/file.php'); ?>
Backend Config: (I have cut out info not needed for install)
Read your configs carefully......and if you have that error in the news feeds...it's because you dont have a news forum setup.....DUH!!Code:$_config['db_type'] = 'mssql'; $_config['Server'] = "YOUR MSSQL IP"; $_config['User'] = "SQL USERNAME"; $_config['Pass'] = "SQL PASSWORD"; $_config['DB'] = "ACCOUNT DB NAME"; $_config['DB2'] = "GAMEDB DB NAME"; $_config['DB3'] = "CabalCash DB NAME"; $_config['ssh_user'] = 'CENTOS USERNAME'; $_config['ssh_ip'] = 'CENTOS IP'; $_config['ssh_pass'] = 'CENTOS PASSWORD'; $_config['admins'] = array('ADMIN ACCOUNT NAME'); //Login must list here for admincp access $_config['gms'] = array('GM ACCOUNT NAME'); //Login must list here for gmcp access // donations $_config['dollar2points'] = 11; $_config['paypal_email'] = 'YOUR PAYPAL EMAIL'; $_config['paypal_ipn'] = 'http://BACKEND URL/paypal_ipn.php'; $_config['paypal_ty'] = 'http://BACKEND URL/thankyou.html';
YOU MUST HAVE FORUM OR YOU WILL ALWAYS GET THAT ERROR (so dont start bombing that age old issue)
DONT FORGET TO RUN THE SQL SCRIPTS!!!!
Account DB:
GameDB DB:Code:Use ACCOUNT; ALTER TABLE [dbo].[cabal_auth_table] ADD Gender int NULL , Country int NULL , Email varchar(100) NULL
CabalCash DB:Code:Use GameDB; ALTER TABLE [dbo].[cabal_character_table] ADD Resets int default 0
Important files (for direct custom editing) are found in the Modules on both front and back ends.....the index simply pulls all those files together into a nice UI Theme....Code:use CabalCash; CREATE TABLE [dbo].[WebShop]( [int] IDENTITY(1,1) NOT NULL, [Name] [varchar](50) COLLATE Chinese_PRC_CI_AS NOT NULL, [Description] [varchar](200) COLLATE Chinese_PRC_CI_AS NOT NULL, [ItemIdx] [int] NOT NULL, [Options] [int] NOT NULL, [Image] [varchar](200) COLLATE Chinese_PRC_CI_AS NOT NULL, [Cash] [int] NULL, [Alz] [int] NULL, [Category] [int] NOT NULL, [Available] [int] NOT NULL, [TimeLimit] [int] NOT NULL, [Total] [int] NOT NULL CONSTRAINT [DF_WebShop_Total] DEFAULT ((0))) CREATE TABLE [dbo].[WebShop_Category]( [ID] [smallint] IDENTITY(1,1) NOT NULL, [Category] [nvarchar](50) COLLATE Chinese_PRC_CI_AS NOT NULL, [Access] [smallint] NOT NULL)
EDITING NEWS FEEDS (FORUM)
Target File: Frontend/Modules/frontpage.php
Anyhow...here they areCode:if ($dbh=mysql_connect("FORUM IP", "USERNAME","PASSWORD")) {mysql_select_db("DATABASE NAME");$query = "SELECT * FROM `thread` WHERE `forumid` = 9 ORDER BY dateline DESC LIMIT 15 ";
Front End
Back End
Do NOT re-release this without MY permission and/or John_D's Permission....
I am Sharing this for you all to use...NOT TO POST ELSEWHERE (OR HERE) AND CLAIM AS YOURS (you did not pay for this....I DID......)
Do NOT make me regret it...if I see my links or release on ANY other places...I will remove it and not share again.
These links are from my Personal Mediafire Account (which I pay for)...so as long as you repect my wishes...they will remain permanent (which means no more worrying about broken links)...but like I said...I can just as easily remove them all together.









Reply With Quote




