I need a script to........

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MrChips
    Confirmed User
    • May 2005
    • 1504

    #1

    I need a script to........

    Guys,

    I need a method or program which will hide links from the SE's.

    I want site A to link to site B, however I need the following to be true -

    1) No spider can follow the link from A to B because it does not see it at all - spiders see neither the link, or therefore any reference to site B.
    2) The link is viewable by the visitor to site A, and also when clicked, the user is taken to site B.
    3) Potentially, I would like to pass site B a parameter....

    Any help or advice appreciated.
    Cheer
    MrChips
  • bareskin
    Confirmed User
    • Nov 2006
    • 619

    #2
    very interesting bump for you
    Globat.com hosting company has shitty customer service skills :: please be advised::

    Icq# 394599740

    Comment

    • Adultnet
      Confirmed User
      • Sep 2003
      • 8713

      #3
      well I can have this done for you contact- 502189


      TrafficCashGold Paying Webmasters Since 1996!

      Awesome Conversions! Fast Weekly Payments! Over 125 Tours!

      Comment

      • fr0gman
        Confirmed User
        • Feb 2005
        • 2093

        #4
        Why not use Java to link from A to B.
        Earn up to $.03 per Visitor -> No Click Monetization!
        "Because the World Wide Web is all about two things: horrifyingly stupid psychodrama, and naked chicks."
        Wild College Videos | ICQ: 7746696

        Comment

        • borked
          Totally Borked
          • Feb 2005
          • 6284

          #5
          be very careful...

          For coding work - hit me up on andy // borkedcoder // com
          (consider figuring out the email as test #1)



          All models are wrong, but some are useful. George E.P. Box. p202

          Comment

          • woj
            <&(©¿©)&>
            • Jul 2002
            • 47882

            #6
            just use javascript. document.write or something...
            Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
            Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
            Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

            Comment

            • Adultnet
              Confirmed User
              • Sep 2003
              • 8713

              #7
              Originally posted by fr0gman
              Why not use Java to link from A to B.
              The idea is not to have the url in any part of the page code the client gets.
              I would say it will be best idea to keep the link on the server side till a surfer will want to get inside...


              TrafficCashGold Paying Webmasters Since 1996!

              Awesome Conversions! Fast Weekly Payments! Over 125 Tours!

              Comment

              • Scottish Guy
                So Fucking Banned
                • Dec 2006
                • 416

                #8
                what about having the link on another server and have it in an iframe? or would that not work

                Comment

                • Adultnet
                  Confirmed User
                  • Sep 2003
                  • 8713

                  #9
                  Originally posted by Adultnet
                  The idea is not to have the url in any part of the page code the client gets.
                  I would say it will be best idea to keep the link on the server side till a surfer will want to get inside...
                  Only after the surfer will actually click the link, He would actually send a request to the server I guess over flash or over xml to load and receive a reply from the server with out having the page to refresh ( maybe even add anther page in the middle) ..


                  TrafficCashGold Paying Webmasters Since 1996!

                  Awesome Conversions! Fast Weekly Payments! Over 125 Tours!

                  Comment

                  • borked
                    Totally Borked
                    • Feb 2005
                    • 6284

                    #10
                    just ajax it

                    For coding work - hit me up on andy // borkedcoder // com
                    (consider figuring out the email as test #1)



                    All models are wrong, but some are useful. George E.P. Box. p202

                    Comment

                    • MrChips
                      Confirmed User
                      • May 2005
                      • 1504

                      #11
                      Would it be possible to do something along a very basic cloaking line.
                      Check the useragent and if its NOT IE (Im not arsed about firefox or any other browser) - then serve up a page to the requestor (MSNBOT, GoogleBot or whatever) without outgoing links - if it IS IE - then serve up a page to the user WITH the outgoing links on it.

                      Do the fucking engines ever try and request pages and present themselves as something they are not?

                      Comment

                      • scouser
                        marketer.
                        • Aug 2006
                        • 2280

                        #12
                        As others have said:
                        Use a JS link

                        Or ...
                        On site a, link it to redirect.php. If the referrer comes from somewhere on site a, AND isn't msn/google/yahoo etc etc, redirect it to site b, otherwise display another message or something

                        Comment

                        • OzMan
                          Confirmed User
                          • Sep 2003
                          • 9162

                          #13
                          wouldn't rel="nofollow" be a quick and dirty solution?

                          I say dirty as apparently they do still follow occasionally just like robots.txt gets ignored sometimes

                          Comment

                          • MrChips
                            Confirmed User
                            • May 2005
                            • 1504

                            #14
                            JS - no - certain spiders actively hunt out java script links and that includes string builds and eval executes aswell.

                            "on site a link it to redirect" - no - absolutely NO links <href> or calls to Jscripts can be seen by the bots.

                            nofollow - can be seen by the spiders - essentially you are potentially telling them you have something to hide.

                            The bots are a LOT smarter than peeps think.

                            Comment

                            • OzMan
                              Confirmed User
                              • Sep 2003
                              • 9162

                              #15
                              Originally posted by MrChips
                              ...nofollow - can be seen by the spiders - essentially you are potentially telling them you have something to hide...
                              well.. officially you are telling them to ignore the link as you haven't explicitly approved it... anything else is rumor/paranoia

                              Comment

                              • MrChips
                                Confirmed User
                                • May 2005
                                • 1504

                                #16
                                Originally posted by OzMan
                                well.. officially you are telling them to ignore the link as you haven't explicitly approved it... anything else is rumor/paranoia
                                Whatever the solution is - it MUST not be on the page seen by the spiders.

                                I have zero trust in the engines.

                                Comment

                                • StarkReality
                                  Confirmed User
                                  • May 2004
                                  • 4444

                                  #17
                                  The problem isn't hiding the link. It's identifying if it's a spider or visitor...googlebot doesn't always use "googlebot" as user agent, so the only safe way is by IP...end even that isn't 100% safe.

                                  So, don't use it on a site you can't afford to be kicked by Google & Co.

                                  Useful links for you would be: http://www.kloakit.com/ (includes a free bot IP list) and http://cloakingforums.com/

                                  Comment

                                  Working...