
C'est quoi My-Protect-Link?
My-Protect-Link.COM C'est un moyen facile de protéger vos liens et de les raccourcir. Vous pouvez mettre des paramètres supplémentaires pour sécuriser votre lien (mot de passe, référent). Utilisez Mon-Protect Link.COM Protecteur Lien pour protéger les liens de fichiers mis dans un site hébergeur de fichiers gratuit que Hotfile.com, Rapidshare.com, Megaupload.com. Vous pouvez partager vos liens en toute sécurité et éviter de les exposer à être rapporté ou de risque de la suppression des fichiers. Avec URL-SECURITE, vous pouvez éditer vos liens après les protéger. Vous pouvez ajouter des liens multiples et tous les liens seront protégés dans un. C'est un moyen sûr de modérer et de partager vos liens dans une autre site Web.
API USAGE
http://my-protect-link.com/ allows developers to interact with the website via an Application Programming Interface (API). If you are planning to use http://my-protect-link.com/ to create short or customized URLs, do it for free through simple HTTP GET requests.
Introduction
Let's start with an example, maybe the best way to explain the API usage.
First of all you've to build the request URL.
http://my-protect-link.com//api.php?url=eziscript.com,urlsafety.com,games.com
&t=title
&d=description
&c=Captcha
&pv=Private
&u=username
&up=userpassword
&lp=LinkPassword
Please be careful: remember Multiple URL must be seprate with comma and don't add http:// in url.
The http://my-protect-link.com/ server will return full URL of the API response:
http://my-protect-link.com//oefvzspurv-google.html
Rate limiting
Every client application has a limited request rate per second. Additional requests will be ignored.
Request format
All the HTTP requests must be directed to http://my-protect-link.com//api.php with the following GET parameters:
* t (Title): Your Protected Link Title
* d (Discription): Your Protected Link Discription
* url (LINKS): the url to shorten.
* c: (Captcha, 1=Yes and 0 - NO) if you want enable captcha for you link use 1 other wise 0
* pv: (Private, 1=Yes and 0 - NO) If you want your link will not display to public and only availabe for you then us 1 for yes 0 for no
* u: (Username) Your user name if you want this URL in your account, You must up (Your Password) with Username
* uo: (Username Password) Your username password
* lp: (Link Password) if you want your link password protect then use this.
Register your application
Registration not need to use API..
Example PHP Code
|