• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

look at mass number of web pages

toughwimp11

Senior member
I'm trying to find a certain web page that's withing a certain range of URL.
in other words, lets say i have the url http://www.example.com/page_id=0000

basically i want to look at pages with id 0000-9999 and then look at the html <title> until i find my match.

does anyone know a easy way to do this. I tried using wget but the web page i'm using requires cookies and i dont know how to import my firefox cookies. is there an easy way to do this in firefox or outside it but with access to cookies
 
This would be pretty using cUrl or another library for fetching web pages. I could do it in C# or PHP in 5 or minutes.
 
Back
Top