-
Notifications
You must be signed in to change notification settings - Fork 1
Home
H-Blog-Manager-Script is a powerful and flexible blog management script designed to cater to developers and administrators. This Wiki serves as a comprehensive guide to help you understand, install, and customize the application.
H-Blog-Manager-Script requires PHP 8 and above. Additionally, it utilizes a MySQL database (compatible version required).
To install the application, follow the steps outlined in the Installation Guide.
In the index.php
file, set up the database connection:
$database = new Database\Connection('database_host', 'database_user', 'database_password', 'database_name');
Set a strong encryption key in the index.php
file:
$GLOBALS['encryption_key'] = 'your_strong_key';
Set the no-reply email address for sending emails:
$GLOBALS['webmaster'] = '[email protected]';
- Email:
[email protected]
- Password:
password
Upon initial login, change the default password for security reasons.
Developers can build custom website and email templates. Learn more about customizing templates here.
When creating templates for the application, developers should follow the Template Creation Guidelines.
Explore additional templates on HenenTheProgrammer HBMS Templates.
The application automatically generates sitemaps and an RSS feed. Learn more here.
The application is licensed under the H-Blog-Manager-Script License. Review the license terms before using the application.
For support, suggestions, or inquiries, feel free to reach out:
Thank you for using H-Blog-Manager-Script!