This process takes a small thought, but I'm offering you ALL the required code, and this took me, very quickly, to over $1k each week. It's a present earner, so please try to twist it up a little - no stage screwing it for everybody. So, onto the technique:
Requirements:
1. A location to upload html documents and images (in order to insert html signal and images).
two. An image editing program which will create slices for you personally (ideal, truly, but NOT a complete necessity).
3. Locker embeddable code (I personally use Content Lock Pro as possible used with just about all networks, supports postbacks, as well as, imho, is the very best), if you cannot afford your personal self-hosted solution, you WILL leave money up for grabs, but you may use free lockers through any gateway System.
4. A burning need to make money, a willingness to operate, and a mind
The Overview:
We are creating our own "sh***cash" site. Individuals hate. "sh***cash" having a vengeance, for 2 reasons:
a) It's well-known they demand completion associated with offers, often cellular or costly provides, to obtain documents, so, post a "sh***cash" link the ones run the additional way.
b) These people run "their" offers with no, they do NOT REALLY, generously, share the significant portion from the revenue with A PERSON.
However, with my personal twist, YOU can get 100% of the actual revenue you produce.
You get to find the offers you show, so you will keep them cost-free for the visitors, if you prefer. Remember, ALL the revenue is perfect for YOU.
The Actions:
1. Find the shared, and desired, file download that is available on MediaFire, RapidShare or perhaps a similar free downloading site. Paste the hyperlink into your preferred browser.
2. Use F11 or even whichever key is essential, on your OPERATING SYSTEM, to make your own
browser full display. Use PrintScreen to consider a screens hot from the page.
3. Open your preferred image editing plan (I used an extremely old version associated with Photoshop, and ImageReady), as well as split the pictures into slices. Make use of vertical and horizontal guides to produce a rectangle around the actual download button region, as that is going to be one of your own slices.
4. Generate the html and also the images, optimised for that web. Make an email of which slice may be the download button.
5. If you cannot slice, ask someone or lookup the tuts available on the internet, or just make use of the full image, it will require longer to load and never look as great, but it is going to do!
6. Open the actual generated html document and wrap my personal code -found below- close to the relevant picture (the piece that contained the actual download button).
7. Either upload the actual html file and also the images folder for your webspace, or paste the code into whichever webspace you've (blogger, wordpress located, weebly, etc), add the images, and make certain all links within the html point towards the new location for that images.
Now, post your link everywhere, use high-trafficked forums filled with people searching with regard to whichever download you made a decision to share.
Using absolutely no "real" traffic-driving techniques, I have been making typically $200 a day with this particular method for yesteryear 3 months. I'm lazy as it pertains to traffic-driving, therefore all I've carried out is use a few Fiverr gigs as well as microworkers to post upon large forums (mainly available on BigBoards) personally. I also produced two videos -- yes, just 2, told you, I am lazy!, uploaded these phones YT, and got a bucketload associated with traffic from there too.
When I started this process back in Feb, I used $15 to buy 3 Fiverr gigs, as well as made $26, normally, each day. Therefore, week 1, invest was $15, earnings was $180!!! Nowadayas, to offer the $1k+ per 7 days, I'm spending around $60 per week between Fiverr as well as microworkers
I'm fairly confident that, if you are not as lazy when i am where traffic-driving can be involved (I come with an excuse, I work nearly 24/7 on other things, lol), a person could easily produce over $20 each day, in your first couple of days, without spending just one dime.
The Solution Code:
This is the code you will have to use to successfully replicate this process. I wrote this particular myself, because I needed my very own brand of "Special Sauce". This particular code gets covered around links, pictures, any content you prefer, and then "swaps" on the timer, between this content, by changing characteristics of one large amount of content to show, whilst the other lot is created invisible I is probably not great at detailing that concept.
So, you will have, for this technique, two "forms" associated with linking the appropriate image (keep in mind? that slice which contained the Obtain Button ) Inside a div set initially to show, you will connect to your locker signal, so, in this particular case, that div may link the Obtain Button image for your locker, and, when it is clicked on, your locker can look. In a div set initially to become invisible, you will connect to the real Obtain page on whatever downloads site you are using. So, in this instance, this div may link THE SAME Obtain Button image towards the Url of the actual downloads page.
If you have linked your picture both ways, and placed each one of these into a div, only the very first will show. When visitors click the button, the locker may display but, simultaneously, a countdown Timer will begin (set with regard to 30 secs during my case). Once the countdown ends, the divs is going to be swapped, so the button image from the locker is no more there, but it's replaced with the button image from the real download area.
Of course, the actual "swap" happens ALTHOUGH the page is actually LOCKED, so your own visitors don't understand what's happened, till they unlock. Once they do, and these people hit the switch again, it will require them to MF, RS, where ever.
Without further ado, here's the code you'll need - it's left a comment, and is arranged to call a good example locker - replace for your own personel. In this signal sample, I have linked the term "TEST", start to complete.
<html> <head> <meta http-equiv="Content-Language" content="en"> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title>Your Page Title</title> <!-- Call jQuery because our locker needs it --> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"> </script> </head> <body> <!-- Declare yourFunction --> <script type="text/javascript" language="javascript"> function yourFunction(){ document.getElementById('yourfirDiv').style.display='block'; document.getElementById('yoursecDiv').style.display='none'; } </script> <p> </p> <p> </p> <p> </p> <p align="center"> <h3 align="center"><font color="#0198F1">Welcome</font></h3> <p> <!-- 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. --> <div id="yoursecDiv" style="display:block;"><a href="javascript:void(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> <!-- Place the Real Link within yourfirDiv which is set to not display until yourFunction has been executed. --> <div id="yourfirDiv" style="display:none;"><a href="http://www.google.com">TEST</a></div> </body> </html>
0 comments:
Post a Comment