Jump to content

Recommended Posts

Posted (edited)

i know it is possbile to get a php variable outside the script.. but i dont know how..

Anybody can help me?

(i want to make a bot for a webbased php game like omerta)

Edited by boltc
Posted

i know it is possbile to get a php variable outside the script.. but i dont know how..

Anybody can help me?

(i want to make a bot for a webbased php game like omerta)

the php script return test var in the html form

$oIE = _IECreate("http://myserver.com/script.php")
$oForm1 = _IEFormGetObjByName($oIE, "form") ; form name
$oInput1 = _IEFormElementGetObjByName($oForm1, "test") ; var test
$sValue = _IEFormElementGetValue($oInput1)

this is my first post replay :-D

I'am very happy if I help you

bye

Posted

is it also possible to get all the variables outside the script?

I dont know what the variable name is of the script, and i cant get the php code ripped...

(sorry for my bad english)

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
  • Recently Browsing   0 members

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