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 is the html code to redirect? (https://gfy.com/showthread.php?t=551910)

UniqueMovies 12-13-2005 11:25 PM

What is the html code to redirect?
 
for example:

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

redirects to the tour.

pussyluver 12-13-2005 11:32 PM

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

UniqueMovies 12-13-2005 11:32 PM

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>

fetishblog 12-13-2005 11:34 PM

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

potter 12-13-2005 11:35 PM

<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?

UniqueMovies 12-13-2005 11:40 PM

Quote:

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..

UniqueMovies 12-13-2005 11:41 PM

Quote:

Originally Posted by fetishblog
<?php header("Location: http://www.domain.com/"); ?>

would I save the file as index.php ?

potter 12-13-2005 11:43 PM

Quote:

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.

Quote:

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.

fetishblog 12-13-2005 11:43 PM

Quote:

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

pussyluver 12-13-2005 11:47 PM

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

potter 12-13-2005 11:47 PM

Quote:

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

:2 cents:

pussyluver 12-13-2005 11:49 PM

Quote:

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

UniqueMovies 12-13-2005 11:53 PM

Quote:

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.

UniqueMovies 12-13-2005 11:54 PM

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.

potter 12-14-2005 12:00 AM

Quote:

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. :warning

pussyluver 12-14-2005 12:00 AM

Quote:

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....

UniqueMovies 12-14-2005 12:02 AM

Quote:

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

UniqueMovies 12-14-2005 12:03 AM

Quote:

Originally Posted by potter
There is alot more to that setup than some simple redirect. :warning

What exactly do you mean by that?

pussyluver 12-14-2005 12:03 AM

Quote:

Originally Posted by potter
There is alot more to that setup than some simple redirect. :warning

A collaboration with Lightspeed? Or a way to automate gallery rotation.

potter 12-14-2005 12:06 AM

Quote:

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.

pussyluver 12-14-2005 12:06 AM

Quote:

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.

UniqueMovies 12-14-2005 12:07 AM

Quote:

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.

pussyluver 12-14-2005 12:08 AM

Quote:

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 :1orglaugh

pussyluver 12-14-2005 12:11 AM

Forward could be at the server level....

spunkmaster 12-14-2005 12:11 AM

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>

UniqueMovies 12-14-2005 12:11 AM

spunkmaster.. your fucking rock bro! Thanks sooooo much

pussyluver 12-14-2005 12:15 AM

Quote:

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

KMR Stitch 12-14-2005 12:18 AM

http://kmradult.com/sdfasdfasdfd

grumpy 12-14-2005 12:18 AM

< s c r ip t > window.location="url";</script>

UniqueMovies 12-14-2005 12:19 AM

Quote:

Originally Posted by pussyluver
Only works if your server supports binhex.ebsidick.octet08

your right. I just tried it and it wont work.

pussyluver 12-14-2005 12:20 AM

Quote:

Originally Posted by KMR Stitch

A try, but you missed.

KMR Stitch 12-14-2005 12:21 AM

Quote:

Originally Posted by pussyluver
A try, but you missed.

My code it like that for a reason

UniqueMovies 12-14-2005 12:21 AM

Quote:

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.

pussyluver 12-14-2005 12:22 AM

Quote:

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>

UniqueMovies 12-14-2005 12:25 AM

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

studiocritic 12-14-2005 12:29 AM

Quote:

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)

pussyluver 12-14-2005 12:31 AM

Quote:

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.

UniqueMovies 12-14-2005 12:32 AM

Quote:

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/

pussyluver 12-14-2005 12:41 AM

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.


All times are GMT -7. The time now is 12:24 AM.

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