Results 1 to 7 of 7
Hybrid View
-
23rd Nov 2011, 10:56 AM #1OPMemberWebsite's:
WarezRocker.info Share4U.org Imdb.WarezRocker.info DownTurko.org Host-Palace.com HeroTurko.proneed help in filepost upload plugin
hi i dont know pregmatch but i am trying myself to do and not able to understand whats the problem please help guys.
after loggin in to filepost, trying to search upload url like:
PHP Code:upload_url: 'http://fs34.filepost.com/upload_file/%3DkX-Z64mKD%7Ck%7C7gGqzQZlxk5Vz%7C5vqKvSOHUVIaesJSJWmfriAcuuRReFD7IkjC%7CeoAOfEt74BDFDHCO1UbI2hkNV4zGTaGd7j9mz6Ux5Wm3wT548uifJeNwZtP3QTzr4inOqU%7C5APxMOrNfNrgLdiQ7ul3g3QaCuDlAgKhMPNqc/',
PHP Code:preg_match("#upload_url: '(.*)'#", $page, $match);
saninokia Reviewed by saninokia on . need help in filepost upload plugin hi i dont know pregmatch but i am trying myself to do and not able to understand whats the problem please help guys. after loggin in to filepost, trying to search upload url like: upload_url: 'http://fs34.filepost.com/upload_file/%3DkX-Z64mKD%7Ck%7C7gGqzQZlxk5Vz%7C5vqKvSOHUVIaesJSJWmfriAcuuRReFD7IkjC%7CeoAOfEt74BDFDHCO1UbI2hkNV4zGTaGd7j9mz6Ux5Wm3wT548uifJeNwZtP3QTzr4inOqU%7C5APxMOrNfNrgLdiQ7ul3g3QaCuDlAgKhMPNqc/', i am trying to search this value using: preg_match("#upload_url: Rating: 5
-
23rd Nov 2011, 11:02 AM #2Respected Developer
preg_match will always return an array then you can catch it like $link = $match[1]; see below complete filepost upload.
http://www.besthostingforums.com/1100819-post12.htmBots Development | Web Development | Wordpress Customization | PSD Conversion
Life has many twists and turns in it, you have to take what you are given and use it for the best.
-
23rd Nov 2011, 11:11 AM #3OPMemberWebsite's:
WarezRocker.info Share4U.org Imdb.WarezRocker.info DownTurko.org Host-Palace.com HeroTurko.pro
-
23rd Nov 2011, 11:18 AM #4Respected Developer
use filesonic api from http://api.filesonic.com/link to make plugin.
Bots Development | Web Development | Wordpress Customization | PSD Conversion
Life has many twists and turns in it, you have to take what you are given and use it for the best.
-
23rd Nov 2011, 11:19 AM #5OPMemberWebsite's:
WarezRocker.info Share4U.org Imdb.WarezRocker.info DownTurko.org Host-Palace.com HeroTurko.pro
-
23rd Nov 2011, 11:32 AM #6Respected Developer
if u know php and curl there is nothing else u need to learn and if i will make whole script for you, you will never learn. follow there api documentations. see FSApi_Upload how u will do it.
hints:
send curl request to link like in FSApi_Upload u first need to call this url:
PHP Code:http://api.filesonic.com/upload?method=getUploadUrl&u=USER-EMAIL&p=PASSWORD
PHP Code:// $page is api response using curl
$fsouploadURL= $page->FSApi_Upload->getUploadUrl->response->url;
i.e
PHP Code:$fsopostfields = array(
'files[]' => "@$filelocation"
);
// here send $fsopostfields to $fsouploadURL and it will return u uploaded link, grab it using json or xml method.
Bots Development | Web Development | Wordpress Customization | PSD Conversion
Life has many twists and turns in it, you have to take what you are given and use it for the best.
-
23rd Nov 2011, 11:44 AM #7OPMemberWebsite's:
WarezRocker.info Share4U.org Imdb.WarezRocker.info DownTurko.org Host-Palace.com HeroTurko.pro
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Why is the upload-speed of Filepost low?
By banana88 in forum File Host DiscussionReplies: 2Last Post: 4th Jan 2012, 04:04 AM -
[Selling] Any Type Plugin Contect me (rapidleech, curl, php upload, Personal Site Post Plugin )
By jpavsex in forum Completed TransactionsReplies: 15Last Post: 20th Dec 2011, 03:30 AM -
Is it possible to remote upload from FilePost to Filesonic?
By serafim in forum File Host DiscussionReplies: 4Last Post: 1st Dec 2011, 03:39 AM -
Filepost Upload Rapidleech Plugin
By koullis in forum File Host DiscussionReplies: 0Last Post: 27th Nov 2011, 03:42 PM -
I sell Rapidleech plugin: download and upload plugin
By antman in forum Completed TransactionsReplies: 4Last Post: 3rd Oct 2010, 01:36 PM
themaPoster - post to forums and...
Version 5.38 released. Open older version (or...