Help - - Being attacked...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pure
    Confirmed User
    • May 2001
    • 185

    #1

    Help - - Being attacked...

    I'm being sent hitbot traffic to my site, I've deleted the two trades in the UCJ-C database, but he's still sending a ton of fake traffic and is still screwing my other trades up.

    Can anyone help me with this .htaccess file on how I could block these two domains from accessing my page?:

    freshdicks.com
    youngjerks.com

    My ICQ is: 117340722

    I really need a helping hand

    Pure
  • sweetjimmy
    Banned
    • Jan 2001
    • 777

    #2
    It's 12clicks, he did it.

    Comment

    • mr. mpg
      Confirmed User
      • Feb 2001
      • 140

      #3
      It can be done easily with a little java, not sure how it would help your trades though. I can give ya the code if you want to try it.

      ------------------
      Webmasters... Need free gallery content?
      Tons of quality pics! Now with full FTP!
      XXXFreeHosting

      Comment

      • Palleib
        Registered User
        • Apr 2001
        • 61

        #4
        You need something like

        I´m NOT sure this is correct.

        view source on this page: http://www.molsen.dk/maybe.html


        I´m NOT sure this is correct.

        Try asking at http://bbs.adultwebmasterinfo.com/Ultimate.cgi they would know

        I hate ubb

        [This message has been edited by Palleib (edited 07-05-2001).]

        Comment

        • Pure
          Confirmed User
          • May 2001
          • 185

          #5
          I just need something that blocks traffic from being sent to my site from a domain name.

          Comment

          • Palleib
            Registered User
            • Apr 2001
            • 61

            #6
            The limit get thing gives a 403 error to anyone from those domains.

            Comment

            • Pure
              Confirmed User
              • May 2001
              • 185

              #7
              contact me on icq: 117340722

              Comment

              • BigDaddy
                Confirmed User
                • Apr 2001
                • 244

                #8
                Originally posted by Pure:
                I'm being sent hitbot traffic to my site, I've deleted the two trades in the UCJ-C database, but he's still sending a ton of fake traffic and is still screwing my other trades up.

                Can anyone help me with this .htaccess file on how I could block these two domains from accessing my page?:

                freshdicks.com
                youngjerks.com

                My ICQ is: 117340722

                I really need a helping hand

                Pure
                Put the following two java script codes before /head on any pages he's sending traffic to.


                script
                if(document.referrer.indexOf("freshdicks.com")>0)
                {
                self.location="http://www.youngjerks.com";
                }
                /script

                script
                if(document.referrer.indexOf("youngjerks.com")>0)
                {
                self.location="http://www.freshdicks.com";
                }
                /script

                You'll send it back to him.

                * Notice the < > brackets are not shown because this page is html enabled.

                [This message has been edited by BigDaddy (edited 07-05-2001).]

                [This message has been edited by BigDaddy (edited 07-05-2001).]

                Comment

                • Pure
                  Confirmed User
                  • May 2001
                  • 185

                  #9
                  okay, thanks everyone

                  Comment

                  • esnem

                    #10
                    I have also been eaten http://www.stormfront.org/forum/

                    Comment

                    Working...