Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: dorisco on April 28, 2009, 01:08:13 PM

Title: noref_in problems
Post by: dorisco on April 28, 2009, 01:08:13 PM
On my site,
the noref_in  counts in the last 24 hours 7100 hits, But Only 1 unique in
Is this a bug somewhere, or someone using hitbot, But I do have the hitbot anticheat installed???
???

Dorisco
Title: Re: noref_in problems
Post by: ip0li on April 29, 2009, 06:49:25 AM
hitbot, block that ip with htaccess to save bandwith if U wanna.
Title: Re: noref_in problems
Post by: dorisco on April 29, 2009, 01:16:09 PM
Sorry For being a little bit Noobie

But How do I find the ip address of it and How To block it with htaccess?

Thanks Dorisco
Title: Re: noref_in problems
Post by: dorisco on April 29, 2009, 01:20:08 PM
Right I have the ip address which is 65.55.210.143 I found under analyzer

How do I block it?

Dorisco

Title: Re: noref_in problems
Post by: ip0li on April 29, 2009, 05:31:15 PM
add this to your .htaccess in site root:
Code: [Select]
order allow,deny
deny from 65.55.210.143
allow from all

Right I have the ip address which is 65.55.210.143 I found under analyzer

How do I block it?

Dorisco


Title: Re: noref_in problems
Post by: ip0li on April 29, 2009, 05:31:48 PM
btw I copy pasted this from one site, so please check your site after it if it works(it should).