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

Pages: 1 [2]
16
PHP Selector / Re: How can I change my PHP Version to 7.0.x
« on: January 30, 2017, 05:13:46 PM »
From admin panel go to PHP Selector

Click on: PHP 7.x
And click button : Start compiler

Wait until is done and the you will get a successful message and the PHP 7.x will be green from red.

Now go to your website, create or open .htaccess and add the following:
Code: [Select]
AddHandler application/x-httpd-php7 .php

17
Addons / Re: open source billing system like WHMCS
« on: January 30, 2017, 05:11:24 PM »
Based on this: http://wiki.centos-webpanel.com/cwp-account-api
You can make the PHP plugin to auto create by calling the necessary API.

18
Addons / Re: wordpress installation
« on: January 30, 2017, 05:08:43 PM »
No offense, but if you have to brains to install centos-webpanel you can install Wordpress as well...

1. Download Wordpress
2. Create the User on CWP
3. Connect through an FTP Client for example Filezilla
4. Upload files
5. Follow the simple instructions on the screen.

Notice - You have to login to your MySQL Database and create a new database for Wordpress, this can be done through PHPMyAdmin or another client. Same username and password as to the user you created earlier.

Kind regards
Patrick

Sometimes you need to click "Fix Permissions" from the admin to fix some 403 errors. But in general these are the steps.

Pages: 1 [2]