Media Search Engine PHP Script

Overview

The source code to help creating a media search engine. This engine can search videos, photos on Youtube, Dailymotion, Vimeo and Flickr.

Features

  • Search video on Youtube, Vimeo, Dailymotion
  • Search photo on Flickr
  • Simple and clean-looking template
  • Unique responsive design
  • Doing without a database

Requirements

  • PHP 5.x or higher
  • Hosting support cURL
  • Youtube API key
  • Vimeo API key
  • Flickr API key

Instructions

  • Unpack all files from zip.
  • Open includes/_config.php file to setup Youtube, Vimeo and Flick API keys.
  • Paste all unpacked files to folder allowed for web server.
  • Open the URL where you just copied the files.
  • Done

How to get Flick API key: https://tinyurl.com/yc5crwfk
How to get Youtube API key: https://tinyurl.com/yb7fgc9l
How to get Vimeo API key: https://tinyurl.com/yaxhb669

Related