Advertisement
x07Arif

HOW I MADE 30,000$ ONLINE

Apr 7th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.09 KB | None | 0 0
  1. This method takes a little thought, but I'm providing you with ALL the
  2. necessary code, and it took me, quite quickly, to over $10k per week.
  3.  
  4. It's a current earner, so please try and twist it up a bit - no point screwing
  5. it for everyone, lol.
  6.  
  7. So, onto the method:
  8.  
  9. First, register here : http://www.adworkmedia.com/affiliate-publisher.php?ref=19881
  10.  
  11. Requirements:
  12.  
  13. 1. A place to upload html files and images (or to insert html code and
  14. images).
  15. 2. An image editing program that will create slices for you (ideal, really, but
  16. NOT an absolute necessity)
  17. 3. Locker embeddable code (I use Content Lock Pro as it can be used with
  18. all networks, supports postbacks, and, imho, is the BEST), if you can't
  19. afford your own self-hosted solution, you WILL leave money on the table,
  20. but you can use free lockers from any gateway Network.
  21. 4. A burning desire to make money, a willingness to work, and a brain
  22.  
  23. The Overview:
  24.  
  25. We will be creating our very own "sh***cash" site. People hate
  26. "sh***cash" with a vengeance, for two reasons:
  27. a) It's well-known that they demand completion of offers, often mobile or
  28. costly offers, to obtain files, so, post a "sh***cash" link and people run
  29. the other way.
  30. b) They run "their" offers and no, they do NOT, generously, share a
  31. significant portion of the revenue with YOU.
  32. However, with my twist, YOU will get 100% of the revenue you generate.
  33. You get to choose the offers you display, so you can keep them cost-free
  34. for your visitors, if you like. Remember, ALL the revenue is for YOU.
  35.  
  36. The Steps:
  37.  
  38. 1. Find a shared, and wanted, file download which is available on MediaFire,
  39. RapidShare or a similar free downloads site. Paste the link into your
  40. favorite browser.
  41. 2. Use F11 or whichever key is necessary, on your OS, to make your
  42. browser full screen. Use PrintScreen to take a screenshot of the page.
  43. 3. Open your favorite image editing program (I used a very old version of
  44. Photoshop, and ImageReady), and split the images into slices. Use vertical
  45. and horizontal guides to create a rectangle around the download button
  46. area, as that will be one of your slices.
  47. 4. Generate the html and the images, optimised for the web. Make a note
  48. of which slice is the download button.
  49. 5. If you can't slice, ask someone or look up the tuts available on the web,
  50. or just use the full image, it will take longer to load and not look as good,
  51. but it will do!
  52. 6. Open the generated html file and wrap my code -found below- around
  53. the relevant image (the slice that contained the download button).
  54. 7. Either upload the html file and the images folder to your webspace, o
  55.  
  56. paste the html code into whichever webspace you have (blogger,
  57. wordpress hosted, weebly, etc), upload the images, and make sure all links
  58. in the html point to the new location for the images.
  59.  
  60. Now, post your link all over the place, use high-trafficked forums full of
  61. people searching for whichever download you chose to share.
  62.  
  63. Using no "real" traffic-driving methods, I have been making an average of
  64. $200 a day with this method for the past 3 months. I'm lazy when it comes
  65. to traffic-driving, so all I've done is use some Fiverr gigs and microworkers
  66. to post on large forums (mainly found on BigBoards) for me. I also created
  67. two videos - yes, just TWO, told you, I'm lazy!, uploaded them to YT, and
  68. got a bucketload of traffic from there as well.
  69.  
  70. When I started this method back in February, I used $15 to purchase 3
  71. Fiverr gigs, and made $26, on average, each day. So, week 1, spend was
  72. $15, income was $180!!! Nowadayas, to achieve the $1k+ per week, I'm
  73. spending around $60 a week between Fiverr and microworkers
  74. I'm pretty confident that, if you're not as lazy as I am where traffic-driving
  75. is concerned (I have an excuse, I work almost 24/7 on other stuff, lol), you
  76. could easily generate over $20 a day, in your first few days, without
  77. spending a single dime.
  78.  
  79. The Secret Code:
  80.  
  81. This is the code you will need to use to successfully replicate this method.
  82. I wrote this myself, because I needed my own brand of "Special Sauce".
  83. This code gets wrapped around links, images, any content you like, and
  84. then "swaps" on a timer, between the content, by changing attributes of
  85. one lot of content to display, whilst the other lot is made invisible
  86. I might not be great at explaining that concept, but don't worry, I'm going
  87. to release a Demo for you all to see exactly what's going on!
  88.  
  89. So, you are going to have, for this method, two "forms" of linking the
  90. relevant image (remember? that slice that contained the Download Button)
  91. In a div set initially to display, you will link to your locker code, so, in this
  92. case, that div will link the Download Button image to your locker, and,
  93. when it's clicked on, your locker will appear.
  94. In a div set initially to be invisible, you will link to the real Download page
  95. on whichever downloads site you're using. So, in this case, this div will link
  96. THE SAME Download Button image to the Url of the downloads page.
  97.  
  98. When you have linked your image both ways, and placed each one into a
  99. div, only the first will show. When visitors click on the button, the locke
  100.  
  101. will display but, at the same time, a countdown Timer will start (set for 30
  102. secs in my case). When the countdown ends, the divs will be swapped, so
  103. the button image linked to the locker is no longer there, but it is replaced
  104. with the button image linked to the real download location.
  105.  
  106. Of course, the "swap" happens WHILST the page is LOCKED, so you
  107.  
  108. visitors don't know what's happened, until they unlock. When they do, and
  109. they hit the button again, it will take them to MF, RS, wherever.
  110.  
  111. Without further ado, here's the code you need - it's commented, and is set
  112. to call an example locker - replace for your own. In this code sample, I
  113. have linked the word "TEST", however, after the code I will link to a demo I
  114. created which replicates the complete method, start to finish.
  115.  
  116. Quote:
  117. Code:
  118. <html>
  119.  
  120. <head>
  121. <meta http-equiv="Content-Language" content="en">
  122. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  123. <title>Your Page Title</title>
  124.  
  125. <!--
  126. Call jQuery because our locker needs it
  127. -->
  128.  
  129. <script type="text/javascript"
  130. src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js">
  131. </script>
  132.  
  133. </head>
  134.  
  135. <body>
  136.  
  137. <!--
  138. Declare yourFunction
  139. -->
  140.  
  141. <script type="text/javascript" language="javascript">
  142. function yourFunction(){
  143. document.getElementById('yourfirDiv').style.display='block';
  144. document.getElementById('yoursecDiv').style.display='none';
  145. }
  146. </script>
  147.  
  148. <p>&nbsp;</p>
  149.  
  150. <p>&nbsp;</p>
  151. <p>&nbsp;</p>
  152. <p align="center">
  153. <h3 align="center"><font color="#0198F1">Welcome</font></h3>
  154. <p>
  155.  
  156. <!--
  157. Place the OnClick Link within yoursecDiv. Declare your OnClick Link and set timeout to 3 secs, expressed as 3000 millisecs, to execute yourFunction and swap divs, hiding yoursecDiv and displaying yourfirDiv. Replace yourlockerurl and guid inside single quotes where shown below.
  158. -->
  159.  
  160. <div id="yoursecDiv" style="display:block;"><a href="jvoid(0)" onclick="var fileref=document.createElement('script');fileref.setAttribute('type','text/javascript'); fileref.setAttribute('src', 'http://yourlockerurl.js?guid=123456789');document.body.appendChild(fileref); setTimeout(yourFunction, 3000);">TEST</a></div>
  161.  
  162. <!--
  163. Place the Real Link within yourfirDiv which is set to not display until yourFunction has been executed.
  164. -->
  165.  
  166. <div id="yourfirDiv" style="display:none;"><a href="http://www.google.com">TEST>
  167.  
  168. </body>
  169.  
  170. </html>
  171. The DEMO:
  172.  
  173. I have created a demo for you all which pretty much replicates EXACTLY
  174. what I am using. For the demo, I have used the MediaFire link which was
  175. posted on this forum, today, for a CPA method (CPASto*m).
  176. As mentioned above, I used a Content Lock Pro locker, just like I do on my
  177. real pages. The links are just links to the CLP homepage, so you can click
  178. on them without fear of having to complete an offer.
  179. I have set this locker to be removed on a one-minute Timer, so this is what
  180. you should do:
  181. Visit the demo page, and wait as long as you wish - nothing will happen.
  182.  
  183. Once you are bored of waiting, click on the link to download your file. A
  184. locker will pop up, displaying some offers.
  185. Wait as long as you like, nothing further will happen.
  186.  
  187. When you're bored again, lol, click on one of the offer links. It will open the
  188. CLP homepage in another tab or window.
  189. Return to the "locked" mediafire page and wait for ONE MINUTE.
  190.  
  191. The locker will be removed. Now, click on that download link again - you will
  192. be taken to the MF page and, if you like, you can download the file
  193.  
  194. Thanks are welcomed, and appreciated.
  195. Folks, I have been using hundreds of these little twists, some make
  196. autopilot income at a low level, and others are my main breadwinners - it's
  197. up to you to "inspire me" to share.
  198. My current motivation is offering "payback" to BHW, I wouldn't be where I
  199. am today without the information, code snippets, and downright
  200. awesomeness of some of the members, all of which came from this forum
  201. since I joined back in 2008.
  202.  
  203. The demo can be seen at http://contentlockpro.com/demomfire
  204.  
  205. Credits goes to JohnsonDaniel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement