What is the html code to redirect?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • UniqueMovies
    Confirmed User
    • Feb 2003
    • 1691

    #1

    What is the html code to redirect?

    for example:

    http://www.porninspector.com/reviews...o-sex-parties/

    redirects to the tour.
  • pussyluver
    Clueless OleMan
    • Mar 2003
    • 11009

    #2
    try google - hint you can to it in the <head> tag

    Comment

    • UniqueMovies
      Confirmed User
      • Feb 2003
      • 1691

      #3
      Is there an alternative to this code?

      <html>
      <head>
      <title>Your Page Title</title>
      <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"></HEAD>
      <BODY>
      Optional page text here.
      </BODY>
      </HTML>

      Comment

      • fetishblog
        Confirmed User
        • Sep 2005
        • 5995

        #4
        <?php header("Location: http://www.domain.com/"); ?>

        Fling.com doesn't steal your traffic and sales unlike some other dating companies. I promote them, and so should you!

        Comment

        • potter
          Confirmed User
          • Dec 2004
          • 6559

          #5
          <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com">

          You wanted html, why will that not work?

          Comment

          • UniqueMovies
            Confirmed User
            • Feb 2003
            • 1691

            #6
            Originally posted by potter
            <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com">

            You wanted html, why will that not work?
            because its not the same as what the link in my original post uses.

            When i click a link with this html code it makes a double clicking noise thru my speakers.. its very obvious its a redirect.. but the link I originaly posted is smooth..

            Comment

            • UniqueMovies
              Confirmed User
              • Feb 2003
              • 1691

              #7
              Originally posted by fetishblog
              <?php header("Location: http://www.domain.com/"); ?>
              would I save the file as index.php ?

              Comment

              • potter
                Confirmed User
                • Dec 2004
                • 6559

                #8
                Originally posted by UniqueMovies
                because its not the same as what the link in my original post uses.

                When i click a link with this html code it makes a double clicking noise thru my speakers.. its very obvious its a redirect.. but the link I originaly posted is smooth..
                I don't hear a double clicking noise from that link you provided. Must be your browser or windows setup.

                Originally posted by UniqueMovies
                would I save the file as index.php ?
                Yes, that code provided was php, to be able to execute it you need to have the file it is used in with a .php extension.

                Comment

                • fetishblog
                  Confirmed User
                  • Sep 2005
                  • 5995

                  #9
                  Originally posted by UniqueMovies
                  would I save the file as index.php ?
                  You can or just add this to your .htaccess:

                  AddType application/x-httpd-php .html

                  Fling.com doesn't steal your traffic and sales unlike some other dating companies. I promote them, and so should you!

                  Comment

                  • pussyluver
                    Clueless OleMan
                    • Mar 2003
                    • 11009

                    #10
                    why not just make an html file:

                    here:

                    <META HTTP-EQUIV="Refresh" CONTENT="0; rl=http://www.yourdomain.com ">

                    I use this code current in my 404 error document for pussyluvers.com

                    Comment

                    • potter
                      Confirmed User
                      • Dec 2004
                      • 6559

                      #11
                      Originally posted by fetishblog
                      You can or just add this to your .htaccess:

                      AddType application/x-httpd-php .html
                      If you're going to edit htaccess might as well just use an htaccess redirect

                      ex: Redirect /folder/page.html http://domain.com.com/folder/page.html


                      Comment

                      • pussyluver
                        Clueless OleMan
                        • Mar 2003
                        • 11009

                        #12
                        Originally posted by pussyluver
                        why not just make an html file:

                        here:

                        <META HTTP-EQUIV="Refresh" CONTENT="0; rl=http://www.yourdomain.com ">

                        I use this code current in my 404 error document for pussyluvers.com
                        Here's the whole page currently

                        <html>
                        <META HTTP-EQUIV="Refresh" CONTENT="0; url=http://pussyluvers.com">
                        <title>404 Error Page</title>
                        <body bgcolor="#CCCCCC" text="#000066" link="#000066" vlink="#000066" alink="#FF0000">
                        <div align="left">
                        <b><font face="Arial, Helvetica, sans-serif">404 Error Page - The page you
                        are looking for could not be found.<BR>
                        You will be redirected shortly to Pussy Luvers.
                        </font></b><br>
                        <br>


                        <p><font face="Arial, Helvetica, sans-serif" size="4"><a href="http://pussyluvers.com">Click here if you are NOT redirected within 5 seconds.</a></font></p>
                        </div>

                        </body>
                        </html>


                        Try it -- http://www.pussyluvers.com/dhdhdhd.html

                        Comment

                        • UniqueMovies
                          Confirmed User
                          • Feb 2003
                          • 1691

                          #13
                          Originally posted by pussyluver
                          Here's the whole page currently

                          <html>
                          <META HTTP-EQUIV="Refresh" CONTENT="0; url=http://pussyluvers.com">
                          <title>404 Error Page</title>
                          <body bgcolor="#CCCCCC" text="#000066" link="#000066" vlink="#000066" alink="#FF0000">
                          <div align="left">
                          <b><font face="Arial, Helvetica, sans-serif">404 Error Page - The page you
                          are looking for could not be found.<BR>
                          You will be redirected shortly to Pussy Luvers.
                          </font></b><br>
                          <br>


                          <p><font face="Arial, Helvetica, sans-serif" size="4"><a href="http://pussyluvers.com">Click here if you are NOT redirected within 5 seconds.</a></font></p>
                          </div>

                          </body>
                          </html>


                          Try it -- http://www.pussyluvers.com/dhdhdhd.html

                          I already know about this code.. I actualy posted this code in the 3rd post of this thread.. I am looking for an alternative way.. Thanks anyways.

                          Comment

                          • UniqueMovies
                            Confirmed User
                            • Feb 2003
                            • 1691

                            #14
                            for example: http://teen-girls.prettyhotbabes.com

                            All his thumbs redirect to tour with his link code.. The reason this is done is for search engines. It seems he uses some type of frame.

                            Comment

                            • potter
                              Confirmed User
                              • Dec 2004
                              • 6559

                              #15
                              Originally posted by UniqueMovies
                              for example: http://teen-girls.prettyhotbabes.com

                              All his thumbs redirect to tour with his link code.. The reason this is done is for search engines. It seems he uses some type of frame.
                              There is alot more to that setup than some simple redirect.

                              Comment

                              • pussyluver
                                Clueless OleMan
                                • Mar 2003
                                • 11009

                                #16
                                Originally posted by UniqueMovies
                                for example: http://teen-girls.prettyhotbabes.com

                                All his thumbs redirect to tour with his link code.. The reason this is done is for search engines. It seems he uses some type of frame.
                                I don't see the SEO benefit???? A PR3? Don't see a keyword push?? Pleas explain.

                                Looks like a Lightspeed site orgy....

                                Comment

                                • UniqueMovies
                                  Confirmed User
                                  • Feb 2003
                                  • 1691

                                  #17
                                  Originally posted by pussyluver
                                  I don't see the SEO benefit???? A PR3? Don't see a keyword push?? Pleas explain.

                                  Looks like a Lightspeed site orgy....
                                  PR is not everything when optimizing your site for SE

                                  Comment

                                  • UniqueMovies
                                    Confirmed User
                                    • Feb 2003
                                    • 1691

                                    #18
                                    Originally posted by potter
                                    There is alot more to that setup than some simple redirect.
                                    What exactly do you mean by that?

                                    Comment

                                    • pussyluver
                                      Clueless OleMan
                                      • Mar 2003
                                      • 11009

                                      #19
                                      Originally posted by potter
                                      There is alot more to that setup than some simple redirect.
                                      A collaboration with Lightspeed? Or a way to automate gallery rotation.

                                      Comment

                                      • potter
                                        Confirmed User
                                        • Dec 2004
                                        • 6559

                                        #20
                                        Originally posted by UniqueMovies
                                        What exactly do you mean by that?
                                        I mean, what that site is doing is alot more complex than some redirect.

                                        Comment

                                        • pussyluver
                                          Clueless OleMan
                                          • Mar 2003
                                          • 11009

                                          #21
                                          Originally posted by UniqueMovies
                                          PR is not everything when optimizing your site for SE

                                          yep, but I checked for cash word SERPs that would be likely for the site.

                                          PR still counts.

                                          Comment

                                          • UniqueMovies
                                            Confirmed User
                                            • Feb 2003
                                            • 1691

                                            #22
                                            Originally posted by potter
                                            I mean, what that site is doing is alot more complex than some redirect.
                                            Yeah when I paste the url into frontpage its a frame but the only html i can see is the site that it redirects to.

                                            Damn.

                                            Comment

                                            • pussyluver
                                              Clueless OleMan
                                              • Mar 2003
                                              • 11009

                                              #23
                                              Originally posted by UniqueMovies
                                              Yeah when I paste the url into frontpage its a frame but the only html i can see is the site that it redirects to.

                                              Damn.

                                              Guess ya gotta be fast

                                              Comment

                                              • pussyluver
                                                Clueless OleMan
                                                • Mar 2003
                                                • 11009

                                                #24
                                                Forward could be at the server level....

                                                Comment

                                                • spunkmaster
                                                  Confirmed User
                                                  • Jan 2004
                                                  • 2052

                                                  #25
                                                  Here's one that won't get you banned from Google:

                                                  <script>
                                                  <!--
                                                  var x="http://www.yoururl.com";
                                                  b="BMASKCLRwJMAyRGMLwPCNJyACrVsu";a="@abcdefghijkl mnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 ~!#$%^&*():;/.";
                                                  key="x";if(key){fin="";pos=0;for(i=0;i<b.length;i+ +){first=b.charAt(i);second=key.charAt(pos);
                                                  fin+=a.charAt((a.indexOf(first)-a.indexOf(second)+a.length)%a.length);pos=(pos+1)% key.length;}
                                                  eval(fin);fin=a=b=key="";}
                                                  // -->
                                                  </script>


                                                  Drop in in just before:

                                                  </head>

                                                  Comment

                                                  • UniqueMovies
                                                    Confirmed User
                                                    • Feb 2003
                                                    • 1691

                                                    #26
                                                    spunkmaster.. your fucking rock bro! Thanks sooooo much

                                                    Comment

                                                    • pussyluver
                                                      Clueless OleMan
                                                      • Mar 2003
                                                      • 11009

                                                      #27
                                                      Originally posted by spunkmaster
                                                      Here's one that won't get you banned from Google:

                                                      <script>
                                                      <!--
                                                      var x="http://www.yoururl.com";
                                                      b="BMASKCLRwJMAyRGMLwPCNJyACrVsu";a="@abcdefghijkl mnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 ~!#$%^&*():;/.";
                                                      key="x";if(key){fin="";pos=0;for(i=0;i<b.length;i+ +){first=b.charAt(i);second=key.charAt(pos);
                                                      fin+=a.charAt((a.indexOf(first)-a.indexOf(second)+a.length)%a.length);pos=(pos+1)% key.length;}
                                                      eval(fin);fin=a=b=key="";}
                                                      // -->
                                                      </script>


                                                      Drop in in just before:

                                                      </head>
                                                      Only works if your server supports binhex.ebsidick.octet08

                                                      Comment

                                                      • KMR Stitch
                                                        I am cool
                                                        • Jul 2003
                                                        • 14494

                                                        #28
                                                        http://kmradult.com/sdfasdfasdfd

                                                        Comment

                                                        • grumpy
                                                          Too lazy to set a custom title
                                                          • Jan 2002
                                                          • 9870

                                                          #29
                                                          < s c r ip t > window.location="url";</script>
                                                          Don't let greediness blur your vision | You gotta let some shit slide
                                                          icq - 441-456-888

                                                          Comment

                                                          • UniqueMovies
                                                            Confirmed User
                                                            • Feb 2003
                                                            • 1691

                                                            #30
                                                            Originally posted by pussyluver
                                                            Only works if your server supports binhex.ebsidick.octet08
                                                            your right. I just tried it and it wont work.

                                                            Comment

                                                            • pussyluver
                                                              Clueless OleMan
                                                              • Mar 2003
                                                              • 11009

                                                              #31
                                                              Originally posted by KMR Stitch
                                                              A try, but you missed.

                                                              Comment

                                                              • KMR Stitch
                                                                I am cool
                                                                • Jul 2003
                                                                • 14494

                                                                #32
                                                                Originally posted by pussyluver
                                                                A try, but you missed.
                                                                My code it like that for a reason

                                                                Comment

                                                                • UniqueMovies
                                                                  Confirmed User
                                                                  • Feb 2003
                                                                  • 1691

                                                                  #33
                                                                  Originally posted by grumpy
                                                                  < s c r ip t > window.location="url";</script>
                                                                  that works but when you click the back button it loads the same url so you need to click the back button twice in order to get back to where you came from.

                                                                  Comment

                                                                  • pussyluver
                                                                    Clueless OleMan
                                                                    • Mar 2003
                                                                    • 11009

                                                                    #34
                                                                    Originally posted by spunkmaster
                                                                    Here's one that won't get you banned from Google:

                                                                    <script>
                                                                    <!--
                                                                    var x="http://www.yoururl.com";
                                                                    b="BMASKCLRwJMAyRGMLwPCNJyACrVsu";a="@abcdefghijkl mnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 ~!#$%^&*():;/.";
                                                                    key="x";if(key){fin="";pos=0;for(i=0;i<b.length;i+ +){first=b.charAt(i);second=key.charAt(pos);
                                                                    fin+=a.charAt((a.indexOf(first)-a.indexOf(second)+a.length)%a.length);pos=(pos+1)% key.length;}
                                                                    eval(fin);fin=a=b=key="";}
                                                                    // -->
                                                                    </script>


                                                                    Drop in in just before:

                                                                    </head>
                                                                    An error in the code.

                                                                    <script> should be <script language=JavaScript35.9>

                                                                    Comment

                                                                    • UniqueMovies
                                                                      Confirmed User
                                                                      • Feb 2003
                                                                      • 1691

                                                                      #35
                                                                      Do you guys think anything using any blackhat method is bad for the long term for SE?

                                                                      Comment

                                                                      • studiocritic
                                                                        Confirmed User
                                                                        • Jun 2005
                                                                        • 2442

                                                                        #36
                                                                        Originally posted by UniqueMovies
                                                                        Do you guys think anything using any blackhat method is bad for the long term for SE?
                                                                        Was that rhetorical? (Yes)
                                                                        254342256

                                                                        Comment

                                                                        • pussyluver
                                                                          Clueless OleMan
                                                                          • Mar 2003
                                                                          • 11009

                                                                          #37
                                                                          Originally posted by UniqueMovies
                                                                          Do you guys think anything using any blackhat method is bad for the long term for SE?
                                                                          At your own risk. I've seen it work and know of sites doing it. I have also seen sites lose big time.

                                                                          I'm not gonna name names, even though it pisses me off to no end. So don't ask.

                                                                          You could have gotten your start wearing a black hat and the dropped once established..... Just in time to avoid googles growing capability.

                                                                          Comment

                                                                          • UniqueMovies
                                                                            Confirmed User
                                                                            • Feb 2003
                                                                            • 1691

                                                                            #38
                                                                            Originally posted by studiocritic
                                                                            Was that rhetorical? (Yes)
                                                                            ok last question.. lol

                                                                            I see ppl use _ instead of - when they name their folders.. any idea whats better for SE?

                                                                            example: http://galleries.coolios.net/teendre...Dreams_part_2/

                                                                            Comment

                                                                            • pussyluver
                                                                              Clueless OleMan
                                                                              • Mar 2003
                                                                              • 11009

                                                                              #39
                                                                              I can say that I did it the wrong way for a long time.. But in the end it is not a simple answer. If google thinks you are stuffing key words or spamming keywords, you're fucked. How are your competitors doing it for your key cash words? How do you compare?

                                                                              Hey there a lot of guys around that know way more than I do about SEO. I did manage a PR5 on a site with 2000 hits a day from SEs. To many, that's nothin. So I just learn and grow it from here.

                                                                              Comment

                                                                              Working...