|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Too lazy to set a custom title
Join Date: Aug 2001
Location: The Netherlands
Posts: 13,723
|
What can I do?
Hi,
How can I redirect this: 2002/00/10 15:02:13|210.236.64.25|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:13|210.236.64.25|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:13|210.236.64.26|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:13|210.236.64.25|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:13|210.236.64.11|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:13|210.236.64.13|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:13|210.236.64.25|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:13|210.236.64.13|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:13|210.236.64.26|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:13|210.236.64.26|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:13|210.236.64.12|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:13|210.236.64.26|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:13|210.236.64.13|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:13|210.236.64.13|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:13|210.236.64.13|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:13|210.236.64.13|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:14|210.236.64.26|(noref)|||Inter net Ninja 6.0||GET 2002/00/10 15:02:15|210.236.64.13|(noref)|||Inter net Ninja 6.0||GET This is just a small list. I have around 9.000 hits IN of this motherf*cker. But the strange thing is that I have no site tradding with me, who use this hitbot. I don't want to redirect the ip's because there are much....Also "normal" ip's. I would like to redirect Internet ninja. Is that possible? If so, how? Thanks Andre |
|
|
|
|
|
#2 |
|
Yes that IS me. Bitch.
Industry Role:
Join Date: Nov 2001
Posts: 14,149
|
create .htaccess file
Your .htaccess file would start like this: order allow,deny allow from all Then you follow that with lines to specify the addresses that you want to block: deny from 192.168.128.14 deny from 192.168.128. deny from somehost.example.com deny from .example.com ------------------ SUBMIT YOUR GALLERIES [This message has been edited by spacedog (edited 01-11-2002).] |
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Dec 2001
Posts: 654
|
he wants to redirect by USER AGENT, spacedog
lol ------------------ EraserCash - $45/sign-up, great promotional tools! LuckyPartners - 65% recurring, free hosting without ANY ads and more! |
|
|
|
|
|
#4 | |
|
Yes that IS me. Bitch.
Industry Role:
Join Date: Nov 2001
Posts: 14,149
|
Quote:
Code:
use POE;
use POE::Component::Client::UserAgent;
POE::Component::Client::UserAgent -> new;
$postback = $session -> postback ('response');
$request = HTTP::Request -> new (GET => $url);
$poe_kernel -> post (useragent => request =>
{ request => $request, response => $postback });
sub response
{
my ($request, $response, $entry) = @{$_[ARG1]};
print $response -> status_line;
$_[KERNEL] -> post (useragent => 'shutdown');
}
|
|
|
|
|
|
|
#5 |
|
Too lazy to set a custom title
Join Date: Aug 2001
Location: The Netherlands
Posts: 13,723
|
Is that the only way?
|
|
|
|