Can anyone make a video tutorial? I've been trying to get it right for 2 hours but I still can't get it to work.
Yeah =\Really ?
You're really asking that ?
I want to extend a vast appreciation to JohnsonDaniel for this phenomenal contribution. In the past 2 years since I've started hustling IM this is hands down the most valuable money making thread to date.
I've managed to setup several clones and am about to promote them. At this point I'm using one of the free lockers floating about but will be reinvesting in clp because of it's obvious advantages.
If anyone wants to talk about traffic ideas or what not feel free to pm me.
Solid thread and incredible information, thanks again
P.S. I'm also using the OP self hosted blanking script to run my links through as opposed to the dmr/blank ref setting in the free outdated lockers...Thx once again.
after i open the demo page and click it nothing happen then when i click it again it directly turn to mediafire link, what's the problem? From the intro there should have a pop up first. And who knows the password for that file cpas.rar, post it here, thx
6000 uv
12 clicks
1 offer completed
using fiverr just like you said and my page is set up identical to mediafire with avg freeware. what am i doing wrong?
>TEST</a>
Replaced:
><img src=path/to/image></a>
<head>
<title>Untitled-1</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1257">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Save for Web Slices (Untitled-1) -->
<table id="Table_01" width="1366" height="768" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="images/index_01.gif" width="1366" height="305" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/index_02.gif" width="549" height="463" alt=""></td>
<td>
[COLOR="Red"]<img src="images/download-button.gif" width="429" height="66" alt="">[/COLOR]</td>
<td rowspan="2">
<img src="images/index_04.gif" width="388" height="463" alt=""></td>
</tr>
<tr>
<td>
<img src="images/index_05.gif" width="429" height="397" alt=""></td>
</tr>
</table>
<!-- End Save for Web Slices -->
</body>
</html>
Hello,
need little help with code. I take a screenshot from appropriate mediafire file, then i edit this in Photoshop, split the images into slices. Save it for the web. Then i opened html file in Dreamweaver to edit the code (code below, download button in red)
6. Open the generated html file and wrap my code -found below- around
the relevant image (the slice that contained the download button). This step is little confusing for me.
Am i right, i need to take this sliced download button code and implement it to code you provide, so this goes here:
Original:
HTML:>TEST</a> Replaced: ><img src=path/to/image></a>And then i copy all the code with download button in it and paste it to my website? I need to know if i just copy and paste this sliced button to your code and then upload it to my website, or i need to combine these to long codes together somehow, and then upload? Sorry if this noob question, but im little confused how this work in the end...Code:<head> <title>Untitled-1</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1257"> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- Save for Web Slices (Untitled-1) --> <table id="Table_01" width="1366" height="768" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="3"> <img src="images/index_01.gif" width="1366" height="305" alt=""></td> </tr> <tr> <td rowspan="2"> <img src="images/index_02.gif" width="549" height="463" alt=""></td> <td> [COLOR=Red]<img src="images/download-button.gif" width="429" height="66" alt="">[/COLOR]</td> <td rowspan="2"> <img src="images/index_04.gif" width="388" height="463" alt=""></td> </tr> <tr> <td> <img src="images/index_05.gif" width="429" height="397" alt=""></td> </tr> </table> <!-- End Save for Web Slices --> </body> </html>
Thank you!