Buffo Posted November 30, 2005 Posted November 30, 2005 Hi, after searching the forum here my question: I want to automatically download the source-code of sites in different web-forums. In this forums you have to be regged. With InetGet("http://myname:mypass@www.myforum.com", ...) I cannot connect. I only get the site which shows me to login before I have the right to access. Is there another possibility to get the data? The Forums base on: phpBB2 (Plus) and vBulletin Regards, Buffo
Valuater Posted November 30, 2005 Posted November 30, 2005 inget was not designed for getting that source 8)
Buffo Posted November 30, 2005 Author Posted November 30, 2005 It's a pity! But is there no other way? If not I'll send CTRL+U and the CTRL+S to my Firefox ;-) Would be nice if there are any other suggestions. I thought about manipulating validity of saved cookies in IE, cause I don't use IE, and so the cookies will not be refreshed. I'll try to read out my actual Firefox cookies and write it into a standalone IE cookie. Thx for your reply. Regards, Buffo
Valuater Posted November 30, 2005 Posted November 30, 2005 maybe this $web_site = "www.fun.com" Run(@ComSpec & " /c Start " & $web_site, "", @SW_HIDE) WinWait("") sleep(2000) mouseclick("right", 500, 400) Sleep(1000) Send("V") then you can save or whatever 8)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now