1 nims Jun 05, 2007 01:33
3 nims Jun 06, 2007 01:42
I don't mind error in my logs, because it would actually stops spammers in calling the page. An empty page still sends out a valid http header instead of a 404. Also the webserver doesn't need to do anything. An empty page still needs some processing time.
4 jibberjab Jun 06, 2007 02:07
You might also try renaming the htsrv directory and seeing if the blog runs properly after that...
Rename your trackbacks.php file from whatever you renamed it to, back to trackbacks.php.
Rename the htsrv directory to something else. For example: hhttssrrvv
Edit your conf/_advanced.php file... find the line that says:
* Location of the HTml SeRVices folder.
* @global string $htsrv_subdir
*/
$htsrv_subdir = 'htsrv'; //
and rename it to:
$htsrv_subdir = 'hhttssrrvv'; //
Now see if your blog is running properly again and if you're still getting slammed by bots. If it's running properly, I would go with this method because at least then you know that the trackbacks.php file has not created any problems elsewhere by being renamed...
jj.
5 nims Jun 06, 2007 15:54
Maybe one of the regulars here can explain if renamint the trackbacks.php file would do any harm, or what this file is for. I like your suggestion jibberjab, so when I notice some probs I'll try your sugeestion.
6 yabba Jun 06, 2007 20:14
removing/renaming the file will only affect spammers, ( and your error logs ),so... are yah worried about upsetting spammers? ;)
¥
7 nims Jun 06, 2007 23:38
Not in the least :)
8 stk Jun 07, 2007 20:03
nims,
turning trackbacks "off" in the back office only keeps the trackback link from showing on blog pages.
spammers know that the htsrv/_trackback.php file exists and search for that DIRECTLY (which is why renaming/deleting works).
Personally, I'd delete it, as renaming (either htsrv or the file) is only a "temporary" fix ... it'll slow them down, but eventually, they'll find it again (I know ... I've tried/done both).
FWIW ... I've deleted the _trackback.php file as well (trackbacks are hardly used by real people, on our site anyway).
Only the spammers miss it! :D
Cheers,
-stk
I'd leave it that way ;)
¥
*edit*
On second thoughts, I'd actually upload an empty page so you don't end up with a shedload of errors in your logs