Search code examples
phpdecodeexpandurl-shortener

Expanding ad.fly links?


I was using this site via a PHP request from my own script to decode more than one ad.fly link at a time:

http://www.kassio.altervista.org/deadfly.php

But its been updated and won't handle direct PHP requests anymore. There seem to be a lot of sites out there that can decode ad.fly links. Does anyone know what the method is to do this. I'd quite like to include it in my own script rather than rely on a 3rd party to expand/decode the link?

TIA


Solution

  • The URL is likely a key in their database. Without their tools you cannot do it yourself.

    This: http://pastebin.com/zFB6iUcq leads me to believe they have some API that you can access.