[UPDATED METHOD] [EASY] My Autoblog - Social Media - Passive Income - System

Thanks a lot for this awesome sharing! *-* will do my best to finally get some internet cash ;)
 
Last edited:
The download seems to be removed from the forum.

You could try AutoIt, it is freeware. But it is way more complicated, especially when you have never coded or scripted anything before. Luckily I started coding at age 11 :D

Hi Reinstecker,

Thanks for the guide! I'm having a lot of trouble with syndicating content on my web server. I've tried feedwordpress, wpematico etc. and none of the plugins are working. I can update them manually and it posts just fine, but none of the crob jobs are working. I don't have access to any other servers right now to test. Do you have any idea what the problem might be?

If not, do you have a recently updated RAR file (backup) of a working wordpress site that we can use?

Thanks again,
 
Hi Reinstecker,

does it take a while for arvixe to set up your domain? because when i try to reach my domain i get a dns error :/
 
Thanks for this great Method!!! I follow your instructions and build 3 english Blogs and one nice German niche Blog with a very nice niche and a good Affiliate Programm for that nicht. I can easily bring traffic to my english blogs, but it is hard for the german blogs. I use adult directories for the english blogs, but for german blogs its so much harder. In some post you say you have a german blog with good traffic that brings you money. I don't want your niche :D but only a little tip for german traffic. Maybe you can give me some tips.

I think it is a good niche and i work on SEO, too.
 
I have found a simple solution for only posting images - it's a little hacky, but just replace your the_content(); php call in the editor with this:

Code:
<?php             
    $content = get_the_content(); 
    preg_match_all('/<img[^>]+>/i', $content, $result);
    $imgs = $result[0];
    $content = "";
    foreach($imgs as $img){
        $content .= $img . "<br />";
    }
    echo $content;
?>

This regex matches all the img tags in the post and only displays them, and if there's more then one, it'll put them all in under one another. Or should... I haven't tested it yet for multiple image posts.

This is AWESOME and simple but is there a way that you still have the link on the picture so you get redirected to the single post? would be even more awesome ;)
 
Thanks op for this tutorial to make money!

I want to know if the download speed of tumblripper is better when you donate 5$ or is it the same speed?

Thanks
 
I have another problem.. :D
If i click on a single post from my feeds my header is shown right
but if i click on a single post from my draft my header cant be shown :/
 
Hi Reinstecker,

Thanks for the guide! I'm having a lot of trouble with syndicating content on my web server. I've tried feedwordpress, wpematico etc. and none of the plugins are working. I can update them manually and it posts just fine, but none of the crob jobs are working. I don't have access to any other servers right now to test. Do you have any idea what the problem might be?

If not, do you have a recently updated RAR file (backup) of a working wordpress site that we can use?

Thanks again,
Have you disabled cron in WP?
To everybody one optimization tip
As you may know Wordpress runs after each request a cron to check if there is any cron task that needs to be executed like future post etc. Because it happens on every request, it loads heaaaaaavily your WP site. So that means we have do disable the Wordpress cron and enable cron in hosting cpanel. For that open wp-config.php in your wordpress root and add to top of file before <?php tag
Code:
define('WP_MEMORY_LIMIT', '2048M'); // increase memory
define('DISABLE_WP_CRON', true); // disable cron
define('WP_POST_REVISIONS', false ); // no need to keep post revisions
Most probably the first one on shared hosting won't have any effect, second one is the one which disables WP cron and speeds up your website quite well. Third one is just sligh database optimization that when writing new post, it doesn't save revisions, autosaves of the post etc.
So now important part is to enable cron in your hosting cpanel that your plugins which require cron would work like Draft Scheduler. In your hosting cpanel find where to set cron job. Easiest thing is just to google "how to set cron in <your hosting provider>". The wordpress cron file is cron.php in root directory. Set the cron to every hour and every plugin should work fine. For example in my hostgator cpanel under cron tasks I have a command wget -q -O - yourcomain.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1 and Minute-Hour-Day-Month-Weekday is accordingly 0-*-*-*-* which means run cron task every beginning of an hour
 
I've been staying put in the niche blog/content creation realm for some time but this looks like a fun distraction. One of the first things I ever did when I started putzing around with IM several years back was to create a static HTML page with 50 images in a table. I named each image after the celebrity in it (i.e <celebrity_name_nude.jpg) as well as the 'alt' tag and let it loose for the search engines to find. At the end of the year it was averaging around 350 uniques per day, but I could never figure out how to monetize it (I tried various banners and promotions but no dice). So anyways I've created 5 test sub domains and I know the traffic will come eventually, but now the big test will be monetization and promotion.
I'm still reading through the whole thread looking for tips (the imagefap one was great, a big thank-you to who posted that) and a big thanks to reinstecker for a cool, and useful thread. Worst case scenario is I'm actually enjoying trying it out.
 
I had some trouble with cron jobs in the past, too. Thats why I have started to use FeedWordPress, because it always triggered correctly with a correct set up cronjob.

Some common mistakes when setting up a cronjob are:

