Jump to content

Need a Earnsubscriber script


Recommended Posts

Hi,

Unfortunately I have only recently learned that one does not by surveys on the list comes from earnsubscribers.com, but how many times you logged in with the name ...

What is Earnsubscribers.com: it is about YouTube, so get there in the list of the top 10 if they allegedly Survey of 1 to 5 survey everything is successful. Who will have to subscribe to get on Page 3 on the Top 10. But recently I've heard that you only by how often it logs the name on the list comes, instead of making the oftman Surveys. (Am skillful where to enter their user name, the login be meant)

It is therefore as soon as possible send the packets it thinks I am always log back in ...

Who would I do that, I defend very grateful

Thanks in advance ... The next time I will try to learn programming, because soon I am done with Html and Php ...

PS: Im from germany and its translatet on a translater...

Link to comment
Share on other sites

  • Developers

.. and what does this post have to do with AutoIt3?

You want to look at a script for this then maybe start looking at the _IE* functions.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

Nobody would help me? Its not much...

excuse me?

When you expect us to do the work for you than you came to the wrong forum.

Come back when you are serious and have an problem with your script.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

I have a script but its not work, it do not repeat...

#include <WinHTTP.au3>

$hConnect = _WinHttpConnect(_WinHttpOpen("Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 (.NET CLR 3.5.30729)"), "earnsubscribers.com")

$sUser = "Test"

_WinHTTPRequest($hConnect, "/index1.php")

_WinHTTPRequest($hConnect, "/page2.php", "uname=" & $sUser & "&x=" & Random(85, 105, 1) & "&y=" & Random(30, 40, 1))

Func _WinHTTPRequest($hConnect, $sSite, $sPost = "", $sReferer = $WINHTTP_NO_REFERER)

;Author: SEuBo

Local $hRequest, $sHTML, $sMode = "GET", $sHeaders = $WINHTTP_NO_ADDITIONAL_HEADERS, $sOptional = $WINHTTP_NO_REQUEST_DATA

If $sPost <> "" Then

$sMode = "POST"

$sOptional = $sPost

$sHeaders = "Content-Type: application/x-www-form-urlencoded" & @CRLF

EndIf

ConsoleWrite("WinHTTP Request <<< " & $sMode & " >>> ===========> " & $sSite & @TAB & @TAB & $sPost & @CRLF)

$hRequest = _WinHttpOpenRequest($hConnect, $sMode, $sSite, "HTTP/1.1", $sReferer)

_WinHttpSendRequest($hRequest, $sHeaders, $sOptional)

_WinHttpReceiveResponse($hRequest)

Do

$sHTML &= _WinHttpReadData($hRequest)

Until @error ;

_WinHttpCloseHandle($hRequest)

Return $sHTML

EndFunc ;==>_WinHTTPRequest

Edited by Ozonschicht
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...