brandy_e456
Forum Replies Created
-
Forum: Plugins
In reply to: System Overload/Postie/Wp-Cron HELP!I was looking into Anhosting.com that is recommended on the wordpress site.
But I’ve accepted I will paying close or up-to $100 a year to get what I want. I would have switched to blogger but I’ve become attached to my wordpress. I like everything about it. The layout. My content. My settings. The software(?)…I don’t like the idea of going through a site like that when I really just want it to work off my site!
About 100Webspace, My boyfriend and I had the same host and we didn’t realise that we had a “free service” until they turned off our ability to send out emails. He just upgraded and I didn’t. Then all these problems started happening when I wanted a moblog. I OBVIOUSLY should have moved when they turned off the whole sending mails off!!!!!!! Isn’t that stupid?
On the upside this has been a good challenge for my boredom. ??
Forum: Plugins
In reply to: System Overload/Postie/Wp-Cron HELP!100webspace.com. I’m looking into changing the host though. I’m done with them pretty much.
Apparently I’ve been on the Free with no ads. hahForum: Plugins
In reply to: System Overload/Postie/Wp-Cron HELP!Just wondering do you think using a site like webcron.org would cause my site to overload? I’ve tested it and it works but…ummm….I am afraid to let it run. Because of the new thought that was put into my head. I’m looking into new hosts but I wanted to ask this question to see if that was a possiblity without having to move?
(I hate moving because I’m impatient. haha but I have no problem moving if it’s necessary.)
It’s disappointing to find out your host is a big pain the ass.
OH! Btw, if you go the Postie site they say that the cronless postie is not working. It’s listed as an open issue. Oh well.
Forum: Plugins
In reply to: System Overload/Postie/Wp-Cron HELP!Okay. I did everything you said. I put it on 15 minutes on the cronless…but now…nothing happens.
What am I doing wrong? My site is up again though.
Forum: Plugins
In reply to: System Overload/Postie/Wp-Cron HELP!“Your account has been blocked for system overload. You have used
>> more CPU usage than allowed and for this reason it has been
>> blocked.
>> Now, I have activated your account again and please, make sure the
>> case will not happen again.
>> Thank you for choosing our services!”WTF kinda explanation is that? THANKS. So..I sent an email saying I’m not completely sure what it is…I think it’s so and so..but I’m not sure…(And I didn’t even mention the fact I don’t know what to look for in too much CPU usage on a server? Is there any way to see that?)
“I am sorry but we do not provide support for custom scripts and site
debugging for our users. Unfortunately you will have to find a
solution without our help in this case. I may suggest you to ask our
forum members for a possible solution. There are a lot of people who
may help, I think.”So. I came here. Because I didn’t want to go and talk about wordpress problems on my webhosting forum.
But yeah. Now I’m locked out AGAIN because I don’t know when I am using too much CPU usage and therefore, I am locked out. I contacted them using the same email early this morning and got no response.
So yes. I am going to try this to see what happens. It just sucks because I don’t totally understand PHP so I’m changing things and hoping it works. Good lord this has been a big deal of trouble. I hate the waiting game with my host. So yeah if I ever get reactivated I’m going to definitely change hosts.
Forum: Plugins
In reply to: System Overload/Postie/Wp-Cron HELP!In WP-Cron. I went and changed the bottom line codes to trigger Postie. Because doing what the read me says results in nothing happening. or atleast in all my tries.
“//////////////////////////
// these execute the various hooks
function wp_cron_30_exec() {
file_get_contents(‘https://www.domain.com/wp-content/plugins/postie/get_mail.php’);
do_action(‘wp_cron_30’);
}function wp_cron_hourly_exec() {
file_get_contents(‘https://www.domain.com/wp-content/plugins/postie/get_mail.php’);
do_action(‘wp_cron_hourly’);
}function wp_cron_daily_exec() {
file_get_contents(‘https://www.domain.com/wp-content/plugins/postie/get_mail.php’);
do_action(‘wp_cron_daily’);
}
?>”Well…I changed the 15 to 30 minutes or what I thought would be.
“if ($wp_cron_now > ($wp_cron_daily_lastrun + 86400)) {
update_option(‘wp_cron_daily_lastrun’, $daily);
add_action(‘shutdown’, ‘wp_cron_daily_exec’);
}
if ($wp_cron_now > ($wp_cron_hourly_lastrun + 3600)) {
update_option(‘wp_cron_hourly_lastrun’, $hourly);
add_action(‘shutdown’, ‘wp_cron_hourly_exec’);
}
if ($wp_cron_now > ($wp_cron_30_lastrun + 1800)) {
update_option(‘wp_cron_30_lastrun’, $wp_cron_now);
add_action(‘shutdown’, ‘wp_cron_30_exec’);
}”I am not sure if I did this wrong or what. 0_o I just want it to check occasionally and not cause system overload. This stuff is my somewhat educated guessing from any reading I’ve been doing. I only run WP-Cron, Postie and Cronless Postie. If I try to run any other wp-cron plugin thingy they have included it will not work at all.
Sorry for not being clear. I’m very new to this.
Forum: Plugins
In reply to: System Overload/Postie/Wp-Cron HELP!Any help would be awesome.
Forum: Plugins
In reply to: Automatically Process Postie – How To?HI. Still having trouble. Would like someone to read this.
My problem is simular except that Postie recommends you run WP-Cron. It worked wonderfully at first, then it made my system overload. I had to change some code that someone wrote for it to make WP-CRON activate postie’s get_mail.php. After that my site started to go extremely slow the more I posted and then I got suspended from my account. I got it reactivated and I have no idea what to do besides get rid of the WP-Cron.
But now of course, Postie does not run. I don’t know how to change the times on the wp-cron. I don’t know how to do any of that. if ANYONE can help me I would REALLY appreciate it.
Forum: Plugins
In reply to: Automatically Process Postie – How To?I’ve noticed Cronless Postie doesn’t work. I’m trying to get it to work. I do not know how to set up a cron job. I don’t know where to start with a cron job. I don’t have Cpanel it seems, I need help BADLY.
Forum: Plugins
In reply to: Moblogging via MMS/Email using perl/xml-rpc…I don’t understand where to put this in my plug-ins? I would like to use this script.