Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 12-13-2005, 11:25 PM   #1
UniqueMovies
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 1,691
What is the html code to redirect?

for example:

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

redirects to the tour.
UniqueMovies is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-13-2005, 11:32 PM   #2
pussyluver
Clueless OleMan
 
Join Date: Mar 2003
Location: ICQ - 169903487
Posts: 11,009
try google - hint you can to it in the <head> tag
pussyluver is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-13-2005, 11:32 PM   #3
UniqueMovies
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 1,691
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>
UniqueMovies is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-13-2005, 11:34 PM   #4
fetishblog
Confirmed User
 
Join Date: Sep 2005
Location: Your mom is my favorite pornstar!#%
Posts: 5,995
<?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!
fetishblog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-13-2005, 11:35 PM   #5
potter
Confirmed User
 
Industry Role:
Join Date: Dec 2004
Location: Denver
Posts: 6,559
<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?
__________________

potter is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-13-2005, 11:40 PM   #6
UniqueMovies
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 1,691
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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-13-2005, 11:41 PM   #7
UniqueMovies
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 1,691
Quote:
Originally Posted by fetishblog
<?php header("Location: http://www.domain.com/"); ?>
would I save the file as index.php ?
UniqueMovies is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-13-2005, 11:43 PM   #8
potter
Confirmed User
 
Industry Role:
Join Date: Dec 2004
Location: Denver
Posts: 6,559
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.
__________________

potter is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-13-2005, 11:43 PM   #9
fetishblog
Confirmed User
 
Join Date: Sep 2005
Location: Your mom is my favorite pornstar!#%
Posts: 5,995
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
__________________

Fling.com doesn't steal your traffic and sales unlike some other dating companies. I promote them, and so should you!
fetishblog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-13-2005, 11:47 PM   #10
pussyluver
Clueless OleMan
 
Join Date: Mar 2003
Location: ICQ - 169903487
Posts: 11,009
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
pussyluver is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-13-2005, 11:47 PM   #11
potter
Confirmed User
 
Industry Role:
Join Date: Dec 2004
Location: Denver
Posts: 6,559
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

__________________

potter is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-13-2005, 11:49 PM   #12
pussyluver
Clueless OleMan
 
Join Date: Mar 2003
Location: ICQ - 169903487
Posts: 11,009
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
pussyluver is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-13-2005, 11:53 PM   #13
UniqueMovies
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 1,691
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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-13-2005, 11:54 PM   #14
UniqueMovies
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 1,691
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.
UniqueMovies is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:00 AM   #15
potter
Confirmed User
 
Industry Role:
Join Date: Dec 2004
Location: Denver
Posts: 6,559
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.
__________________

potter is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:00 AM   #16
pussyluver
Clueless OleMan
 
Join Date: Mar 2003
Location: ICQ - 169903487
Posts: 11,009
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....
pussyluver is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:02 AM   #17
UniqueMovies
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 1,691
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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:03 AM   #18
UniqueMovies
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 1,691
Quote:
Originally Posted by potter
There is alot more to that setup than some simple redirect.
What exactly do you mean by that?
UniqueMovies is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:03 AM   #19
pussyluver
Clueless OleMan
 
Join Date: Mar 2003
Location: ICQ - 169903487
Posts: 11,009
Quote:
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.
pussyluver is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:06 AM   #20
potter
Confirmed User
 
Industry Role:
Join Date: Dec 2004
Location: Denver
Posts: 6,559
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.
__________________

potter is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:06 AM   #21
pussyluver
Clueless OleMan
 
Join Date: Mar 2003
Location: ICQ - 169903487
Posts: 11,009
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.
pussyluver is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:07 AM   #22
UniqueMovies
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 1,691
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.
UniqueMovies is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:08 AM   #23
pussyluver
Clueless OleMan
 
Join Date: Mar 2003
Location: ICQ - 169903487
Posts: 11,009
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
pussyluver is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:11 AM   #24
pussyluver
Clueless OleMan
 
Join Date: Mar 2003
Location: ICQ - 169903487
Posts: 11,009
Forward could be at the server level....
pussyluver is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:11 AM   #25
spunkmaster
Confirmed User
 
spunkmaster's Avatar
 
Join Date: Jan 2004
Posts: 2,052
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>
__________________

spunkmaster is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:11 AM   #26
UniqueMovies
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 1,691
spunkmaster.. your fucking rock bro! Thanks sooooo much
UniqueMovies is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:15 AM   #27
pussyluver
Clueless OleMan
 
Join Date: Mar 2003
Location: ICQ - 169903487
Posts: 11,009
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
pussyluver is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:18 AM   #28
KMR Stitch
I am cool
 
Join Date: Jul 2003
Posts: 14,494
http://kmradult.com/sdfasdfasdfd
KMR Stitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:18 AM   #29
grumpy
Too lazy to set a custom title
 
grumpy's Avatar
 
Join Date: Jan 2002
Location: Holland
Posts: 9,870
< 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
grumpy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:19 AM   #30
UniqueMovies
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 1,691
Quote:
Originally Posted by pussyluver
Only works if your server supports binhex.ebsidick.octet08
your right. I just tried it and it wont work.
UniqueMovies is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:20 AM   #31
pussyluver
Clueless OleMan
 
Join Date: Mar 2003
Location: ICQ - 169903487
Posts: 11,009
Quote:
Originally Posted by KMR Stitch
A try, but you missed.
pussyluver is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:21 AM   #32
KMR Stitch
I am cool
 
Join Date: Jul 2003
Posts: 14,494
Quote:
Originally Posted by pussyluver
A try, but you missed.
My code it like that for a reason
KMR Stitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:21 AM   #33
UniqueMovies
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 1,691
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.
UniqueMovies is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:22 AM   #34
pussyluver
Clueless OleMan
 
Join Date: Mar 2003
Location: ICQ - 169903487
Posts: 11,009
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>
pussyluver is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:25 AM   #35
UniqueMovies
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 1,691
Do you guys think anything using any blackhat method is bad for the long term for SE?
UniqueMovies is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:29 AM   #36
studiocritic
Confirmed User
 
Join Date: Jun 2005
Location: Irvine, CA
Posts: 2,442
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)
__________________
254342256
studiocritic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:31 AM   #37
pussyluver
Clueless OleMan
 
Join Date: Mar 2003
Location: ICQ - 169903487
Posts: 11,009
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.
pussyluver is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:32 AM   #38
UniqueMovies
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 1,691
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/
UniqueMovies is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-14-2005, 12:41 AM   #39
pussyluver
Clueless OleMan
 
Join Date: Mar 2003
Location: ICQ - 169903487
Posts: 11,009
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.
pussyluver is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.