Convert Short URL to Long URL.
Two modes : check one or multiple urls
Supported websites : goo.gl, bit.ly, tiny.cc, ow.ly, u.nu, tinyurl.com and 200+ more...
- Add function Authorized Websites List
- Add response code
- Add CSS Class "glyphicon-check" & "glyphicon-remove"
https://demo.t-php.fr/short2longURL/
- Download script
- Unzip the package
- Transfer on your server (local or online)
- It's finish !
Edit 'index.php' or 'multiple-urls.php' and modifiy line :
$websites = array('goo.gl', 'bit.ly', 'tiny.cc');
For authorized all websites, array must be empty :
$websites = array();
Edit 'multiple-urls.php' file and change value to define 'NB_URLS_MAX'. In this example, you can check 5 urls :
define('NB_URLS_MAX', '5');