Project Overview
Kohost is a professional website template designed for hosting/VPS providers, featuring a complete WHMCS client center and shopping cart theme. The template supports Light/Dark themes, RTL layout, and is built with SCSS, providing common hosting business components such as VPS configuration sliders and domain search.
Tech Stack
- HTML5 + SCSS
- Bootstrap 3/4 + jQuery 1.12 + FontAwesome 5
- WHMCS (PHP billing system for client center, order process, automation hooks)
- Documentation site: Static HTML (Sidebar navigation structure)
Project Structure
kohosthtml-1010/
├── documentation/
│ ├── HTML-documentation/index.html # HTML template usage documentation
│ └── WHMCS-documentation/index.html # WHMCS integration documentation
├── html/
│ ├── kohost/src/ # HTML template source code (LTR)
│ └── kohost-rtl/src/ # RTL version source code
└── whmcs/
├── hooks/ # WHMCS functionality hooks
├── lang/overrides/english.php # Language override file
├── orderforms/themetags_cart/ # Shopping cart/order form templates
└── templates/kohost/ # WHMCS client theme
Core File Description
html/kohost/src/— HTML source code for hosting official website pages (editable content)whmcs/templates/kohost/— Complete WHMCS client area template (account, domain, service management pages)whmcs/orderforms/themetags_cart/— WHMCS ordering process templates (product configuration, shopping cart, checkout)whmcs/hooks/— PHP hook files for extending WHMCS functionalitywhmcs/hooks/config/settings.php— WHMCS configuration and multi-currency settings- Two
index.htmlfiles underdocumentation/— Complete usage documentation for HTML template and WHMCS integration
Quick Start
HTML Template Preview:
Open html/kohost/src/index.html directly in a browser, or access it via a local server.
WHMCS Integration:
- Copy
whmcs/templates/kohost/to WHMCS'stemplates/directory - Copy
whmcs/orderforms/themetags_cart/to theorderforms/directory - Place the PHP files from
whmcs/hooks/into WHMCS'sincludes/hooks/directory - In the WHMCS admin panel, switch the default template and order form to kohost/themetags_cart
SCSS Compilation (Optional):
The project uses SCSS for styling. Install Sass and run sass --watch to monitor changes and output CSS files.
Usage Recommendations
This template is suitable for quickly building a hosting provider website with a complete payment/client management workflow. When deploying WHMCS, it is recommended to first verify the order process in a test environment; the SCSS variable files define a complete theme color scheme, allowing direct variable modification for brand customization.
