7 Million Views - Whats The Setup?

tuesday10

Regular Member
Joined
Oct 11, 2008
Messages
225
Reaction score
94
Hi Guys,

Came across a youtube marketer who i suspect must be making a killing with ringtones. The lead off from his videos is pretty easy to create, however, I can't figure out how he sets up his landing page.

Here's a link to one of his LP http://ne-yoringtones.com/Be

Can someone who has some mad skills take a quick look and drop us a hint?

Cheers,

T10
 
He's iframing another page (his own) and that page allows the user to select their carrier, which is really just an affiliate link. Check out the source below. Not too shabby.

-SDT

Code:
<html>
<head>
<title>Ne-YoRingtones.com - Ne-Yo's #1 Site for Ne-Yo Ringtones</title>
<style type="text/css">
html {height:100%;}
body {height:100%; margin:0; padding:0;}
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {position:relative; z-index:1;}
</style>
<style type="text/css">
html {overflow-y:hidden;}
body {overflow-y:auto;}
#bg {position:absolute; z-index:-1;}
#content {position:static;}
</style>
</head>
<body bgcolor="black" link="blue" vlink="blue" alink="aqua">
<div id="bg"><img src="[URL="http://www.blackhatworld.com/blackhat-seo/../view-source:http://www.latest-tones.com/neyo/Be/bg.jpg"]bg.jpg[/URL]" width="100%" height="100%" alt=""></div>
<div id="content"><p>
<center>
<span style="background-color:black">
<font face="verdana" color="aqua">
<a href="[URL="http://www.blackhatworld.com/blackhat-seo/../view-source:http://www.ne-yoringtones.com/"]http://www.Ne-YoRingtones.com[/URL]"><img src="[URL="http://www.blackhatworld.com/blackhat-seo/../view-source:http://www.latest-tones.com/neyo/Be/banner.png"]banner.png[/URL]" alt="Ne-YoRingtones" border=0></a>
<br>
<br>
Welcome to Ne-Yo Ringtones! Your #1 Source for Ne-Yo Ringtones, Sign Up Now!
<br>
<br>
Download the <b>Be On You</b> Ringtone Directly to your Cell Phone!
<br>
<br>
World-Wide Cell Phones - Select Your Carrier or Country:
<br>
<br>
</span>
<form action="redirect.php" method='POST'> 
<select name="redirect" class="redirect">
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=2&c1=Ne-Yo/FreshTones&c2=ATT">AT&T</option>
<option value="http://www.latest-tones.com/drakebest/">Verizon Wireless</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=2&c1=Ne-Yo/FreshTones&c2=TMobile">T-Mobile</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=2&c1=Ne-Yo/FreshTones&c2=CellularOne">CellularOne</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=2&c1=Ne-Yo/FreshTones&c2=VirginMobile">Virgin Mobile</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=2&c1=Ne-Yo/FreshTones&c2=AllTel">AllTel</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=2&c1=Ne-Yo/FreshTones&c2=Sprint">Sprint</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=2&c1=Ne-Yo/FreshTones&c2=Boost">Boost</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=2&c1=Ne-Yo/FreshTones&c2=Nextel">Nextel</option>
<option value="http://jump.1337trk.com/aff_c?offer_id=55&aff_id=100&aff_sub=NeYoFreshTones">All Other USA Carriers</option>
<option value="">---------------------------------</option>
<option value="http://www.funtonia.com/download_bonus_ringtones/Ne-Yo/Throw_It_In_The_Bag_(feat._The-Dream)/115040Ne-YoFTAustralia/">Australia</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=15&c1=Ne-Yo/FreshTones">Brazil</option>
<option value="http://www.funtonia.com/download_bonus_ringtones/Ne-Yo/Throw_It_In_The_Bag_(feat._The-Dream)/115040Ne-YoFTCanada/">Canada</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=6&c1=Ne-Yo/FreshTones">Italy</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=58&c1=Ne-Yo/FreshTones">Mexico</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=3&c1=Ne-Yo/FreshTones">Spain</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=8&c1=Ne-Yo/FreshTones">Turkey</option>
<option value="http://www.funtonia.com/download_bonus_ringtones/Ne-Yo/Throw_It_In_The_Bag_(feat._The-Dream)/115040Ne-YoFTUK/">UK</option>
</select>
<br>
<br>
<input type="image" src="[URL="http://www.blackhatworld.com/blackhat-seo/../view-source:http://www.latest-tones.com/neyo/Be/continue.png"]continue.png[/URL]"></input>
</form>
<br>
<br>
<!--<div style="position:absolute;bottom:0px;"><span style="background-color:black">© Ne-YoRingtones.com 2009. All Rights Reserved.</span></div>-->
</p>
</font>
</center>
</span>
</p>
</div>
</body>
</html>
 
