1 drox May 02, 2006 18:38
3 drox May 02, 2006 20:28
great! thnx allot. :D
4 chrispow88 May 18, 2006 02:28
Even after adjusting the code as stated I am still getting spam. Any advice?
5 yabba May 18, 2006 10:18
That should have stopped all your comment spam, which only leaves trackbacks and pingbacks, both of which can be disabled from admin > blogs > [blog name] > advanced
¥
skins/<skinname>/_main.php find and add the red bit :-
$disp_comment_form = is_logged_in(); // Display the comments form if comments requested
htsrv/comment.post.php find and add the red bit :-
require_once( dirname(__FILE__) . '/../evocore/_main.inc.php' );
if ( !is_logged_in() ){
header_nocache();
header_redirect();
exit;
}
¥