Jump to content



Photo

TinyFreeUploader v1.0.0.6 Update of 2011-12-01


  • Please log in to reply
12 replies to this topic

#1 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,483 posts

Posted 29 July 2011 - 01:31 PM

TinyFreeUploader

Posted Image




Upload any files to http://dl.free.fr up to 10 Gb per file easily by drag and drop !

Posted Image


A download link is return after upload.
A log file save all your upload names and links.
Files are temporarly copied in @TempDir ( and renamed if spaces or unsupported characters ) for be uploaded by curl.

Posted Image



Previous download : 163


Attached File  TinyFreeUploader v 1.0.0.6.au3   28.49K   203 downloads

Scripts and executables with full embeded files are available on GoogleCode, see link in my sig.

Updated for proxy users :)

You can also use download Links with AutoIt like this ( without timer or captcha )
You need to keep the name ( or new name if renamed ) of the files.( that's the interest of log file )

Local $hDownload = InetGet ( "http://dl.free.fr/rHBEaPjph", @DesktopDir & "\curl.exe", 1+8, 1 ) Do     Sleep ( 250 ) Until InetGetInfo ( $hDownload, 2 )



Alt+N for edit log file in notepad.
All externals files are downloaded at the first execution.

Comments are welcome...
Hope you like it ! ;)

Edited by wakillon, 31 December 2011 - 09:09 AM.

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 








#2 UEZ

UEZ

    Never say never

  • MVPs
  • 3,617 posts

Posted 29 July 2011 - 01:36 PM

I get an em that the ext. files cannot be downloaded.

Br,
UEZ

 
The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯


#3 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,483 posts

Posted 29 July 2011 - 01:46 PM

I get an em that the ext. files cannot be downloaded.

Br,
UEZ


Could you be more precise ! Posted Image

Edit : Externals files are on a ftp server and i just retry download them successfully...Posted Image

Edited by wakillon, 29 July 2011 - 01:56 PM.

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 


#4 UEZ

UEZ

    Never say never

  • MVPs
  • 3,617 posts

Posted 29 July 2011 - 01:58 PM

I get the em: Needed External Files can't be downloaded !

Might be a problem with the proxy here in the office.

Btw, why you are not using the script dir for all the files?

Br,
UEZ

 
The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯


#5 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,483 posts

Posted 29 July 2011 - 02:16 PM

I get the em: Needed External Files can't be downloaded !

Might be a problem with the proxy here in the office.

Btw, why you are not using the script dir for all the files?

Br,
UEZ


It's strange....

I don't place them in scriptdir, like this, script can be used anywhere.

Edited by wakillon, 27 August 2011 - 11:09 AM.

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 


#6 UEZ

UEZ

    Never say never

  • MVPs
  • 3,617 posts

Posted 29 July 2011 - 02:40 PM

We are using a proxy server to get connected to the internet and your script checks whether some addresses are pingable in function _IsConnected ( ).

I cannot ping any address outside the company network and that is the reason why it cannot be downloaded properly (_IsConnected ( ) returns always false!)

Maybe a better way is to download a very small file (e.g. 1kb) to check connectivity instead of pinging.

Br,
UEZ

 
The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯


#7 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,483 posts

Posted 29 July 2011 - 03:56 PM

@UEZ

Updated.

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 


#8 UEZ

UEZ

    Never say never

  • MVPs
  • 3,617 posts

Posted 01 August 2011 - 07:40 AM

Yes, as expected it is working now behind our proxy. But be aware that there are some proxy variants.
Our proxy is an automatic configured proxy that means no login credential is needed (logged in user credential is used).
Some other proxy variants may require an authentication and the download will probably fail.

Br,
UEZ

 
The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯


#9 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,483 posts

Posted 19 August 2011 - 06:51 PM

Updated.

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 


#10 JohnOne

JohnOne

    John

  • Active Members
  • PipPipPipPipPipPip
  • 8,871 posts

Posted 24 October 2011 - 06:45 PM

Hey, this is pretty cool, thanks for the share

Is there, I wonder, any way to download the files without visiting the page using curl?

EDIT:

Never mind, I re read the first post.

Edited by JohnOne, 24 October 2011 - 07:23 PM.

AutoIt Absolute Beginners Require a serial
Run('hh mk:@MSITStore:'&StringReplace(@AutoItExe,'.exe','.chm')&'::/html/tutorials/helloworld/helloworld.htm','',@SW_MAXIMIZE)

#11 Nakin

Nakin

    Seeker

  • Normal Members
  • 1 posts

Posted 25 October 2011 - 01:16 PM

Ca tue!
Merci beaucoup! :graduated:

#12 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,483 posts

Posted 26 October 2011 - 07:19 AM

Hey, this is pretty cool, thanks for the share

Is there, I wonder, any way to download the files without visiting the page using curl?

EDIT:

Never mind, I re read the first post.




Ca tue!
Merci beaucoup! ;)


Thanks guys
Glad you like it ! :graduated:

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 


#13 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,483 posts

Posted 01 December 2011 - 10:02 AM

Updated.

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users