Also hier ist mein elite*gold abfrage..
Quote:
Func GoldAbfrage()
If $nLogin Then
$sHTML = _WinHttpSimpleRequest($hConnect, "POST", "forum/login.php?do=login", "", "vb_login_username=" & GUICtrlRead($Input1) & "&vb_login_password=" & GUICtrlRead($Input2) & "&cookieuser=1&s=&securitytoken=guest&do=login&vb_ login_md5password=&vb_login_md5password_utf=")
$sHTML = _WinHttpSimpleRequest($hConnect, "GET", "forum/" )
$aReturn = StringRegExp($sHTML, '<span class="gold">([^<]+)', 3)
GuiCtrlCreateListViewItem($aReturn[0] & " | " & GUICtrlRead($Input1) & " | " & GUICtrlRead($Input2) , $List1)
Else
GuiCtrlCreateListViewItem("Daten" & " | " & "konnten nicht " & " | " & "ausgelesen werden!" , $List1)
GUICtrlSetColor(-1, 0xFF0000)
EndIf
EndFunc
|
Also hier liest er elite*gold, Benutzername und Passwort.

Und dazu dann Bewertungen, nur wenn ich das passende Wert habe.
Problem besteht noch.