5 Attachment(s)
Re-Release CabalToolz v3 (Dark Theme) Working Proper
http://img690.imageshack.us/img690/6031/cabaltoolz.jpg
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)
Attachment 115840Attachment 115841Attachment 115842Attachment 115843Attachment 115844
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)
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';
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!!
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:
Code:
Use ACCOUNT;
ALTER TABLE [dbo].[cabal_auth_table]
ADD Gender int NULL ,
Country int NULL ,
Email varchar(100) NULL
GameDB DB:
Code:
Use GameDB;
ALTER TABLE [dbo].[cabal_character_table]
ADD Resets int default 0
CabalCash DB:
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)
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....
EDITING NEWS FEEDS (FORUM)
Target File: Frontend/Modules/frontpage.php
Code:
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 ";
Anyhow...here they are
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.
Re: Re-Release CabalToolz v3 (Dark Theme) Working Proper
..how to remove "Cabal InGame Alz Shop" and change the "Chaos Arena Battle" to "Nation War Time" ? is that possible?
- - - - UPDATE - - - -
..If those possible, can i have your permission to use this in our server?.
Re: Re-Release CabalToolz v3 (Dark Theme) Working Proper
Quote:
Originally Posted by
xDefused
..how to remove "Cabal InGame Alz Shop" and change the "Chaos Arena Battle" to "Nation War Time" ? is that possible?
- - - - UPDATE - - - -
..If those possible, can i have your permission to use this in our server?.
Sure....you can use it for whatever...thats why I put it up....I just dont want other people (as Ihave seen in the past) claiming it is their own work, or distributing it. But yes...please put it to use, because right now, it is not being used and is just taking up space on my HDD's, so yea...by all means please do use it.
Ok so give me a bit and I will come back today with more Guide on how to edit specific thing.
Go to the back end....open i think Modules..or maybe includes...(dont remember and I literally woke up about 10 minutes ago)
You should have a file called webshop.php somewhere in there....that has ALL of the Browser details (ONLY the stuff you see in the browser...your items and categories save in the SQL DB).....gimmie a bit to talk with my coffee more...and I will post a screenshot
Re: Re-Release CabalToolz v3 (Dark Theme) Working Proper
I may have to add:
You can not claim this site as being yours even if you paid for it. Paying for a product does not give you the right to leech it.
What I'm trying to say is that you shouldn't take any credits at all even you paid for it(you pay for a product to use it) because you didn't pay for copyright rights.
1 Attachment(s)
Re: Re-Release CabalToolz v3 (Dark Theme) Working Proper
Quote:
Originally Posted by
emi
I may have to add:
You can not claim this site as being yours even if you paid for it. Paying for a product does not give you the right to leech it.
What I'm trying to say is that you shouldn't take any credits at all even you paid for it(you pay for a product to use it) because you didn't pay for copyright rights.
Ummm that is cool and all, but I never claimed to have "made it"...as I said , I paid cash to john for this back in the day.....all I simply have done is re-released it because there was a shortage of good links....and I asked that my links not be placed elsewhere...(*so please by all means...show me where I claimed anything other than paying for it??...btw I have attached my receipt you ass lol)
How do I leech something I have paid ownership of LOL...
Attachment 115949
that is (was) johns paypal.... had you "really" done business or knew what you were talking about...you would know these things.
but yes...I suppose you may add (pointlessly trying to stir the pot...genuine troll) lmfao
Hi emi ..long time no see...looks like you are still the same old you..bravo
Re: Re-Release CabalToolz v3 (Dark Theme) Working Proper
RaGEZONE is build upon leaks so ownership claims have no use here. Please try to keep such comments in private messages. Let's try to keep this board productive, shall we?
Re: Re-Release CabalToolz v3 (Dark Theme) Working Proper
i using vbulletin forum, how to set this forum in the frontpage.php. can give some instruction how to set this forum
thnks
Re: Re-Release CabalToolz v3 (Dark Theme) Working Proper
Quote:
Originally Posted by
Onplay
i using vbulletin forum, how to set this forum in the frontpage.php. can give some instruction how to set this forum
thnks
EDITING NEWS FEEDS (FORUM)
Target File: Frontend/Modules/frontpage.php
Code:
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 ";
Re: Re-Release CabalToolz v3 (Dark Theme) Working Proper
hi all
pls help to install =)
what need make with Fronted folder? and Backend?
Re: Re-Release CabalToolz v3 (Dark Theme) Working Proper
I'm having 3 issues...
Unless I delete the .htaccess file I receive an Internal Server Error when i try to visit the website. So I delete the .htaccess file.... Is that what I'm supposed to do?
After deleting the .htaccess file I get this error
Quote:
Fatal error: Call to a member function children() on a non-object in C:\AppServ\www\Cabal\modules\mod.servstats.php on line 29
Finally, when I click any button it tries to open the page as a .html in the root of the website folder... But the .html's don't exist.... How can I direct them all correctly?
EDIT:
I resolved the Fatal Error by modifying the starting code of the mod.serverstats.php to this
Quote:
$file = $_config['server_feed'] . 'serverstats.php?callback=serverstat&type=xml';
$data = file_get_contents("http://" . $file);
$feed = simplexml_load_string($data);
I think the error was that the $feed variable didn't have any information loaded because the $data variable couldn't load the file because it was pointing to an XML file that didn't exist... Which was because it was adding lots of redundent text to the link.... Which leads me to beleive that there is something wrong here that probably will lead back to the .HTACCESS file...
So if anyone can tell me more about what to do with the .HTACCESS file that would be great!
EDIT #2
After checking my error.log for my web server I notice that .HTACCESS was producing errors... Specifically this one... Looking more into it now.
Quote:
[Thu Nov 01 14:12:28 2012] [alert] [client 192.168.1.117] C:/AppServ/www/Cabal/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
EDIT #3
Turns out AppServ has the RewriteEngine module disabled by default... So I enabled it in my webservers http.conf file, restarted my web server, and cleared my browsers cache. That fixed the Internal Server Error with the .HTACCESS file... As well as the linking problem I was having with the .html pages. But it didn't fix the normal ServerStatus code issue. So I'm leaving the change I made as is... Now time to fix the other bugs and errors on the site!
WHEW I love it when you solve your own problems...
1 Attachment(s)
Re: Re-Release CabalToolz v3 (Dark Theme) Working Proper
Re: Re-Release CabalToolz v3 (Dark Theme) Working Proper
How to fix this webside can running for ep8 database ??????
thnks
Re: Re-Release CabalToolz v3 (Dark Theme) Working Proper
MMOWEBs was a badass server back in the day. I donated so so so much money. I remember one week i donated 250$ at once. lol. This site is awesome. Anyone good with sql to change this for EP8?
Re: Re-Release CabalToolz v3 (Dark Theme) Working Proper
Alguém poderia passa esse site para EP8 nussa ia fica muito bommmm ( BRASIL )
Re: Re-Release CabalToolz v3 (Dark Theme) Working Proper