Not sure if anyone has seen this, I found it the other day thought it might come in handy to someone on a project.
Habbox is stupid.. remove the * from the URL's
http://tinyurl*.com/api-create.php?u...ameiscaleb.com
Returns a tinyurl for a long url.
Example:
PHP Code:<?php
$longURL = "http://www.mysite.com/directory/gdsofksjlfsdfs/dsfsdjdfklsdj.html";
$domain = @file_get_contents( "http://tinyurl*.com/api-create.php?url=http://{$longURL}" );
// $domain is now the TinyURL provided to us..
echo $domain;
?>






Reply With Quote




.
