Journey to 5000$/month with (mostly) PPI

Heatz: Stop with the profanity and swearing. And I already reported you.

who said that i dont work for my money?

i am a hard working person. i will post my earnings for everyone to see how much i have.

All I am saying is that if a person wants to share something, they HAVE to share completely with good faith?

But unfortunately, that is not the case with this person.
 
Heatz: Stop with the profanity and swearing. And I already reported you.

who said that i dont work for my money?

i am a hard working person. i will post my earnings for everyone to see how much i have.

All I am saying is that if a person wants to share something, they HAVE to share completely with good faith?

But unfortunately, that is not the case with this person.

Share completely with good faith? You just went full retard. Holy fuck. I cannot fathom what you are saying. I just cannot believe it. There aren't enough words in the english language to describe how fucking stupid it is what you just typed. On the daily basis I deal with stupid people, but you are beyond that, you are a fucking worm in the cesspool that doesn't deserve ANYTHING. I can't believe I am actually reading this, this level of idiocy is just beyond anything I could ever imagine.

1. ) This is a journey thread, not a fucking tutorial in the "making money" section. So the only thing you deserve is a punch from every member on this board.
2. ) Why the fuck would the OP share everything? Are you a fucking idiot? IF you have a good source of income, what is the fucking point of SHARING every fucking detail to saturate it so the OP cannot make any money anymore? Are you fucking serious? Seriously. I just cannot fathom your cretinism.
3. ) Again, this is a JOURNEY thread. Not a "I help you make money" thread.

The OP answered ALL questions. What would happen if EVERYONE had the same script and uploaded SAME videos all over youtube? Obviously, the income would be split and no one would make anything worthwhile. This is not a fucking fairy world we live in, you are NOT going to get a full blown tutorial with a fucking button waiting for you to generate money. You have to do something yourself, you can't expect someone to fucking give you everything they worked for themselves, grow the fuck up. The OP has given more than enough details. If you cannot generate any income based on those details, then stick with your burger flipping job.
 
Last edited:
Heatz: Stop with the profanity and swearing. And I already reported you.

who said that i dont work for my money?

i am a hard working person. i will post my earnings for everyone to see how much i have.

All I am saying is that if a person wants to share something, they HAVE to share completely with good faith?

But unfortunately, that is not the case with this person.

You are the most stupid selfish person I've ever seen on this forum. My mind is blown.
 
Irishsoul: i know you are a successful person earning money online, but you are only successful for yourself. This doesnt benefit us one bit.

why dont you share your php script to us?

Why did you share your method if you are not 100% honest with sharing everything with us?

You didnt do this in good faith.

you made a big mistake sharing this method because its going to get saturated so soon.

Luckily I have a decent full time job and i can afford to pay someone to outsource projects for me and I plan to outsource this method.

And as far as your php script is concern, I am also going to pay a programmer to create a tool like that for me.

Your "decent" income wont last. I promise :).

You're one of the biggest dicks I've ever seen on here. It's funny how you made a new account just to make these post because you're too much of a pussy to get on your real account and say it. Why is she selfish for being creative and coming up with and creating her own script? If you want to outsource the script and have it made so be it. No need to brag or tell her that you are doing so. And warn her that her income is doomed.

I rarely wish bad things on others, however I sincerely hope that you get fired from your full time job and get scammed from your freelancer.


--Now that I think about it I'm going to report you for multi-accounting because there is no doubt in my mind that you are.
 
Last edited:
Ok then.

I know what to do with this person "irishsoul" now.

She or he or it is my focus now.

Even if i have to pay someone over $1000 to implement this method for me i would do so just to be a fierce competition for this person and to ruin her income.

i mean it.
 
Ok then.

I know what to do with this person "irishsoul" now.

She or he or it is my focus now.

Even if i have to pay someone over $1000 to implement this method for me i would do so just to be a fierce competition for this person and to ruin her income.

i mean it.
are you certified phaggot IRL?
 
Ok then.

I know what to do with this person "irishsoul" now.

She or he or it is my focus now.

Even if i have to pay someone over $1000 to implement this method for me i would do so just to be a fierce competition for this person and to ruin her income.

i mean it.

Lol this is why I have stopped updating my journey thread because of this kind of people ... you are really jealous in her earnings ... GTFO
 
