This is a quick update for the IgnoreDino script for sayanythingblog.com
This script has no discussions.
| Review Summary | ||
|---|---|---|
| (0) | ||
| (0) | ||
| (0) | ||
| (0) | ||
| (1) | ||
this script has 1 review
Where normally the blocked_ids array would contain profiles to match like so:
'http://sayanythingblog.com/profile/Whoever'
you can instead take advantage of the match function's bloody single mindedness and notice that unregistered users still have a bit of HTML that says
'Avatar for Whoever'
When people post they have to come up with a nickname if they aren't registered and that nickname will follow the 'Avatar for' bit.
So:
'Avatar for Dino','Avatar for Dino2'
in the blocked_ids array will block when Dino doesn't actually log in.
Of course you still need to add the names to the blocked_names array in the same order to avoid 'Undefined' being the reported blocked poster.
I recommend setting IgnoredPostsVerbose = 0 to remove all trace of them.
Also, near as I can tell this won't eliminate other users' posts which happen to have the name Dino or any other name you've added to your script. As long as you use 'Avatar for (name here)' you're fine.





