Jump to content

Recommended Posts

Posted (edited)

Hi

Here is my RapidPrem UDF :P What can it do? It can download and upload files (with progress if u want) without needed IE.au3 or smth like this. All functions are pure AutoIt and created with TCP... commands.

Functions:

  • _RapidPrem_DownloadFile
  • _RapidPrem_UploadFile
  • _RapidPrem_GenerateAuth
  • _RapidPrem_IsRapidLink
  • _RapidPrem_ReturnAccount *NEW*

A Example (PR3M - Generate Premium Points for your RapidShare account, but without Source - sorry) and the UDF is in the ZIP attachment

Download: RapidPrem.zip(Downloads before: 595 + 99)

It would be great if i become some comments, because is spend much time in this project :P

Your Spider

Edit 15.07.2009: New Version of RapidPrem (works now)

Edit 24.07.2009: Example added

Edited by GtaSpider

www.AutoIt.de - Moderator of the German AutoIt Forum

 

  • 4 months later...
Posted

Hi

Here is my RapidPrem UDF :) What can it do? It can download and upload files (with progress if u want) without needed IE.au3 or smth like this. All functions are pure AutoIt and created with TCP... commands.

Functions:

  • _RapidPrem_DownloadFile
  • _RapidPrem_UploadFile
  • _RapidPrem_GenerateAuth
  • _RapidPrem_CheckAcc
  • _RapidPrem_IsRapidLink

A Example (PR3M - Generate 255 Premium Points for Your RapidShare account) and the UDF is in the ZIP attachment

Download:

It would be great if i become some comments, because is spend much time in this project :o

Your Spider

New to the forum and program, interested to try it out for various things. Can this particular program go to a web page that has multiple .rar files and get all of them and download?
Posted

@mabes

you should ask this question to General help and support forum...

@GTASpiter

Das ist Super ! :)

No really, good job ! it works perfectly for me... thanks :o

Cheers, FireFox.

Posted

New to the forum and program, interested to try it out for various things. Can this particular program go to a web page that has multiple .rar files and get all of them and download?

OK. Since my question related to one specific script I asked here.

Posted

@mabes

Go to ask your question to the forum I said you and insert this topic link if you want, now please dont reply because its not the subject of this topic.. :)

Cheers, FireFox.

  • Moderators
Posted (edited)

@mabes

Go to ask your question to the forum I said you and insert this topic link if you want, now please dont reply because its not the subject of this topic.. :)

Cheers, FireFox.

He asked it in the right spot FireFox. This post has no replies, chances are no one knows anything about it. Stop acting like the forum police (that's our job)... And just be a user while you still can be. Edited by SmOke_N

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

  • 2 months later...
  • 3 months later...
Posted

Hi there,

Yeah, i know. The version which was uploaded here was an very old version.

Many changes happens on rapidshare.

I uploaded now the newest version of the RapidPrem UDF in the first post (v2)

hope this will work.

your spider

www.AutoIt.de - Moderator of the German AutoIt Forum

 

Posted (edited)

Cant get this to work...

simple example:

#include <RapidPrem.au3>
  
  $sURL = "http://rapidshare.com/files/218559968/test.rar"
 
 _RapidPrem_IsRapidLink($sURL)
  
  msgbox(0,"",@error)

also wheres the _RapidPrem_CheckAcc in the au3??

Edited by bluerein
Posted

Hi,

Your Example works fine for me. Show no error but return the Filelink.

Arr, right. _RapidPrem_CheckAcc is now in _RapidPrem_ReturnAccount.

Your Spider

www.AutoIt.de - Moderator of the German AutoIt Forum

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...