Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - darkness

Pages: [1] 2 3 ... 14
1
I can build it / Re: OpenVZ with CWP
« on: April 22, 2018, 08:38:25 PM »
I got it ready and working on 99%. The only thing that made a mess was the noVNC and there I left it since more than 20k+ lines of codes the owners and the devels didn`t pay any attention and didn`t help at all. That`s why I get angry and I closed the project.

2
CentOS-WebPanel Bugs / Re: Can't read my.cnf file bug
« on: January 09, 2018, 08:26:37 PM »
There`s no my.cnf, there`s .my.cnf :)

3
CentOS 7 Problems / Re: user can't login after automatique update cwp today
« on: December 03, 2017, 05:10:01 AM »
Can you paste here the entry of:
Code: [Select]
/usr/local/cwp/php71/etc/php-fpm.d/users/global.conf

4
I can build it / Re: OpenVZ with CWP
« on: December 02, 2017, 05:19:56 PM »
This module will never be finished like the module for CWP7. The module to control Proxmox + other modules will be kept just for me. That`s it. Have fun and say thanks to the owners and devels of CWP.

5
Information / Re: Developers needed
« on: December 01, 2017, 02:36:19 PM »
I have stopped waiting for CWP team to contact me. Also I stopped developing everything I have started to make for CWP. What is useful for me I finished it and what not stays until I made it. All the testing servers and vps`s are now made to Monero miners. So, have fun.

6
DNS / Re: BIND DOSN"t start
« on: December 01, 2017, 02:26:55 PM »
Any log? I don`t have crystal ball to know what`s going on :D give me output of "service named status" or journalctl -xe

7
Information / High disk usage?
« on: November 28, 2017, 07:49:10 AM »
Code: [Select]
[root@server ~]# sh /scripts/disk_check
75M     /var/log/
61M     /usr/local/apache/logs/
94M     /usr/local/cwpsrv/logs/
2.1M    /tmp
41M     /root
467M    /var/lib/mysql/
[root@server ~]#
Code: [Select]
[root@server ~]# du -sh /
48G     /
[root@server ~]#
Code: [Select]
[root@server ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_server-lv_root
                       50G   43G  4.4G  91% /
tmpfs                  16G     0   16G   0% /dev/shm
/dev/cciss/c0d0p1     477M   77M  376M  17% /boot
/dev/mapper/vg_server-lv_home
                      296G  5.7G  275G   3% /home
[root@server ~]#
Any idea why it`s happening like this and how to fix it? Yes, I have a lot of files with big sizes in /home/hosting and /home/shopping but it`s supposed to be in /home, not in /. Any ideas accepted.

8
Apache / Re: Apache issue
« on: November 27, 2017, 08:23:55 AM »
You have an error on line 8. The correct way to do what you want is:
Code: [Select]
<Proxy *>
        <IfModule mod_security2.c>
            SecRuleEngine Off
        </IfModule>
    </Proxy>
During the Apache documentation opening and closing quotes don`t have to be there. So, just remove them on the <Proxy> directive and start your apache web server.

9
New Modules / Re: WHMCS integration with CWP
« on: November 27, 2017, 05:17:17 AM »
Nope, the server is up already 46 days and the files are there for downloading. May be you tried old link. https://www.born2host.com/centoswebpanel.tar.gz is the correct and working one.

10
New Modules / Re: WHMCS integration with CWP
« on: November 23, 2017, 08:59:46 AM »
Ok nicklg. I just created a new KVM on my Proxmox server, installed CentOS 7 Minimal, installed CWP 7, installed WHMCS 7.4.1 (nulled only for testing, never for production server). Working on local IP address without any domain. On public IP with domain will be the same.
Here are screenshots:
Getting the module for WHMCS ->

Check WHMCS version (7.4.1) ->

See pending order ->

Accept pending order (you can select also "Send Welcome Email") ->

Order accepted ->

Check logs (Utilities -> Logs -> Modules Log) ->

Check in CWP7 if the user is created ->

Log in to CWP7 with the new user we just created ->


As you said that the CWP and WHMCS are on different boxes, add in /usr/local/cwp/.conf/api_allowed.conf the IP addresses of CWP and WHMCS. Waiting for your reply. BTW I put it FREE the hosting not to pay to PayPal taxes to transfer $1 from one of my cards to another in a testing. Working with price is the same.

11
New Modules / Re: WHMCS integration with CWP
« on: November 23, 2017, 06:27:54 AM »
No. There`s no update for the module. I use the version for 6.3.1 and tested it on 7.4.1 without any changes. I`m 99.99% sure that there`s a problem which is not related to the module, but related to the configuration (IP address in /usr/local/cwp/.conf/api_allowed.conf)

Look at here:






Does your configuration in WHMCS looks like this? One more thing - are you using CWP6 or CWP7? Now I`m installing CentOS 7 to put CWP7 on it to test it also there. Currently I`m using CWP6 and all the tests are made there. Not 100% sure, but it`s possible to have a difference in the API of CWP6 and CWP7. Wait to finish the test.

12
E-Mail / Re: How to install Horde Webmail
« on: November 23, 2017, 05:53:52 AM »
@ninja just fix the permissions of the horde webmail folder.

13
Other / Re: New cron job appeared ?!
« on: November 23, 2017, 05:52:49 AM »
This is not exactly part of CWP and in the same time it is.  This is the cron job for Let`s Encrypt which tries to renew your cerificate(s) every 30 days. Nothing to worry about.
Just to be sure:
Code: [Select]
[root@server ~]# cd .acme.sh/
[root@server .acme.sh]# ls
account.conf  acme.sh  acme.sh.csh  acme.sh.env  acme.sh.log  ca  cwp_certs  deploy  dnsapi  http.header
[root@server .acme.sh]#

14
Apache / Re: Account Details
« on: November 19, 2017, 09:13:36 PM »
or run this in the console to get your public IP:
Code: [Select]
dig +short myip.opendns.com @resolver1.opendns.com

15
New Modules / Re: WHMCS integration with CWP
« on: November 19, 2017, 07:32:48 AM »
I just tested it on WHMCS 7.4.1 and it`s working without any problems. Be sure to enable Module Log from Utilities -> Logs -> Module Log and give me request and response info from there on PM if you have any problems.

Pages: [1] 2 3 ... 14