[METHOD Step-by-Step with CODE] My Twisted Method to $1k+ a week - NOOB friendly

im trying to implement the code, but with my own filehosting site, which should give me aprox 50% plus revenue with the site ads.

Only problem is it look likes leadbolt doesnt work properly, i keep having download in my stats, but no clicks in leadbolt stats.

321.im/9

could anyone help me face out whats wrong?
 
leadbolt clicks only counts when they click in the AD's.. not when they hit the page
 
leadbolt clicks only counts when they click in the AD's.. not when they hit the page

I understand that, but as soon as someone get the download (i have the statistic in real time) it means they went through leadbolt. So i have my downloads that keep increasing, but no clicks on leadbolt. i tried myself and i had no other choice that complete an offer, which appeared in leadbolt.
 
maybe they're getting the real link in page source code?
or the script is really buggy?
because im promoting that since yesterday and 0 conversions..
 
you've given me tons of ideas! thanks man!

i've never got any success with content lockers. what cpa companies would you recommend? i have an account with leadbolt but i think it won't work with your method.

it's fine if you can't answer my question and thanks again!! :)
 
maybe they're getting the real link in page source code?
or the script is really buggy?
because im promoting that since yesterday and 0 conversions..

i actually set up my own hosting file site. so even the real link is blocked with leadbolt.

you can check it at 321.im/9

there is no way to bypass that i guess. i dont get it
 
i actually set up my own hosting file site. so even the real link is blocked with leadbolt.

you can check it at 321.im/9

there is no way to bypass that i guess. i dont get it

tayax your site keeps reloading and in just 1 min i got the real download link:

Code:
http://www.msc.im/download2.php?a=242Ne-Yo-LonelyAgain.mp3&b=63b63eb624b4c0a4ec5b7deaf1418949
view source search for:
Code:
function checksubmit()
 
tayax your site keeps reloading and in just 1 min i got the real download link:


How do you see that?

I'm sorry i dont quite understand what am i supposed to do once i found the check function submit
 
How do you see that?

I'm sorry i dont quite understand what am i supposed to do once i found the check function submit

inside that function see this line:
Code:
window.location='http://www.msc.im/download2.php?a=242Ne-Yo-LonelyAgain.mp3&b=63b63eb624b4c0a4ec5b7deaf1418949';

thats if you copy that url between '' and put it in browser url you can download the file
 
inside that function see this line:
Code:
window.location='xxxx';
thats if you copy that url between '' and put it in browser url you can download the file

Ok but, i guess not every single user will go through the source page to get the download link. Im still curious about the numbers of D/L i get.
 
whats up with the guid=123456789 after the locker.js? I am using bhcb and only need to call locker.js with no guid=123456789 which I tried but didn't seem to do anything.
 
whats up with the guid=123456789 after the locker.js? I am using bhcb and only need to call locker.js with no guid=123456789 which I tried but didn't seem to do anything.

He isn't using BHCB. He is using a much more advanced script, CLP. (content lock pro) which is well worth the investment.
 
Well done! Glad you got it working :)

Care to expand a little on "other issues"? In particular, did you use the word
"lockpage" anywhere else in the resulting code?
Also, did you end up placing just one call to the locker in the body? Or did
you still need "some" code in the header?


========================================================


I've been getting some pms about how to make this work with cp4c0nv3rt
Script so i will answer here.

So first of all open lock.js with note pad and set this -
locking_trigger = 'LOCKONCLICK';
This will allow it to wait until you click something before the locker activates.

Now back to the page html, OP's code only specifies calling the locker once
in the body but for cp4c0nv3rt you have to call lock.js twice.
Once just before </head> and the second time in the body as per OP's code.

This next one bugged me the most. Search for and replace the original href="javascript:void(0)
Instead use this - href="javascript:lockPage() - you only do this once.

Also in the second call to lock.js you don't need to put in guid - ?guid=123456789.
I left it as is but i removed it as well and
it didn't seem to affect the outcome.

======== Other Tips ========

I mentioned this earlier but delete cookies while
testing your locked pages because if you have already unlocked the page
the locker may not come up until the cookie duration time has expired.

Also watch out for syntax errors. So while using notepad for editing
I would advice not to wrap the text so that it doesnt break up the
code or something.

cheers
 
Hey Guys and Gals!

