Jump to content

uploaded.to

- - - - -

[Req] Ishare.bz Upload Or Download Plugin


3 replies to this topic

#1 PositiveForce21

    Newbie

  • Members
  • Pip
  • 1 posts
  • Gender:Male
  • Location:Chicago

Posted 01 September 2011 - 02:04 AM

Sup Guys....

Any Chance of an upload or download plugin for this new site?

Here is a sample Link:
http://ishare.bz/grab/8634b978ab4d7440e2aad441ec891e0f


Thanks :)

#2 vdhdevil

    Rapidleecher

  • Members
  • PipPipPipPip
  • 654 posts
  • Gender:Male
  • Location:Viet Nam

Posted 02 September 2011 - 08:16 AM

View PostPositiveForce21, on 01 September 2011 - 02:04 AM, said:

Sup Guys....

Any Chance of an upload or download plugin for this new site?

Here is a sample Link:
http://ishare.bz/grab/8634b978ab4d7440e2aad441ec891e0f


Thanks :)

Have fun
http://www.box.net/shared/6tt7ybua54037z52z1e1


#3 _R_V_T_™

    Rapidleecher

  • Super MOD
  • PipPipPipPip
  • 1,927 posts
  • Gender:Male
  • Location:Indonesia

Awards

Contributer Altruistic

Posted 02 September 2011 - 12:29 PM

View Postvdhdevil, on 02 September 2011 - 08:16 AM, said:

Have fun
http://www.box.net/shared/6tt7ybua54037z52z1e1



mate, in http debugger, in content description, I see postform data just like when we want to make upload plugin, I do remember it's the same as login form for ifile.it member, so basically we could ignore that n use normal array post? anyway, here what I see in http debugger :

-----------------------------267402204411258
Content-Disposition: form-data; name="pass"

1
-----------------------------267402204411258
Content-Disposition: form-data; name="submit"

submit
-----------------------------267402204411258--


thx in advance for the explanation...

HOW TO REPORT BROKEN DOWNLOAD PLUGIN, CLICK THIS



USE YOUR EYES, YOUR BRAIN, YOUR HAND, MOVE YOUR FINGER AND TYPE ANYTHING YOU NEED IN SEARCH FUNCTION BEFORE YOU REQUEST SOME FEATURE, FIX OR ANYTHING RELATED TO RAPIDLEECH SCRIPT! IF YOU CAN'T FIND THINGS YOU NEED FOR, THEN YOU CAN POST THE THREAD ABOUT YOUR REQUEST/PROBLEM IN FORUM!


#4 vdhdevil

    Rapidleecher

  • Members
  • PipPipPipPip
  • 654 posts
  • Gender:Male
  • Location:Viet Nam

Posted 02 September 2011 - 01:41 PM

View Post_R_V_T_™, on 02 September 2011 - 12:29 PM, said:

mate, in http debugger, in content description, I see postform data just like when we want to make upload plugin, I do remember it's the same as login form for ifile.it member, so basically we could ignore that n use normal array post? anyway, here what I see in http debugger :

-----------------------------267402204411258
Content-Disposition: form-data; name="pass"

1
-----------------------------267402204411258
Content-Disposition: form-data; name="submit"

submit
-----------------------------267402204411258--


thx in advance for the explanation...

I think it depends on how does the server handle your request, but i see there is no binary data submit so i tried with POST data like we are working on another plugin, so it 's working, so don't need to make POST with "multipart/form-data; boundary=mfndata "