Page 1 of 1

How to use the function "Add Website + Forum Code"

PostPosted:31 Aug 2018 15:25
by nguyenoanh
The function path: VPSSIM menu ==> Add Website & Code ==> Add Website + Forum Code

Use this function to add website with pre-download forum code to VPS. Current VPSSIM support 3 forum code:

+ PHPBB
+ SMF (Simple Machines Forum)
+ MyBB

How to use:

Now i add VPSSIM.COM to VPS with lastest version (VPSSIM will get the lastest version of PHPBB at the time you want to download)
=========================================================================
             VPSSIM - Manage VPS/Server by VPSSIM.COM (4.6.0.0)
=========================================================================
                        Add Website To Server
=========================================================================
             VPSSIM Support Both WWW And Non_WWW Domains
=========================================================================
Note: http://go.vpssim.vn/noteaddweb
=========================================================================
 1) Add Website
 2) Add Park & Redirect Domain
 3) Add website + Wordpress (Auto Setup)
 4) Add website + Wordpress Code
 5) Add Website + Forum Code
 6) Add Website + Opencart Code
 7) Add Website + Joomla Code
 8) Add website + Sypex Dumper (Data Backup)
 9) Add website + MySQLDumper (Data Backup)
10) Add Website + YourLS (URL Shortener)
11) Fix Error Chmod, chown
12) List & Size of All Websites
Type in your choice (0-Exit): 5
=========================================================================
How to use: http://go.hostingaz.info/addwcode
=========================================================================
Getting Current PHPBB, SMF, MyBB Version ...
=========================================================================
CHOOSE FORUM CODE YOU WANT TO USE
=========================================================================
1) PhpBB 3.2.2
2) SMF 2.0.15
3) MyBB 1.8.15
Type in your choice (0-Exit): 1
=========================================================================
Use this function to add website + PHPBB Forum 3.2.2
=========================================================================
Type In The Domain [ENTER]: vpssim.com
-------------------------------------------------------------------------
Downloading PhpBB 3.2.2 ...
When download code finished. VPSSIM will ask you want to create new database for website or not ?
=========================================================================
=========================================================================
Do you want VPSSIM create new database for vpssim.com  ? [y/N]
If you choose Yes, VPSSIM will create new database then show the info
=========================================================================
vpssim.com added to server successfully..
-------------------------------------------------------------------------
PHPBB 3.2.2 downloaded to /home/vpssim.com/public_html
-------------------------------------------------------------------------
File Vhost: /etc/nginx/conf.d/vpssim.com.conf
           --------------------------------------------------------------
Shortcut  : /home/vpssim.com/0-Vhost/vpssim.com.conf
-------------------------------------------------------------------------
Database auto created by VPSSIM for vpssim.com:
-------------------------------------------------------------------------
Database: vpssim_com_e516
User name: vpssimcome516
Password: 6cd1158b2648f72a
-------------------------------------------------------------------------
Re-view database's info: Database Manage => View Database's Infomation.
=========================================================================
             VPSSIM - Manage VPS/Server by VPSSIM.COM (4.6.0.0)
=========================================================================
                        Add Website To Server
=========================================================================
             VPSSIM Support Both WWW And Non_WWW Domains
=========================================================================
Note: http://go.vpssim.vn/noteaddweb
=========================================================================
 1) Add Website
 2) Add Park & Redirect Domain
 3) Add website + Wordpress (Auto Setup)
 4) Add website + Wordpress Code
 5) Add Website + Forum Code
 6) Add Website + Opencart Code
 7) Add Website + Joomla Code
 8) Add website + Sypex Dumper (Data Backup)
 9) Add website + MySQLDumper (Data Backup)
10) Add Website + YourLS (URL Shortener)
11) Fix Error Chmod, chown
12) List & Size of All Websites
Type in your choice (0-Exit):
If you are using PHPBB code, after install it, you must re-edit the Vhost:
nano /etc/nginx/conf.d/domain.com.conf
find:
try_files $uri $uri/ /install/app.php$is_args$args;
change it to:
#try_files $uri $uri/ /install/app.php$is_args$args;
then restart nginx
service nginx restart