Black Hat Forum
Go Back   Black Hat Forum > Black Hat SEO Forum > Cloaking and Content Generators

Cloaking and Content Generators Discuss Cloaking, Doorway pages and Automatic content generators for search engine optimization

Search
 
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-05-2008, 02:55 AM
Newbie
 
Join Date: Dec 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Activity: 4%
Longevity: 29%
Today: 1/5
Default List Of Redirects?

Hey guys im programming a small app that makes redirect files, html, php, java and whatever.. the thing is i have searched google i can not seem to find what im looking for. This example is a meta redirect

Code:
<HTML>
<HEAD>
<title>Loading...</title>
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://testlink.com/track=123">
</HEAD>
</HTML>
I want all types of redirects i want to put all the most popular ones as well as some others, but i want to use ones that are going to work in most browsers. So im asking you guys if you can list some popular redirects. Im open to other code i can make html files with like blackhat stuff just let me know what the purpose of the code is. This is going to be for affiliate sales. My main goal is to make redirects so my links are protected and can not be seen. I would like to add other options for affiliates too, im open to suggestions. Since it is a program & not a script i won't be able to do things like track clicks. Well let me focus on redirects first. I hope to look to you guys for future input. If you can just list some redirects like above i would really appreciate it. Thanks...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-05-2008, 04:46 AM
turbotec's Avatar
Jr. VIP
 
Join Date: Apr 2008
Posts: 251
Thanks: 14
Thanked 4 Times in 4 Posts
Activity: 32%
Longevity: 20%
Today: 0/5
Default Re: List Of Redirects?

I need to know a redirect that passes the referrer...not blanks it. ad that one to the list as well. in the meantime I will try to find the page that I saw all the popular redirects on!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-05-2008, 10:57 PM
Newbie
 
Join Date: Dec 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Activity: 4%
Longevity: 29%
Today: 1/5
Default Re: List Of Redirects?

Come on are you serious? No one?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-05-2008, 11:05 PM
DeskCoder's Avatar
Jr. VIP
 
Join Date: Feb 2008
Location: Kentuckiana
Posts: 593
Thanks: 27
Thanked 29 Times in 24 Posts
Activity: 2%
Longevity: 24%
Today: 0/5
Default Re: List Of Redirects?

javascript:
Code:
document.location='http://www.LINK.com'
ASP:
Code:
Response.Redirect("http://www.LINK.com")
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-05-2008, 11:17 PM
comparco's Avatar
Jr. VIP
 
Join Date: Feb 2008
Location: Scotland
Posts: 251
Thanks: 110
Thanked 30 Times in 18 Posts
Activity: 47%
Longevity: 24%
Today: 0/5
Default Re: List Of Redirects?

I am glad to see this thread Sell Out. As I too want to redirect Aff Llinks without showing them.
Is you code on page? as all it takes then is for someone to look at the page code to see all your links.
At the moment I use the 301 redirect in my .htaccess file.
This is a pain as I want to track the different links to see which ones are converting, this is just laziness as I could do an .html for each link on the page.

At least this way nobody can see the aff link in the page code.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 08-05-2008, 11:20 PM
catman08's Avatar
Jr. VIP
 
Join Date: Jan 2008
Location: Europe
Posts: 322
Thanks: 32
Thanked 89 Times in 31 Posts
Activity: 9%
Longevity: 28%
Today: 0/5
Send a message via MSN to catman08 Send a message via Skype™ to catman08
Default Re: List Of Redirects?

if you want a referrer show up instead of having it blank check this:

http://www.blackhatworld.com/blackha...redirects.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 08-05-2008, 11:47 PM
bruce6667's Avatar
Jr. VIP
 
Join Date: Apr 2008
Posts: 222
Thanks: 28
Thanked 70 Times in 30 Posts
Activity: 29%
Longevity: 20%
Today: 0/5
Default Re: List Of Redirects?

Code:
<?php
header('Location: http://www.url.com/');
?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-06-2008, 01:01 AM
Newbie
 
Join Date: Dec 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Activity: 4%
Longevity: 29%
Today: 1/5
Default Re: List Of Redirects?

