<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>MySQL backup mod for sNews</title>
<link>http://www.mdj.us/</link>
<description>An add on mod for the sNews content management system, this mod will allow you to backup and email your snews database from within the administration section.</description>
<language>en</language>
<item>
<title>John Flower</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/mysql-backup-mod-for-snews/#comment-1323</link>
<pubDate>Wed, 16 Feb 2011 22:28:03 +0000</pubDate>
<content:encoded><![CDATA[Flipping sweet. Struggled to get the folder in the right place, and the path correct, but your error message sorted that quick. thanks!]]></content:encoded>
</item>
<item>
<title>Daichisan</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/mysql-backup-mod-for-snews/#comment-1244</link>
<pubDate>Fri, 20 Aug 2010 17:42:18 +0000</pubDate>
<content:encoded><![CDATA[Howdy Matt,<br />
<br />
I dont really get it, whats &quot;exec&quot; and how to turn them on! I have admin privileges. <br />
<br />
And where in the snewscms forum is that version, I have only found for 1.6 snews.<br />
<br />
Thanks!<br />
David]]></content:encoded>
</item>
<item>
<title>Matt</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/mysql-backup-mod-for-snews/#comment-1242</link>
<pubDate>Fri, 20 Aug 2010 17:10:29 +0000</pubDate>
<content:encoded><![CDATA[David,<br />
<br />
Do you own or admin the server? Do you have exec privileges? Maybe a package is missing?<br />
<br />
It does work with 1.7 generally.<br />
<br />
If you check out the snewscms forum, there is another version that doesn't use exec calls, that will probably work for you. I would recommend trying that if this doesn't work for you.]]></content:encoded>
</item>
<item>
<title>David</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/mysql-backup-mod-for-snews/#comment-1240</link>
<pubDate>Fri, 20 Aug 2010 16:17:31 +0000</pubDate>
<content:encoded><![CDATA[Yo Matt,<br />
<br />
I have safe_mode	Off	Off<br />
What can be here the reason? Does it work on snews 1.7?<br />
<br />
Tnx]]></content:encoded>
</item>
<item>
<title>Daichisan</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/mysql-backup-mod-for-snews/#comment-1239</link>
<pubDate>Fri, 20 Aug 2010 13:22:04 +0000</pubDate>
<content:encoded><![CDATA[Matt!<br />
<br />
You are the best! Damnit, give me your brains =) hah jok3, I will take a look and post the result here.<br />
<br />
Thanks once again for you help!<br />
<br />
David]]></content:encoded>
</item>
<item>
<title>Matt</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/mysql-backup-mod-for-snews/#comment-1237</link>
<pubDate>Fri, 20 Aug 2010 12:30:41 +0000</pubDate>
<content:encoded><![CDATA[Daichisan,<br />
<br />
I would guess that you probably have PHP running in safe mode, but it's hard to say without checking server error logs.]]></content:encoded>
</item>
<item>
<title>Daichisan</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/mysql-backup-mod-for-snews/#comment-1235</link>
<pubDate>Thu, 19 Aug 2010 20:45:58 +0000</pubDate>
<content:encoded><![CDATA[Attempting to dump database: xxxxxx... dump failed!<br />
Attempting to compress database file with zip...<br />
adding password... compression failed!<br />
sh: zip: command not found<br />
<br />
Attempting to email backup file to xxx@xxx.net... success!<br />
operation completed in 0.11 seconds<br />
<br />
Why Im getting this errors?!<br />
Help me MDJ, please!<br />
<br />
Tnx]]></content:encoded>
</item>
<item>
<title>Jokkman</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/mysql-backup-mod-for-snews/#comment-1078</link>
<pubDate>Sun, 11 Apr 2010 19:27:57 +0000</pubDate>
<content:encoded><![CDATA[Tks MDJ for the fast answer, My thinking was to use some if the code and rewrite the dump function to annother one... but but I integrated this one: <a href="http://www.mysqldumper.net/" rel="nofollow">http://www.mysqldumper.net/</a> and it seams to work just fine! (and I have PHP in safe mode on the server)tks again for all the great sNews mods you have done /Jokkman]]></content:encoded>
</item>
<item>
<title>Matt</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/mysql-backup-mod-for-snews/#comment-1077</link>
<pubDate>Sat, 10 Apr 2010 19:40:43 +0000</pubDate>
<content:encoded><![CDATA[Cool man, however I probably wouldn't roll this into a production system for general release, as it uses exec calls, so people using PHP in safe mode won't be able to use it, and I have no idea how it would perform on a Windows server.<br />
<br />
You should have a look at this version, fewer options, but should work on all platforms.<br />
<br />
<a href="http://snewscms.com/forum/index.php?topic=8547.0" rel="nofollow">http://snewscms.com/forum/index.php?topic=8547.0</a><br />
<br />
Oh yeah, and if you use MS for email services, you won't get any of the comment notifications, they send them into a black hole.<br />
<br />
<a href="http://www.webforefront.com/archives/2007/11/getting_through.html" rel="nofollow">http://www.webforefront.com/archives/2007/11/getting_through.html</a>]]></content:encoded>
</item>
<item>
<title>Jokkman</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/mysql-backup-mod-for-snews/#comment-1076</link>
<pubDate>Sat, 10 Apr 2010 18:12:44 +0000</pubDate>
<content:encoded><![CDATA[Tks, going to try it out. <br />
My goal was to have this function in next sNewsTE release... right now we are bugg testing it and it seams to be really fine. I have separate admin panel and switch function, whan you are logedin as admin you can switch between visitor view and admin view (like Wordpress has)]]></content:encoded>
</item>
</channel>
</rss>

