PHP YouTube MP3 Search Engine And Crawler |
Along with YouTube for searching songs, it has got an mp3 crawler too. You just copy paste an URL, and the crawler will save all mp3 links in your database from the external link.
Note: The crawler only works on directories which does not have any index page. Try this keyword on google: 'index of mp3 top songs'. You will find thousands of directories which contain mp3 files. At the end of this content, you will find a video showing you how to do it.
Script Features
- Top songs.
- Top artists.
- Artist Bio.
- Top 100 songs page.
- Top 100 artists page.
- Recent searches.
- Random songs.
- Related YouTube video.
- About page
- Disclaimer page.
- Social media share buttons.
- SEO friendly URL.
- Pagination. [Only on crawled links result.]
- Separate download page.
- PHP download for crawled links.
- Multiple YouTube API support.
- Facebook comments.
- ADS.
- Fully mobile friendly.
- Facebook like box.
- Broken crawled links are automatically deleted from database.
- 2 mp3 downloading sources.
Admin Panel Features:
- Settings. [Update email/password/name/Facebook page].
- Update/delete YouTube API. [Multiple API]
- Update last.fm API.
- Update Facebook API.
- Update Facebook profile username.
- Crawl mp3 links.
- View/update/delete crawled links.
- Add advertisement codes.
- Search reports with IP address.
- Update about page.
- Update disclaimer page.
- Update website description.
- Update website keywords.
- Update website OG image.
- Create sitemap.
- Block URL.
- Unblock URL
System Requirements
- htaccess [mod_rewrite]
- PHP 5+
- MySQLi
- Allow URL fopen = on
Instructions
- Upload and extract the file ccb2.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 [ccb2_database.sql]
- Open config.php file which will be in the directory where you've uploaded and extracted the ccb2.zip file.
- Do the following editing-
$hostname = 'localhost';$username_db = 'root';$password_db = '';$db_name = 'ccb2';$sitename = 'CodingCrazy';$url = 'http://localhost/ccb2/';
Your website URL or the domain name must start with 'http://' and end with slash '/'.
Then your hostname which is usually 'localhost' if you're using any paid hosting, your database username, your database password, the database name respectively and the website title [$sitename].
The installation is done.
The installation is done.
Admin Registration:
- Visit yoursite.tld/manager/register.php
- Just fill up the small form with your details and you are done.
- After successfully registering, the registration page will be automatically deleted.
- Admin login URL: yoursite.tld/manager/login.php
These instructions will also be in the documentation file. You will also find all of my contact information inside. For free and premium support, you can always contact me'
COMMENTS