|
เปิดทำการ จันทร์ - เสาร์ เวลา 09:00 - 20:00 น. ขณะนี้เป็นเวลา: เปิดทำการ นอกเวลาทำการหรือวันหยุด กรุณาติดต่อผ่านช่องทาง Robot Support | Email: support@siamecohost.com | LINE: @siamecohost |
![]() User's Manual for Cloud Hosting (Linux) + cPanel![]() Image by Placeit.Net![]() Online Quick Help Guide, It is compiled from various websites suitable for beginners and those who just moved the web site to live with us. Content covers the specific for Cloud Hosting (Linux) + cPanel Control Panel only. Update 10/04/2017 10:00 AM
You can find required information within our site by entering keywords in the form below.
Note:
Some guides are Flash Animation which our team.bought license from DemoWolf.Com To be easy to learn and understand.
Some files are Shockwave Flash File.(.swf), You may install Adobe Flash Player first. Free Download
|
1 | Getting Started Guide | Language | Link Type |
1.01 | How to access the Control Panel to manage your website. | ||
1. Go to https://yourdomianname.com:2083 | ![]() ![]() | Html Tutorial | |
2. Login by use Username and Password as we send it to you via email. | |||
3. Preview Overall cPanel Contorl Panel | ![]() ![]() | Html Tutorial | |
1.02 | How to Change Password for Login to Control Panel | ![]() ![]() | Html Tutorial |
1.03 | How to access the Webmail | ||
1. Go to http://webmail.yourdomain.com | ![]() ![]() | Html Tutorial | |
2. Login by use your email yourname@yourdomain.com and password which you added. | |||
* You must add email user first, before login to Webmail, Please see Chapter 2 |
2 | Using Email | Language | Link Type |
2.01 | How to Add Email Users | ![]() ![]() | Html Tutorial |
2.02 | How to Setup Microsoft Outlook 2003/2007 for Send & Receive an Email ![]() | ![]() ![]() | Html Tutorial |
2.03 | How to Setup Microsoft Outlook 2010 for Send & Receive an Email ![]() | ![]() ![]() | Html Tutorial |
2.04 | How to Setup Microsoft Outlook 2013 for Send & Receive an Email ![]() | ![]() ![]() | Html Tutorial |
2.05 | How to Setup Microsoft Outlook 2016 for Send & Receive an Email ![]() | ![]() ![]() | Html Tutorial |
2.06 | How to Sync Email from Mail Server wiht Microsoft Outllok ![]() | ![]() ![]() | Html Tutorial |
2.07 | How to Setup Microsoft Outlook 2010 to work together with Gmail/Google Apps | ![]() | Html Tutorial |
2.08 | How to Setup Email on iPhone | ![]() ![]() | Html Tutorial |
2.09 | How to Setup Email on iPad | ![]() ![]() | Html Tutorial |
2.10 | How to Setup Apple Mail Account on Mac | ![]() ![]() | Html Tutorial |
2.11 | How to Setup Mail Program (Windows 10) on PC | ![]() ![]() | Html Tutorial |
2.11A | How to Setup Mail Program (Windows 10 New Version) on PC ![]() | ![]() ![]() | Html Tutorial |
2.12B | How to Setup Email on Android Phone ![]() | ![]() ![]() | Html Tutorial |
2.13 | How to Use your email @yourdomain.com to work together with Outlook.Com ![]() | ![]() ![]() | Html Tutorial |
2.14 | How to Use your email @yourdomain.com to work together with Gmail.Com ![]() | ![]() ![]() | Html Tutorial |
2.15 | Email Check Tools - When you can not send or receive an email, Use this tools to find out what is a problem. | ![]() | Html Tutorial |
2.16 | Read this Article to find out, Why you could not sent an email to Hotmail, Gmail, Yahoo | ![]() | Html Tutorial |
2.17 | Example PHP Script for send an email with mail() function. | ![]() | Html Tutorial |
2.18 | Example PHP Script for send an email with PHPMailer (Using Host's SMTP, MailJet's SMTP and Gmail's SMTP) | ![]() | Html Tutorial |
3 | How to upload files onto the server and manage the site using File Manager. | Language | Link Type |
* The main folder used to store your site is /public_html You only need to upload files to this folder. | |||
3.01 | How to Install and Using FileZilla for Upload files to Server (VDO Clip) ![]() | ![]() ![]() | Video Clip |
3.02 | How to Install FileZilla (HTML) | ![]() ![]() | Html Tutorial |
Download FileZilla from developer's website | ![]() | Download | |
3.03 | How to Using FileZilla (HTML) | ![]() ![]() | Html Tutorial |
3.04 | How to Upload files with Macromedia DreamWeaver CS6 (VDO Clip) ![]() | ![]() | Html Tutorial |
3.05 | How to Upload files with Macromedia DreamWeaver (HTML) ![]() | ![]() | Video Clip |
3.06 | How to solve the problem when could not Connect FTP Server | ![]() | Html Tutorial |
3.07 | How to Upload files with Net2FTP (Web Service) ![]() | ![]() ![]() | Html Tutorial |
4 | MySQL Database Management | Language | Link Type |
4.01 | How to Adding MySQL Database | ![]() ![]() | Html Tutorial |
4.02 | How to Access PHPMyAdmin | ![]() ![]() | Html Tutorial |
4.03 | How to Install HeidiSQL for MySQL Database Management | ![]() ![]() | Html Tutorial |
4.04 | View Screenshot of HeidiSQL | ![]() | External Link |
4.05 | HeidiSQL User's Manual | ![]() | External Link |
4.06 | Sample PHP Code (Connection String) for connect MySQL Database //database connections for MySQL $ServerName = 'localhost'; $DatabaseName = 'affiliate'; $UserName = 'bob77'; $UserPassword = 'ab1234'; $conn = mysql_connect($ServerName,$UserName,$UserPassword); mysql_select_db($DatabaseName, $conn); |
![]() ![]() |
|
4.07 | How to coding Connection String for connect any type of database http://www.sqlstrings.com | ![]() | External Link |
4.08 | Learn how to create Table in MySQL by use phpMyAdmin and how to coding PHP script to connect MySQL Database | ![]() | External Link |
4.10 | Learn How to use MySQL Database with PHP | ![]() | External Link |