Author Topic: noref_in problems  (Read 9550 times)

0 Members and 1 Guest are viewing this topic.

Offline dorisco

  • Newbie
  • *
  • Posts: 20
    • View Profile
noref_in problems
« 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

Offline ip0li

  • miSearkXD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1952
    • View Profile
    • Premier Сasual Dating Real-life Girls
Re: noref_in problems
« Reply #1 on: April 29, 2009, 06:49:25 AM »
hitbot, block that ip with htaccess to save bandwith if U wanna.

Offline dorisco

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: noref_in problems
« Reply #2 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

Offline dorisco

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: noref_in problems
« Reply #3 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


Offline ip0li

  • miSearkXD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1952
    • View Profile
    • Premier Сasual Dating Real-life Girls
Re: noref_in problems
« Reply #4 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



Offline ip0li

  • miSearkXD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1952
    • View Profile
    • Premier Сasual Dating Real-life Girls
Re: noref_in problems
« Reply #5 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).