PHP MySQLi MP3 Search EnginePHP MySQLi MP3 Search Engine
It uses YouTube and LastFM API for search results and artist information respectively.PHP MySQLi MP3 Search Engine
It uses YouTube and LastFM API for search results and artist information respectively.Overview
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:
No admin panel.
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.
$last_fm_api = 'last_fm_api';
$youtube_api = 'youtube_api';
SOCIAL MEDIA
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.
Future product updates
Quality checked by Codester
Lowest price guarantee
Category | Scripts & Code / PHP Scripts / Multimedia |
First release | 19 May 2017 |
Last update | 19 May 2017 |
Files included | .php, .css, .html, .sql, Javascript .js |
Software version | PHP 5.4, PHP 5.5, PHP 5.6 |
Tags | mp3 script, mp3 search engine |