Introduction
Bloger Personal Blog & Magazine Script
Bloger is a Personal blog magazine script where you can manage your personal image or video post with ease from admin panel. It has clean, responsive and user-friendly design.
Key Features:- SEO Optimized
- Image and Video Post
- Ads Spaces
- Post Sharing to Social Media
- Comments System
- Featured Posts Option
- Contact Page
- Social Media Links
- Light & Dark Mode
- Newsletter (Send Email to All Subscribers & Users)
- Manage Subscribers
- Search Option
- Add, Delete, Update Posts
- Add, Delete, Update Categories
- Contact Messages
- Enable & Disable Ads System
- Site Title(SEO), Site Description(SEO),Site Keywords(SEO)
- Logo, Favicon, Theme color option
- Clean and Responsive Design
- Totally Secure System
Installation
Check your PHP version before start installation. Your PHP version should be 7.4 or a higher version.
You can install the script by watching this video.
Or you can follow these steps to install the script:
1. Create a new Database with user that has all permissions.- Go to cPanel and Click MySQL® Databases
- Create New Database
- Add New User
- Add User To Database
- Set User Permissions
-
Open your cPanel and go to File Manager section.
-
Go to main directory of your site. Most of the time this folder will be "public_html".
-
Open this folder and upload bloger.zip file to this folder.
-
Rigth click the bloger.zip file and select Extract option.
-
Delete "bloger.zip" folder.
-
Open config.php file
-
Enter your database credentials.
-
Open your browser and enter yourdomain.com
Default Email: user@gmail.com
Password: 1234
-
For admin enter yourdomain.com/admin
Default Email: admin@gmail.com
Password: 1234
Make sure that the .htaccess file exists in this directory. If you cannot see it, click Settings button at the top right corner and select Show Hidden Files (dotfiles) option. Also, cPanel can automatically change the content of this file. Please open this file and make sure the content of this file is like .htaccess below.
If you are using NGINX server, .htaccess will not work on your server. In this case, you need to make these settings on your server
Quick Start
✓ Accessing Admin Panel: yourdomain.com/admin Login with Admin email and password (Email: admin@gmail.com Password: 1234). After login, you can change Admin profile & password from top right corner button -> Click Profile -> Then Change profile or password✓ Updating Contact Information: Click "General Settings" section -> Then update Contact Informations.
✓ Adding Social Links to Your Profile: Click "Social Media settings" section -> Then update Social media links.
✓ Adding Category: Go to "Categories" section from navigation and click Categories. Then fill out the Add Category form.
✓ Adding Post: To add a post you should first add a category. After adding a category, go to "Add Post" section.
✓ Sending Email to Subscribers & Users: To use newsletter feature, you should first make your email settings. Go to "Email Settings" section. Then enter email address.
✓ Running Ads: If you want to add your ad codes(Example: Google Adsense).Go to "Genaral Settings" section then paste code "Custom Script Code" input box. For custom ads Go to "Ads" section and add ads URL and Image.
Add Post
You can add posts from "Posts" section. After clicking "Add Post" link from the navigation. You have to set your time zone from "General Settings" Section for accurate date time for your post.
- Category: You should select a category for post.
- Title: Post title.
- Image: Add Image for Post.
- Video: Add Video for Post.
- Description: Add Description for Post.
- Add to Featured: You can add your post as a featured posts.
Comments
Bloger has comment system. You can manage comment from admin "Comments" section or from post details page
Newsletter
The Newsletter allows you to share some updates and interesting things with the users.All Subscriber: All subscriber are listed on this list. You can send email to all subscriber by click the "Send Email" button.
All User: All User are listed on this list. You can send email to user by click the "Send Email" button.
To use the Newsletter section, you need to make your email settings from "Email Settings" Section."Email Settings" section.
Ad Spaces
Bloger has a mobile-friendly advertising system.AdSense Activation Code
You can add your Google Adsense code from "General Settings" section. Then paste code in "Custom Script Code" input box. This code will be added to footer of the site and it will be enabled for all pages.
Email Settings
To send emails, you need to make your email settings from "Email Settings" Section- Reply-To: If recipients reply to your e-mail, the reply will go to this e-mail address.
Genaral Settings
- Timezone: You can set your timezone from this field.
- Website Title: You can set your website title from this field.
- Website Description (SEO Description): You can set your website SEO Description from this field.
- Website Keywords (SEO Keywords): You can set your website SEO Keywords from this field.
- Footer About: You can set about your website from this field.
- Footer Contact: You can set contact informations from this field.
- Copyright: You can set copyright text from this field.
Custom Style Codes
You can add your custom codes (E.g. CSS) to this field. These codes will be added in the <head> tags of your site.
You need to add your CSS codes between <style></style> tags.
Example:
<style>
body {
background-color: #00a65a;
}
</style>
Custom Footer Codes
You can add your custom codes (E.g. JavaScript) to this field. These codes will be added to footer of your site.
You need to add your JavaScript codes between <script></script> tags.
Example:
<script>
alert('Hello!');
</script>