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; Originally Posted by john_d enable ht rewrite in apache and u wont find that error anymore Excuse my ignorance but ...

Page 4 of 13 FirstFirst 123456789101112 ... LastLast
Results 46 to 60 of 189
  1. #46
    CabalOnline Developer (?)
    Rank
    Member +
    Join Date
    Jul 2005
    Location
    Argentina
    Posts
    893
    Liked
    8

    Re: CabalToolz Beta 1

    Quote Originally Posted by john_d View Post
    enable ht rewrite in apache and u wont find that error anymore
    Excuse my ignorance but I fail to understand

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

    Re: CabalToolz Beta 1

    dblib by the way is the freetds for windows ^^

    it will help prevent web timeouts.

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

    Re: CabalToolz Beta 1

    Quote Originally Posted by darkxl View Post
    Excuse my ignorance but I fail to understand
    go to apache and find httpd.conf ( should be in conf folder )

    find :
    Code:
    #LoadModule rewrite_module modules/mod_rewrite.so
    replace with
    Code:
    LoadModule rewrite_module modules/mod_rewrite.so
    -----------------------------
    find all :
    Code:
    AllowOverride none
    replace all with :
    Code:
    AllowOverride All
    save and restart apache...


    btw.. if u need hosting for frontend.. just give me a PM.. i can host it for u. www.mmowebs.net is mmowebs.com's free hosting service.
    Dekaron UI v2 | Maple Portal | MUToolz Multi Server Edition | CabalToolz V4

    On Twitter "http://twitter.com/mmowebs"
    Portfolio: http://www.mmowebs.com/

  4. #49
    Member
    Rank
    Member
    Join Date
    Mar 2007
    Posts
    89
    Liked
    0

    Re: CabalToolz Beta 1

    @dark try to find httpd in apache/conf and find

    ;LoadModule rewrite_module modules/mod_rewrite.so

    replace with

    LoadModule rewrite_module modules/mod_rewrite.so

    BTW sir john
    how to set account as admin so we can enter admin panel?

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

    Re: CabalToolz Beta 1

    to set admin panel:

    in backend edit: config.php
    by default it should look like this:
    Code:
    $_config['admins'] = array('johnd','leantse','scriptkid','slash20','flydeath');
    just update it and add the account u want to be admin
    Code:
    $_config['admins'] = array('admin1','admin2');
    something like that. :p i didn't want to add it to the account column ( forgot the reason why. )
    Dekaron UI v2 | Maple Portal | MUToolz Multi Server Edition | CabalToolz V4

    On Twitter "http://twitter.com/mmowebs"
    Portfolio: http://www.mmowebs.com/

  6. #51
    Member
    Rank
    Member
    Join Date
    Mar 2007
    Posts
    89
    Liked
    0

    Re: CabalToolz Beta 1

    thank you sir. solved

    oh btw,, can someone help me create sql query for this

    Add in ACCOUNT db, cabal_auth_table
    Gender INT null
    Country INT null
    Email varchar(100) null

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

    Re: CabalToolz Beta 1

    update 1st post for query
    Dekaron UI v2 | Maple Portal | MUToolz Multi Server Edition | CabalToolz V4

    On Twitter "http://twitter.com/mmowebs"
    Portfolio: http://www.mmowebs.com/

  8. #53
    Member
    Rank
    Member
    Join Date
    Mar 2007
    Posts
    89
    Liked
    0

    Re: CabalToolz Beta 1

    your cabaltools support cash instead alz? if yes, how to add cash for certain account

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

    Re: CabalToolz Beta 1

    this release is has only alz allowed.

    im still testing cabal cash.
    on my latest build (beta 2) cabal cash can be edit via admin panel..
    Dekaron UI v2 | Maple Portal | MUToolz Multi Server Edition | CabalToolz V4

    On Twitter "http://twitter.com/mmowebs"
    Portfolio: http://www.mmowebs.com/

  10. #55
    Member
    Rank
    Member
    Join Date
    Mar 2007
    Posts
    89
    Liked
    0

    Re: CabalToolz Beta 1

    Quote Originally Posted by john_d View Post
    this release is has only alz allowed.

    im still testing cabal cash.
    on my latest build (beta 2) cabal cash can be edit via admin panel..
    oh ic btw great release and support

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

    Re: CabalToolz Beta 1

    @john_d
    Thank you for everything!!

    Only a small problem more:
    i try connect in userpannel
    result:
    Code:
    You don't have permission to access /frontend/< on this server.
    how add permission acces?

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

    Re: CabalToolz Beta 1

    i dont remember adding permissons to frontend folder.

    must be ur httpd.conf stopping access to ur frontend folder
    or an .htaccess below /frontend/
    is denying access to it
    Dekaron UI v2 | Maple Portal | MUToolz Multi Server Edition | CabalToolz V4

    On Twitter "http://twitter.com/mmowebs"
    Portfolio: http://www.mmowebs.com/

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

    Re: CabalToolz Beta 1

    Thanks, but why you didnt released your HTMLs files ?

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

    Re: CabalToolz Beta 1

    Quote Originally Posted by kfirfer View Post
    Thanks, but why you didnt released your HTMLs files ?
    what html files???
    i dont have any
    Dekaron UI v2 | Maple Portal | MUToolz Multi Server Edition | CabalToolz V4

    On Twitter "http://twitter.com/mmowebs"
    Portfolio: http://www.mmowebs.com/

  15. #60
    Alpha Member
    Rank
    Alpha Member
    Join Date
    Jan 2007
    Posts
    1,595
    Liked
    29

    Re: CabalToolz Beta 1

    Quote Originally Posted by kfirfer View Post
    Thanks, but why you didnt released your HTMLs files ?

    It's written in php, there are no html files.

    Btw John, great work, keep it up, sorry about doubting ya.

 

 

Posting Permissions

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