| View previous topic :: View next topic |
| Author |
Message |
PhantomLancer Master Cheater
Reputation: 0
Joined: 11 Nov 2007 Posts: 356
|
Posted: Fri May 30, 2008 3:06 am Post subject: Logging into a site in vb8 |
|
|
Well im working on a program where if i type in my username and password for a site it will log me into it, then do the actions i tell it to, can someone tell me how to do this in visual basic 2008
_________________
|
|
| Back to top |
|
 |
buzzah Grandmaster Cheater
Reputation: 0
Joined: 21 Nov 2007 Posts: 787 Location: MSN
|
Posted: Fri May 30, 2008 3:19 am Post subject: Re: Logging into a site in vb8 |
|
|
| PhantomLancer wrote: | | Well im working on a program where if i type in my username and password for a site it will log me into it, then do the actions i tell it to, can someone tell me how to do this in visual basic 2008 |
Well if you know how to do most of it up to that stage you need to do...
1. Look in your properties
2. Find Script Access
3. Type sameDomain
So that will connect to the server letting you log in.
_________________
PM me if you want an AQ/MQ/DF upgrade card! |
|
| Back to top |
|
 |
PhantomLancer Master Cheater
Reputation: 0
Joined: 11 Nov 2007 Posts: 356
|
Posted: Fri May 30, 2008 3:31 am Post subject: |
|
|
will this work without a web browser being present ?
and i dont see script access in properties XP
_________________
|
|
| Back to top |
|
 |
buzzah Grandmaster Cheater
Reputation: 0
Joined: 21 Nov 2007 Posts: 787 Location: MSN
|
Posted: Fri May 30, 2008 3:53 am Post subject: |
|
|
| PhantomLancer wrote: | will this work without a web browser being present ?
and i dont see script access in properties XP |
Yes, if you mean you don't need to open a browser to play it.
And for your other question...
That is probably because...
• You haven't created a Shockwave Flash Object
or...
• You haven't selected the Shockwave Flash Object to change it.
(or because of me... it is meant to be "AllowScriptAccess" where next to it you put "sameDomain")
My bad...
_________________
PM me if you want an AQ/MQ/DF upgrade card! |
|
| Back to top |
|
 |
PhantomLancer Master Cheater
Reputation: 0
Joined: 11 Nov 2007 Posts: 356
|
Posted: Fri May 30, 2008 5:09 am Post subject: |
|
|
| buzzah wrote: | | PhantomLancer wrote: | will this work without a web browser being present ?
and i dont see script access in properties XP |
Yes, if you mean you don't need to open a browser to play it.
And for your other question...
That is probably because...
• You haven't created a Shockwave Flash Object
or...
• You haven't selected the Shockwave Flash Object to change it.
(or because of me... it is meant to be "AllowScriptAccess" where next to it you put "sameDomain")
My bad... |
hmm, im confused i think you misunderstood my question
i want this program to log me into to CEF, Check my private messages and save them in a .TxT file... but i need help with having it to log in to the site
i dont want it to show anything but username and passowrd and a Check Pm's
then when i click check pm it wont open a shock wave flash or web browser just the form itself.
_________________
|
|
| Back to top |
|
 |
Typhoon808 Expert Cheater
Reputation: 0
Joined: 27 Mar 2008 Posts: 175 Location: Wales
|
Posted: Fri May 30, 2008 8:47 am Post subject: |
|
|
| You could make the program generate a cookie and place it in the correct folder. You would need to enter your password then encrypt it to whatever the format is for cookies. I think it's MD5 but I'm not sure.
|
|
| Back to top |
|
 |
|