Nice Friend. Are you ranked your YT videos? How many videos are you uploaded?
 
what's your CR irishsoul? my CR is about 35%, very low :(
yesterday I got 197 start install but only 62 successful. is that normal?
 
Irishsoul, have you thought about crypting your installs for higher CR?
 
Wooow you are really talented, a true inspiration :D
btw Did you study internet marketing at school ?

And I really want to know how can you make so many YT account, every time i try to create 1 they ask me to phone verify :((
I am really desperate
 
Hi,
Do you use a php script to download images for every niche?
Or you download manually every image and upload to your server ?
Thank you
 
what's your CR irishsoul? my CR is about 35%, very low :(
yesterday I got 197 start install but only 62 successful. is that normal?

Since I changed the content of the zip file I'm sharing my CR has lowered, yes, but earnings have raised.
Almost anyone who download my zip starts the installation, 1/3 of them complete it.
I think it's normal, for the type of file I am sharing.

Irishsoul, have you thought about crypting your installs for higher CR?

Someone else suggested this, but I didn't have the time to read about how crypting works.
Maybe when I'll reach my goal ('cause I WILL reach my goal...) I'll research a bit about that and see if it's worth.

Wooow you are really talented, a true inspiration
biggrin.png

btw Did you study internet marketing at school ?

And I really want to know how can you make so many YT account, every time i try to create 1 they ask me to phone verify
frown.png
(
I am really desperate

Thanks, no, internet marketing almost didn't even exist when I was in school (yep, I used to be young :P ) XD
But I chose a school which allowed me to learn basic programming skills (Cobol, don't even know if this language is still used).

Do you have a dynamic IP on your internet connection? I use chrome, incognito window and clean everything with click & clean addon.

Hi,
Do you use a php script to download images for every niche?
Or you download manually every image and upload to your server ?
Thank you

I scrape images from internet using PHP.
To locally save an image to your hard drive using PHP do this:

Code:
    $image_url = 'http://www.thisisarandomurl.com/myimage.jpg';
    $image_file_local = 'images/myimage.jpg';
    file_put_contents($image_file_local, file_get_contents($image_path));
 
Sorry if I ask already answered question but how do you crawl images for your niche ? You make a google query for your niche and then you match via regex through all results ? Is that how it works? BTW keep up the good work girl!:cool: You're truly inspirational!
 
Are your YT vids containing any audio ? Are you getting a lot dislikes on your youtube videos aswell?
 
Sorry if I ask already answered question but how do you crawl images for your niche ? You make a google query for your niche and then you match via regex through all results ? Is that how it works? BTW keep up the good work girl!
cool.gif
You're truly inspirational!

No, I don't download images from google (even though this is also an option).
I usually download them from websites related to my niches, so I can scrape also other informations.
If I were promoting "tv series download" I would go to a website like tvrage and scrape everything I need from there.

Are your YT vids containing any audio ? Are you getting a lot dislikes on your youtube videos aswell?

No, they don't contain any audio.
Probably I am getting dislikes on my video, but I don't mind/I don't check.
The only check on my videos is to see if they're still online every 1/2 hours.
 
uploaded 25 videos in youtube yesterday and this is my statistics as of now

Capture.PNG

using media-kings BTW.. should I switch network? I'm having 2nd thoughts with other networks for the fear they will not pay. :(
 
Last edited:
If you are afraid to lose your earnings (legit thinking, even if RevenYou paid, they're still a new network), you'd better stick to MediaKings.
Or (better), keep MediaKings as your main network and upload some other videos linking to another network.
 
If I have different yt accounts created from a different IP can I use on the end just 1 IP to manage all accounts to login etc to or will I need to login again from that same IP I've used to create the accounts to prevent banning?
 
Once I create the account (from my PC), I use it to upload/check if it's still online from my VPS (static IP), so I won't login again to those accounts from the IP I've created them.
I also don't need to manage them since I upload videos on one account and then forget about it.
If with the strategy you're planning to use you'll need to re-login to created accounts, I think it's better for you to use proxies so you can use the same IP when you'll need to login.
If you have a dynamic IP though you can try to create 5 accounts and see how long they last and if logging back with another IP leads to a ban.
Unfortunately what's working for me might not work for you.
 
Back
Top