Do they belong to you? Claim these comments.
westi
Is this you? Claim Profile »
8 months ago
in Thoughts on Conference Endings on Climb to the Stars
That kind of behaviour at an event that I have paid to attend would make me feel like the organisers were solely interested in making money at any cost and that they did not value the quality of the participants experience.
2 years ago
in Links in WordPress Comments not Linking on Climb to the StarsHmm.
I guess a plugin you are using might be removing some of the default filters as it does other text processing.
What plugins are you using espcially ones that do text processing?
2 years ago
in Links in WordPress Comments not Linking on Climb to the StarsThis change that went into 2.0.4 should fix this for you bunny:
http://trac.wordpress.org/changeset/4012
The function that does all the funcky stuff is make_clickable in wp-includes/formatting.php
3 years ago
in DMCA Notice Filed against HotBlogsToday on Elliott Back's Blog
He doesn't seem to clever either - this post is currently number two on his front page!
4 years ago
in Wordpress Trackback Patch (1.22) on Elliott Back's Blog
Hmm, looking at that code its not doing entirely what you specify
The docs for checkdnsrr state that the return type is an int and:
Therefore, looking at the code snippit above I think
The docs for checkdnsrr state that the return type is an int and:
Returns TRUE if any records are found; returns FALSE if no records were found or if an error occurred.
Therefore, looking at the code snippit above I think
$spammer will get set to false is any of the urls resolve, rather than if any of urls resolve and match $REMOTE_ADDR.