The newest SPAMBOT checking machine

Archive of the first decade of Off Topic Posts
Locked
User avatar
tyteen4a03
Rainbow AllStar
Posts: 4386
Joined: Wed Jul 12, 2006 7:16 am
Contact:

The newest SPAMBOT checking machine

Post by tyteen4a03 » Sun Aug 17, 2008 3:52 am

Code: Select all

$text=ENTER SPAMBOT TEXT HERE
$spambot_name=ENTER SPAMBOT NAME HERE

google $text
if
$result=$text*10>[b](1)[/b]
then
print "SPAMBOT"
else
google $spambot_name
if
$result=$spambot_name AND[b](2)[/b] $text*10>
print "SPAMBOT"
else
print "Welcome!"
(1)Mean post text appear in the result page more than 10 times
(2)I don't sure if this works....
Or in another way(no google needed)

Code: Select all

$keyword=ENTER RELATED KEYWORD HERE
$text=ENTER TEXT HERE
if
$text exclude(3) $keyword
then
print "SPAMBOT"
else
print "Welcome!" 
(3)Same as google,it's a fake command.
and the duck went moo

Beep bloop
Locked