hi all sorry for the title if it causes controversy (which i'm not hell bent on doing)
okay here's my problem. been lurking around reading posts from all you great blackhatters out there about using meta refreshes and javascript to blank/edit referrer info.
so i've set up 3 pages,
1. search engine results page (just a simple html page on one of my servers)
2. myblackhatpage
3. mywhitehatpage (for affiliates managers to see)
a lil preparation:
- inside search engine results page, put a normal href link to myblackhatpage
- inside myblackhatpage, JS redirect to mywhitehatpage
- inside the whitehatpage, i put a JS code that says if document.referrer=myblackhatpage, then location.href="AFFILIATE_LINK"
note: "AFFILIATE_LINK" is a variable, in this case i set it as http://www.google.com , as example
to test if it worked, i used live http header (a firefox addon) to monitor referral headers. and it did work, i got redirected thru all the pages and ended up at google. checked http header, says that when i began to access the google page (point of entry), my browser passed a referrer header of mywhitehatpage to google's servers. which means affiliate managers will see my white hat page. super cool. voila, thanks guys!
but here's the real prob (maybe for a noob like me, or i missed something big)
i, myself have gotten into a cpa prog , well clixgalore to be modest (nothing to shout about -> direct approval into the network). all their offers involve banner or textad clicking, then user gets geo-directed to cpa offerpage (free signups, credit check reports, those kind). affiliates like me r supposed to put these codes on my whitehatpage.
all their banner/textad codes are sort of mixed, probably for security reasons (one normal href link, and one img src file) , will give u an example bannercode:
<!-- Begin clixGalore Code-->
<p align="center">
<A href="http://www.clixGalore.com/Lead.aspx?BID=xxxxxxAfID=xxxxxx&AdID=xxxxxxLP=www.merchant.com" OnMouseOver="javascript:window.status='';return true;">
<img src="http://www.is1.clixgalore.com/cgd.aspx?BID=xxxxxxAfID=xxxxxx&AdID=6903" border="0" height="90" align="left" vspace="5" hspace="10" width="120" alt="merchant's ad message here"></A>
<a href="http://www.clixGalore.com/default.asp" target="_new"><img src="http://www.cliximages.com/images/clixgalore/clixfooter.gif" border="0"></a></p>
<!-- End clixGalore Code-->
so, see? two different linking codes inside this banner code <a href> and <img src>
so i'm kind of stumped here. i will obviously put the href link below:
*************************************************
A href="http://www.clixGalore.com/Lead.aspx?BID=xxxxxx&AfID=xxxxxx&AdID=xxxxxxLP=www.merchant.com
*************************************************
into my AFFILIATE_LINK variable ( in the code of my whitehatpage). but what about the img src code? where do i put it?
my whitehatpage code now looks like this:
<SCRIPT LANGUAGE=JAVASCRIPT TYPE="TEXT/JAVASCRIPT">
<!-- Hide script from old browsers<br>
if (document.referrer == myblackhatpage)
location.href=A href="http://www.clixGalore.com/Lead.aspx?BID=56021&AfID=xxxxxx&AdID=xxxxxxLP=www.merchant
//-- Stop hiding script -->
</SCRIPT>
so where do i put my img src code? i assume that we must put this code so the banner image will load, bcos when image loads, browser will automatically send the referrer to clixgalore network too. (the network probably expects two referrers from mywhitehatpage, right? From href and from the img src)
because practically all offers have two kinds of codes inside it (href code, and img src code). Heck, even the text ad codes have a blank img src code inside it. All for the security, i think.
so fellow blackhatters, need your opinions on this issue. Lets say i get into CJ, or neverblueads. i need to put up a banner on my whitehatpage, right? i'll probably run into the same problem again. it's not like they give out straightforward href links with affiliate IDs right? (or is my problem limited only to clixgalore)
my goal has always been the same, to make the affiliate network think that all traffic come from mywhitehatpage.
hope to hear your thoughts on this
thanks
kathy
okay here's my problem. been lurking around reading posts from all you great blackhatters out there about using meta refreshes and javascript to blank/edit referrer info.
so i've set up 3 pages,
1. search engine results page (just a simple html page on one of my servers)
2. myblackhatpage
3. mywhitehatpage (for affiliates managers to see)
a lil preparation:
- inside search engine results page, put a normal href link to myblackhatpage
- inside myblackhatpage, JS redirect to mywhitehatpage
- inside the whitehatpage, i put a JS code that says if document.referrer=myblackhatpage, then location.href="AFFILIATE_LINK"
note: "AFFILIATE_LINK" is a variable, in this case i set it as http://www.google.com , as example
to test if it worked, i used live http header (a firefox addon) to monitor referral headers. and it did work, i got redirected thru all the pages and ended up at google. checked http header, says that when i began to access the google page (point of entry), my browser passed a referrer header of mywhitehatpage to google's servers. which means affiliate managers will see my white hat page. super cool. voila, thanks guys!
but here's the real prob (maybe for a noob like me, or i missed something big)
i, myself have gotten into a cpa prog , well clixgalore to be modest (nothing to shout about -> direct approval into the network). all their offers involve banner or textad clicking, then user gets geo-directed to cpa offerpage (free signups, credit check reports, those kind). affiliates like me r supposed to put these codes on my whitehatpage.
all their banner/textad codes are sort of mixed, probably for security reasons (one normal href link, and one img src file) , will give u an example bannercode:
<!-- Begin clixGalore Code-->
<p align="center">
<A href="http://www.clixGalore.com/Lead.aspx?BID=xxxxxxAfID=xxxxxx&AdID=xxxxxxLP=www.merchant.com" OnMouseOver="javascript:window.status='';return true;">
<img src="http://www.is1.clixgalore.com/cgd.aspx?BID=xxxxxxAfID=xxxxxx&AdID=6903" border="0" height="90" align="left" vspace="5" hspace="10" width="120" alt="merchant's ad message here"></A>
<a href="http://www.clixGalore.com/default.asp" target="_new"><img src="http://www.cliximages.com/images/clixgalore/clixfooter.gif" border="0"></a></p>
<!-- End clixGalore Code-->
so, see? two different linking codes inside this banner code <a href> and <img src>
so i'm kind of stumped here. i will obviously put the href link below:
*************************************************
A href="http://www.clixGalore.com/Lead.aspx?BID=xxxxxx&AfID=xxxxxx&AdID=xxxxxxLP=www.merchant.com
*************************************************
into my AFFILIATE_LINK variable ( in the code of my whitehatpage). but what about the img src code? where do i put it?
my whitehatpage code now looks like this:
<SCRIPT LANGUAGE=JAVASCRIPT TYPE="TEXT/JAVASCRIPT">
<!-- Hide script from old browsers<br>
if (document.referrer == myblackhatpage)
location.href=A href="http://www.clixGalore.com/Lead.aspx?BID=56021&AfID=xxxxxx&AdID=xxxxxxLP=www.merchant
//-- Stop hiding script -->
</SCRIPT>
so where do i put my img src code? i assume that we must put this code so the banner image will load, bcos when image loads, browser will automatically send the referrer to clixgalore network too. (the network probably expects two referrers from mywhitehatpage, right? From href and from the img src)
because practically all offers have two kinds of codes inside it (href code, and img src code). Heck, even the text ad codes have a blank img src code inside it. All for the security, i think.
so fellow blackhatters, need your opinions on this issue. Lets say i get into CJ, or neverblueads. i need to put up a banner on my whitehatpage, right? i'll probably run into the same problem again. it's not like they give out straightforward href links with affiliate IDs right? (or is my problem limited only to clixgalore)
my goal has always been the same, to make the affiliate network think that all traffic come from mywhitehatpage.
hope to hear your thoughts on this
thanks
kathy