What is the point of a double meta refresh? I don't get it, why would they care where traffic comes from as long as they get sales lets use clickbank as an example. Right now im in need of knowing how to make it so when i redirect it does not show the link in the address bar just stays my site name or at least does not show my affiliate ID, both ways would be best, i think there are a few ways to do it. 1 is with iframes thats what im looking for anyone know how to do this one? I think the iframes are set to invisible i have seen it before can seem to remember where.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 08-06-2008, 01:17 AM
catman08's Avatar
Jr. VIP
 
Join Date: Jan 2008
Location: Europe
Posts: 322
Thanks: 32
Thanked 89 Times in 31 Posts
Activity: 9%
Longevity: 28%
Today: 0/5
Send a message via MSN to catman08 Send a message via Skype™ to catman08
Default Re: List Of Redirects?

The double meta refresh is a way or redirecting people based on referrer rules ... well at least as shown in this example in the other thread i mentioned.

Because the traffic might not be real traffic because you cookiestuffed your visitors ;-) ... which means that this appears as a click in the affiliate network stats (which is traffic ... but no traffic LOL) ... if you have real traffic though than it does not matter and you are fine and you do not need to worry about that.

What do you try to accomplish with the redirecting?

To sum the redirect thing up for you ... there are basically 5 ways of redirecting:

1.) Meta-Refresh
<meta http-equiv="refresh" content="5; URL=index.html">

2.) .htaccess-Redirect
# Redirect-example
Redirect permanent /file.html hxxp://www.domain.com/whatever/file.html

3.) PHP-Redirect
<?php header('Location: http://'. $_SERVER['SERVER_NAME'] .'/'); ?>

4.) Perl-Redirect
#!/usr/bin/perl
$location = "http://www.domain.com/";
print "Status: 302 Found\n";
print "Location: $location\n";
print "URI: <$location>\n";
print "Content-type: text/html\r\n\r\n";

5.) JavaScript-Redirect
<script type="text/javascript">
<!--
window.location.href = "redirect.shtml";
//-->
</script>

P.S. there are a couple more useful htaccess redirects though ... but a quick google search will reveal all of them ;-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 08-06-2008, 04:03 PM
Newbie
 
Join Date: Dec 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Activity: 4%
Longevity: 29%
Today: 1/5
Default Re: List Of Redirects?

Im looking for anything i can put into an html file specifically meta , javascript, and iframes just need simple examples of each. I know how to do a regular meta refresh, need other 2 types.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 08-13-2008, 12:49 AM
Newbie
 
Join Date: Dec 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Activity: 4%
Longevity: 29%
Today: 1/5
Default Re: List Of Redirects?

Update - program is coming along sweet I got a so far 3 methods, working on encryption now. Im here to basically say im going to crush other products like this such as ninja cloaker, samurai cloaker, affiliate link cloaker... etc.. watch out for this it's gonna be bigtime..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 08-13-2008, 07:26 PM
Newbie
 
Join Date: Dec 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Activity: 4%
Longevity: 29%
Today: 1/5
Default Re: List Of Redirects?

correction, i didnt mean samurai cloaker im talking software cloakers not scripts
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 08-25-2008, 05:29 AM
Registered Member
 
Join Date: Aug 2008
Posts: 97
Thanks: 34
Thanked 9 Times in 5 Posts
Activity: 3%
Longevity: 8%
Today: 0/5
Default Re: List Of Redirects?

im listening :-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 08-25-2008, 07:30 AM
Registered Member
 
Join Date: Aug 2008
Posts: 97
Thanks: 34
Thanked 9 Times in 5 Posts
Activity: 3%
Longevity: 8%
Today: 0/5
Default Re: List Of Redirects?

Quote:
Originally Posted by turbotec View Post
I need to know a redirect that passes the referrer...not blanks it. ad that one to the list as well. in the meantime I will try to find the page that I saw all the popular redirects on!
Doesn't a .htaccess redirect pass the referrer? Well in my testing it does.

.htaccess example
Code:
redirect /aff_offer/whatever.html http://aff_link.com
The site I use for testing is

h**p://www.stardrifter.org/cgi-bin/ref.cgi
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote