Hi all, I am trying to emulate what xrumers is trying to do, but pls I need ur help
This is what I am trying to do.
I have list of urls from specific footprint Vbulleting i.e. saved in a text file, myurllist.txt
With zennoposter, Stage1, I load list of urls from text files, (Need more explanation from there)
Next I would like to visit url for each of the urls, if they are successfully loaded, delete the previous line and create a new file and record the successful line in a new file. if the line is not successful, Do not write any line, ignore the previous line. (I was playing with http request status but it didn't work well for me. i couldn't get any value. please assist in what is the appropriate thing to do. If I load the url, there is supposed to test condition if the URL is well loaded. No 404, or Forbidden, as well as url does not exist.)
Next reprocess the saved urls, Check if we can fill in values based on elements? for example, Vbulletin have a DOM element called form id:"navbar_loginform" meaning each type of forums will have their own element ID, how do I distinguish them in order to automatically fill in the current user and pass?
I will be grateful if you can pls help answer the question for me.
This is what I am trying to do.
I have list of urls from specific footprint Vbulleting i.e. saved in a text file, myurllist.txt
With zennoposter, Stage1, I load list of urls from text files, (Need more explanation from there)
Next I would like to visit url for each of the urls, if they are successfully loaded, delete the previous line and create a new file and record the successful line in a new file. if the line is not successful, Do not write any line, ignore the previous line. (I was playing with http request status but it didn't work well for me. i couldn't get any value. please assist in what is the appropriate thing to do. If I load the url, there is supposed to test condition if the URL is well loaded. No 404, or Forbidden, as well as url does not exist.)
Next reprocess the saved urls, Check if we can fill in values based on elements? for example, Vbulletin have a DOM element called form id:"navbar_loginform" meaning each type of forums will have their own element ID, how do I distinguish them in order to automatically fill in the current user and pass?
I will be grateful if you can pls help answer the question for me.