Skip to content

SurugaDevil/htll.pw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hightechlowlife.eu's official link shortener!

-Original idea by Ins1gnia and Miku
-Proposed and edited for HTLL by Suruga Devil






Use this webservice to:
  -To manually shorten URLs open in your web browser the location where you uploaded the files.
  -To programmatically shorten URLs with PHP use the following code:
    $shortenedurl = file_get_contents('http://yourdomain.com/shorten.php?longurl=' . urlencode('http://' . $_SERVER['HTTP_HOST']  . '/' . $_SERVER['REQUEST_URI']));


Original code (and instructions for use) by Brian Cray: http://briancray.com/posts/free-php-url-shortener-script/
Protected by the GPL 2.0 License

About

A URL shortener written for the hightechlowlife.eu community

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.2%
  • HTML 9.8%