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 07-14-2008, 12:58 AM
BozoClown's Avatar
Jr. VIP
 
Join Date: May 2008
Posts: 322
Thanks: 43
Thanked 60 Times in 38 Posts
Activity: 46%
Longevity: 12%
Today: 0/5
Default Manipulating the Referer

I have this testing setup with the following sites
SiteA
SiteB
SiteC


SiteA has a link to SiteB. SiteB redirects(in some way) to SiteC.

On SiteC this php code
Code:
echo $_SERVER['HTTP_REFERER'];
shows SiteB as the referer, also firefox 'view page info' on SiteC shows SiteB as the referer.

I know this has been a contentious issue and at this point of my testing I only need to know whether this means the server really records SiteB as the referer.

I don't know whether this would have any effects on the results, but sites A,B and C in my testing are on the same domain. So I am hoping(not sure) if SiteA and SiteC are on different domains and servers then the SiteC server should not have a clue about SiteA.

PS: This is not about cookie stuffing, although I am also wondering whether the method would deal with the referer issue while cookie stuffing. At this point it is for cloaking purposes only, where I would like the merchant to see the referer as a site on my domain not yahoo, youtube, metacafe, myspace or whatever for that matter.
__________________
The Following 3 Users Say Thank You to BozoClown For This Useful Post:
Superman (06-29-1938), Batman (04-30-1938), Chuck Norris (03-09-1940)

Last edited by BozoClown; 07-14-2008 at 01:00 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-14-2008, 01:05 AM
Genjutsu's Avatar
Executive VIP
 
Join Date: Mar 2008
Posts: 1,106
Thanks: 95
Thanked 270 Times in 114 Posts
Activity: 62%
Longevity: 19%
Today: 0/5
Default Re: Manipulating the Referer

depends on your method of redirection.
__________________
Double Meta Refresh Unlimited links, realtime stats, frame breaker code, pop-up/under resizer.
Cashcorp - Verified Bad Business Practices of Cashcorp
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-14-2008, 01:24 AM
BozoClown's Avatar
Jr. VIP
 
Join Date: May 2008
Posts: 322
Thanks: 43
Thanked 60 Times in 38 Posts
Activity: 46%
Longevity: 12%
Today: 0/5
Default Re: Manipulating the Referer

Quote:
Originally Posted by Genjutsu View Post
depends on your method of redirection.
You mean, the redirection method can lead to different referer being shown on the client side to that on the server side?
__________________
The Following 3 Users Say Thank You to BozoClown For This Useful Post:
Superman (06-29-1938), Batman (04-30-1938), Chuck Norris (03-09-1940)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-14-2008, 02:00 AM
Genjutsu's Avatar
Executive VIP
 
Join Date: Mar 2008
Posts: 1,106
Thanks: 95
Thanked 270 Times in 114 Posts
Activity: 62%
Longevity: 19%
Today: 0/5
Default Re: Manipulating the Referer

Quote:
Originally Posted by BozoClown View Post
You mean, the redirection method can lead to different referer being shown on the client side to that on the server side?
yes, the redirection method determines what referer is shown.

For example, using a php header redirect would show site A as bieng the referer.


Code:
<?PHP

header('Location: http://www.example.com/');

?>
__________________
Double Meta Refresh Unlimited links, realtime stats, frame breaker code, pop-up/under resizer.
Cashcorp - Verified Bad Business Practices of Cashcorp
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-14-2008, 02:18 AM
BozoClown's Avatar
Jr. VIP
 
Join Date: May 2008
Posts: 322
Thanks: 43
Thanked 60 Times in 38 Posts
Activity: 46%
Longevity: 12%
Today: 0/5
Default Re: Manipulating the Referer

Quote:
Originally Posted by Genjutsu View Post
yes, the redirection method determines what referer is shown.

For example, using a php header redirect would show site A as bieng the referer.


Code:
<?PHP

header('Location: http://www.example.com/');

?>
I know the method decides the referer, my query is, can the method result into two different referers for the client side and server side.

My current method shows(on the client side) SiteB as the referer, I want to make sure what I see on the client side mirrors what is recorded on the server side.

I am using
Code:
echo $_SERVER['HTTP_REFERER'];
(which is server side) to show me (client side) who the referer is. I don't want to make a mistake of believing I have set up the right referer yet there is another variable storing a different referer?
__________________
The Following 3 Users Say Thank You to BozoClown For This Useful Post:
Superman (06-29-1938), Batman (04-30-1938), Chuck Norris (03-09-1940)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-14-2008, 04:58 AM
Genjutsu's Avatar
Executive VIP
 
Join Date: Mar 2008
Posts: 1,106
Thanks: 95
Thanked 270 Times in 114 Posts
Activity: 62%
Longevity: 19%
Today: 0/5
Default Re: Manipulating the Referer

Again, this depends not only on the method you are using, but also the browser that the user is using. The only way to be certain is to redirect, test and redirect again using the same method you used the first time if the referer passes the test.

Confusing I know, but it takes a little bit of logic to make sure everything is set up properly.
__________________
Double Meta Refresh Unlimited links, realtime stats, frame breaker code, pop-up/under resizer.
Cashcorp - Verified Bad Business Practices of Cashcorp
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