https://github.com/vijaythapa333/phpmultilingualblog
Simple blog in PHP and MySQLi supporting multi languages.
https://github.com/vijaythapa333/phpmultilingualblog
php-project
Last synced: 20 days ago
JSON representation
Simple blog in PHP and MySQLi supporting multi languages.
- Host: GitHub
- URL: https://github.com/vijaythapa333/phpmultilingualblog
- Owner: vijaythapa333
- License: gpl-3.0
- Created: 2018-06-02T05:16:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T06:51:24.000Z (over 4 years ago)
- Last Synced: 2025-03-21T03:11:10.737Z (about 1 month ago)
- Topics: php-project
- Language: PHP
- Size: 101 KB
- Stars: 19
- Watchers: 3
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multiple Language Website in PHP & MySQL (English, Nepali, Chinese)
This is a simple blog website which supports multi-languages (english, nepali and chinese). This is just for educational purpose (not for commercial use).
This is an Open Source Project, So feel free to explore (use) in any ways you like.## Support Developer
1. Subscribe & Share my YouTube Channel - https://bit.ly/vijay-thapa-online-courses
2. Add a Star 🌟 to this 👆 Repository## Donate
**[PayPal](https://bit.ly/support-vijay-thapa)**
**[Buy me a Coffee ☕️](https://www.buymeacoffee.com/vijaythapa)**
**Donate by wire transfer:** E-Mail at *[email protected]* for wire transfer details.
## Technologies Used
1. HTML5
2. CSS3
3. PHP (OOP)
4. MySQLi## Features
1. Categories Manager
2. Posts Manager
3. Users Manager
4. Secure Login in Multiple Languages# Supported Languages
1. English
2. Nepali
3. Chinese*(You can Add More...)*
## Website at a Glance
#### [Click Here to watch Demo Video](https://www.youtube.com/watch?v=RU6jsPXj1ys)

## Instructions to Use
### Pre-Requisites:
1. Download and Install XAMPP
[Click Here to Download](https://www.apachefriends.org/index.html)
2. Install any Text Editor (Sublime Text or Visual Studio Code or Atom or Brackets)
### Installtion
1. Download as as Zip or Clone this project
2. Extract and Move this project to Root Directory
```
Local Disc C: -> xampp -> htdocs -> 'this project'
```
*Local Disk C is the location where xampp was installed*3. Open XAMPP Control Panel and Start 'Apache' and 'MySQL'
4. Extract and Import Database
a. Open 'phpmyadmin' in your browser
b. Create a Database ('mlb2018')
c. Import the SQL file provided with this project ('mlb2018')5. Make Changes to settings
Go to 'admin' folder then'config' folder and Open 'constants.php' file. Then make changes on following constants
```php```
6. Now, Open the project in your browser. It should run perfectly.
## CMS - Admin Panel
This is a very simple Content Management System (No advanced stuffs).**Instructions to use**
1. Go to the link -> yourhomeurl/admin
>e.g. *http://localhost:81/phpmultilingualblog/admin*
2. Login with the Username and Password
>*[Username: admin, Password: admin]*
3. Hola! You're logged in. Now you can manage categories, posts and users.## For Sponsor or Projects Enquiry
1. Email - [email protected]## Follow Me on
1. LinkedIn - [vijaythapa](https://www.linkedin.com/in/vijaythapa/ "Vijay Thapa on LinkedIn")
2. Instagram - [@vijaythapa.code](https://www.instagram/vijaythapa.code/ "Vijay Thapa on Instagram")
3. Facebook - [@thevijaythapa](https://www.facebook.com/thevijaythapa/ "Vijay Thapa on Facebook")
5. Twitter - [@thevijaythapa](https://www.twitter.com/thevijaythapa "Vijay Thapa on Twitter")