Project Overview
Bredh is a versatile HTML + WHMCS theme template designed for web hosting service providers. It includes complete homepage variants, service introduction pages (VPS/Dedicated Servers/Domains/SSL, etc.), contact forms, and WHMCS themes. Ideal for quickly building corporate websites for hosting/domain/cloud service companies.
Tech Stack
- Bootstrap 4 (Responsive Layout Framework)
- Static HTML5 / CSS3
- jQuery (Interactions & Animations)
- PHP (Contact Form
mailer.php) - WHMCS (Theme Templates)
- Font Awesome (Icons)
Project Structure
bredh_themeforest_package_2.1.3/
├── HTML/
│ ├── Version 2.0/ ← Main Template (20+ Pages)
│ │ ├── index.html ← Homepage
│ │ ├── mailer.php ← Contact Form Backend
│ │ ├── hosting.html
│ │ ├── dedicated.html
│ │ ├── cloud-vps.html
│ │ ├── domains.html
│ │ ├── ssl.html
│ │ ├── cpanel.html
│ │ ├── wordpress.html
│ │ ├── shoutcast.html / icecast.html
│ │ ├── games.html
│ │ ├── signin.html / signup.html
│ │ └── ...
│ └── version 1.7/ ← Legacy Template
├── WHMCS themes/
│ ├── bredh moon (OLD)/
│ └── bredh sefar (NEW)/
└── documentation/
├── index.html ← Official Documentation (Includes CSS/JS)
└── css/style.css
Core File Description
HTML/Version 2.0/index.html— Main website homepage template, supports multiple pre-built variant switchingHTML/Version 2.0/mailer.php— Contact form backend, processes name/email/message and sends emaildocumentation/index.html— ThemeForest official documentation, covering template customization, logo replacement, WHMCS installation, etc.documentation/css/style.css— Documentation site styles (includes Montserrat font and blue theme variables)documentation/js/main.js— Documentation site SyntaxHighlighter initialization scriptWHMCS themes/— Two WHMCS themes (bredh moon / bredh sefar), must be copied to the WHMCS template directory to activate
Quick Start
-
Local Preview
Simply openHTML/Version 2.0/index.htmlin your browser to view. To test the contact form email functionality, place the entire directory into a PHP runtime environment (e.g., phpStudy, XAMPP). -
WHMCS Theme Installation
Copy thebredh sefar (NEW)folder to the/templates/directory of your WHMCS installation, then switch to it in the WHMCS admin panel under Settings → General Settings → Template. -
Contact Form Configuration
Editmailer.phpand change the$recipientvariable to your actual email address.
Usage Recommendations
- This template is built around the hosting/host industry, with all pages designed around servers, domains, SSL, and other services. After replacing images and copy, it can be used directly for commercial projects.
- The template includes particle backgrounds (particles.js), scroll animations, and other effects. If deploying on a low-spec server, consider trimming unnecessary JS to improve loading speed.