Last edited:
He's iframing another page (his own) and that page allows the user to select their carrier, which is really just an affiliate link. Check out the source below. Not too shabby.

-SDT

Code:
<html>
<head>
<title>Ne-YoRingtones.com - Ne-Yo's #1 Site for Ne-Yo Ringtones</title>
<style type="text/css">
html {height:100%;}
body {height:100%; margin:0; padding:0;}
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {position:relative; z-index:1;}
</style>
<style type="text/css">
html {overflow-y:hidden;}
body {overflow-y:auto;}
#bg {position:absolute; z-index:-1;}
#content {position:static;}
</style>
</head>
<body bgcolor="black" link="blue" vlink="blue" alink="aqua">
<div id="bg"><img src="[URL="http://www.blackhatworld.com/blackhat-seo/../view-source:http://www.latest-tones.com/neyo/Be/bg.jpg"]bg.jpg[/URL]" width="100%" height="100%" alt=""></div>
<div id="content"><p>
<center>
<span style="background-color:black">
<font face="verdana" color="aqua">
<a href="[URL="http://www.blackhatworld.com/blackhat-seo/../view-source:http://www.ne-yoringtones.com/"]http://www.Ne-YoRingtones.com[/URL]"><img src="[URL="http://www.blackhatworld.com/blackhat-seo/../view-source:http://www.latest-tones.com/neyo/Be/banner.png"]banner.png[/URL]" alt="Ne-YoRingtones" border=0></a>
<br>
<br>
Welcome to Ne-Yo Ringtones! Your #1 Source for Ne-Yo Ringtones, Sign Up Now!
<br>
<br>
Download the <b>Be On You</b> Ringtone Directly to your Cell Phone!
<br>
<br>
World-Wide Cell Phones - Select Your Carrier or Country:
<br>
<br>
</span>
<form action="redirect.php" method='POST'> 
<select name="redirect" class="redirect">
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=2&c1=Ne-Yo/FreshTones&c2=ATT">AT&T</option>
<option value="http://www.latest-tones.com/drakebest/">Verizon Wireless</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=2&c1=Ne-Yo/FreshTones&c2=TMobile">T-Mobile</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=2&c1=Ne-Yo/FreshTones&c2=CellularOne">CellularOne</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=2&c1=Ne-Yo/FreshTones&c2=VirginMobile">Virgin Mobile</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=2&c1=Ne-Yo/FreshTones&c2=AllTel">AllTel</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=2&c1=Ne-Yo/FreshTones&c2=Sprint">Sprint</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=2&c1=Ne-Yo/FreshTones&c2=Boost">Boost</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=2&c1=Ne-Yo/FreshTones&c2=Nextel">Nextel</option>
<option value="http://jump.1337trk.com/aff_c?offer_id=55&aff_id=100&aff_sub=NeYoFreshTones">All Other USA Carriers</option>
<option value="">---------------------------------</option>
<option value="http://www.funtonia.com/download_bonus_ringtones/Ne-Yo/Throw_It_In_The_Bag_(feat._The-Dream)/115040Ne-YoFTAustralia/">Australia</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=15&c1=Ne-Yo/FreshTones">Brazil</option>
<option value="http://www.funtonia.com/download_bonus_ringtones/Ne-Yo/Throw_It_In_The_Bag_(feat._The-Dream)/115040Ne-YoFTCanada/">Canada</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=6&c1=Ne-Yo/FreshTones">Italy</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=58&c1=Ne-Yo/FreshTones">Mexico</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=3&c1=Ne-Yo/FreshTones">Spain</option>
<option value="http://affiliate.fctracker.com/rd/r.php?pub=521156&sid=8&c1=Ne-Yo/FreshTones">Turkey</option>
<option value="http://www.funtonia.com/download_bonus_ringtones/Ne-Yo/Throw_It_In_The_Bag_(feat._The-Dream)/115040Ne-YoFTUK/">UK</option>
</select>
<br>
<br>
<input type="image" src="[URL="http://www.blackhatworld.com/blackhat-seo/../view-source:http://www.latest-tones.com/neyo/Be/continue.png"]continue.png[/URL]"></input>
</form>
<br>
<br>
<!--<div style="position:absolute;bottom:0px;"><span style="background-color:black">© Ne-YoRingtones.com 2009. All Rights Reserved.</span></div>-->
</p>
</font>
</center>
</span>
</p>
</div>
</body>
</html>

Thanks mate. I did do a source view but all this didn't show up. Kudos to you for such a good heads-up.

Thanks,

T10
 
Back
Top