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-09-2008, 08:57 AM
Junior Member
 
Join Date: Jun 2008
Posts: 110
Thanks: 16
Thanked 15 Times in 14 Posts
Activity: 41%
Longevity: 14%
Today: 2/5
Default Is this trackable?

Page 1
<html>
<head>
<title>Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-3259-7">
<META http-equiv="refresh" content="3;URL=http://www.blahblah.com/download/download.html">
</head>

Page 2
<a href="http://www.blahblah.com/install.html"> Click here </a>

Page 3
<html>
<head>
<title>Download file</title>
<META http-equiv="refresh" content="0;URL=http://www.blahblah.com/install2.html">
</head>
</body>
</html>

Page 4
<html>
<head>
<title>Download file</title>
<META http-equiv="refresh" content="0;URL=http://tinyurl.com/blahblah">
</head>
</body>
</html>

So as you can see I sent them to page one, which after 3 seconds did a meta refresh to page 2, on page 2 they click a link which brought them to page 3, on page 3 there was a meta refresh that instantly brought them to page 4, and on page 4 there was another instant meta to bring them to the offer page but first through tinyurl.

I was kicked out of a program today for this--- but I thought it was undetectable... They did not send me any emails saying there was an issue with the blank referrer...

What can I do from here?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-09-2008, 09:03 AM
Registered Member
 
Join Date: Jul 2008
Posts: 54
Thanks: 5
Thanked 1 Time in 1 Post
Activity: 7%
Longevity: 12%
Today: 0/5
Default Re: Is this trackable?

they probley thought it was odd they coming from tinyurl I would imagine.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-09-2008, 09:13 AM
Junior Member
 
Join Date: Jun 2008
Posts: 110
Thanks: 16
Thanked 15 Times in 14 Posts
Activity: 41%
Longevity: 14%
Today: 2/5
Default Re: Is this trackable?

Well I only used that to cover my tracks?... or I could say to keep the companies from knowing my source of traffic right?



Edit// I dont mind setting up a landing page for the company to see, but they just completely dropped me without any fair warning? is this normal?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-09-2008, 10:05 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: Is this trackable?

Yes it is trackable! If you want something that is less trackable you need to do it server side with a little of PHP ;-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-09-2008, 09:19 PM
Junior Member
 
Join Date: Jun 2008
Posts: 110
Thanks: 16
Thanked 15 Times in 14 Posts
Activity: 41%
Longevity: 14%
Today: 2/5
Default Re: Is this trackable?

can you direct me to the right direction as to what I can do please
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 08-09-2008, 09:25 PM
soulchief's Avatar
Junior Member
 
Join Date: Oct 2007
Posts: 136
Thanks: 18
Thanked 13 Times in 9 Posts
Activity: 0%
Longevity: 35%
Today: 0/5
Default Re: Is this trackable?

This is what im using right now.

Page 1 (Sending traffic to):
Code:
<?php
$number_of_days = 7 ;
$date_of_expiry = time() + 60 * 60 * 24 * $number_of_days ;
$ip=$_SERVER['REMOTE_ADDR'];
setcookie( "visit",$ip, $date_of_expiry );
header( 'Location:http://yoursite.net/index.php' );
?>
Index file

Code:
<?php
if($_COOKIE['visit']){
// Insert code that visitors you sent to the first link will see
}else{
// Insert code that visitors will see if they weren't sent to that link (ie AM checking your site)
}
?>

Not exactly sure if this is what you were looking for, might as well post it though.

Last edited by soulchief; 08-09-2008 at 09:29 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 08-10-2008, 08:59 PM
Registered Member
 
Join Date: Jan 2008
Posts: 63
Thanks: 16
Thanked 2 Times in 2 Posts
Activity: 7%
Longevity: 26%
Today: 0/5
Default Re: Is this trackable?

the first question from my mind is where you want to used that..if in forum i dont think its working...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-31-2008, 08:01 PM
Registered Member
 
Join Date: May 2008
Posts: 55
Thanks: 9
Thanked 4 Times in 3 Posts
Activity: 28%
Longevity: 16%
Today: 1/5
Default Re: Is this trackable?

zensiq did they give you a reason as to why they kicked you out?

Were redirects against their TOS or was something else going on?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Add Your Link



Site protected by Firewall Script


Sitemap: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54