PDA

View Full Version : Mirror login?



dOuble O
August 28th, 2003, 11:20 AM
I usually just read the forums and tutorials here but never posted a question yet but now I need some help here.

I don't know if this is possible or if possible if it will be easy to do.

I am making a mirror login page (userid and password) of another page that I have no control of... so I was wondering if its possible to get the data I entered on my form to be automatically filled and submitted to the other webpage I have no control of.

I read their source code and traced the form variables and tried passing the variables and values in the URL but it didn't work.

I saw a similar thread from another forum but I couldn't understand the posted answer.

Hope somebody can help.

Thanks

Jubba
August 28th, 2003, 03:45 PM
if you have no control of the page that you want to send the variables to then no it is not possible.

dOuble O
August 28th, 2003, 04:19 PM
How about using DHTML Object Model using MFC's CHTMLView?

Its says you can control elements of a webpage before even it loads?

Jubba
August 28th, 2003, 11:26 PM
you still need to have access to the code that is on the other page that you are trying to load in order for that to work...

dOuble O
August 29th, 2003, 08:54 AM
Hmm...I read in another forum and the guy even included a code that access submits to google.com searches using his form without passing it thru the parameters. He used the method above.

I just couldn't understand the code and I was hoping someone might be able to help me here.

Thanks anyways.

The forum's initials are E-E

Jubba
August 29th, 2003, 06:30 PM
yeah but thats not what you are trying to do (I think) They way I thought you meant you were trying to actually fill in the forms on another page...

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=26033&highlight=google

that is how Clownstaples did it with the google search... no fancy coding needed... you just need to edit the URL string...

mlk
August 29th, 2003, 07:33 PM
exactly, you could set up a flash file that gets the profile of any user only by changing the variable at the end of the url: http://www.kirupaforum.com/forums/member.php?s=&action=getinfo&userid=5
(*wow* jubba was n# 5. Hail to thee jubba)

but what is it exactly you want to do ?

dOuble O
August 29th, 2003, 09:08 PM
Thanks guys but as I said in my initial post that I already tried passing it thru the URL but it still didn't work.

Jubba
August 29th, 2003, 10:34 PM
you need to know exactly what the variable names are of the script that you want to send the variables too... if you can give me a link to the page you are trying to work with I might be able to help a little more...

dOuble O
August 29th, 2003, 10:37 PM
Sorry it's an intranet site in our company...

It has only three inputs.. username, password and method...

I have to learn how to use MFCs to do this..using C++...

Thanks anyways guys...

More power...