+ Reply to Thread
Results 1 to 6 of 6

Thread: Psycheclone

  1. #1

    Default Psycheclone

    I checked my access logs from yesterday and an "entity" called psycheclone visitied nearly every page at my site. What is "psycheclone" and what is its purpose? Good or evil? At first I thought it might be a searchbot but could be mistaken.

    If this is something I do not want around how do I prevent it from entering my site? Has this happened to anyone else?

  2. #2
    Join Date
    Feb 2006
    Location
    Somewhere where I don't know where I am
    Posts
    2,155

    Default

    Yeah I'd block all of those stupid bots. I sure do.

    Add this to your .htaccess file

    Code:
    SetEnvIfNoCase User-Agent "psycheclone" bad_bot
    Deny from env=bad_bot
    Also some others you may want to block as well

    Code:
    SetEnvIfNoCase User-Agent "SurveyBot/2.3" bad_bot
    SetEnvIfNoCase User-Agent "ia_archiver" bad_bot
    SetEnvIfNoCase User-Agent "SBIder/0.8-dev" bad_bot
    SetEnvIfNoCase User-Agent "Mozilla/1.0" bad_bot
    SetEnvIfNoCase User-Agent "Mozilla/2.0" bad_bot
    SetEnvIfNoCase User-Agent "Mozilla/3.0" bad_bot
    SetEnvIfNoCase User-Agent "aipbot/1.0" bad_bot
    Deny from env=bad_bot
    Also take a look at http://www.bluehostforums.com/showthread.php?t=647
    This was an older way of doing the bot blocking, but I changed the format a bit. On that thread there are alot more bot you can block
    Sign Up Now!
    Unlimited Storage, Unlimited Transfer, Host Unlimited domain names, 1 Free Domain Name
    BlueHost Features | BlueHost Help Desk | Become a BlueHost Affiliate | BlueHost CEO Blog
    (888) 401-4678 | Create a support ticket

  3. #3

    Default

    Add this to your .htaccess file Code: SetEnvIfNoCase User-Agent "psycheclone" bad_bot Deny from env=bad_bot
    This is excellent advise but the problem is that I am a novice and do not know where my .htaccess file is and how to add the code to it. Hope I do not come across as dense but I am still in a steep upward learning curve process.

    The reason I am asking is that the psycheclone bot returned this afternoon and again visited most of my pages- and used up a ton of bandwidth in the process. I was hoping the thing would just go away...

    Thanks for your help,
    Andy

  4. #4
    Join Date
    Mar 2006
    Location
    Tulsa
    Posts
    121

    Default

    Quote Originally Posted by some guy from mars
    This is excellent advise but the problem is that I am a novice and do not know where my .htaccess file is and how to add the code to it. Hope I do not come across as dense but I am still in a steep upward learning curve process.
    Your .htaccess file resides in your public_html (or root) folder. I don't exactly recall but I think I had to make mine, then again it could have been there and I just added to it. My memory is fuzzy on that.

    The reason I am asking is that the psycheclone bot returned this afternoon and again visited most of my pages- and used up a ton of bandwidth in the process. I was hoping the thing would just go away...

    Thanks for your help,
    Andy
    It's not going to go away, once bots hit your site they tend to keep coming back unitl you block them. Either add that bit of code to your .htacces file or block the IP in your IP deny manager in Cpanel. Either way you need to stop this bot. According to dvessel (read more here) it's a mail spam bot.
    leave my elevator... alone.

    between something and nothing

  5. #5
    Join Date
    Jun 2006
    Posts
    13

    Default

    From the cPanel use the File Manager link to go to (not surprisingly) the online File Manager for your account. Go into the public_html directory and create the .htaccess file then edit the file and drop in the text listed. Save and all is done.
    If you have subdomain or other domains then also create a .htaccess in each "root" directory for the domain.

  6. #6
    Join Date
    Apr 2006
    Location
    North of Nottingham UK
    Posts
    24

    Default

    Some sound advice there..
    I'll be doing the same job on my site - TONIGHT!!!
    Thanks people.
    Nick.
    Walk the walk... Talk the talk.
    [urls]www.accent-gls.co.uk & www.sizzle4x.com
    Plus the blog: http://uk.360.yahoo.com/nick106b

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts