Search found 5 matches

by atiensivu
Sun Sep 30, 2007 3:50 am
Forum: Development
Topic: Need to find out an efficient way to stop trackback spam
Replies: 4
Views: 13138

I ran into the exact same issue. I suspect there are some compromised systems out there that are being used to try to post spam. I posted my workaround here - http://board.s9y.org/viewtopic.php?p=63441#63441 It should kill most of the CPU/SQL/etc usage but it won't kill all of the network usage, obv...
by atiensivu
Sun Sep 30, 2007 3:45 am
Forum: General discussions
Topic: GoDaddy Says My CPU Usage Was Too High
Replies: 8
Views: 16432

If the same zombie networks are attacking my site that were attacking your site, the work around is very easy! They all never report a valid User-Agent which makes blocking them a snap. It took my server load down close to zero. I wrote about it here - http://blog.tiensivu.com/aaron/archives/1303-Fo...
by atiensivu
Mon Oct 23, 2006 5:12 pm
Forum: Plugins
Topic: LJ/MySpace/Serendipity update plugin - adding MSN Spaces
Replies: 2
Views: 2145

Re: LJ/MySpace/Serendipity update plugin - adding MSN Spaces

Hi! HTTPS is definitely a problem; you'll leed to have the openssl extension enabled in your PHP confioguration, which most web providers sadly don't have. I believe that PEAR should work properly once this extension is available. HTH, Garvin Thankfully I am my own service provider - I'm halfway te...
by atiensivu
Mon Oct 23, 2006 5:00 am
Forum: Plugins
Topic: LJ/MySpace/Serendipity update plugin - adding MSN Spaces
Replies: 2
Views: 2145

LJ/MySpace/Serendipity update plugin - adding MSN Spaces

The only tricky part I can see with this, unless I am mistaken, is that you have to contact and post your blog entry to MSN spaces using HTTPS instead of HTTP, due to the fact (mostly) that the MetaWebLog API has a misfeature in that passwords are sent over the wire in plaintext. I know, unless I am...
by atiensivu
Wed Oct 11, 2006 7:07 pm
Forum: Development
Topic: [PATCH] Adding Google's XML-RPC ping service
Replies: 1
Views: 4544

[PATCH] Adding Google's XML-RPC ping service

Normally I would stick extra XML-RPC ping services in the custom field, where they belong, but since this is Google, I figured it was worth patching the serendipity_event_weblogping to add it into the list of options. --- serendipity-nightly/plugins/serendipity_event_weblogping/servicesdb_en.inc.php...