Results 1 to 3 of 3
-
22nd Aug 2011, 07:21 PM #1OPMemberWebsite's:
ExploringPC.com DedicatedSeedboxHosting.comSafelinkin.net API Help
Hey guys,
I've been trying to make the Safelinkin's API work for multiple links. I've tried all sorts of line break, but none were successful.
According to the API's documentation, I should have 2 direct links and 1 protected link containing the 2 direct links. However, its not the case.
You can understand what I mean when you open the following link in your browser.
Code:http://safelinking.net/api?links-to-protect=http://www.filesonic.com/file/1732528611/Breaking.Bad.S04E06.720p.WEB-DL.DD5.1.H.264-TB.part1.rar<br>http://www.filesonic.com/file/1732534261/Breaking.Bad.S04E06.720p.WEB-DL.DD5.1.H.264-TB.part2.rar&enable-captcha=on&captcha-type=Fancy+captcha&link-password=1
Regards,
Kundukundurocks Reviewed by kundurocks on . Safelinkin.net API Help Hey guys, I've been trying to make the Safelinkin's API work for multiple links. I've tried all sorts of line break, but none were successful. According to the API's documentation, I should have 2 direct links and 1 protected link containing the 2 direct links. However, its not the case. You can understand what I mean when you open the following link in your browser. Rating: 5
-
22nd Aug 2011, 07:54 PM #2It begins...
You need to 'urlencode' the line break. A line break, in a url encoded char, is represented by %0A.
Check it out in action:
Code:http://safelinking.net/api?links-to-protect=http://www.filesonic.com/file/1732528611/Breaking.Bad.S04E06.720p.WEB-DL.DD5.1.H.264-TB.part1.rar%0Ahttp://www.filesonic.com/file/1732534261/Breaking.Bad.S04E06.720p.WEB-DL.DD5.1.H.264-TB.part2.rar
-
23rd Aug 2011, 06:19 AM #3OPMemberWebsite's:
ExploringPC.com DedicatedSeedboxHosting.com
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
themaCreator - create posts from...
Version 3.53 released. Open older version (or...