Results 61 to 70 of 72
-
16th Oct 2011, 01:20 AM #61MemberWebsite's:
premium-links.net wanted-programs.com
-
24th Dec 2011, 04:39 PM #62Probation
seems filesonic changed the way their links looks now...
any idea when a possible fix will come from this script?
been using it for some months now.. amazing script!
-
24th Dec 2011, 04:41 PM #63MemberWebsite's:
wscripts.net damnlolscript.com lulzjet.comchange this:
Code:preg_match('/F[0-9]+/', html_entity_decode($result), $match)
Code:preg_match('/F[a-zA-Z0-9]+/', html_entity_decode($result), $match)
-
24th Dec 2011, 04:55 PM #64Probation
hmm its getting the numbers ID but when i paste that link into browser file does not exist
seems the file links to download looks different
<script type="text/javascript">
uploadIdentifier = "upload_1324743438018_kqjfk1itee62ot423sj6cofpn1_7 8820";
data = [{"linkId":"F4364237814","statusCode":0,"filename": "file1.mp3","statusMessage":"File was successfully uploaded and assigned to the link id F4364237814"}];
if ('undefined' != (typeof top.CMApplication.Widgets.AdvancedUpload.Uploads[uploadIdentifier])) {
top.CMApplication.Widgets.AdvancedUpload.Uploads[uploadIdentifier].step = 'complete';
top.CMApplication.Widgets.AdvancedUpload.openCompl ete(uploadIdentifier, data);
} else {
top.CMApplication.Widgets.Upload.Progress.complete (uploadIdentifier, data);
}
</script>
-
24th Dec 2011, 05:02 PM #65Probation
./filesonic.php file.mp3
http://www.filesonic.com/file/4364660464/file1.mp3
when going online to grab the file it does not exist
is there a new upload link that filesonic is using ? to get the new links?
-
24th Dec 2011, 08:45 PM #66Member
This site is using a hacked database of W junction
Last edited by Gavo; 4th Jan 2015 at 02:36 PM.
-
26th Dec 2011, 04:28 AM #67Member
Awseome , WIl it work wid RL ? coz Its cURL based I guess so ?
-
10th Jan 2012, 08:33 AM #68Member
Is this still working? I am getting 'Couldn't open file' errors. Permissions are fine.
Any ideas?
-
10th Jan 2012, 09:17 AM #69Member
I think it's broken because of the new design.
Code:preg_match('/F[0-9]+/', html_entity_decode($result), $match); echo 'http://www.filesonic.com/file/'.str_replace('F','',$match[0]).'/'.$x;
Try this instead:
Code:preg_match('/\/file\/([a-z0-9]{4,10})\//i', html_entity_decode($result), $match); echo 'http://www.filesonic.com/file/'.$match[1].'/'.$x;
-
10th Jan 2012, 11:28 AM #70Member
I am still getting same error (error- couldn't open file). It's weird that curl is giving me such an error. I hope someone can look into this.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[help] Uploading images to imageporter with curl
By hover in forum Web Development AreaReplies: 3Last Post: 23rd Apr 2011, 10:23 PM -
Help with Uploading.com batch Link Checker and Curl ..
By Lock Down in forum Webmaster ResourcesReplies: 9Last Post: 3rd Dec 2010, 02:31 AM -
[linux] Uploading to FileServe via curl
By Snell in forum Tutorials and GuidesReplies: 0Last Post: 19th Jun 2010, 12:52 PM -
[guide] Uploading to Hofile using curl
By desiboy in forum Tutorials and GuidesReplies: 19Last Post: 30th May 2010, 07:40 PM
themaCreator - create posts from...
Version 3.55 released. Open older version (or...