PHP MySQLi MP3 Search Engine |
The design of this script is dark and I have used black and yellow as the primary color and there's no admin panel for this one which is why it's cheap. Even without admin panel, you can still edit most it's details such as API keys, ads and all from the config.php file which won't be a tough job at all.
Features
- YouTube as the main source.
- Mobile friendly.
- Masonry grid layout.
- About page.
- Disclaimer page.
- Artist bio.
- Songs by particular artist.
- Separate download page.
- YouTube video.
- 2 mp3 downloading sources.
- Facebook comments.
- Ads.
- Social media share buttons.
- SEO friendly URLs.
- Recent mp3 searches.
- Random artists.
- Top songs.
- Top artists.
Admin Panel:
System Requirements
The requirements are very basic and should be available in most web hosting.
- htaccess [mod_rewrite].
- PHP 5+
- MySQLi
Instructions
Documentation can also be found inside.
- Upload and extract the file ccb4.zip to your root folder using file manager from your hosting.
- Create a MySQL database and user from your hosting [MySQL databases]. Also, make sure to add the user to your new database and check [all privileges]
- Through phpmyadmin, import the file [ccb4.sql]
- Open config.php file which will be in the directory where you've uploaded and extracted the ccb4.zip file.
- Do the following editing-
$host_name = 'localhost';
$user_name = 'root';
$pass_word = '';
$data_base = 'ccb4';
$site_url = 'http://localhost/ccb4/';
$site_name = 'CCB4';
Your website URL or the domain name must start with 'http://' and end with slash '/'.
API KEYS
Create new last fm and YouTube API keys and replace the default ones.
Create new last fm and YouTube API keys and replace the default ones.
$last_fm_api = 'last_fm_api';
$youtube_api = 'youtube_api';
SOCIAL MEDIA
Edit Your social media usernames by editing the below lines.
Edit Your social media usernames by editing the below lines.
$facebook_profile = 'vikramjitsarker';
$facebook_page = 'codingcrazy';
$twitter = 'bikramjitsarker';
Placing ad codes:
Open the files [ad-468x60.php, ad-728x90.php and ad-300x250.php] and place your ad codes respectively.
COMMENTS