Ozh
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: an idea to spoil spammers “work”Podz, you could as well give them
visibility: hiddenor evendisplay: none, I think Googlebot would still see them.Except that if a reader sees :
Online Poker [?]
on your page (or whatever link to explanations), he is more likely to get what it’s all about and join the effort 🙂Forum: Everything else WordPress
In reply to: an idea to spoil spammers “work”I’ve had a few questions about this, so I updated my page with more details and explanations.
Forum: Fixing WordPress
In reply to: “mark all as spam” vs “deletion” ??
What I see is the same result : comments deleted anyway …Forum: Fixing WordPress
In reply to: bloginfo() & get_settings() redirecting to wp-loginthe weirdest thing is, when everything screws up, I log in, and everything goes fine again. Even if I log out, everything stays as expected. Till the next time it breaks.
So weird.
I guess it’s something server dependant, the apache is known to be very weird on my server (funky root admin).
Forum: Plugins
In reply to: what plugin is this (sshot)Thanks for the info anyway
Forum: Fixing WordPress
In reply to: .htaccess not updated on page deletingPhotomatt is teh uber r0x0rz. Err I mean thanks 🙂
Forum: Plugins
In reply to: WordPress Heat Map plugin releaseNice.
(what about this too ? 🙂Forum: Plugins
In reply to: Refer spam simple scriptI first went with a separated .txt file, but ended up with a single script : the goal is to be as “transparent” and fast and low on CPU as possible, and opening then parsing a .txt file takes long. Well, up to several nanoseconds 🙂
Forum: Plugins
In reply to: New guestbook plugin: RumWallWeeee, didn’t look at the plugin, but the header flashing cells are fun 🙂
Forum: Plugins
In reply to: Gravatar as posterInsert the following (within the loop, of course)
$grav_email=$authordata->user_email;
$grav_url = "http://www.gravatar.com/avatar.php?gravatar_id=".md5($grav_email)."&default=".urlencode($default)."&size=".$size;
echo "<img src=\"$grav_url\" alt=\"gravatar\"/>" ;
Forum: Plugins
In reply to: IPNation plugin set up?Except that you still miss something, since according to your site I’m from New Zealand, which is about 20.000 miles wrong 🙂
Forum: Plugins
In reply to: IPNation plugin set up?1st : please download the flags pack and upload it to your server, instead of using flags from my server. This is bandwidth stealing, and the day I’ll be bandwidth monitor, I’ll start caring about all the people linking my flags instead of downloading the pack 🙂
2nd : you *sure* you activated the plugin ? …….
3rd : try replacing
<?with<?phpForum: Requests and Feedback
In reply to: <language> tag required in rsswhat about bilingual blogs then ? 🙂
Forum: Plugins
In reply to: Del.icio.us intergrationTo integrate your del.icio.us links :
daily delicious
To integrate more than just your links (for example, all links from the last 12 hours for a given set of tags) :
taga.licio.us
More links on the subject :
del.icio.us/tag/del.icio.usForum: Fixing WordPress
In reply to: links manager not updating blogrollunfortunately, it seems the following line has no longer effect :
$a = @file(get_settings('weblogs_xml_url'));
Guess I’ll have to set up an alternative way of things …