Re: Cabaltoolz 3.1 + fixes
Also the Reset system on it fixed..??
EDIT
Testing the Reset System..
Re: Cabaltoolz 3.1 + fixes
If executed the MSSQL queries in the readme.txt, Resetting works fine.
Just tested it myself and works as a charm :)
Re: Cabaltoolz 3.1 + fixes
good job.
btw: the reason the reset system is bugged is because all my clients always have a different reset settings for their servers or how they want it to work. so i never bothered making a universal one.
Re: Cabaltoolz 3.1 + fixes
the only BUG in reset system is that the max reset cannot hold it when the players go to the Reset panel players will still reset even though they
has the limit of reset..
Re: Cabaltoolz 3.1 + fixes
I was just thinking...
You know where the website checks your level and it decides wether to show the reset button or not depending on your character level?
Shouldn't it be possible to let it search on both your level and your amount of resets?
Like the reset button only shows if your level is the level requirement set in the config AND your resets is NOT equal or bigger than your reset limit set in your config?
I will look into it myself for sure. It should be possible.
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
X_Sarah_X
I was just thinking...
You know where the website checks your level and it decides wether to show the reset button or not depending on your character level?
Shouldn't it be possible to let it search on both your level and your amount of resets?
Like the reset button only shows if your level is the level requirement set in the config AND your resets is NOT equal or bigger than your reset limit set in your config?
I will look into it myself for sure. It should be possible.
easy as pie
open usercp.php
find:
PHP Code:
if ($c['LEV'] >= $_config['ucp_lvl_level'] && )
change into
PHP Code:
if ($c['LEV'] >= $_config['ucp_lvl_level'] && $c[$_config['ucp_lvl_col']] < $_config['ucp_lvl_limit'] )
Re: Cabaltoolz 3.1 + fixes
I'm afraid you're going to have to either relocate the Live Demo to another site, or remove that link, as it's considered server advertisement.
@John: not on MSN?
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
Yamachi
I'm afraid you're going to have to either relocate the Live Demo to another site, or remove that link, as it's considered server advertisement.
@John: not on MSN?
hihihi didn't notice it was off ^^
Re: Cabaltoolz 3.1 + fixes
@X_Sarah_X
;/ too bad.. not working it can still reset
even i set it to max reset 3...
---------- Post added at 01:13 PM ---------- Previous post was at 01:09 PM ----------
Quote:
Originally Posted by
john_d
easy as pie
open usercp.php
find:
PHP Code:
if ($c['LEV'] >= $_config['ucp_lvl_level'] && )
change into
PHP Code:
if ($c['LEV'] >= $_config['ucp_lvl_level'] && $c[$_config['ucp_lvl_col']] < $_config['ucp_lvl_limit'] )
Work Sir Thank you so much... :)
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
Yamachi
I'm afraid you're going to have to either relocate the Live Demo to another site, or remove that link, as it's considered server advertisement.
@John: not on MSN?
Removed link. Apologies.
Would a screenshot of the website be allowed, though?
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
X_Sarah_X
Removed link. Apologies.
Would a screenshot of the website be allowed, though?
Yes, a screenshot would be fine :P
Re: Cabaltoolz 3.1 + fixes
News still don't work for me , even i changer "forum link" to my forum ip...
Cannot connect to the database because: Can't connect to MySQL server on '***********' (10061)
Re: Cabaltoolz 3.1 + fixes
If news doesn't work you haven't set up your forum right.
Hint: News uses RSS feed (in my case at least)
Re: Cabaltoolz 3.1 + fixes
i'm just editing @ config "forum_link" and "forum_feed" in both i pasted my news link, so i did wrong? or i must change "forum IP" in /mdls/frontpage.php?
Oh, and how i can edit server stats (exp , drop) i'm editing config , but nothing happens