Good john_d
Congrats :D
This is a discussion on CabalToolz Beta 1 within the Cabal Releases forums, part of the Cabal Online category; This unclean and uncut Beta of CabalToolz. there is no installation procedure yet.... so bare with me. official cabaltoolz beta ...
This unclean and uncut Beta of CabalToolz.
there is no installation procedure yet.... so bare with me.
official cabaltoolz beta release thread
Admin Panel (CabalToolz)
Cabaltoolz WebShop v1
Rankings Page (Cabaltoolz) V1
Cabaltoolz User Control Panel
Ragezone Official development thread
Demo: http://cabal.mmowebs.com/
Install procedure
Database changes:Code:1st thing u need to do is install the backend. it needs to be. 1. near the mssql server . preferrably same computer. 2. make it connect to ur mssql server. edit config.php 3. try opening one of the page ( tophero.php for example, if successfully connects. ur ok to move on ) backend notes: 1. don't try to open the backend.. it redirect to u to my site. there is no point in opening it. 2. backend serves as a Information Feeder to the frontend. 3. Freetds and PHP5 is the best way to configure backend. but it should work with normal mssql/php after backend is successfully installed. u can install the frontend. the frontend is the most easiest to install. 1. upload it to any hosting site. with that supports php.. preferably php5 2. edit config.php . ( make sure u edit $_config['server_feed'] .. to the exact location of ur backend url ( remember to add the end / )) ur done
Add in ACCOUNT db, cabal_auth_table
Code:use account; ALTER TABLE [dbo].[cabal_auth_table] ADD Gender int NULL , Country int NULL , Email varchar(100) NULL GO
Code:ADD new tables in CabalCash database CREATE TABLE [dbo].[WebShop]( [Id] [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)
download are below.
frontend: http://cabal.mmowebs.com/downloads/frontend.zip
backend: http://cabal.mmowebs.com/downloads/backend.zip
Last edited by john_d; 30-08-08 at 06:59 AM.
Dekaron UI v2 | Maple Portal | MUToolz Multi Server Edition | CabalToolz V4
On Twitter "http://twitter.com/mmowebs"
Portfolio: http://www.mmowebs.com/
Good john_d
Congrats :D
forgot to mention something
backend gets installed in ur MSSQL database computer ( closest/fastest to it )
frontend can be install just about anywer with PHP
Dekaron UI v2 | Maple Portal | MUToolz Multi Server Edition | CabalToolz V4
On Twitter "http://twitter.com/mmowebs"
Portfolio: http://www.mmowebs.com/
^^ so there you have it.
@ hidden ...
this is newer than wat u have.. i made some edits.
can u guide for installation
Dekaron UI v2 | Maple Portal | MUToolz Multi Server Edition | CabalToolz V4
On Twitter "http://twitter.com/mmowebs"
Portfolio: http://www.mmowebs.com/
Thanks for share. but i edit in config.php the user and pass and the connection to the DB failed when trying to surf on the reg page, and the top and all this..
My Releases:
Ready-to-run CABAL Server (CentOS 4.7 With installed CABAL Server). - http://forum.ragezone.com/f459/ready...server-499708/
the waiting is over... thanks sir johny....:D
Thanks for sharing this john_d. Good job
those who need images for their shops..
http://cabal.mmowebs.com/shop/
Dekaron UI v2 | Maple Portal | MUToolz Multi Server Edition | CabalToolz V4
On Twitter "http://twitter.com/mmowebs"
Portfolio: http://www.mmowebs.com/
Edited: Im sry i didnt sew u write no installation pruduce...
I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.
I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.
i got it working also but it doesn't display the modules... :(
u just dont get teh concept of it. that's why i said it is complicated to install.
1st thing u need to do is install the backend.
it needs to be.
1. near the mssql server . preferrably same computer.
2. make it connect to ur mssql server. edit config.php
3. try opening one of the page ( tophero.php for example, if successfully connects. ur ok to move on )
backend notes:
1. don't try to open the backend.. it redirect to u to my site. there is no point in opening it.
2. backend serves as a Information Feeder to the frontend.
3. Freetds and PHP5 is the best way to configure backend. but it should work with normal mssql/php
after backend is successfully installed.
u can install the frontend. the frontend is the most easiest to install.
1. upload it to any hosting site. with that supports php.. preferably php5
2. make sure it has ht rewrite enabled
3. edit config.php . ( make sure u edit $_config['server_feed'] .. to the exact location of ur backend url ( remember to add the end / ))
ur done
Dekaron UI v2 | Maple Portal | MUToolz Multi Server Edition | CabalToolz V4
On Twitter "http://twitter.com/mmowebs"
Portfolio: http://www.mmowebs.com/
sir 1 question, are u using xamp or abyss as your webserver?
i guess its on my webserver config... 'coz i configure the config.php but my browser doesn't show anything when i enter any of the .php pages....