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

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 39
  1.     
    #1
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com

    Default Multi-Host Uploader

    Ok.

    here is the first initial release. At the minute it uploads to:

    - HotFile
    - MegaShares
    - NetLoad

    RapidShare and MegaUpload will be added next. You can upload to your accounts. As far as i am aware it works on *nix under mono/wine.

    Everything works, but the main reason for this release is so you can take a look at its development and give some ideas as to what to add to it.

    Please let me know what you think and what you want added.

    Download Links:
    ScreenShot:

    jayfella Reviewed by jayfella on . Multi-Host Uploader Ok. here is the first initial release. At the minute it uploads to: - HotFile - MegaShares - NetLoad RapidShare and MegaUpload will be added next. You can upload to your accounts. As far as i am aware it works on *nix under mono/wine. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    mmm mmm!
    Sweet!
    Going to give this a try
    HATERS GONNA probably bring up some valid points considering I am an ignorant little twat so far up my own ass that i blame my problems on everyone and if you criticize me you're automatically wrong.

  4.     
    #3
    Member
    Website's:
    warezall.com
    Add Scheduler jobs

    Thnx

  5.     
    #4
    Member
    I just downloaded it, and I'm going to post review later on.

  6.     
    #5
    Respected Developer
    Website's:
    wrzc.org
    Nice work Jayfella, testing it now

    Mirror Rapidshare link for thoes who want it.
    Code: 
    http://rapidshare.com/files/332318831/MultiUploader.rar
    EDIT: the account details have rapidshare, hotfile and netload. It should be megashares instead of Rapidshare?
    For the netload when it shows "Valid until: 171 Tage 1 Studen" but I've no idea what this means.

    I can give loads of different types of premium accounts if you need for testing.

    When trying to add files to upload I got the following running it on Windows 7
    I'm not sure exactly how to add files to the que. For File it just shows exit and for Edit it's blank. If I right click in the main area and click copy I get the following.
    Code: 
    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.
    
    ************** Exception Text **************
    System.NullReferenceException: Object reference not set to an instance of an object.
       at MultiUploader.Form1.copyToolStripMenuItem_Click(Object sender, EventArgs e)
       at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
       at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
       at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
       at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
       at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
       at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ToolStrip.WndProc(Message& m)
       at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    
    
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
    ----------------------------------------
    MultiUploader
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Users/*******/AppData/Local/Temp/Rar$EX00.606/MultiUploader.exe
    ----------------------------------------
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Xml
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Web
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_64/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
    ----------------------------------------
    System.Configuration
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    
    For example:
    
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic

    Huge list of Warez Sites and free Multiposter Templates

  7.     
    #6
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com
    Hey Mr Happy, yeah a few account to test would be great

    Are you dragging the files into the program - thats all you need to do. it wont accept folders, only files..

    the copy "right-click" menu is for copying the links to clipboard.

  8.     
    #7
    Member
    Website's:
    ithangout.ro
    How about remote upload support ?

  9.     
    #8
    Respected Developer
    Website's:
    wrzc.org
    Quote Originally Posted by jayfella View Post
    Hey Mr Happy, yeah a few account to test would be great

    Are you dragging the files into the program - thats all you need to do. it wont accept folders, only files..

    the copy "right-click" menu is for copying the links to clipboard.
    Got it working. Didn't realize you had to drag the files into it.
    Maybe a Select file to upload link beside the others when you right click and see copy and remove current row.
    Sent you a load of different premium Accounts by PM.

    EDIT: a minor thing. When exporting the list to a text file you can't select save as .txt as an option. Have to save it as with .txt or rename it later to open it.
    Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic

    Huge list of Warez Sites and free Multiposter Templates

  10.     
    #9
    The Wise One
    Website's:
    twilight.ws ddlrank.com
    Looking forward seeing a stable release for this one

    Propz to the people working on it
    I can always be contacted by sending a tweet @twilightws

  11.     
    #10
    Member
    OMG!! awesomeness.. /me bows down to jay.. waiting eagerly for the Rapidshare upload

Page 1 of 4 123 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Good List Of Multi Uploader Sites
    By DJboutit in forum Useful Sites
    Replies: 19
    Last Post: 7th Jan 2012, 07:43 PM
  2. what's the best multi uploader ?
    By offtopic in forum Webmaster Discussion
    Replies: 2
    Last Post: 6th Nov 2011, 11:47 PM
  3. Replies: 95
    Last Post: 18th Feb 2011, 10:11 PM
  4. multi uploader
    By newuser84 in forum Webmaster Resources
    Replies: 4
    Last Post: 7th Feb 2011, 01:13 AM
  5. What Is The Best Multi Uploader That Support Accounts?
    By DoctorX in forum Webmaster Discussion
    Replies: 11
    Last Post: 31st Aug 2010, 05:25 AM

Tags for this Thread

BE SOCIAL