Welcome to the RaGEZONE - MMORPG development forums.

CabalToolz Beta 1

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 ...

Page 1 of 13 12345678911 ... LastLast
Results 1 to 15 of 189
  1. #1
    2009 THE PINK IS IN!
    Rank
    Alpha Member
    Join Date
    Feb 2004
    Location
    Philippines
    Posts
    2,977
    Liked
    87

    CabalToolz Beta 1

    Click
    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
    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
    Database changes:
    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/

  2. #2
    CabalOnline Developer (?)
    Rank
    Member +
    Join Date
    Jul 2005
    Location
    Argentina
    Posts
    893
    Liked
    8

    Re: CabalToolz Beta 1

    Good john_d
    Congrats :D

  3. #3
    2009 THE PINK IS IN!
    Rank
    Alpha Member
    Join Date
    Feb 2004
    Location
    Philippines
    Posts
    2,977
    Liked
    87

    Re: CabalToolz Beta 1

    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/

  4. #4
    Akaruz - The Legend
    Rank
    Member +
    Join Date
    Jun 2006
    Location
    Classified
    Posts
    1,162
    Liked
    4

    Re: CabalToolz Beta 1

    ^^ so there you have it.

  5. #5
    2009 THE PINK IS IN!
    Rank
    Alpha Member
    Join Date
    Feb 2004
    Location
    Philippines
    Posts
    2,977
    Liked
    87

    Re: CabalToolz Beta 1

    @ 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/

  6. #6
    IsraCabal - Israel Server
    Rank
    Member +
    Join Date
    Nov 2004
    Location
    Israel
    Posts
    637
    Liked
    67

    Re: CabalToolz Beta 1

    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/

  7. #7
    Member
    Rank
    Member
    Join Date
    Aug 2008
    Posts
    89
    Liked
    0

    Re: CabalToolz Beta 1

    the waiting is over... thanks sir johny....:D

  8. #8
    Member
    Rank
    Member
    Join Date
    Jun 2008
    Location
    Norway
    Posts
    42
    Liked
    0

    Re: CabalToolz Beta 1

    Thanks for sharing this john_d. Good job

  9. #9
    2009 THE PINK IS IN!
    Rank
    Alpha Member
    Join Date
    Feb 2004
    Location
    Philippines
    Posts
    2,977
    Liked
    87

    Re: CabalToolz Beta 1

    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/

  10. #10
    kfirfer
    Rank
    Member +
    Join Date
    Jul 2005
    Posts
    312
    Liked
    0

    Re: CabalToolz Beta 1

    Edited: Im sry i didnt sew u write no installation pruduce...

  11. #11
    Down with Indian VPS support.
    Rank
    Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    5,006
    Liked
    500

    Re: CabalToolz Beta 1

    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.

  12. #12
    Down with Indian VPS support.
    Rank
    Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    5,006
    Liked
    500

    Re: CabalToolz Beta 1

    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.

  13. #13
    Member
    Rank
    Member
    Join Date
    Aug 2008
    Posts
    89
    Liked
    0

    Re: CabalToolz Beta 1

    i got it working also but it doesn't display the modules... :(

  14. #14
    2009 THE PINK IS IN!
    Rank
    Alpha Member
    Join Date
    Feb 2004
    Location
    Philippines
    Posts
    2,977
    Liked
    87

    Re: CabalToolz Beta 1

    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/

  15. #15
    Member
    Rank
    Member
    Join Date
    Aug 2008
    Posts
    89
    Liked
    0

    Re: CabalToolz Beta 1

    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....

 

 
Page 1 of 13 12345678911 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •