Multi-Host Uploader

Status
Not open for further replies.

jayfella

Active Member
1,600
2009
565
680
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:
Code:
 [URL]http://hotfile.com/dl/23428977/2f8f540/MultiUploader.rar[/URL]

or 

 [URL]http://d01.megashares.com/dl/a6d7eac/MultiUploader.rar[/URL]

or

 [URL]http://netload.in/dateiW1hq1UAib0/MultiUploader.rar.htm[/URL]
ScreenShot:

44934ce75a.png
 
38 comments
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.
 
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.
 
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. :blush:
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.
 
Status
Not open for further replies.
Back
Top