does amazon ban for this?

Mutikasa

Power Member
Joined
May 23, 2011
Messages
589
Reaction score
216
If u post music on youtube and in description your amazon link?
latest music off course
 
it's shorten link, not the whole link
 
So you should you use some tools to fake your refer or blankrefer as well.
 
It can detect through shortened URL, like facebook does.

What you need to do is host a page with a script window location redirect somewhere.

Code:
<script type="text/javascript"> window.location.href='http://www.amazon.com/...' </script>
 
Get some cheap .info domain with simple redirect on it, you wont get banned..
 
I'm not bothered by youtube, I have shortened links for 8 months on youtube.
I'm bothered by the amazon, they will know where the buyers are coming form, and they're coming from youtube videos with music which sometimes gets copyright issues.

The only way is to have website which automatically redirects, but must fake referer which as far as I know is not 100% proof

@ ijof9 is that like framing?
 
Last edited:
It's not like framing.

It's like you're having your own site, with a banner, and a link on that banner to www.yoursite.com/gotoamazon.php.
If you put that line into yoursite.com/gotoamazon.php it will look as if someone actually clicked your banner.

But instead you will cloak gotoamazon.php and that shortened URL you will use it in the video's description on YouTube.
 
Hm, are u sure it's going to fake the referer?
I've done tests couple of months ago and the youtube referer is still there.
Depends on the client
 
It's harder to explain than to put in practice, actually its shit-simple.

1. Let's say you own mysite.com
2. on mysite.com you have index.php with a simple image banner.
--------- end of BS scheme ----------

3. when you click that image, you will be sent to mysite.com/adclick.php
4. adclick.php will contain the following code
Code:
 <script type="text/javascript">window.location.href="http://PUTYOURAMAZONAFFILIATELINKHERE.com/"</script>
--------- end of cloaking scheme --------

5. *anyone* who will access [B]mysite.com/adclick.php[/B] will end up on Amazon. the referral will be [B]mysite.com [/B]regardless of browser used
6. now there's nothing stopping you from shortening [B]mysite.com/adclick.php [/B]and posting it on YouTube.

Good luck.
 
Back
Top