MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Releases => Topic started by: MRatWork on 2015-05-01, 11:06:09

Title: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: MRatWork on 2015-05-01, 11:06:09
TheHostingTool is opensouce billing software and able to connect to Kloxo-MR 7.0 (possible also to 6.5).

Steps to enable this sofware:
1. Create aux user in 'auxiliary login' for admin like 'mustafa.aux'
2. Run 'sh /script/setup-tht' --> script will be install if not exists and then setup them
3. Go to 'http://cp.domain.com/tht' (you will see 'tht' in list if access cp.domain.com)
4. For setting, go to 'http://cp.domain.com/tht/admin' and login as 'admin' for username and password
5. Change password immediately
6. Add server with use 'aux user' (like 'mustafa.aux') as 'username'
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: opotoiki on 2015-05-16, 01:18:41
It's a good news, thanks Mustafa
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: Kloxouser5 on 2015-06-14, 13:37:37
Thank you Mustafa!
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: priyadi on 2016-01-19, 10:52:37
Thanks,
THT billing nya masih nyangkut di step5, cara troubleshoot sama fix nya gmana yah ?
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: lanuma on 2016-03-10, 18:14:01
cara ganti cp.domain.com/tht ke cp.domain.com/client gimna?
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: MRatWork on 2016-03-10, 18:15:32
Copy saja /home/kloxo/httpd/cp/tht ke  /home/kloxo/httpd/cp/client
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: neo76 on 2016-08-09, 18:34:21
Welcome everyone!

First time very good very big change went through the whole! Congratulations and thank you!

I went through the old Kloxo 6.1.19 from Kloxo MR-7 from a few days ago

I use Centos 6.8 minimal and runing perfect!

First tray fresh install Kloxo 6.5.0 after upgrade to 7 but for my not working correct..
after reinstall centos and direct freshinstall Kloxo 7 (since then everything is working perfectly)
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: LotsOfQ on 2016-08-12, 01:21:22
Quote
sh /script/setup-tht

and got this:

Quote
*** TheHostingTool Billing setup ***
- Application not exists. Exit

go to cp.domain.com/tht got 404
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: MRatWork on 2016-08-12, 03:46:49
Run 'sh /script/setup-tht -y'.
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: intan on 2016-11-10, 15:28:54
 Run 'sh /script/setup-tht'
di situ saya masih bingung mas

terus modul kloxo.php di hosting tool itu nyarinya dimana yang ada hnya da.php dan whm.php
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: MRatWork on 2016-11-11, 07:13:43
Login saja ke cp.domainanda.com/tht dengan 'admin' sebagai username dan password. Kemudian add server.
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: atljohnsen on 2017-10-09, 14:32:18
When installing THT in Kloxo-MR latest version I get error from the install script:

/script/setup-tht: line 33: tfile: command not found
cp: missing destination file operand after ‘/home/kloxo/httpd/cp/tht/tht_conf.inc.php’


Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: MRatWork on 2019-08-08, 17:04:27
Edit '/script/setup-tht' where:

Code: [Select]
tfile = "change to:
Code: [Select]
tfile="
and then run 'sh /script/setup-tht -y' again.
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: dfreddie on 2019-08-09, 03:08:46
Still error at
http://cp.domain.com/tht
"The following function is needed for TheHostingTool to run properly:MySQL"
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: MRatWork on 2019-08-09, 04:09:34
Something wrong.

Change:
Code: [Select]
mysql -f -u root p"${rootpass}" < ${path}/tht_install.sqlto:
Code: [Select]
mysql -f -u root -p"${rootpass}" < ${path}/tht_install.sql
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: MRatWork on 2019-08-09, 04:56:06
The problem is TheHostingTool still using mysql_connect instead mysqli_connect or PDO:mysql where deprecated since PHP 5.5 and removed since PHP 7.0.
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: EndErr on 2019-09-18, 14:40:53
Also tried to install it, did all the recomendation but still same error
Code: [Select]
The following function is needed for TheHostingTool to run properly:
    MySQL
Any chance to make it work?
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: mehrozams on 2019-09-18, 15:15:17
Also tried to install it, did all the recomendation but still same error
Code: [Select]
The following function is needed for TheHostingTool to run properly:
    MySQL
Any chance to make it work?

I don't think so as mustafa stated mysq_connect is deprecate since PHP 5.6 and removed it PHP 7. So I think your only option is to switch to PHP 5.6.
Title: Re: [INFO] TheHostingTool Billing for Kloxo-MR 7.0
Post by: MRatWork on 2019-09-19, 05:48:45
Try to use latest from https://github.com/TheHostingTool/TheHostingTool