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 ...
dblib by the way is the freetds for windows ^^
it will help prevent web timeouts.
go to apache and find httpd.conf ( should be in conf folder )
find :replace withCode:#LoadModule rewrite_module modules/mod_rewrite.so
-----------------------------Code:LoadModule rewrite_module modules/mod_rewrite.so
find all :replace all with :Code:AllowOverride nonesave and restart apache...Code:AllowOverride All
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/
@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?
to set admin panel:
in backend edit: config.php
by default it should look like this:
just update it and add the account u want to be adminCode:$_config['admins'] = array('johnd','leantse','scriptkid','slash20','flydeath');
something like that. :p i didn't want to add it to the account column ( forgot the reason why. )Code:$_config['admins'] = array('admin1','admin2');
Dekaron UI v2 | Maple Portal | MUToolz Multi Server Edition | CabalToolz V4
On Twitter "http://twitter.com/mmowebs"
Portfolio: http://www.mmowebs.com/
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
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/
your cabaltools support cash instead alz? if yes, how to add cash for certain account
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/
@john_d
Thank you for everything!!
Only a small problem more:
i try connect in userpannel
result:
how add permission acces?Code:You don't have permission to access /frontend/< on this server.
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/
Thanks, but why you didnt released your HTMLs files ?
Dekaron UI v2 | Maple Portal | MUToolz Multi Server Edition | CabalToolz V4
On Twitter "http://twitter.com/mmowebs"
Portfolio: http://www.mmowebs.com/