Activity Stream
48,167 MEMBERS
65320 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7

Hybrid View

saninokia need help in filepost upload plugin 23rd Nov 2011, 10:56 AM
mRAza preg_match will always return an... 23rd Nov 2011, 11:02 AM
saninokia u r realy amazing,thanks bro,also... 23rd Nov 2011, 11:11 AM
mRAza use filesonic api from... 23rd Nov 2011, 11:18 AM
saninokia i dont know api function,i just... 23rd Nov 2011, 11:19 AM
mRAza if u know php and curl there is... 23rd Nov 2011, 11:32 AM
saninokia thanks,thanks,thanks,too much... 23rd Nov 2011, 11:44 AM
Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member
    Website's:
    WarezRocker.info Share4U.org Imdb.WarezRocker.info DownTurko.org Host-Palace.com HeroTurko.pro

    Default 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:


    PHP Code: 
    upload_url'http://fs34.filepost.com/upload_file/%3DkX-Z64mKD%7Ck%7C7gGqzQZlxk5Vz%7C5vqKvSOHUVIaesJSJWmfriAcuuRReFD7IkjC%7CeoAOfEt74BDFDHCO1UbI2hkNV4zGTaGd7j9mz6Ux5Wm3wT548uifJeNwZtP3QTzr4inOqU%7C5APxMOrNfNrgLdiQ7ul3g3QaCuDlAgKhMPNqc/'
    i am trying to search this value using:

    PHP Code: 
    preg_match("#upload_url: '(.*)'#"$page$match); 
    its return an array in exchange of the upload url,can anyone help me plz?
    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

  2.   Sponsored Links

  3.     
    #2
    Respected 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.htm
    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.

  4.     
    #3
    Member
    Website's:
    WarezRocker.info Share4U.org Imdb.WarezRocker.info DownTurko.org Host-Palace.com HeroTurko.pro
    u r realy amazing,thanks bro,also can help me in filesonic upload plugin? i need it.

  5.     
    #4
    Respected 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.

  6.     
    #5
    Member
    Website's:
    WarezRocker.info Share4U.org Imdb.WarezRocker.info DownTurko.org Host-Palace.com HeroTurko.pro
    i dont know api function,i just know php and curl,but not too good,any help plz?

  7.     
    #6
    Respected 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 
    it will return u XML(or JSON) data , use preg_match or XML methods (ie SimpleXML) to extract server location, mine example with JSON:
    PHP Code: 
    // $page is api response using curl
    $fsouploadURL$page->FSApi_Upload->getUploadUrl->response->url
    send post data to that server ($fsouploadURL) using curl with "files[]" field.
    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.

  8.     
    #7
    Member
    Website's:
    WarezRocker.info Share4U.org Imdb.WarezRocker.info DownTurko.org Host-Palace.com HeroTurko.pro
    thanks,thanks,thanks,too much thanks.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Why is the upload-speed of Filepost low?
    By banana88 in forum File Host Discussion
    Replies: 2
    Last Post: 4th Jan 2012, 04:04 AM
  2. Replies: 15
    Last Post: 20th Dec 2011, 03:30 AM
  3. Is it possible to remote upload from FilePost to Filesonic?
    By serafim in forum File Host Discussion
    Replies: 4
    Last Post: 1st Dec 2011, 03:39 AM
  4. Filepost Upload Rapidleech Plugin
    By koullis in forum File Host Discussion
    Replies: 0
    Last Post: 27th Nov 2011, 03:42 PM
  5. I sell Rapidleech plugin: download and upload plugin
    By antman in forum Completed Transactions
    Replies: 4
    Last Post: 3rd Oct 2010, 01:36 PM

Tags for this Thread

BE SOCIAL