|
Qurl Automation Qurl need not be called directly from your brower, you may use our api to quickly generate qurls for existing applications. Calling Qurl using GET args To call qurl using GET args simply generate a url of the form.
http://www.qurl.com/automate.php?url=http://www.yoururl.com/ If a qurl is successfully generated this call will return your new qurl (of the form http://www.qurl.com/pyiou) If for any reason a qurl can not be generated, this call will return your original url. Calling Qurl using POST args To call qurl using POST args simply generate a url of the form stimulated below and include the following post arguments.
http://www.qurl.com/automate.php| Name | Value | Required? | | url | urlencoded url of website you wish to link to | required | | xprivate | 1=private url 0=public url | optional (defaults to 1) | | email | email address of user to admin qurl | optional (means you can track stats etc) | | confirm | 1=email confirmation 0=no email confirmation | optional (defaults to 0) |
If a qurl is successfully generated this call will return your new qurl (of the form http://www.qurl.com/pyiou)If for any reason a qurl can not be generated, this call will return your original url. Important note : If the url passed must be urlencoded before being passed. This means any & characters these must be replaced with the term %26 php users Php programmers and users may find it easier to use our php module. |