Make $1000 per month with autoblog

Status
Not open for further replies.
Hi
I am keen to invest in the 10K autoblog JV but i cant post at JV nor PM you due to not enough posts.
Lucas
 
I am waiting to hear iw cause i redid this method with bookmarking and got up to 300 views a day but if i went 2 days without bookmarking and dropped to 4adsense views..very confusing.

note im only at 200 now but I said screw it wrote a script last night so make a subdomain install wp and upload plugins then i type in a keyword and it does the rest for me..so hopefully i can start just poppin them off.
 
Last edited:
Do you have a generic domain or an specific niche domain with subdomains as smaller and long tail keyword niches inside that bigger niche?

i am using blog***.com and second network is ****blog.com

Hi
I am keen to invest in the 10K autoblog JV but i cant post at JV nor PM you due to not enough posts.
Lucas

pm sent

I am waiting to hear iw cause i redid this method with bookmarking and got up to 300 views a day but if i went 2 days without bookmarking and dropped to 4adsense views..very confusing.

note im only at 200 now but I said screw it wrote a script last night so make a subdomain install wp and upload plugins then i type in a keyword and it does the rest for me..so hopefully i can start just poppin them off.

not sure for what you waiting ?
 
not sure for what you waiting ?

I'm planning on buying Scrapebox and Senuke soon (and maybe Xrumer), so I need an answer to this question yo! :P

Here's my question: I have never used Scrapebox, Senuke, or Xrumer yet, but when I *do* use them to start blasting my subdomains, should I blast them DIRECTLY -- or should I blast "linkwheels" and "linkpushes" and "web 2.0 properties" and "buffer sites" that each link to my subdomains?
 
Could anyone please answer this my question ?
Maybe you with those domains just automatically redirect the surfers to the sponser/CPA ?
Thanks

Thank you for your long thread. Got me inspired.
Now I understand that you create shitload of separate blogs under one domain.
What is not clear to me is what are you putting on those separate blogs and how you update them and manage them.
Once you have setted up the blog where you put the adsense or amazon banners/material on them?
Sorry for the maybe dumb questions but as it was told to me if you don't ask then it is considered as a bad question :) or somelike that.

Paul7
 
WOOOOOOOOOOOOOOOOOOOOHOOOOOOOOOOOOOOOOOOOOOO!!!!!!!!!!

I got the cron jobs to work. My 100+ autoblog farm is posting away now in 5-minute intervals.

Although all of my autoblogs have the timestamp removed (they don't have <?php the_time(); ?> or <?php the_date(); ?>), it still shows up in the RSS feed. Anyone know how to remove the timestamp from the RSS feed?
 
sYou post in 5 minute increaments? RedWolf what is your posting rate? I am posting every 6 hours maybe this is my problem..

Edit: made 200 since posting this...set the new ones for 1 post per 2 hours because I use 20 ping sites per blog. Blasted them all to 100microblogs...lets see what happens.
 
Last edited:
I suppose you can't use multi site in hostgator shared accounts..
You need to change a config in your apache config to allowoverride, and it's not possible but in the VPS accounts..
 
I suppose you can't use multi site in hostgator shared accounts..
You need to change a config in your apache config to allowoverride, and it's not possible but in the VPS accounts..

you can install multisite in hostgator share

just add the * in your subdomain :-)
 
Hi

You used the term "finally" so I am wondering just how long it took you to do this?
 
sYou post in 5 minute increaments? RedWolf what is your posting rate? I am posting every 6 hours maybe this is my problem..

Edit: made 200 since posting this...set the new ones for 1 post per 2 hours because I use 20 ping sites per blog. Blasted them all to 100microblogs...lets see what happens.

No, that's not what I mean. Each autoblog of mine also posts away at 6 hour intervals. It's just that 5 minutes after subdomain1 creates a post, subdomain2 will create a post. And 5 minutes later, subdomain3 will create a post. And 5 minutes later, subdomain4 will create a post.

EXAMPLE A) This is what your cron jobs should look like if each of your subdomains posts 4 times a day, and your VPS is set to wait 5 minutes before posting from the next subdomain:

0 0 * * * wget -O /dev/null http://subdomain1.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=asdfghjkl
0 6 * * * wget -O /dev/null http://subdomain1.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=asdfghjkl
0 12 * * * wget -O /dev/null http://subdomain1.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=asdfghjkl
0 18 * * * wget -O /dev/null http://subdomain1.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=asdfghjkl
5 0 * * * wget -O /dev/null http://subdomain2.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=lkjhgfdsa
5 6 * * * wget -O /dev/null http://subdomain2.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=lkjhgfdsa
5 12 * * * wget -O /dev/null http://subdomain2.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=lkjhgfdsa
5 18 * * * wget -O /dev/null http://subdomain2.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=lkjhgfdsa
10 0 * * * wget -O /dev/null http://subdomain3.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=edededede
10 6 * * * wget -O /dev/null http://subdomain3.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=edededede
10 12 * * * wget -O /dev/null http://subdomain3.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=edededede
10 18 * * * wget -O /dev/null http://subdomain3.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=edededede
15 0 * * * wget -O /dev/null http://subdomain4.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=tytytytyt
15 6 * * * wget -O /dev/null http://subdomain4.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=tytytytyt
15 12 * * * wget -O /dev/null http://subdomain4.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=tytytytyt
15 18 * * * wget -O /dev/null http://subdomain4.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=tytytytyt

EXAMPLE B) Eventually, you'll have to add +1 for each hour:

