THIS IS A FREE SERVICE, DO NOT USE IT!
AND FUCK OFF!
I will never get why people will complain so much about something they get for free.
THIS IS A FREE SERVICE, DO NOT USE IT!
AND FUCK OFF!
I've tried PMing you through your blog and writing on the support section but I haven't heard anything back.
WP Robot is stuck in 1970 as the next post. Any chance you'll fix this problem or tell me how to?
please do not activate all of the plugins at onceHi
Waiting but still could not get any activation mail. Any problems?
've tried PMing you through your blog and writing on the support section but I haven't heard anything back.
WP Robot is stuck in 1970 as the next post. Any chance you'll fix this problem or tell me how to?
Yes WProbot is on 1970 and makes no more posts...
Also My Blog is very slow and I often get an 502 Bad gateway.
Hello im pretty new to this website and im ur fan N#1
Im waiting impaciently to join your auto blog thing but i ahve some questions.
what can auto blogs do? and will i be able to edit the HTML code and things like that to place some stuff to get money when visitors enter the website?
Hey great service geteasymoneynow. I have a quick question. Does google index your domain nowblogg.com..did you ever face any sandbox issues?
And will you have a feature where we could use our own domains for each autoblog?
Yes google was on my nowblogg 5 mins. after posting the 1st article (with twitter post)
I will never get why people will complain so much about something they get for free.
have been reg but not yet activate.. that activate link come out error.. how to fix it.. TQ
WOW!!
I can't even begin to describe how awesome of you it is to be doing this
for our community!! Truly, truly awesome.
I happily registered & began poking thru my newly-created blog.
Quite impressive!
However, as I continued to go through all these newly-found 'toys' (plugins, etc.),
I began to get that shitty 'discouraged' feeling again.
Why?
Because my ADD kicked in (lol), and I started looking at all the settings of the plugins,
and I started to get confused as to HOW I set all these things up so that
it all works smoothly.
I guess I'm humbly asking anyone here who knows how to make a REAL autoblog--
HOW do you configure the damn plugins properly so that it all works,
including automatic content, goddam ADSENSE (and Amazon/ebay) plugins, etc.
Does anybody know?
It's the DETAILS that are truly killing me.
Can anybody relate?
I mean, I know I'm not stupid, and I'm definitely not a noob.
I just need a little help from my friends.
I would really appreciate any help or guidance or a poke in the right direction
(shit - even point me to which guide/product we have available here)
that would help get me up & running w/ a working blog that makes actual money
and doesn't have a fucking learning curve that's comparable to getting a
doctorate in astrophysics.
Thank you in advance!!
And thanks again to geteasymoneynow for providing this for us.
And peace,
BigDaddy
Wow. I never thought there would be something like this for free. You're really awesome man. Thanks a lot.
I just wanted to ask if I can get some of the plugins used there for I do have account on some hosting sites which I'm gonna be used on my blogs there. Thanks.
I've tried PMing you through your blog and writing on the support section but I haven't heard anything back.
WP Robot is stuck in 1970 as the next post. Any chance you'll fix this problem or tell me how to?
Well, I don't think taking this opportunity is a good idea.
Just think that he will change his mind somedays. You guess it....
Setting up a autoblog is easy (wp-robot is free) and shared host can handle around 20 blogs without problem.
Of course geteasymoneynow is a good guy and his helping is really great. Anyway, people know what I am saying.
function filter_cron_schedules( $param ) {
/* fixed by KenBlack */
return array_merge(array( '30min' => array(
'interval' => 1800,
'display' => __( 'Every 30 minutes'
))), $param);
}
I am pleased you are offering a good service here, and hope you the best with it.
As for the duplicate post plugin issue with WP Robot, it is very easy to fix. All you do is this:
In wp-content/plugins/delete-duplicate-posts.php, you find and delete the filter_cron_schedules function.
Then add this code to replace it:
Code:function filter_cron_schedules( $param ) { /* fixed by KenBlack */ return array_merge(array( '30min' => array( 'interval' => 1800, 'display' => __( 'Every 30 minutes' ))), $param); }
After this, WP-Robot will now work, as will the duplicate post plugin. If your keywords remain at 1970, simply delete, then add them again. This can happen if you enabled WP-Robot after enabling the duplicate post plugin.
Thanks again.