- you have put the *20 * * thing into the command line. Thats wrong, only the command has to be entered there.
- you have forgot to put the beginning slash. Your command has to look like this /usr/bin/curl [...]


Hi Reinstecker,

Thanks for the guide! I'm having a lot of trouble with syndicating content on my web server. I've tried feedwordpress, wpematico etc. and none of the plugins are working. I can update them manually and it posts just fine, but none of the crob jobs are working. I don't have access to any other servers right now to test. Do you have any idea what the problem might be?

If not, do you have a recently updated RAR file (backup) of a working wordpress site that we can use?

Thanks again,
 
The paid version is way faster than the free version. It supports multi threading and rips 10k images in minutes. (With a fast connection of course).

I can only recommend it to everyone. It is a one time donation for a very useful software.

Thanks op for this tutorial to make money!

I want to know if the download speed of tumblripper is better when you donate 5$ or is it the same speed?

Thanks
 
My german blog gets 98% of its traffic from a facebook fanpage. When I wrote "good traffic" I didn't mean "very high amounts" but rather "extremely high converting". My overall conversion ratio is something around 1:10 for that blog.



Thanks for this great Method!!! I follow your instructions and build 3 english Blogs and one nice German niche Blog with a very nice niche and a good Affiliate Programm for that nicht. I can easily bring traffic to my english blogs, but it is hard for the german blogs. I use adult directories for the english blogs, but for german blogs its so much harder. In some post you say you have a german blog with good traffic that brings you money. I don't want your niche :D but only a little tip for german traffic. Maybe you can give me some tips.

I think it is a good niche and i work on SEO, too.
 
Hey Guys,

I've made my first Dollar after 2.5 days :D
I'm somehow really glad with this outcome even though i still have only 32 Twitter follower and 33 Tumblr Follower.
I just spammed 5 galleries on imagefap and then some reddit stuff and it does the job ;)

I got rid of all of my newbie mistakes and questions but now still 2 things are left that i don't know how to solve
1.) Some of my uploaded Pictures get not tweetet and posted on tumblr. Its complete random which of my uploaded will get it to twitter but its more likely that they don't get posted.
They get posted on my site though so thats not that hard problem but its kinda annoying to manually retweet und look for non tweeted posts.
My rss feeds get all tweeted and posted on my tumbrl its kinda strange.
I set up a second domain and followed everything step by step and have still the same problem.
Maybe its intended so you dont spam automatically? My Tweet interval is 1~ Post per hour so shouldn't be the Problem.
Hope someone has an advice ;)
2.)I had some annoying Issues with my custom Header on my Mainpage (i wanted to have at least one fitting banner on a site) where the posts overwrote my header on the single post and then they didn't even show up on the post so i figured out that it has to be with the featured image. I just removed the part of the featured Image where it tries to set a new header and on my page everything shows up as intended. But now i have a problem with StumbleUpon that my posts are indeed sent right but the post image just shows my pages header so people just see the same thumbnail picture on every my SU post. But i can live with that it seems like (I had no clue what SU even was before i read this guide) you don't really rely on people seeing a miniture pic.

Hope that really someone has an advice for my first Problem ;)
And thanks again reinstecker for this wonderful guide!
 
Hi OP, Thank you for such a wonderful guide.
I have tried doing this with a freehost. I think I failed bigtime (twice) lol. Sorry nothing yet to start off so I thought to do it with freehost then eventually upgrade to premium once I get the first conversion off it. I think I may have to redo everything, 1) Twitter got banned after 24hrs of setup. 2)Tumbler posts but the pictures doesnt show unless I click the link of my blog. I hope you can help or provide guidance to a starter such as I do. Thank you so much :)
 
I haven't seen anyone really talk about it but...anyone using Instagram? Are they bad with ban hammers on porn?

And some of you guys are killing me on profits. I just hit about 1.20 per day with only 4 money blogs though.
 
I haven't seen anyone really talk about it but...anyone using Instagram? Are they bad with ban hammers on porn?

And some of you guys are killing me on profits. I just hit about 1.20 per day with only 4 money blogs though.

Wow good to know that you are earning on your money blogs... I hope I can successfully create my own as well... Havent been successful :(
 
I have found a simple solution for only posting images - it's a little hacky, but just replace your the_content(); php call in the editor with this:

Code:
<?php             
    $content = get_the_content(); 
    preg_match_all('/<img[^>]+>/i', $content, $result);
    $imgs = $result[0];
    $content = "";
    foreach($imgs as $img){
        $content .= $img . "<br />";
    }
    echo $content;
?>

This regex matches all the img tags in the post and only displays them, and if there's more then one, it'll put them all in under one another. Or should... I haven't tested it yet for multiple image posts.

Very nice solution, the only drawback is when I apply above code I don't see Hupso Share Buttons below the photo. I tried a few other pugins similar to Hupso but none of them works. Does anyone have idea how to fix it?
BTW
thank you reinstecker for your method, thanks to this method I believe again that everyone can be a winner in internet marketing.
 
Back
Top