View Single Post
Old 01-06-2005, 01:32 PM  
fusionx
Confirmed User
 
Industry Role:
Join Date: Nov 2003
Location: Olongapo City, Philippines
Posts: 4,618
Quote:
Originally Posted by MattO
Each page on Fusker has this:

If this fusker contains illegal content please use this link to report it.
If ALL the images in this fusker are broken please use this link to report it.


When you click it, it kills that page. A confirm window pops up for you to click, my question is, how can I automate clicking that button? I can write up the code to scroll through the fusker listings but how do I autosubmit it?
I'd like to set a script to run every hour and wipe out their listings.
You would need to look at the source of the page with the link, find the target, then build a get routine to fake "click" that link. If you are using wget or a scripting language, you should be able to trap the "popup", since there is no window. You should be able to mimic the post operation, unless they add some kind of verification token to the post submission.
fusionx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote