WP-Cron 1.4

WP-Cron 1.4 is now available for download!

This version updates the wp-cron-mail.php helper plugin for blogging by email. This version will now properly handle apostrophes and quote marks in the subject of posts, as well as in the body of the post.

New in this version is a wp-cron-update-links.php helper plugin, which will refresh the "last updated" value of links defined in your Links Manager. See http://mathibus.com/archive/2005/10/wp-blogroll for a tutorial on using the new wp-cron-update-links.php helper plugin. Thanks Mathias!


89 Responses to WP-Cron 1.4

  1. 1719 valerie 2005-10-13 19:15:39

    Hi - thanks for the great plugins :)
    Any plans to have this one execute a weekly plugin hook?

  2. 1720 skippy 2005-10-13 19:36:50

    valerie: I've yet to see a need for a weekly action, which is the biggest reason I haven't made one. And WP-Cron is not entirely accurate with respect to execution, so something scheduled for weekly action might end up firing sooner or later, which may have undesirable consequences.

    Is there something specific you had in mind for a weekly action?

  3. 1704 valerie 2005-10-13 20:21:59

    I was thinking of a weekly for the database backup. I typically do database backups on Mondays but with the increasing number of sites I have to manage (and maintain for people who don't know what they're doing) it would just be nice to have that weekly backup emailed to me. Daily is just... a lot, you know.
    My opinion anyway... :)

  4. 1699 skippy 2005-10-13 23:04:20

    valerie: my theory is that if you get even one new comment, you should have a recent backup. It's easy enough to do, and you can fit many daily blog backups on CDR.

  5. 1706 valerie 2005-10-14 12:17:18

    Very true, thanks :)

  6. 1791 Boja 2005-10-25 14:53:59

    In wp-cron.php (version 1.4) the version show is 1.3 but plugin is 1.4 :)

  7. 1789 skippy 2005-10-25 16:05:07

    Boja: thanks for the heads-up. I'll correct that.

  8. 1854 Havard Hvassing 2005-10-31 05:14:01

    My script just sent me 22 copies of the same file when used together with wp-backup. Could this have anything to do with the daylight saving?

  9. 1812 skippy 2005-10-31 11:21:50

    Yeah, I got a deluge of backups this morning, too. It's almost certainly due to the time change.

  10. 1878 Tales from the Motherboard - Internet, Linux, Podcasting, and Blogging Thoughts for the Masses » Blog Archive » How to Use WP-Cron to Execute a PHP Script. 2005-11-03 17:57:23

    [...] Some of you may have noticed that I’m pulling my Dattica bookmarks into my blog. I’ve noticed that some of the blogs I read do this, and I really like it. I hacked the Rad Geek’s feedwordpress plugin to grab and format my Dattica bookmarks correctly, but I needed something to run the script that checks for new ones. Not having cron jobs, I went to Skippy’s wp-cron plugin. It kind of takes the place of Cronjobs (if you happen to be using Wordpress) in that it runs tasks you assign to it on a (semi) regular basis. Good enough for me…I’m not doing nuclear science here. [...]

  11. 1870 Jon 2005-11-03 17:58:42

    I've modded the reminder plugin to call a php script that I wrote. If anyone wants to see how to do that (or at least, how *I* did it), check out:

    http://www.jonwatson.ca/blog/?p=702

    Great plugin Skippy - thanks!

  12. 1895 Luke Bosman 2005-11-06 19:57:42

    I've downloaded this and have managed to receive emails from WP-Cron reminder. However, I'm having no luck whatsoever with WP-Cron-Mail. I really don't know where to start looking for whatever I have done wrong and would appreciate your help. Thanks in advance.

  13. 1897 skippy 2005-11-06 20:28:26

    Luke: Unfortunately, I don't do blog-by-email (and never have) so I don't really have any way to test wp-cron-mail.php. If it doesn't work for you, you might want to look at Postie or this Gmail plugin.

  14. 1804 WordPress Info And Tips » How To Make Wordpress Send Pingbacks In The Future When You Publish A Future Dated Post 2005-11-11 08:24:32

    [...] WP-Cron is available for free athttp://www.skippy.net/blog/category/wordpress/plugins/wp-cron/ [...]

  15. 1808 Basic Thinking Blog » Wordpress Plugins (Update 1) 2005-11-12 09:30:13

    [...] 3. Backup Restore: Unverzichtbares Plugin, um die Blogdatenbank und die Wordpress Files auf einfachste Art und Weise zu sichern. Besser ist aber die Lösung WP-DB Backup in Kombination mit WP Cron, da damit die Sicherung so wie es sich gehört automatisch erfolgt. [...]

  16. 1796 anonymous surfing 2005-11-12 14:40:45

    I've installed 1.4 (it also displays as 1.3 for me) and interested in using the future pings feature. I'm using WP 1.5.2 - does wp-cron / future pings work on this version? I've activated wp-cron, wp-cron reminder & wp-cron future pings and am getting nothing - no pings & no test emails. Are there any known plugins that don't play nice with wp? Also - as a workaround, can you advise what I wp file / command I could place in my cron to start up a ping?

    Thank you for any advice you can provide.

  17. 1832 skippy 2005-11-13 03:43:55

    future pings doesn't work quite as well as I'd like. My limited testing of the plugin was moderately successful, but at least one person has reported consistent failures from it. The problem is the way WordPress 1.5x handles pings, which is neither flexible nor entirely appropriate to the workflow.

    Much of the pinging has been revised in WordPress 1.6, which should make future pings much easier. It's also quite possible that it will be a default feature -- discussion in the recent Bug Hunt suggested that pings be sent the first time the post is viewed, which would pretty much eliminate the need for this plugin.

  18. 1909 anonymous surfing 2005-11-14 03:49:21

    thanks, skippy.

    thankfully, wordpress database backup 1.7 + wp-cron 1.4 works ok ;) Interesting enough, the backup 2 email works fine, but wp-cron reminder does not..

    Any guesstimates on when 1.6 will be out? And in the interim, any ideas on what cron statement I could put in my host panel to ping all the service URI's? Sure, i could ping each service individually with curl - but is there a specific worpress file i should curl to get them all in one shot?

    And thanks for the response!

  19. 1903 skippy 2005-11-14 16:41:44

    I'm making wild speculation when I say that WordPress 1.6 might be out before Christmas. I really have no way to know, and the official release date remains "When it's done".

  20. 1904 Le blog 2005-11-14 16:45:12

    WP-cron YADD

    Voici ma petite contribution au monde merveilleux de Wordpress :
    WP-cron YADD est une intégration de YADDdans l’architecture WP-cron. De cette manière, plus de problème avec l’écriture de scripts shells et l’utilisation de cron. ...

  21. 1945 The Lazy Blogger 2005-11-19 15:31:11

    Skippy, I have been playing with the future ping setting for a few hours trying to see exactly what was going on. I was following a discussion on another blog where someone was saying their site pinged pingomation as soon as they published, well mine did too but I noticed something. Any blog links that I post in the body get pinged immediately. However, the script works fine as far as trackbacks and pings to sites in my ping list going out after the postdated time has occurred. Could this be all that is giving people problems or does the script fail at other times as well?

  22. 1948 skippy 2005-11-19 23:39:35

    Lazy Blogger: it's quite possible that that's the major stumbling block. My Future Pings plugin involves several ugly hacks: it first tries to disable the option to send pings to update services so that the default pings will be supressed; it then tries to tell WordPress that all the pings and trackbacks have already been done.

    I'm hopeful that the upcoming WordPress 2.0 will provide a more flexible framework.

  23. 1990 » I tu, quins plugins tens?Y tu, ¿que plugins tienes? 2005-11-24 23:57:25

    [...] - WP-Cron: Per executar tasques periódicament. El faig servir conjuntament amb el següent plugin. [...]

  24. 2002 Brewed Fresh Daily » Testing WP-Cron-Mail » Opinions, news and events from Cleveland, Ohio 2005-11-25 22:38:49

    [...] A cron job for wordpress. E-Mail This Article [...]

  25. 2016 誰的部落格 » 備份 WordPress 資料庫好用外掛 2005-11-26 11:08:31

    [...] 相關連結: WordPress Database Backup 1.7 – Author: Scott Merrill WP-Cron 1.4 – Author: Scott Merrill WordPress Database Backup @ wp-plugins.org 作者:RB26DETT 發表於: 精華文章   [...]

  26. 2017 icooltools.com » Skippy Plugins to Enter Wordpress Core 2005-11-30 00:51:27

    [...] Yes, Skippy’s wordpress database back up plugin will be included in the latest wordpress version and it looks like his wp-cron plug-in will be there too. [...]

  27. 2039 Bertil Gralvik 2005-11-30 11:33:31

    Skippy: ( Wow, my Gravatar is in place 8-)
    When I compare with yours, I realize that Gravatars should be like chameleons and automatically adapt their color scheme to the overall L&F of the blogs they are visiting.
    ( I'm sure it will be done - just take a note of where you heard it first )

    Now, to the question of wp-cron & al.
    If I knew PHP, I wouldn't bother you with the elementary,
    but ...

    Activating wp-cron, wp-cron-reminder and wp-cron-mail, I get four unevenly spread mail messages in an hour, but my email posts are never fetched. wp-mail works though so the email post fetching mechanism would be set up correctly.

    Now, in your wp-cron-readme it says that the actions of wp-cron depends on some regularity of visits to the blog.

    Does this mean that any visit will launch a PHP session lasting for a preset time, and that wp-cron must react in that time span for it to work.
    I think of wp-cron as a "daemon process" checking the current time against a scheduled time - wrong I guess?

    In the readme it also says "The plugin will automatically create in your database the three options it requires."

    This sounds like three fields in the MySQL database. If so, what names do they have? ( I don't remember what tables and fields WP itself created ).

    If I install a new version of the wp-cron package, do I have to reset anything, i.e. in the database.

    Thanks for working so hard for lazy bloggers!

  28. 2040 skippy 2005-11-30 12:29:37

    WP-Cron does two things:
    1) it creates three new entries in your wp_options table. These are named wp_cron_15_lastrun, wp_cron_hourly_lastrun, and wp_cron_daily_lastrun.
    2) Every time a visitor comes to your site, WP-Cron compares the current time with each of the WP-Cron values. If the current time is greater than the interval for the current option (15 minutes, and hour, or a day), then WP-Cron will trigger the functions registered against the appropriate hook.

    As for wp-cron-mail.php, I can't help too much. I don't use POP3 email, so I've never actually tested it. ;) If it works, great; if not, please accept my apologies.

  29. 2041 Bertil Gralvik 2005-11-30 14:09:32

    Thanks - your explanations satisfies all I wanted to know!
    No need to apologize of course - after all its free.

    One may wonder if you have a built in remote control in the wp-cron :). I installed the script yesterday and "visited" my blog a lot of times - no bublishing.

    Today, as soon as I had finished my last post here, the cron published my long pending post at my blog.

    It's working!

  30. 2051 Word Press Plugins for ProBloggers: Blog Tips at ProBlogger 2005-12-02 03:24:20

    [...] Google Sitemaps 9 Spam Karma 2 - Reloaded 5 Related Posts 3 WP-ContactForm 6 Email Notification Plugin StatTraq 2 Adsense Deluxe 5 Akismet 4 Ultimate Tag Warrier 3 Feedburner Feed Replacement 3 WP-Amazon 3 Auto hyperlink URLs 2 Page Navigation 2 Angsuman’s Feed Copyrighter 2 WordPress Database Backup 2 IImage Browser 2 Paged Comments 2 Viper’s Plugins Used 2 Popularity Contest 2 WP-Googlestats 2 Subscribe to Comments AJAX Spell Checker Recent Comments Audio Play Rate My Stuff ViewLevel2 evermore PHP Exec Most Wanted Autometa WP-Cron Quicktags WP Adsense No Duplicate Comments Polite-ifier CSS Compress Del.icio.us Bookmark This Flickr Gallery Heavyweight Categories Live Comment Preview Relative Dates RunPHP Extract Terms Terms2tags Force Word Wrapping WP-cache WordPress From/Where WP Hardened Trackback WordPress Hashcash Adsense Logger Bad Behavior Cat 2 Tag CA Chitika Chitika eMiniMalls Code AutoEscape Paged Comment Editing Optimal Title Better Feed Click Counter IP 2 Nation Random Words Transpose e-mail Batch Categories Enhanced View PXS Mail Form SH-Autolink Search Meter Search Pages Search Reloaded Smart Update Pinger Taggerati x-Dashboard CG Powerpack PhotoPress Subscribe Me Secure Image Ak-Bookmark/ak-subscribe Blogs of the Day (couldn’t find URL) Get RSS (couldn’t find URL) [...]

  31. 2064 [ABCcletta.it] la panza è creanza… : Backuppare il database… 2005-12-04 16:48:42

    [...] Ultimamente ho un pò paura di perdere dei dati, quindi mi sono affannato ad effettuare un backup di tutto il blog. Ho backuppato il prezioso tema appena modificato e ho dedicato le mie attenzioni al database. Dato che il database è l’elemento più sensibile a variazioni volevo qualcosa che effettuasse per me il backup in maniera sistematica. Tralasciando l’ottimo phpMyAdmin fornito dal pannello di controllo di Tophost, ho cercato qualche plugin e ho trovato wp-db-backup e wp-cron. Il primo serve per effettuare un backup vero e proprio che può essere salvato nel vostro spazio web, salvato sul vostro pc oppure inviato via mail. Il secondo serve per schedulare diverse operazioni (molte delle quali inutili) e utilizzato congiuntamente a wp-db-backup permette di inviare giornalmente il backup del proprio database ad un indirizzo email designato (preferibilmente Gmail, se avete bisogno di inviti, contattatemi). [...]

  32. 2089 Bandsalat-zum-Fruehstueck | Ein Weblog | Christian Grasse 2005-12-07 17:18:26

    [...] Man kann also via Telefon eine Nachricht auf seine Voicebox (Anrufbeantworter im Internet) anrufen und der Emailprovider schickt dann automatisch eine Email mit der Audiodatei an die Mailadresse. Diese kann man dann mit dem Postieplugin via Pop3 “herunterladen” und in einen Blogeintrag umwandeln lassen. Damit man das Postieplugin nicht immer manuell ausführen muss, kann man sich einen sogenannten Cron-Job-Dienst anlegen. Dieser sorgt dafür, dass in regelmäßigen Zeitabständen das Postieplugin ausgeführt wird. Z.B. alle 15 Minuten… Somit schaut Postie dann alle 15 Minuten ob eine neue Mail eingegangen ist und läd diese in einen Blogeintrag. (Es gibt dafür auch ein Wordpress-Plugin namens WP-Cron) [...]

  33. 2198 Guimod Blog 镜象站 » 与WP2.0兼容的插件列表 2005-12-17 06:55:22

    [...] A- C A Different Monthly Archive Script (http://www.oneofthosedays.org.uk/projects/plugin-archives) Adhesive (http://redalt.com/wiki/Adhesive) v3.0 Akismet (http://akismet.com/) 1.1 (Duh!) Akismet Spam Count (http://cavemonkey50.com/code/akismet-spam-count/) Angsuman’s Referrer Bouncer (http://blog.taragana.com/index.php/archive/word-press-1-5-plugin-referer-bouncer) Auto Links (http://www.headzoo.com/) Autohyperlink (http://journalphoenix.com/40/autohyperlink) Bad Behavior / Bad Behaviour (http://www.ioerror.us/software/bad-behavior/) Bad Behavior Stats (http://www.ajaydsouza.com/wordpress/plugins/bad-behavior-stats-plugin/) BlogLiner (http://www.slightlyremarkable.com/2005/05/introducing-blogliner) 0.2 Blogs Of The Day (http://blogsoftheday.com/) All Versions I assume. Brian’s Latest Comments (http://meidell.dk/archives/2005/03/21/brians-latest-comments-15/) 1.5.5 and 1.5.8 CA-StarDate (http://www.funponsel.com/blog/archives/2005/05/02/ca-stardate/) Cricket Moods (http://dev.wp-plugins.org/wiki/CricketMoods) CG-Amazon (http://www.chait.net/index.php?p=238/) CG-FeedRead (http://www.chait.net/index.php?p=238/) CG-Inline (http://www.chait.net/index.php?p=238/) CG-QuickPHP (http://www.chait.net/index.php?p=310/) Countdown (http://redalt.com/downloads/) Counterize (http://andersdrengen.dk/projects/counterize) 0.31 (Create wp_images directory in root) D - F del.icio.us - Bookmark this! (http://www.arnebrachhold.de/2005/06/05/delicious-bookmark-this-wordpress-plugin) 1.0 del.icio.us Cached (http://www.w-a-s-a-b-i.com/archives/2004/10/15/delisious-cached/) 1.4 Download Manager (http://guff.szub.net/download-manager/) R1.beta2 Dunstan’s Time Since (http://binarybonsai.com/wordpress/time-since/) 1.1 Editor Search (http://www.theoneandtheonly.com/wordpress-editor-search/) 1.3 Extended Live Archives (http://www.sonsofskadi.net/index.php/extended-live-archive/) 0.10 Beta-r5 Favatars (http://dev.wp-plugins.org/wiki/favatars) 2 flickrRSS (http://eightface.com/code/wp-flickrrss/) 2.3 Fold Page List (http://http://www.webspaceworks.com/resources/cat/wp-plugins/30/) 1.0.1 G - K Get Recent Comments (http://blog.jodies.de/archiv/2004/11/13/recent-comments/) Google Analyticator (http://cavemonkey50.com/code/google-analyticator/) 1.3+ Google Sitemaps (http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final) 2.7.1 Gravatar (http://www.gravatar.com/implement.php#section_2_2) 1.1 Gravatars (http://www.skippy.net/blog/2005/03/24/gravatars/) 2.6 Headline Images (http://www.coldforged.org/image-headlines-plugin-for-wordpress-15/) Hello Dolly (http://wordpress.org/#) 1.5 (Duh!) Hirji Date (http://www.usayd.com/pluginshacks/hijri-date/) InScript (http://www.urbangiraffe.com/plugins/inscript/) 1.7 intouch (http://adahas.com/work/intouch/) 1.1 Intypo (http://mymykry.links-ab.de/kategorie/intypo/) Jalenack’s Wordspew (http://blog.jalenack.com/ajax/) 1.16 L - O Lazyest Gallery (http://lazyest.keytwo.net/) Tested 0.7.1 and 0.8 Links Page (http://www.asymptomatic.net/wp-hacks/) List Subpages (http://robm.me.uk/projects/plugins/wordpress/list-subpages/) LiveCalendar (http://www.jonabad.com/livecalendar/) Tested 1.8 and 1.8.5 Miniblog (http://mediumbagel.org/?page_id=16) MtDewVirus’ Most Commented (http://mtdewvirus.com/code/wordpress-plugins/) 1.02 MyNetflix (http://www.jimmyoliver.net/mynetflix-plugin/) Nice Categories (http://txfx.net/2004/07/22/wordpress-conversational-categories/) 1.5.1 No Ping Wait (http://somethingunpredictable.com/wp-no-ping-wait/) Now Reading (http://robm.me.uk/projects/plugins/wordpress/now-reading/) Obfuscate E-Mail (http://www.coffee2code.com/wp-plugins/#obfuscateemail) Optimal Title (http://elasticdog.com/2004/09/optimal-title/) P - S PJW Wordpress Version Check (http://blog.ftwr.co.uk/wordpress/wp-version-check) Popup Image Gallery (http://www.yellowswordfish.com/index.php?pagename=popup-image-gallery-plugin) 2.2 Post Teaser (http://dev.wp-plugins.org/wiki/PostTeaser) Qdig-WP (http://randomfrequency.net/wordpress/qdig/) 0.5 Quick Post (http://cjbehm.dyndns.org/wingingit/quick-post/) Random Header (http://www.martinet.nl/wp-site/random-header-plugin) Random Posts (http://www.w-a-s-a-b-i.com/archives/2004/05/27/wordpress-random-posts-plugin/) 1.1 McMike’s Random Quote (http://www.mcmike.nl/?page_id=40) Random Talk (http://http://mangasverdes.es/codigo-wp/random-talk) 1.0 MtDewVirus’ Recent Posts (http://mtdewvirus.com/code/wordpress-plugins/) 1.07 Redirect to Page (http://cavemonkey50.com/code/redirect-to-page/) Related Posts (http://www.w-a-s-a-b-i.com/archives/2004/05/26/wordpress-related-entries-plugin/) 1.3.3 (Had to update the database manually, but this is possibly due to a custom database prefix) Scrobbler (http://leflo.de/projekte/scrobbler/) 1.3 Scrobbles (http://robm.me.uk/projects/plugins/wordpress/scrobbles/) SearchHistory (http://andersdrengen.dk/projects/searchhistory) 0.17 Search Everything (http://dancameron.org/searcheverything/) 0.01 Search Pages (http://randomfrequency.net/wordpress/search-pages/) 0.1 Shire Reckoning (http://www.allyngibson.net/?p=335) 0.5 Sideblog (http://katesgasis.com/2005/10/24/sideblog/) SimpleSearch (http://beaucollins.com/notes/2005/11/19/simplesearch-a-simple-full-text-solution/) 1.0 SimpleTags (http://www.broobles.com/scripts/simpletags/) 1.1 (See #1618 (http://trac.wordpress.org/ticket/1618) — need to edit wp-admin/admin-header.php to allow tagging within posts) Smart Count (http://wp.marcosmedia.com.ar/plugins/smart-count/) Spam Karma 2 - Reloaded (http://unknowngenius.com/blog/wordpress/spam-karma) (Tested 2.1 Beta 1 and seems to work fine except for comment_count updates) comment_count updates are fixed by using this SK2 plugin - http://lair.fierydragon.org/2005/11/sk2-wp2compatibility/) StatCounter for WordPress (http://citizenk.wordpress.com/wp-plugins/statcounter-for-wordpress/) 1.0 Structured Blogging (http://www.structuredblogging.org/) Subscribe To Comments (http://txfx.net/code/wordpress/subscribe-to-comments/) 2.0.2 (May need to have his text strings redefined in options panel, but otherwise works fine) Ryan Boren’s Theme Switcher (http://boren.nu/archives/2004/10/13/theme-switcher-plugin/) (partially works : it disables the “Current theme option” admin link) T - V Textile 1 (http://www.huddledmasses.org/) Trackping Separator (http://notes.mk-notes.com/tsp) Ultimate Tag Warrior (http://www.neato.co.nz/ultimate-tag-warrior/) 2.8.7 (Applied this patch (http://www.neato.co.nz/forum/read.php?4,114,115#msg-115) to solve ” ” problem) Note : release 2.8.8 solves this problem no more patch needed Ultimate Tag Warrior (http://www.neato.co.nz/ultimate-tag-warrior/) 1.3 Legacy Ultimate Tag Warrior: Tag Archive (http://www.neato.co.nz/ultimate-tag-warrior/) 1.0 W - Z Weighted Categories (http://www.hitormiss.org/projects/weighted-categories) 1.2 Witty Text (http://www.w-a-s-a-b-i.com/archives/2004/05/27/wordpress-random-witty-text-plugin/) Weather.com Plugin (http://www.didcoe.id.au/?post_id=19) 1.5 WeatherIcon (http://www.viper007bond.com/wordpress-plugins/weathericon/) 2.3 WebSTAT Tracker (http://cavemonkey50.com/code/webstat-tracker/) WordPress Database Backup (http://www.skippy.net/blog/category/wordpress/plugins/wp-db-backup/) 1.7 WordPress Mobile Edition (http://www.alexking.org/index.php?content=software/wordpress/content.php#wp_120) WP Admin Bar 2 (http://mattread.com/archives/2005/03/wp-admin-bar-20/) WP-Amazon (http://manalang.com/wp-amazon/) WP-Cron (http://www.skippy.net/blog/category/wordpress/plugins/wp-cron/) 1.4 WP-Dash (http://somethingunpredictable.com/wp-dash) (Recent Posts widget causes database errors) WP-Dash World Time (http://www.viper007bond.com/wordpress-plugins/world-time-for-wp-dash) WP Flickr Post Bar (http://tantannoodles.com/toolkit/wp-flickr-post-bar/) 0.3 (does not work with the WYSIWYG on) -> Possible solution? (http://wordpress.org/support/topic/50093) WP Grins (http://www.alexking.org/index.php?content=software/wordpress/content.php#wp_120) (need to change path around line 34 to /wp-includes/images/smilies/ from the default of /wp-images/smilies/, otherwise fine) wp-icq-status (http://blog.tassoman.com/78,wp-icq-status) WP SpamAssassin (http://www.ioerror.us/software/wp-spamassassin/) WPG2 (http://wpg2.ozgreg.com/index.php/Main_Page) WordPress/Gallery2 integration - tinyMCE (the rich text editor) filters wpg2 tag [...]

  34. 2199 Emanuele 2005-12-17 10:36:10

    Hi, I am using wp-cron.php just to backup my db each day.
    Do I need to update from 1.3 to 1.4? What's new?
    Do I just need to change the php file into my plugin directory?
    Thanks for your work,
    Emanuele

  35. 2185 skippy 2005-12-18 02:33:43

    Emanuele: no, the actual wp-cron plugin is not updated in this version. 1.3 should continue to work just fine for your backup purposes. If you do upgrade, simply replace all the files on your server with the ones contained in the download.

  36. 2220 海豚微笑的背后 » 推薦一個WordPress數據庫的備份方案 2005-12-23 04:56:27

    [...]   每个Blog最重要的就是数据了,但是备份数据库总是一个麻烦事,虽然phpmyadmin或者wget之类的工具可以完成这项工作,但是还是麻烦了点,这里我推荐两个插件来完成自动备份并且同时把备份数据库发送到指定信箱:WP-DB Backup和WP-Cron   安装都很简单,解开后上传到Plugins目录激活就可以了。WP-DB-Backup有三种备份方式,:本地;服务器目录;发送到指定E-mail。而在激活WP-Cron以后各位就会发现原WP-DB-Backup的管理界面Manage/Backup中会多出一个定期发送的选项,由此设置后便会每天自动把备份的数据库发送到你指定信箱。   另外WP-Cron还附带了好几个有趣的自动执行插件,有兴趣的可以试试。 [...]

  37. 2337 Blogging Pro China » Blog Archive » WordPerss Plugin: WP-Cron 2005-12-31 07:30:18

    [...]   WP-Cron,最新的1.4释出,用于定期定时在服务期端运行指定程序,很有用的插件。 cron 自动 [...]

  38. 2287 Test Weblog » Blog Archive » Plugins 2006-01-09 09:12:03

    [...] WP-Cron,最新的1.4释出,用于定期定时在服务期端运行指定程序,很有用的插件。 [...]

  39. 2259 louie 2006-01-09 11:19:47

    i'm using both wp database backup and this plugin. the backups that i manually download and the generated backup by this plugin does not have the same file size. is it really like that?

  40. 2387 skippy 2006-01-09 14:54:53

    louie: it's possible that the backups could be different sizes. How different are they? Just a couple bytes? Are the contents of the backups sufficiently similar?

  41. 2299 louie 2006-01-09 15:06:06

    there is a difference of about 20kb. i tried those backups i manually downloaded and they work perfectly fine. as for the backups that this plugin has generated, i don't have a clue if they're complete.

  42. 2366 WordPress.com.br » WP-CRON VERSÃO 1.4 2006-01-10 03:39:37

    [...] O plugin WP-Cron, sobre o qual já disse aqui, está em nova versão com melhoramentos no wp-cron-mail que permite postar por e-mail e o novo wp-cron-update-links.php que permite atualizar os pings de links recentes em determinados horários.   [...]

  43. 2363 louie 2006-01-12 14:15:12

    i tiried the backup file that this plugin made.. it's incomplete. and i just want to ask, am i downloading the latest version of this plugin? because what i see in the pluginlist is 1.3...

  44. 2612 SINE NAVTA NAVIS 2006-01-28 00:19:31

    [...] O mais legal do WordPress 2.0 s

  45. 2566 Roland 2006-01-31 11:19:57

    hey skippy,

    first of all, thanx for your great work concerning the plugins you provide us with!

    question: what about wp-cron and wp2.0 - does the future-post-thing work on 2.0 or is version 1.5.11 still required to have the plugin work properly?! scheduled backup works fine, thats why i ask...

    bye, roland.

  46. 2795 smdani 2006-02-14 18:13:01

    Hi Skippy,
    I'm trying to use this plugin with suscribe2 in order to send daily digests. As for last day daily digest didnt work I activated wp-cron-reminder, but it sends me sixty reminder mail each 6 seconds! and fifty goes fine.
    any idea?
    a bug?
    mine problem?

    Thks

  47. 2798 skippy 2006-02-14 18:53:08

    smdani: WP-Cron is not entirely reliable. I'm not sure what you mean by "and fifty goes fine."

    You could try disabling the default WordPress cache (in /wp-settings.php). That may or may not help.

  48. 2799 smdani 2006-02-14 21:36:20

    I'll try it!
    Thks

  49. 2866 daraperak 2006-02-21 11:09:12

    This is so odd. I've never had problems with this plugin but today got an email from the person I trackbacked to saying he keeps getting trackback notifications every 5 minutes eek! Could this be an incompatibality with WP 2.0? Or something else?

  50. 2917 Sarit 2006-03-01 11:27:22

    Hi Skippy,
    thanks so much for all your great plugins, I love them.
    However I'm a bit ashamed to admit that I haven't figured out exactly how to create a cron action of weekly backups with it. I read the readme file etc and I'm usually quick with these things but do you think you can throw me a few hints about it?

  51. 2957 Edward Gladwin Online » Blogging by email from America 2006-03-09 19:39:15

    [...] Luckily Wordpress has a blog by email feature built in. You just have to download an extra little plugin to get it to check for new emails at regular intervals. I gave it a quick test and it works really well. [...]

  52. 2963 Constantinos 2006-03-12 00:44:33

    Hi!

    I'm a fairly new user of WordPress, and wp-cron was one of the first plugins i tried... and still using it! good job..

    One thing.. I modified the wp-cron-mail plugin in a few ways you might find interesting:

    1) I added an options page to handle all the possible options. (enable mail, always notify, publish/draft, and all the new options I added)
    2) I added a way to specify categories other than the default: By making the first non-empty line of an email have the form:
    {* category name 1, category name 2, category ID 3 *}
    etc etc, the post is assigned to the categories with the names or ids specified. If a category does not exist with the specified name, it is created.
    3) Made it easy to replace the wp-mail.php file with a single call to wp_cron_mail (i.e. 2 lines of code - including the config file and calling the function), where the plugin now outputs the log to the browser instead of mailing it (or both, configurable via options) - this was to take advantage of the previous and the next improvements.
    4) Ensures that all posts come from a valid email address. This is checked as follows:
    Email address is registered, or if not then email address is specified in allowed email addresses option, or if not then allowed email addresses option is set to allow all emails, or if not then message is deleted and sender is sent an email telling them so.
    5) small change to the existing code for updating the post2cat table... removed the foreach loop, and added a single call to wp_set_post_cats (cleaner)... I'm using WP 2.0.1, and I don't know if this is new or not...

    Let me know if you're interested in the modified code!

  53. 2966 emeff 2006-03-13 08:21:06

    Hi,

    I use WP-cron for blogging by email. I have one issue: The author of my emailed posts is not the account (=WP Admin) I want (different account for posting).
    Do you have an idea how to change this?

    A really nice feature would be: Checking the senders email adress to set the author of the posting and to valiate if the sender is allowed to post. (OK, let me dream, I know this is a WP job, not yours)....

  54. 2975 emeff 2006-03-14 14:04:26

    Ups, wp-mail does it already. Sorry for my postings! Perhaps you can delete it?

  55. 2982 Constantinos 2006-03-15 06:06:56

    I just posted a download link to my modified file from above...

    As a side note, I just noticed a strange bug... all the spaces from my email where replaced by the text string "=20"... does anyone know why this happened?

  56. 3118 Adam Messinger 2006-03-29 05:53:24

    Hi there. Great plugin! I'm currently using it for database backups, and it's doing a bang-up job.

    I was wondering if there's any news about the compatibility of the future pings plugin with WP2. Does it still work / work better? Also, is it compatible with the No Ping Wait plugin that speeds up posting?

  57. 3251 Rouven 2006-04-14 00:11:41

    Thanks very much for this great PlugIn!!!!

    But I don't wanna backup (and emailed to me) my db daily. Is there a way of changing that?!

  58. 3267 Kip 2006-04-21 19:11:37

    Skippy -

    I just installed the plugin, and the the "reminder" plugin. The 15-minute one seems to be working right, but I've been getting the "60 minute" reminder every minute. :-?

  59. 3256 מנת וורדפרס שבועית · הפרדוקס 2006-04-26 05:17:21

    [...] WP-Cron של סקיפי עובד בתאום עם WP-DB-Backup ומאפשר לכם לבצע אוטומציה בתהליך הגיבוי  של וורדפרס; מס' פעמים כבר קרה שמסיבה כזו או אחרת נשמרו לי התכנים של הבלוג, אבל לא התגובות - וזה מה שהיה חשוב לי. לכן החלטתי שאגבה את כל מסדי הנתונים של הבלוגים שלי באופן קבוע והפלאגין הזה מהווה את הפתרון המושלם. הוא מאפשר לקבוע תדירות לגיבוי אוטומטי (לאו דווקא יומי), ולקבוע מה לעשות עם קבצי הגיבוי -  לשמור על השרת, או אולי לשלוח אותם לכתובת אימייל. מומלץ בחום. [...]

  60. 3166 Edward Gladwin's Blog 2006-05-09 13:08:53

    Blogging by email from America...

    I’m not sure if this should really go in the travel category, but I don’t have a “cheap old technology” category and I don’t want to create one :) This is largely travel related though, even if I won’t be mentioning...

  61. 3400 chris 2006-05-30 19:26:32

    hi, i just realied that i posted my earlier post (between *** below) in the wrong version. Actualyl, I get this weird behaviour with all versions except the original. What do you think?
    ***************************************************
    Hi,

    I installed the script (latest version of WP, hostgator is my host) and the sixty minute reminder was sent 17 times to my email account within 7 minutes!

    Not sure why I'm getting the multiple emails when I'm expecting only one.

    Any ideas?
    **************************************

  62. 3292 nikki 2006-06-30 18:10:30

    Hi,
    I was wondering what's involved in using WP-cron to activate other plugins? Specifically I'd like to use it with Feed WordPress.

    Would it be wishful thinking to hope that it's relatively straightforward?!

    My hosting package will only allow me to run a cron job once a day, but I need to do it more often than this. Every 15 minutes would be great!

    For various reasons I cannot use the other methods suggested in the FWP documentation (pinging, POST, curl...)

    If using WP-cron is unrealistic, can anyone suggest any alternatives?

    Thanks

  63. 3626 jazzle 2006-08-02 08:52:06

    I just got an error :(

    Warning: array_key_exists(): The second argument should be either an array or an object in /home/sites/jazzle.co.uk/public_html/blog/wp-content/plugins/wp-cron-1.4/wp-cron-future-pings.php on line 79

    Warning: Cannot modify header information - headers already sent by (output started at .../blog/wp-content/plugins/wp-cron-1.4/wp-cron-future-pings.php:79) in .../blog/wp-includes/pluggable-functions.php on line 272

    It happened after I deleted a post. The post was a simple one liner, with no links.

    Any ideas?

  64. 3620 uno 2006-08-27 02:43:17

    Are you going to update cron-future-pings and the other plugins for the newest version of wordpress?

  65. 3619 skippy 2006-08-27 11:39:40

    uno: No, I'm not planning on updating this -- or any of my other plugins.

    The next major revision of WordPress should include a new scheduling facility, and solve the "future pings" problem in a different way; so WP-Cron and its helper plugins will no longer be necessary.

  66. 3518 Olaf 2006-10-02 11:29:12

    Hey Skippy.
    Thanks for that plugin. i found a little problem, posting letters like ä, ö and ü witch are usefull in the german language ;-)
    When i tried posting these letters the post itself looks like this:
    http://www.diewespe.de/2006/10/02/sonderzeichen-2/

    I use Wordpress 2.02 and your latest pluginversion.

    Any suggestions?
    Thx a lot...
    Olaf

  67. 3516 BenBishop.me.uk : Blog Archive : How To: Automatically Backup Wordpress 2006-10-08 13:04:11

    [...] Download the plugin from here. [...]

  68. 3493 joe banner 2006-10-20 04:49:24

    Thank you for your great work on these essential plugins.

    I have three blogs on one server using one db with three separate sets of WP tables. I use wp-cron to back up my db on a daily basis and it works like a charm for one blog, but the other two I have to do manually. The plugins for the two indicate the job has been executed, but I do not receive an email. Since I know the email works, I presume there is a conflict between the three jobs trying to execute at once. Each blog is set internally to a different time, so I presume the job runs off the server clock. I am not completely fluid in PHP syntax, but how would I amend the script in each of the three plugin instances so they do not all try to run at the same time? Would something like now()+60 amend the time by an hour?

  69. 3490 Chris 2006-10-22 16:29:01

    Hey Skippy,

    I have a question regarding your WP-CRON-FUTURE-PINGS plugin. Does it only work for pingbacks and not the pinging of sites like tecnorati, and ping-o-matic? I have the plugin installed, and even when I create future dated posts, technorati is still getting pinged. I was told the plugin would supress pinging at the time of posting, and then do the ping after the post became viewable on my blog. I'm using WordPress 2.04. Am I understanding that correctly?

    Thanks for the plugin.

  70. 3495 skippy 2006-10-22 20:08:14

    Joe Banner: there ought not be a problem with three backup jobs trying to execute at once.

    Chris: the future-pings plugin is supposed to prevent WordPress from sending a ping to ping-o-matic, as well as sending any pingbacks or trackbacks. It's not an entirely functional plugin, since it works by "tricking" WordPress into thinking it's already sent these. I haven't evaluated whether this plugin works with later versions of WordPress -- it wouldn't surprise me if recent WordPress changes prevent this plugin from functioning properly.

  71. 3494 Techboy.org » Post by Email 2006-10-23 00:55:06

    [...] I’ve been trying to post via email. But, I can’t seem to get this Wordpress plug-in to work properly. I’m trying WP-Cron 1.4 you can find it here. And so far no luck. I’ve installed it correctly, and every setting seems correct. 6 hours later and I’m done messing with it. Can you say delete? [...]

  72. 3486 joe banner 2006-10-26 04:19:32

    How would I amend the script in each of the three plugin instances so they do not all try to run at the same time?

  73. 3487 skippy 2006-10-26 04:47:47

    joe: check lines 25, 39, and 41-43 for the daily execution of wp-cron. The easiest option is probably to change line 25 to look something like this:
    $daily = mktime(1, 0, 1, $this_month, $this_day, $this_year);

    The first paramter to the mktime() function is the hour, so just increment that digit to whatever you feel like.

  74. 3473 Futurosity 2006-10-28 17:21:45

    Backups work fine manually, but I'm not getting any scheduled backups and wp-cron-reminder isn't working, either. Any ideas of what I should look for?

    Thanks for the great plugins!

  75. 3467 Michael 2006-11-14 16:41:44

    Hi! Thanks for your great work. I have installed wp-cron for scheduled database backups, together with wp-cron moderation and wp-cron reminder. I am running WP Version 2.0.5. The first day everything worked fine but then I didn´t receive any mails for many days. Today I received a bulk of 60 minute reminders, maybe about 20 per hour. I´ve disabled the reminder plugin now. Do you have any ideas about the reasons and how to solve this?

  76. 3475 skippy 2006-11-14 17:37:29

    Michael: sorry, no, I don't know the specific cause of that problem. WP-Cron has, from the very beginning, only been somewhat effective. It worked well enough on my own server, but I've read a lot of complaints similar to your's.

    The next version of WordPress is supposed to have a new scheduling system. It is an independent development, and does not use anything from WP-Cron. I have not tested it, and have no idea how well it will work.

  77. 3464 Michael 2006-11-15 05:44:18

    Thanks your immediate answer and your great efforts. This morning I received about 50 Mails from yesterday, that were reminders, moderation requests and scheduled backup ...very funny!

  78. 3398 Philippe 2006-12-08 14:07:42

    Hello Skippy,

    Thanks for your work! I have a question though. Do you know how I can set WP-Cron to erase the ads footnotes in my emails (like from Yahoo! or MSN Live), so that my posts do not look like emails?

  79. 3668 nano 2006-12-20 13:32:15

    Hi Skippy,
    Awesome plugn, but I am having a bit of trouble with it. I've activated WP-Cron and Wordpress Database Backup v1.8 and I'm using wordpress 2.0.5. Anyway I want it to send me a daily backup to my gmail account... but it currently sets a schedule but doesnt do anything. I've run cron reminder to see if its alive and it is but i just dont get backups sent to me... and there are no visible errors. Any suggestions?
    And again cheers for the plugins... once its up and running its gonna be ace :)
    - nano

  80. 3669 skippy 2006-12-20 14:38:36

    nano: I'm no longer providing support for my plugins. Try asking on the WordPress support forums.

    In the interim, try executing a manual backup, taking care to select the "download" option: does that work? If so, repeat the manual backup but select "email" delivery. Does that work? Generally, if automated backup isn't working, manual backup won't work either.

  81. 3671 nano 2006-12-20 15:43:49

    Thanks skippy :)

  82. 3680 nonhocapito 2006-12-23 00:59:03

    Hi,

    I wanted to know if any of you knows of compatibility issues of 'future pings' with the 'smart update pinger' plugin. This plugin takes over the plugin functionality of wordpress, avoiding redundant pinging, and is very useful, but it is bogus exactly in the ability to ping future posts.

    I am worried though that 'future pings' may break 'smart update pinger' when it blanks out the list of pinging sites every time a post is published (and not only when the timestamp is in the future, which would be perfect)

    Thanks for any information you may have!

  83. 3785 Dave Dugdale 2007-01-16 23:56:05

    I extracted the files within the WP plugin directory. But when I went to activate it I don't see the your plugins.

    I am on WP 2.0.6.

    can you help?

    Thanks!
    Dave

  84. 3804 Michael 2007-01-24 11:26:51

    I agree that weekly, or even monthly hooks. I have a few sites that use Wordpress essentially as a CMS, and are not updated often enough to justify daily backups.

  85. 3810 Michael 2007-01-24 11:27:58

    Woops, I meant that weekly and monthly hooks would be a good idea

  86. 3856 pilkster 2007-02-07 23:50:57

    The next version of WordPress is supposed to have a new scheduling system. It is an independent development, and does not use anything from WP-Cron. I have not tested it, and have no idea how well it will work.'

    Does anyone know if this has been implemented? If not, has anyone tried wp-cron with WP 2.1?

    Thanks :)

  87. 3863 Dave Dugdale 2007-02-09 14:45:02

    I have tried it with 2.1 and can't get it to work, see my above issue.

  88. 3866 pilkster 2007-02-12 05:05:55

    This is a tricky one. Noone on the support forums seems to have got any ideas either.

    http://wordpress.org/support/topic/105035

    I really didn't want to get my hands dirty, but it looks like I might have to lol

  89. 3909 Danny 2007-03-20 19:38:31

    I had WP-Cron 1.1 for emailing daily backups, but only once in many months did I get a backup emailed to me. I am hoping that WP-Cron 1.4 will solve the problem (although on my plug-in page, it's listed as "1.3").

    I also activated WP-Reminder just to get a little re-assurance that everything is working. When I came back a short while later, I had around 40 or 50 Sixty-minute reminders in my email inbox, all sent in a 20 minute span from 1:51 p.m. to 2:10 p.m., including 8 that were time-stamped 2:08 p.m.

    I hope my backups work!

Leave a Reply



About

Brewer philosopher.

User