GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   What can I do? (https://gfy.com/showthread.php?t=45815)

justsexxx 01-11-2002 10:37 AM

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

spacedog 01-11-2002 10:42 AM

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

http://home.maine.rr.com/spacedog/spacedogs.jpg

[This message has been edited by spacedog (edited 01-11-2002).]

Brian911 01-11-2002 10:45 AM

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!

spacedog 01-11-2002 10:53 AM

Quote:

Originally posted by Brian911:
he wants to redirect by USER AGENT, spacedog

lol


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');
    }


justsexxx 01-11-2002 11:35 AM

Is that the only way?


All times are GMT -7. The time now is 05:40 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123