55 0 * * * wget -O /dev/null http://subdomain12.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=asdfghjkl
55 6 * * * wget -O /dev/null http://subdomain12.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=asdfghjkl
55 12 * * * wget -O /dev/null http://subdomain12.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=asdfghjkl
55 18 * * * wget -O /dev/null http://subdomain12.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=asdfghjkl
0 1 * * * wget -O /dev/null http://subdomain13.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=lkjhgfdsa
0 7 * * * wget -O /dev/null http://subdomain13.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=lkjhgfdsa
0 13 * * * wget -O /dev/null http://subdomain13.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=lkjhgfdsa
0 19 * * * wget -O /dev/null http://subdomain13.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=lkjhgfdsa
5 1 * * * wget -O /dev/null http://subdomain14.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=edededede
5 7 * * * wget -O /dev/null http://subdomain14.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=edededede
5 13 * * * wget -O /dev/null http://subdomain14.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=edededede
5 19 * * * wget -O /dev/null http://subdomain14.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=edededede
10 1 * * * wget -O /dev/null http://subdomain15.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=tytytytyt
10 7 * * * wget -O /dev/null http://subdomain15.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=tytytytyt
10 13 * * * wget -O /dev/null http://subdomain15.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=tytytytyt
10 19 * * * wget -O /dev/null http://subdomain15.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=tytytytyt

EXAMPLE C) This is what your cron jobs should NOT look like:

0 */6 * * * wget -O /dev/null http://subdomain1.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=asdfghjkl
0 */6 * * * wget -O /dev/null http://subdomain1.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=asdfghjkl
0 */6 * * * wget -O /dev/null http://subdomain1.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=asdfghjkl
0 */6 * * * wget -O /dev/null http://subdomain1.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=asdfghjkl
0 */6 * * * wget -O /dev/null http://subdomain2.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=lkjhgfdsa
0 */6 * * * wget -O /dev/null http://subdomain2.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=lkjhgfdsa
0 */6 * * * wget -O /dev/null http://subdomain2.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=lkjhgfdsa
0 */6 * * * wget -O /dev/null http://subdomain2.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=lkjhgfdsa
0 */6 * * * wget -O /dev/null http://subdomain3.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=edededede
0 */6 * * * wget -O /dev/null http://subdomain3.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=edededede
0 */6 * * * wget -O /dev/null http://subdomain3.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=edededede
0 */6 * * * wget -O /dev/null http://subdomain3.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=edededede
0 */6 * * * wget -O /dev/null http://subdomain4.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=tytytytyt
0 */6 * * * wget -O /dev/null http://subdomain4.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=tytytytyt
0 */6 * * * wget -O /dev/null http://subdomain4.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=tytytytyt
0 */6 * * * wget -O /dev/null http://subdomain4.domain.com/wp-content/plugins/YOURRENAMEDWPROBOTFOLDER/cron.php?code=tytytytyt

I learned this the hard way. If you set your cron jobs up like EXAMPLE C, your VPS will run out of memory because ALL of your subdomains will attempt to create a blogpost at 12:00 AM, 6:00 AM, 12:00 PM, and 6:00 PM. And probably only one subdomain will create a blogpost, while the rest of your subdomains get a 500 internal server error or 404 error (because the VPS doesn't have enough memory to create a blogpost for all subdomains at the same time).
 
Last edited:
iw1iw1: I got Senuke X last night and making 1 profile for all profile nuke sites then adding 1 url per profile...so 100 blogs 100 profiles...this has been very time consuming..but I am testing with Magic Submitter to post to StatusNet Microblogs 1 account posting all blogs 2 times per day..well so far i'm only 1/4 done and the day is halfway done so it'll probably take 2 days to post everyblog

as for my autoblogs i read on a setup to post every 2 hours I have seen no difference in 2 hours and 6 hours (my original cronjob time) My wprobot sets this up automaticly so when blog is made it posts 2 hours of that time..so all the times are different and how i set them up its morning and night mix.
 
Last edited:
iw1iw1: I got Senuke X last night and making 1 profile for all profile nuke sites then adding 1 url per profile...so 100 blogs 100 profiles...this has been very time consuming..but I am testing with Magic Submitter to post to StatusNet Microblogs 1 account posting all blogs 2 times per day..well so far i'm only 1/4 done and the day is halfway done so it'll probably take 2 days to post everyblog

as for my autoblogs i read on a setup to post every 2 hours I have seen no difference in 2 hours and 6 hours (my original cronjob time) My wprobot sets this up automaticly so when blog is made it posts 2 hours of that time..so all the times are different and how i set them up its morning and night mix.

So you're using the "pseudo-cron" function of WP Robot, right? That means each of your autoblogs will only create a post when they are visited by a human visitor. I'm in my first week of autoblogging though, so the "pseudo-cron" function is pretty much useless for me as I doubt my autoblogs are receiving any human traffic.
 
Working on the fix now...

Edit: How many cronjobs do you think can run at 1 time? As I'm sure I will do atleast 2-3 circles with the 5 minute mark as i'm already on hour 3 and only 1/5th done?
 
Last edited:
Should I use SENuke's indexer on the blogs or should I just do the profile nuke?
 
Working on the fix now...

Edit: How many cronjobs do you think can run at 1 time? As I'm sure I will do atleast 2-3 circles with the 5 minute mark as i'm already on hour 3 and only 1/5th done?

You may want to do 1 minute or 2 minute increments if you have more than 500 subdomains.
 
Status
Not open for further replies.
Back
Top