[Solution 001] Private/Personal Search Engine Pollution

Featuring the Dragonfly web framework
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

[Solution 001] Private/Personal Search Engine Pollution

Post by newdep »

Search engines are nice, as long as you are very naief.

Here is a little script, it pollutes personal search results.
or "Personal search enigne data disposal".
Search engines track ip addresses, this script keeps
running and running and running and running..

The example below uses a 80.000 website file containing mostly porn sites.
(Why porn? Its a file that was a leftover from 2 million sites file onces
created with a newlisp script) A site effect is that Google will think youre a
fanatic porn addict. And thats always nice that they know that...right ;-)

PS: There are cases where people are banned from google, using bots,
well.. Whats a better way to be disposed from a data base ;-) But if you
want to stay on the google-access list, then dont decrease the sleep in the
script perhpas even increase it.

Enjoy..

(load "http://www.nodep.nl/downloads/newlisp/pollute.lsp")
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

For those who want random data pollution without a file->
(load "http://www.nodep.nl/downloads/newlisp/pollute002.lsp")
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

aa downloadlink mismatch fixed in the pollute.lsp script.
Should work now..
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

..Funny to see what the word "Porn" does in internet land..

The script pollution is not downloaded that much but the file pol-data.lsp
is downloaded over 400 times from 400 different sites, some have already reposted my list in other mailinglists I see..hahahah..... So having a 80.000 Pornlist is not that bad after all.. I wonder what will happen If I post the 2 Million porn list ;-)
-- (define? (Cornflakes))

Cyril
Posts: 183
Joined: Tue Oct 30, 2007 6:27 pm
Location: Moscow, Russia
Contact:

Post by Cyril »

newdep wrote:The script pollution is not downloaded that much but the file pol-data.lsp is downloaded over 400 times from 400 different sites
How do people discover the list download address without getting the script before? ;-)
With newLISP you can grow your lists from the right side!

Locked