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 - Dexxa

Pages: [1] 2
1
I can build it / Re: Boxbilling Integration
« on: January 12, 2021, 08:27:10 PM »
I recomend you for dont use boxbilling! Its very outdated...

It's still being updated, https://github.com/boxbilling/boxbilling

2
I can build it / Re: OpenVZ with CWP
« on: March 15, 2020, 10:12:28 PM »
Thats a shame :-( Looked a good project, Would of been an amazing addon for the centos web panel community, If i knew how to code i would help out but sadly i dont know how to code. I would of loved to have tested it for you,

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.

3
I can build it / Re: Boxbilling Integration
« on: August 29, 2018, 06:26:30 PM »
Are you willing to share the code so other people can use your good work on their servers? :-)

4
SSL / Re: letsencrypt + Python Problems!
« on: September 28, 2016, 06:55:23 PM »
Did you solved this issue? It happened to me too..

Yes, on the 32bit version, do this

To solve it:

1- First install python requirements
$yum install epel-release
$rpm -ivh https://rhel6.iuscommunity.org/ius-release.rpm
yum --enablerepo=ius install git python27 python27-devel python27-pip python27-setuptools python27-virtualenv -y
2- Workaround for missing files
$ echo /opt/rh > /etc/scl/prefixes/python27
$mkdir /opt/rh/python27
$touch /opt/rh/python27/enable

This solve for me the problem with the Unable to open: /etc/scl/prefixes/python

Then i got another problem virtualenv not found, this can be solved using symbolink link
$cd /usr/bin
$ln -s  virtualenv-2.7  virtualenv

on the 64bit version you dont need to do anything as it works fine

5
SSL / Re: Letsencrypt new domain
« on: September 10, 2016, 03:17:59 PM »
It seems you need to do it on the 32Bit version, but be cafeful when i rebooted server webpages wouldnt load.  But on the 64Bit version it works as normal without doing that trick

6
SSL / Re: Letsencrypt new domain
« on: August 27, 2016, 12:21:53 PM »
This worked for me on centos to :-D

Hi I had the same Issue, I'm using CentOS 6.8

I did a workaround (Is not the best solution but it works). This happens because for some reason scl is not working properly.

To solve it:

1- First install python requirements
$yum install epel-release
$rpm -ivh https://rhel6.iuscommunity.org/ius-release.rpm
yum --enablerepo=ius install git python27 python27-devel python27-pip python27-setuptools python27-virtualenv -y
2- Workaround for missing files
$ echo /opt/rh > /etc/scl/prefixes/python27
$mkdir /opt/rh/python27
$touch /opt/rh/python27/enable

This solve for me the problem with the Unable to open: /etc/scl/prefixes/python

Then i got another problem virtualenv not found, this can be solved using symbolink link
$cd /usr/bin
$ln -s  virtualenv-2.7  virtualenv

I hope this work for you too.

7
SSL / Re: letsencrypt + Python Problems!
« on: August 26, 2016, 01:03:20 AM »
I have done that :)

8
SSL / Re: letsencrypt + Python Problems!
« on: August 25, 2016, 11:19:04 AM »
Also getting Initialized empty Git repository in /opt/cwp_letsencrypt/.git/

9
SSL / letsencrypt + Python Problems!
« on: August 25, 2016, 12:20:00 AM »
Hi

Im trying to install letsencrypt ssl certs via the control panel, followed the video etc, tried upgrading pyton  but i keep getting the same error message

WARNING! Letsenycrpt Certificate installation failed, please check /etc/letsencrypt/live/**********.co.uk !
Unable to read or file empty /etc/scl/prefixes/python27!


Anyone know how to fix this, it'd be a great help to me :)

10
How to / Re: How to install Freepbx with CWP?
« on: May 16, 2016, 12:27:44 PM »
I dont think you can

11
How to / Re: How To Install Forever
« on: May 16, 2016, 12:26:26 PM »
A simple CLI tool for ensuring that a given script runs continuously (i.e. forever)

https://github.com/foreverjs/forever

12
Information / NAT-ed version, support for NAT-ed IPs
« on: November 09, 2015, 04:38:06 PM »
How will the NAT-ed version, support for NAT-ed IPs work?

Will it allow us to select the ports for httpd, mysql etc on the installation?

13
Softaculous / Re: Unable to access softaculous after installation via CWP
« on: November 06, 2015, 04:46:54 PM »
I have just tested it and it works great

14
Softaculous / Re: Unable to access softaculous after installation via CWP
« on: November 05, 2015, 04:59:20 PM »
Sadly i have the same problem :(

15
CentOS-WebPanel GUI / Re: Webpanel theme
« on: November 05, 2015, 04:57:42 PM »
That's a very old theme, It wouldn't work now as many features have been updated and added since then

http://oi62.tinypic.com/2zrgu47.jpg

How to install this theme
thanks

Pages: [1] 2