Jump to content

send data/keystrokes to external website


sdaniels

Recommended Posts

Yeah, I recently found out how to, it involves fsockopen() and more, however, now I tried this on normal hosts (not my local one) then it's always blocked. Anyway, I don't know what kind of data you want to send but POST and GET data are possible. If you want that, say so and I'll see if I can find the link.
thats exactly what im looking for.

an example of what I need would be something like a link on my site that says yahoo, and when clicked it openes yahoo.com and then submits a post in the search field.

Im tryiing to make a page that will store all my usernames and passwords in a table, when i click the link to the site I want it to launch the page and fill out my info automaticly.

and for those of you that are going to tell me: yes i am aware that most browsers have a feature that allready does this. but it only works from that pc under my profile, i want to be able to access it from anywhere.
You might be able to accomplish this by simply finding out the variable names of the target site's form, and then passing the variables to that page.  For example, if the form's text field is named "userName", then you might be able just point to http://www.example.com/page?userName=myusername
Most sites will distinguish between get and post variables when parsing forms. Just find their action page in the form tag, and replicate their form, jsut change the element types to hidden (except the submit button) and fill in your values. Then just name the submit button the site you're logging in to.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.