How to scrape pligg and scuttle sites?

Here are some footprints that have worked for me:

Scuttle
inurl:?sort=url_asc
"Don't ask for my password for 2 weeks"

Pligg
"powered by Pligg"

?* Published News * Upcoming News * Submit a New Story * Groups * Create a Group?

"Email:
Lowercase letters only
Password:
Five character minimum"

?Lowercase letters only? ?Five character minimum?
 
Here are some footprints that have worked for me:

Scuttle
inurl:?sort=url_asc
"Don't ask for my password for 2 weeks"

Pligg
"powered by Pligg"

?* Published News * Upcoming News * Submit a New Story * Groups * Create a Group?

"Email:
Lowercase letters only
Password:
Five character minimum"

?Lowercase letters only? ?Five character minimum?


Thanks a lot but I don't understand the text that I put in yellow.
 
Sorry, I should have been clearer with this... Just use the phrase in quotes as your search string (there are two separate search foot prints here):

"* Published News * Upcoming News * Submit a New Story * Groups * Create a Group"


"Email:" + "Lowercase letters only" + "Password:" + "Five character minimum" + ?Lowercase letters only? + ?Five character minimum?


 
Thanks a lot man.

Sorry, I should have been clearer with this... Just use the phrase in quotes as your search string (there are two separate search foot prints here):

"* Published News * Upcoming News * Submit a New Story * Groups * Create a Group"


"Email:" + "Lowercase letters only" + "Password:" + "Five character minimum" + ?Lowercase letters only? + ?Five character minimum?


 
Code:
inurl:"upcoming" intitle:"pligg"
inurl:"register" intitle:"pligg"
inurl:"cloud.php" intitle:"pligg"
inurl:"live_comments" intitle:"pligg"
inurl:"faq-en.php" intext:"pligg"
inanchor:"Pligg beta 9 Home"
inanchor:"About Pligg"
inurl:"/pligg" inurl:/register.php
inurl:register.php intext:"upcoming" intext:"published" intext:"submit"
inurl:/register intext:"upcoming" intext:"published" intext:"submit" intext:"Tag Cloud" -inurl:.php
inurl:/register intext:"upcoming" intext:"published" intext:"submit" -inurl:.php
inurl:/register intext:"upcoming" intext:"published" intext:"submit" -inurl:.php intitle:"register"
inurl:/register intext:"Powered by Pligg" -inurl:.php
inurl:/register.php intext:"Powered by Pligg"
"Powered by Pligg"
intitle:"Pligg beta"
"What Is Pligg?"
intitle:"Pligg Beta 9"
"http://www.pligg.com"
inurl:register.php intext:"upcoming" intext:"published" intext:"submit"
inurl:/register intext:"upcoming" intext:"published" intext:"submit" intext:"Tag Cloud" -inurl:.php
inurl:/register intext:"upcoming" intext:"published" intext:"submit" -inurl:.php
inurl:/register intext:"upcoming" intext:"published" intext:"submit" -inurl:.php intitle:"register"
inurl:/register intext:"Powered by Pligg" -inurl:.php
inurl:/register.php intext:"Powered by Pligg"
 
im looking for pligg lists - offer autopligg submit service pm me
 
hm can someone explain that further please? i need pligg targets bad. thanks
 
Code:
inurl:"upcoming" intitle:"pligg"
inurl:"register" intitle:"pligg"
inurl:"cloud.php" intitle:"pligg"
inurl:"live_comments" intitle:"pligg"
inurl:"faq-en.php" intext:"pligg"
inanchor:"Pligg beta 9 Home"
inanchor:"About Pligg"
inurl:"/pligg" inurl:/register.php
inurl:register.php intext:"upcoming" intext:"published" intext:"submit"
inurl:/register intext:"upcoming" intext:"published" intext:"submit" intext:"Tag Cloud" -inurl:.php
inurl:/register intext:"upcoming" intext:"published" intext:"submit" -inurl:.php
inurl:/register intext:"upcoming" intext:"published" intext:"submit" -inurl:.php intitle:"register"
inurl:/register intext:"Powered by Pligg" -inurl:.php
inurl:/register.php intext:"Powered by Pligg"
"Powered by Pligg"
intitle:"Pligg beta"
"What Is Pligg?"
intitle:"Pligg Beta 9"
"http://www.pligg.com"
inurl:register.php intext:"upcoming" intext:"published" intext:"submit"
inurl:/register intext:"upcoming" intext:"published" intext:"submit" intext:"Tag Cloud" -inurl:.php
inurl:/register intext:"upcoming" intext:"published" intext:"submit" -inurl:.php
inurl:/register intext:"upcoming" intext:"published" intext:"submit" -inurl:.php intitle:"register"
inurl:/register intext:"Powered by Pligg" -inurl:.php
inurl:/register.php intext:"Powered by Pligg"

Thanks for these footprints!
 
Back
Top