I think proxy based comments mostly spam. So what is the best way of determining proxy using comments ?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

It's possible, but it's unlikely that you succeed for comment spammers (and how do you separate them from legitimate proxy users?):

$proxy = $_SERVER['HTTP_X_FORWARDED_FOR'];
link|improve this answer
well i think it is better to keep all of them away. thanks for answer. – MonsterMMORPG Jul 3 '11 at 0:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.