Jump to content

LOGIN Script driving me bananas!


demonsc
 Share

Recommended Posts

I've tried thousands of combinations and can't get it to work correctly..

Can someone fix this script please!!

Func _CHECKACCOUNT ()

$host = "demonsc.bravehost.com"

$bpage = "/BIPs/"

$SOCKET = _HTTPCONNECT($HOST)

$login = InputBox("Username", "Please input username:","","")

$password = InputBox("Password", "Please input password:","","*")

$account = _HTTPGet($host, $bpage, $login & $password, $socket = -1)

$RECV = _HTTPREAD($SOCKET, 1)

If $recv = $recv & $bpage & $login & $password Then

MsgBox(1, "Login Successful", "Thank you " & $version & " Will continue to load!")

Else

MsgBox(1, "Not Valid", "Incorrect login credits please make sure they are correct!")

Exit

EndIf

EndFunc

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...