Good to see the posts on the thread, and some of the twists and workarounds
you're applying to the method.

Good stuff!

A few things I'd like to "throw in", and a couple of "pointers":

I'm getting inundated with PMs asking for me to offer a complete and detailed
"roadmap" of how I get traffic to my versions of these sites, some would
actually like me to write microworker job posts for them, give them the
names of Fiverr gig providers I've used, or just completely abandon my own
life, and get to work for them, setting the whole thing up, start to finish.

Well, here's news for you...I HAVE a life.
I'm happy to offer some help, but I am NOT going to give anyone my bank
account numbers and passwords, so I can sink whilst you thrive off my
efforts.
I have shared the code needed for this spin on things, and even the spin
itself. I have shared, in as much detail as I'm willing to, how I went about
driving traffic to this, but I have also told you that traffic-driving is NOT my
thing, so I am not best placed to offer advice to anyone in that area.

Please, if you're going to send a PM, re-read it before you hit send,
because if you can see what I'm saying then, seriously, there's no need to
bother, you're wasting your time and mine, when we could BOTH be making
some coin.

This was the second of many code snippets, scripts, and/or methods which
I intended to share - please don't make me re-think!


The Pointers:

If you are going to use a Network-hosted gateway for this you need to
remember that they will see exactly where it is being displayed. It's "their"
code, and "they're" hosting it, so, believe me, they know.

If you display their gateways on content they do not approve of, you WILL
attract an immediate ban - keep that in mind.

If you are going to dynamically "pull" content from download sites, those
download sites "will" notice, and may try to stop it - this is commonly
known as "hotlinking", and webmasters don't like it.

Finally, when sending visitors on to either the advertisers (through the links
in your lockers) or to the download sites (after offer completion), be careful
"how" you link - consider what information you are sending along with your
visitor.

That's all for now, I'll keep coming back and offering advice, and I'll post
some more stuff over the course of this week, but please understand I
have lots of work going on, my time is limited, and I really can't afford to
waste it.
 
I've been getting some pms about how to make this work with cp4c0nv3rt
Script so i will answer here.

So first of all open lock.js with note pad and set this -
locking_trigger = 'LOCKONCLICK';
This will allow it to wait until you click something before the locker activates.

Now back to the page html, OP's code only specifies calling the locker once
in the body but for cp4c0nv3rt you have to call lock.js twice.
Once just before </head> and the second time in the body as per OP's code.

This next one bugged me the most. Search for and replace the original href="javascript:void(0)
Instead use this - href="javascript:lockPage() - you only do this once.

Also in the second call to lock.js you don't need to put in guid - ?guid=123456789.
I left it as is but i removed it as well and
it didn't seem to affect the outcome.

======== Other Tips ========

I mentioned this earlier but delete cookies while
testing your locked pages because if you have already unlocked the page
the locker may not come up until the cookie duration time has expired.

Also watch out for syntax errors. So while using notepad for editing
I would advice not to wrap the text so that it doesnt break up the
code or something.

cheers

To all,

Do NOT underestimate the value of what Newmoney has done for you here.

To Newmoney,

Well done! Nice piece of work to get things modded, and even nicer of you
to share it :) Thanks and +rep given.
 
Hey guys what you think about my lock?

contentlockscreen.jpg



It's not done with contentlockpro but pyronut contentlocker and everything works fine :)

I have only problems how to set a timer to make it wait like 3 sec before the locker appears or that java script when they clck it it will appear :) Yeah I know it's totally a noob question but I can't figure out.

The locker that I use is here http://www.blackhatworld.com/blackhat-seo/black-hat-seo-tools/210109-free-cpa-gateway-content-locker-code.html
 
Last edited:
well so far i managed to automate most of it.
created mirrors of 2 upload sites on my hosting so no gettting content from them,
a not too fancy admin pannel where i only enter the download url, and it gets the info for the file automatically then it generates the pages dinamycally based on each url

now to tweak it a bit and start uploading some files and sharing
i know its a noob question but i still dont know what locker to use, so if someone wanna send me a pm with what lockers to use thanks
 
I made some dollars on a forum, but got banned almost instantly.

I'm looking to outsorce download traffic. I need freelancers!
Who can drive download (music download aswell) traffic to me, or if you think you can, we can test the first day, if i get results then you start geting paid.

PM ME!!
 
Back
Top