gottygolly Posted September 3, 2015 Posted September 3, 2015 I was going to make a script to read a shoutbox and input the name/message into a listview which would have been very doable except I didn't realize that this website (and i'm assuming every other website with a shoutbox) has it set to where the user's name isn't defined by a string but instead a variable.Eg: if I were to right-click > inspect element it would show <b>gottygolly</b> in the area of the name but when I grab the source using the _inetgetsource() it grabs <b>${userid}</b> which is useless to me without knowing who ${userid} is. Is there any way to get this to work?
Exit Posted September 3, 2015 Posted September 3, 2015 If you reveal the Website, we would be able to help you. App: Au3toCmd UDF: _SingleScript()
gottygolly Posted September 3, 2015 Author Posted September 3, 2015 It wouldn't matter what website because it uses a vbulletin shoutbox.I guess you can't access the information. Trying to learn c# now anyways thanks for trying though
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