| > I filtered out anything, (using *-), and then added
Hope you meant -*
> the main board (*urlgoeshere/forums/index.php) and
> included the forum i want to rip (+*f=1*)
>
> however i still get posts from other forums
> (probably f=12 etc), how do i include f=1 only and
> not f=11?either -* +*f=1* -*f=11*
or -* +*f=1* -*f=1*[0-9]* (reject all 2+ digit forums)
or -* +*f=1&* (other parameters follow the one)
or -* +*f=1*[] (nothing follows the 1)
> and still i get the "login required page" even
> though i logged on and it said in Chrome it captured
> the data successfully (and i saw my login
> information stored in the hts-post0)
Did you filter out the log out url? | |