-
Cabaltoolz 3.1 + fixes
Hi everyone,
I recently jumped into Cabal Online private server development and have spent some time on Cabaltoolz 3.1
The installation from the sticky had some bugs here and there and I am hereby releasing the cabaltoolz 3.1 how I use it myself.
I have john_d's permission to release this.
All credits go to:
john_d for coding CabalToolz 3.1
RaGEZONE Cabal Development for providing ways to fix the minor bugs.
All fixes have been made by browsing RaGEZONE and searching through threads for ways to fix it, and a little bit of common sense ;)
Download: cabaltoolz_fixed.rar
http://img690.imageshack.us/img690/6031/cabaltoolz.jpg
-
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
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
dendater
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
did you edit the "server_feed" in your config?
If not it will read all information such as server stats from my website.
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
X_Sarah_X
did you edit the "server_feed" in your config?
If not it will read all information such as server stats from my website.
Ok , all works , thanks , but what about news page?
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
dendater
Ok , all works , thanks , but what about news page?
The newspage works with RSS Feed from a vbulletin forum.
The connection information for the vbulletin forum is in the frontpage.php
-
Re: Cabaltoolz 3.1 + fixes
How to reset the status of the character? points?
-
Re: Cabaltoolz 3.1 + fixes
what about creating new layout, new look and interface website?
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
VisionaresRs
How to reset the status of the character? points?
Resets are possible through the User Panel, obviously.
Quote:
Originally Posted by
prime23
what about creating new layout, new look and interface website?
I'm not a webdesigner...i fixed some bugs and felt like it could help out some people to release it, if you want a custom design you'll have to create it yourself.
-
Re: Cabaltoolz 3.1 + fixes
Guess you did not quite understand. I wish funcionac as follows, where char and would like to reset the points that are resetace it too!
The more points you earn to add dobracem each reset.
Example: Reset a 100 points, 200 points 2 resets is yes on, Could anyone help me?
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
VisionaresRs
Guess you did not quite understand. I wish funcionac as follows, where char and would like to reset the points that are resetace it too!
The more points you earn to add dobracem each reset.
Example: Reset a 100 points, 200 points 2 resets is yes on, Could anyone help me?
After trying for 10 minutes to translate this horrible piece of english...I assume you mean every reset gives you a different amount of stat points?
Good luck coding it.
Like I said before, I'm no PHP Coder, nor a webdesigner...it's not my product, it's a re-release with a few fixes which i found all over RaGEZONE.
Dont bug me with php coding.
-
Re: Cabaltoolz 3.1 + fixes
He means that
in the First Reset Player's will get 100 points
then second reset will be 200 points
Ahmn.. in my understanding hes want's
a 2x reset like 1=100 2=200 3=300 <--- hint better use codes Visionaires if you want to have this kind of system :D
Regardz,
TanGzkie
-
Re: Cabaltoolz 3.1 + fixes
:S:S:S help i update the database, and this error show me in the page :S:S
Call to a member function children() on a non-object in C:\xampp\htdocs\Pagina\modules\mod.servstats.php on line 29
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
maggieta2
:S:S:S help i update the database, and this error show me in the page :S:S
Call to a member function children() on a non-object in C:\xampp\htdocs\Pagina\modules\mod.servstats.php on line 29
ye I also :(
I have a problem Call to a member function children() on a non-object in C:\xampp\htdocs\Pagina\modules\mod.servstats.php on line 29
maybe is a config php ?¿
-
Re: Cabaltoolz 3.1 + fixes
Common problem. Everyone has that problem, including me.
john_d's suggestion was to delete the cache and tmp folders (which should already be deleted in my release).
However, apache restart seems to fix the error for me.
-
Re: Cabaltoolz 3.1 + fixes
even after clearing the cache follows the same mistake
des install xampp and install it again, delete the cache and now I do not work or the usercp, register, shop
:(
I think ay to configure apache or xampp perfectly, or the type of db
-
Re: Cabaltoolz 3.1 + fixes
help
Call to a member function children() on a non-object in C:\xampp\htdocs\Pagina\modules\mod.servstats.php on line 29
cabal news error
Cannot connect to the database because: Host 'PC1' is not allowed to connect to this MySQL server
new forum posts error
Cannot connect to the database because: Unknown MySQL server host 'Forum IP' (11004)
-
Re: Cabaltoolz 3.1 + fixes
Add a new user to the mysql database with "%" host (without quotes).
-
Re: Cabaltoolz 3.1 + fixes
i don't understand anything
*url removed by cypher*
-
Re: Cabaltoolz 3.1 + fixes
Please do not post your website link as it will be against our rules.
Thank You.
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
X_Sarah_X
The newspage works with RSS Feed from a vbulletin forum.
The connection information for the vbulletin forum is in the frontpage.php
Hi sarah, in the frontpage.php what must i edit? the (forum ip)? or edit the login sql?
Code:
<?PHP
function clean_t($t) { return str_replace( ' ', '-', preg_replace('/[^a-zA-Z0-9\_]/', ' ', $t )); }
if ($dbh=mysql_connect("forum IP", "MySQL Login","MySQL Pass")) {
mysql_select_db("ForumDB");
$query = "SELECT * FROM `thread` WHERE `forumid` = 2 ORDER BY dateline DESC LIMIT 15 ";
$result = mysql_query($query);
or must i edit the hyperlink here
Code:
echo '<li style="line-height:11pt">
<span class="subject"><a href="http://xcabal.servegame.com/forum/showthread.php?t='.$row['threadid'].'" target="_blank" >'.$row['title'].'</a></span>
<span class="author"> <i>by <a href="http://xcabal.servegame.com/forum/member.php?u='.$row['postuserid'].'.html">'.$row['postusername'].'</a></i></span></li>';
i am still having sql connect error in cabal news & Forums. Just dont know if there is any thing that i am missing
---------- Post added at 09:12 PM ---------- Previous post was at 08:56 PM ----------
Quote:
Originally Posted by
benng
Hi sarah, in the frontpage.php what must i edit? the (forum ip)? or edit the login sql?
Code:
<?PHP
function clean_t($t) { return str_replace( ' ', '-', preg_replace('/[^a-zA-Z0-9\_]/', ' ', $t )); }
if ($dbh=mysql_connect("forum IP", "MySQL Login","MySQL Pass")) {
mysql_select_db("ForumDB");
$query = "SELECT * FROM `thread` WHERE `forumid` = 2 ORDER BY dateline DESC LIMIT 15 ";
$result = mysql_query($query);
or must i edit the hyperlink here
Code:
echo '<li style="line-height:11pt">
<span class="subject"><a href="http://xcabal.servegame.com/forum/showthread.php?t='.$row['threadid'].'" target="_blank" >'.$row['title'].'</a></span>
<span class="author"> <i>by <a href="http://xcabal.servegame.com/forum/member.php?u='.$row['postuserid'].'.html">'.$row['postusername'].'</a></i></span></li>';
i am still having sql connect error in cabal news & Forums. Just dont know if there is any thing that i am missing
below is MySql log files
Code:
101027 15:18:57 InnoDB: Started; log sequence number 0 46409
101027 15:18:57 [Note] Event Scheduler: Loaded 0 events
101027 15:18:57 [Note] mysql\bin\mysqld.exe: ready for connections.
Version: '5.1.33-community' socket: '' port: 3306 MySQL Community Server (GPL)
101027 15:19:55 [Note] mysql\bin\mysqld.exe: Normal shutdown
101027 15:19:55 [Note] Event Scheduler: Purging the queue. 0 events
101027 15:19:55 InnoDB: Starting shutdown...
101027 15:19:55 InnoDB: Shutdown completed; log sequence number 0 46409
101027 15:19:55 [Warning] Forcing shutdown of 1 plugins
101027 15:19:55 [Note] mysql\bin\mysqld.exe: Shutdown complete
101027 15:20:02 InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
101027 15:20:12 InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
101027 15:20:22 InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
101027 15:20:32 InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
101027 15:20:42 InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
101027 15:20:52 InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
-
Re: Cabaltoolz 3.1 + fixes
Cheers for this, Appreciated!
-
Re: Cabaltoolz 3.1 + fixes
I configure evrything good, but I got this, it didn't load more:
http://img28.imageshack.us/img28/715/errorfp.gif
Maybe I need configure something in Apache, etc.?
Thank you!
-
Re: Cabaltoolz 3.1 + fixes
THIS error fixed now
Quote:
ERROr?
**** How to fix this one? any idea?
Call to a member function children() on a non-object in C:\xampp\htdocs\Pagina\modules\mod.servstats.php on line 29...
BUT this one i dont know how to fix this error :(..
**** When I click the Webshop Item mall the problem no items displayed ONLY LOADING Shop items but it didnt load stack with that line :(......
anyone knows how to fix this one..
Thanks..
thx!!!
-
Re: Cabaltoolz 3.1 + fixes
Hello
how can i change the items in the cash shop!
and whats the MySql structure?
-
Re: Cabaltoolz 3.1 + fixes
error clik or resets
http://megacabal.com.br/erro.jpg
plis urgenttttt
-
Re: Cabaltoolz 3.1 + fixes
Configure your webserver,to accept ajax protocols.
-
Re: Cabaltoolz 3.1 + fixes
thanks but how to install these protocols?
-
Re: Cabaltoolz 3.1 + fixes
the page rankings, heros, but do not carry nothing appears, what should be?
the other pages work perfectly.
Code:
<?PHP
set_time_limit(20);
$_config['forum_feed'] = 'http://link-to-vbulletin/rss.php?fid=';
$_config['notice_feed'] = 'notice';
$_config['updates_feed'] = 'update';
$_config['events_feed'] = 'event';
$_config['forum_link'] = 'http://link-to-forum/';
$_config['server_feed'] = 'http://127.0.0.1/backend/';// dont forget to add / in the end
$_config['front_page'] = 'frontpage';
$_config['popup_vote'] = 1200;
$_config['top_hero'] = 10;
$_config['nocache'] = false;
$_config['close_site'] = false;
$_config['redirect'] = 'http://www.mmowebs.com/index.php?gid=3';
// do not edit
if ($_config['close_site'] == true ) exit('<h3> Site Closed</h3> Go to : '.$_config['redirect']);
include('includes/file.php');
?>
http://img600.imageshack.us/img600/9425/semttuloyq.jpg
-
Re: Cabaltoolz 3.1 + fixes
because this error happens?
Code:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
-
Re: Cabaltoolz 3.1 + fixes
-
Re: Cabaltoolz 3.1 + fixes
Is this better the 4.0?
---------- Post added at 12:47 AM ---------- Previous post was at 12:37 AM ----------
Just installed it and configured it but it loads very hard and no data from the server on it.
I am ussing xampp 1.7.3 and module mssql is activated.Do i need ani other module?
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
Popa Andrei
Is this better the 4.0?[COLOR="Silver"]
some one "PHP professional" told to me "it's buggy".! :rolleyes:
I'm currently using 3.1 :cool:
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
Kero Yugi
some one "PHP professional" told to me "it's buggy".! :rolleyes:
I'm currently using 3.1 :cool:
If your "PHP Professional" was so "Professional" it should fix it for you.
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
emi
If your "PHP Professional" was so "Professional" it should fix it for you.
He is currently fixing it but he wont share it with me :grr: he will use it for his server :thumbup:
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
Kero Yugi
He is currently fixing it but he wont share it with me :grr: he will use it for his server :thumbup:
Send me a PM with the link when it's done.I really want to see "the fix"
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
Kero Yugi
He is currently fixing it but he wont share it with me :grr: he will use it for his server :thumbup:
bullshit
And if he is such a good coder and not share why use a one premade and not make one from scrach?
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
Popa Andrei
bullshit
And if he is such a good coder and not share why use a one premade and not make one from scrach?
I asked same question he said that "because John_de have the most ever complex functions seen in my life and almost most secure"
-
Re: Cabaltoolz 3.1 + fixes
he like to use something free to create something else and dont share?
If everybody will do that where will we be now?
-
Re: Cabaltoolz 3.1 + fixes
what is the link to the admin panel
-
Re: Cabaltoolz 3.1 + fixes
-
Re: Cabaltoolz 3.1 + fixes
Ok i installed the backend on xampp where the database is and i put the frontend to a webhost.
Connected succesufully to the database.Now i start working on bugs and when all it finish a will release the site with a nice tutorial on how to install it step by step because there is none.
First does anyone know what this erro is about that appears in the front of every page?
Code:
Warning: session_start() [function.session-start]: open(/home/users/web/b1485/ipg.egcabalcom/cgi-bin/tmp/sess_3f7ab46782d75904d992b8ee3bbf9edf, O_RDWR) failed: No such file or directory (2) in /hermes/bosweb/web148/b1485/ipg.egcabalcom/cabal/index.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /hermes/bosweb/web148/b1485/ipg.egcabalcom/cabal/index.php:2) in /hermes/bosweb/web148/b1485/ipg.egcabalcom/cabal/index.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hermes/bosweb/web148/b1485/ipg.egcabalcom/cabal/index.php:2) in /hermes/bosweb/web148/b1485/ipg.egcabalcom/cabal/index.php on line 2
Here is the site CABAL Online | XCabal.servegame.CoM| Cabal Home Page
EDIT:
the site that was hosting some images for this cabal tools is dead.Does anyone have the images so i can put them in the site and make it use internal links to prevent this from happening in the future.
ex of missing image: http://static.ogplanet.com/static/Ca...r/char_th1.gif
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
Popa Andrei
Ok i installed the backend on xampp where the database is and i put the frontend to a webhost.
Connected succesufully to the database.Now i start working on bugs and when all it finish a will release the site with a nice tutorial on how to install it step by step because there is none.
First does anyone know what this erro is about that appears in the front of every page?
Code:
Warning: session_start() [function.session-start]: open(/home/users/web/b1485/ipg.egcabalcom/cgi-bin/tmp/sess_3f7ab46782d75904d992b8ee3bbf9edf, O_RDWR) failed: No such file or directory (2) in /hermes/bosweb/web148/b1485/ipg.egcabalcom/cabal/index.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /hermes/bosweb/web148/b1485/ipg.egcabalcom/cabal/index.php:2) in /hermes/bosweb/web148/b1485/ipg.egcabalcom/cabal/index.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hermes/bosweb/web148/b1485/ipg.egcabalcom/cabal/index.php:2) in /hermes/bosweb/web148/b1485/ipg.egcabalcom/cabal/index.php on line 2
Here is the site
CABAL Online | XCabal.servegame.CoM| Cabal Home Page
EDIT:
the site that was hosting some images for this cabal tools is dead.Does anyone have the images so i can put them in the site and make it use internal links to prevent this from happening in the future.
ex of missing image:
http://static.ogplanet.com/static/Ca...r/char_th1.gif
did you solved this? i have same problem with this.
-
Re: Cabaltoolz 3.1 + fixes
Need Some Professional Help And A Straight And Actual Answer...
Much Appreciated With No Sarcasm Is Replied...
Thanks!!! :):
http://img823.imageshack.us/img823/7708/errornej.jpg
-
Re: Cabaltoolz 3.1 + fixes
check if "php_mssql.dll" enabled in php.ini
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
Kero Yugi
check if "php_mssql.dll" enabled in php.ini
It Is Enabled... :):
Any Other Bright Ideas?...
-
Re: Cabaltoolz 3.1 + fixes
i will not say anything new "install fresh mssql, fresh dbs, fresh xampp and fresh cabal toolz"
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
Kero Yugi
i will not say anything new "install fresh mssql, fresh dbs, fresh xampp and fresh cabal toolz"
Been There Done That... :laugh:
I'm Guessing It's The Database? Did I Forgot Something To Be Queried Or On The Files Maybe?!.. :ehh:
-
Re: Cabaltoolz 3.1 + fixes
is cabal the game working 100% ?
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
Kero Yugi
is cabal the game working 100% ?
Yes!... And I Have Been Playing It... This Is The Only Problems I Have Now On My Webserver...
I Really Don't Get It I Have Changed What Is Needed To Be Change... Like IP's Server ID's And Passwords... :):
So?!.. Anyone?.. Huh?... Nothing?..
-
Re: Cabaltoolz 3.1 + fixes
because this error happens?
Code:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
-
Re: Cabaltoolz 3.1 + fixes
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
X_Sarah_X
Hi everyone,
I recently jumped into Cabal Online private server development and have spent some time on Cabaltoolz 3.1
The installation from the sticky had some bugs here and there and I am hereby releasing the cabaltoolz 3.1 how I use it myself.
I have john_d's permission to release this.
All credits go to:
john_d for coding CabalToolz 3.1
RaGEZONE Cabal Development for providing ways to fix the minor bugs.
All fixes have been made by browsing RaGEZONE and searching through threads for ways to fix it, and a little bit of common sense ;)
Download:
cabaltoolz_fixed.rar
http://img690.imageshack.us/img690/6031/cabaltoolz.jpg
re upload this please
-
Re: Cabaltoolz 3.1 + fixes
Google search results in this
-
Re: Cabaltoolz 3.1 + fixes
can any one re-upload the file its already invalid link..thank you in advance
-
Re: Cabaltoolz 3.1 + fixes
-
Re: Cabaltoolz 3.1 + fixes
..i think the file is already been deleted, can someone please re-upload the file?
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
xDefused
..i think the file is already been deleted, can someone please re-upload the file?
I will reupload........but considering this was NOT originally her release...this website was leeched from my original Cabal Test server {Go back to way way way earlier posts in this thread} ...(as the information that is currently in the source will clearly show[it's my old server connection info])...I am going to release it in my OWN thread...I had to pay MONEY to John D for this back a few years ago.....I have the ORIGINAL FILES......
I will make it easy...give me a day or two...I just have limited time cause I have my kid right now.
Yes...I will include a guide so you can get rid of those errors BTW....just look in the next day or 2 for it in the release section
-
Re: Cabaltoolz 3.1 + fixes
Quote:
Originally Posted by
evilxeddie
I will reupload........but considering this was NOT originally her release...this website was leeched from my original Cabal Test server {Go back to way way way earlier posts in this thread} ...(as the information that is currently in the source will clearly show[it's my old server connection info])...I am going to release it in my OWN thread...I had to pay MONEY to John D for this back a few years ago.....I have the ORIGINAL FILES......
I will make it easy...give me a day or two...I just have limited time cause I have my kid right now.
Yes...I will include a guide so you can get rid of those errors BTW....just look in the next day or 2 for it in the release section
...ok bro, appreciate it :) can't wait to use this :D