<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sannsack.com &#187; technology</title>
	<atom:link href="http://sannsack.com/category/technology/feed" rel="self" type="application/rss+xml" />
	<link>http://sannsack.com</link>
	<description>IT Services for Non-Profit&#039;s, Churchs, and Small Business</description>
	<lastBuildDate>Tue, 24 Apr 2012 06:22:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to save iptables on a GoDaddy VPS that will stay after a reboot &#8211; hint: its not iptables-save!</title>
		<link>http://sannsack.com/technology/how-to-save-iptables-on-a-godaddy-vps-that-will-stay-after-a-reboot-hint-its-not-iptables-save</link>
		<comments>http://sannsack.com/technology/how-to-save-iptables-on-a-godaddy-vps-that-will-stay-after-a-reboot-hint-its-not-iptables-save#comments</comments>
		<pubDate>Thu, 01 Mar 2012 10:38:37 +0000</pubDate>
		<dc:creator>dsackr</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://sannsack.com/?p=396</guid>
		<description><![CDATA[There is a lot of information on iptables on the internet &#8211; a lot of great posts, however it took me a while to find out how to save iptables on a GoDaddy VPS (virtual private server ) in a way that is persistent (stays after a reboot). The rules your VPS uses when iptables [...]]]></description>
			<content:encoded><![CDATA[<p>There is a lot of information on iptables on the internet &#8211; a lot of great posts, however it took me a while to find out how to save iptables on a GoDaddy VPS (virtual private server ) in a way that is persistent (stays after a reboot).</p>
<p>The rules your VPS uses when iptables are restarted or the server is rebooted are found in file /etc/sysconfig/iptables. Best practice is to add rules to your server using the iptables command, but as you know, those rules won&#8217;t stay after you restart the service or reboot the server.</p>
<p>Once you have iptables running the way you want &#8211; you can type iptables-save and it will output on the screen your iptable rules as you would want them in the /etc/sysconfig/iptables file, but it does not save those rules to your /etc/sysconfig/iptables file. It just outputs it to the screen &#8211; no matter how many forums and blogs out there say otherwise.</p>
<p>So here is what I do when working with iptables, in order to save my changes:</p>
<ol>
<li>add rules using iptables commands</li>
<li>valid they work as expected</li>
<li>backup my existing /etc/sysconfig/iptables file using this command:</li>
<ul>
<li>cp /etc/sysconfig/iptables /etc/sysconfig/iptables.rules</li>
</ul>
<li>run the iptables-save command, redirecting the output to /etc/sysconfig/iptables using this command:</li>
<ul>
<li>iptables-save &gt; /etc/sysconfig/iptables</li>
</ul>
</ol>
<p>If you did that correctly &#8211; your new rules will persist after a reboot or restart of the iptables service.</p>
<p>On a sidenote &#8211; its good practice to setup a cron job to stop iptables every 5 mins while you are working on them. This way, if you lock yourself out, all you have to do is wait 5 mins and you can get back on the box to undo whatever you have done. Just don&#8217;t forget to stop the cronjob after you are done working with iptables.</p>
]]></content:encoded>
			<wfw:commentRss>http://sannsack.com/technology/how-to-save-iptables-on-a-godaddy-vps-that-will-stay-after-a-reboot-hint-its-not-iptables-save/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp Phoenix started today!</title>
		<link>http://sannsack.com/technology/wordcamp-phoenix-started-today</link>
		<comments>http://sannsack.com/technology/wordcamp-phoenix-started-today#comments</comments>
		<pubDate>Fri, 24 Feb 2012 18:45:30 +0000</pubDate>
		<dc:creator>dsackr</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://sannsack.com/?p=384</guid>
		<description><![CDATA[I&#8217;m at the 401 level class for WordCamp Phoenix! So for, its been pretty great. There was a little bit of a debate regarding smart phone adoption verses &#8220;feature&#8221; phones and a good conversation around QR codes. I&#8217;m learning a lot regarding developing plugins that interact with the admin panel &#8211; specifically best practices around [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m at the 401 level class for WordCamp Phoenix! So for, its been pretty great. There was a little bit of a debate regarding smart phone adoption verses &#8220;feature&#8221; phones and a good conversation around QR codes. I&#8217;m learning a lot regarding developing plugins that interact with the admin panel &#8211; specifically best practices around the code itself. Very geeky and pretty cool!</p>
<p>Tomorrow is the main event. I&#8217;m pretty excited about it!</p>
]]></content:encoded>
			<wfw:commentRss>http://sannsack.com/technology/wordcamp-phoenix-started-today/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please help me get this voted down!!!</title>
		<link>http://sannsack.com/technology/please-help-me-get-this-voted-down</link>
		<comments>http://sannsack.com/technology/please-help-me-get-this-voted-down#comments</comments>
		<pubDate>Sat, 14 Jan 2012 06:39:23 +0000</pubDate>
		<dc:creator>dsackr</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://sannsack.com/?p=379</guid>
		<description><![CDATA[This is a bad bill that will take away our rights!!! Help me stop it!!! http://wordpress.org/news/2012/01/help-stop-sopa-pipa/]]></description>
			<content:encoded><![CDATA[<p>This is a bad bill that will take away our rights!!! Help me stop it!!!</p>
<p><a href="http://wordpress.org/news/2012/01/help-stop-sopa-pipa/">http://wordpress.org/news/2012/01/help-stop-sopa-pipa/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sannsack.com/technology/please-help-me-get-this-voted-down/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.3 is out</title>
		<link>http://sannsack.com/technology/wordpress-3-3-is-out</link>
		<comments>http://sannsack.com/technology/wordpress-3-3-is-out#comments</comments>
		<pubDate>Mon, 19 Dec 2011 16:23:28 +0000</pubDate>
		<dc:creator>dsackr</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://sannsack.com/?p=375</guid>
		<description><![CDATA[Please update your WordPress websites to version 3.3 as soon as possible &#8211; there are several security enhancements as well as amazing feature uplifts. So far, I have personally updated over a dozen sites without any compatibility issues with plugins or themes, but as always, make sure you DO A BACKUP FIRST! Happy Blogging!]]></description>
			<content:encoded><![CDATA[<p>Please update your WordPress websites to version 3.3 as soon as possible &#8211; there are several security enhancements as well as amazing feature uplifts. So far, I have personally updated over a dozen sites without any compatibility issues with plugins or themes, but as always, make sure you DO A BACKUP FIRST!</p>
<p>Happy Blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://sannsack.com/technology/wordpress-3-3-is-out/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated: How to make gmail your default email program in windows 7</title>
		<link>http://sannsack.com/technology/updated-how-to-make-gmail-your-default-email-program-in-windows-7</link>
		<comments>http://sannsack.com/technology/updated-how-to-make-gmail-your-default-email-program-in-windows-7#comments</comments>
		<pubDate>Mon, 19 Dec 2011 16:09:03 +0000</pubDate>
		<dc:creator>dsackr</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://sannsack.com/?p=372</guid>
		<description><![CDATA[I have several comments in the last few weeks asking questions regarding my earlier post How to make gmail your default email program in Windows 7. I&#8217;ve updated the post to make it a *little* easier to follow for the non-geek, but I warn you &#8211; it still involves the registry &#8211; so follow the [...]]]></description>
			<content:encoded><![CDATA[<p>I have several comments in the last few weeks asking questions regarding my earlier post How to make gmail your default email program in Windows 7. I&#8217;ve updated the post to make it a *little* easier to follow for the non-geek, but I warn you &#8211; it still involves the registry &#8211; so follow the instructions at your own risk:</p>
<p><a title="Updated post" href="http://sannsack.com/technology/how-to-make-gmail-your-default-email-program-in-windows-7">Updated Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sannsack.com/technology/updated-how-to-make-gmail-your-default-email-program-in-windows-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Showing Sharepoint Appended Comments in a dataview webpart</title>
		<link>http://sannsack.com/technology/showing-sharepoint-appended-comments-in-a-dataview-webpart</link>
		<comments>http://sannsack.com/technology/showing-sharepoint-appended-comments-in-a-dataview-webpart#comments</comments>
		<pubDate>Fri, 18 Mar 2011 01:48:48 +0000</pubDate>
		<dc:creator>dsackr</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://sannsack.com/?p=364</guid>
		<description><![CDATA[I searched for hours on this one when I came across a few good posts.  The first one I came across talks about using a custom form in display mode to show all of the history from an &#8220;Append Changes to Existing Text&#8221; field.  Here is a link to that post: http://unitedsupplyco.sharepointsite.net/publicfacing/bensblog/Lists/Posts/Post.aspx?ID=41#Comments The author suggests [...]]]></description>
			<content:encoded><![CDATA[<p>I searched for hours on this one when I came across a few good posts.  The first one I came across talks about using a custom form in display mode to show all of the history from an &#8220;Append Changes to Existing Text&#8221; field.  Here is a link to that post:</p>
<p style="padding-left: 30px;"><a href="http://unitedsupplyco.sharepointsite.net/publicfacing/bensblog/Lists/Posts/Post.aspx?ID=41#Comments">http://unitedsupplyco.sharepointsite.net/publicfacing/bensblog/Lists/Posts/Post.aspx?ID=41#Comments</a></p>
<p>The author suggests that he/she doesn&#8217;t know how to make this work in a dataview webpart.  When I tried this, I got this error:</p>
<p style="padding-left: 30px;">object reference not set to an instance of an object</p>
<p>I would have likely lived with a custom form as the solution, however since it didn&#8217;t work for me, I continued to search.  Next I found a post that basically gives the same solution but this time in a dataview webpart! That post is here:</p>
<p style="padding-left: 30px;"><a href="http://sympmarc.com/2011/02/07/showing-all-versions-of-append-changes-to-existing-text-in-a-data-view-web-part-dvwp">http://sympmarc.com/2011/02/07/showing-all-versions-of-append-changes-to-existing-text-in-a-data-view-web-part-dvwp</a></p>
<p>Awesome, except I was still getting an error.  Both posts suggest the solution is to replace the xsl line:</p>
<p style="padding-left: 30px;">&lt;xsl:value-of select=&#8221;[your column name]&#8221; disable-output-escaping=&#8221;yes&#8221; /&gt;</p>
<p>with this line:</p>
<p style="padding-left: 30px;">&lt;SharePoint:AppendOnlyHistory runat=&#8221;server&#8221; FieldName=&#8221;[your column name]&#8221; ControlMode=&#8221;Display&#8221;/&gt;</p>
<p>You should, obviously, replace the [your column name] with the name of your SharePoint column.  Since this was the same solution in both posts (one in a custom form webpart and the other in a dataview webpart), I knew my error message must be from something I&#8217;m missing.</p>
<p>Then I figured it out through trial and error.  When I replaced my column name &#8211; I took the name from the xsl line &#8211; in my case it was {@Project_x0020_Notes} &#8211; and put it in the new non-xsl line.  That is when I get the error message.  So I tried removing the curly brackets &#8211; no luck.  I tried removing the @ sign &#8211; still no luck.  Then, in a total shot in the dark, I tried using the SharePoint friendly name &#8220;Project Notes&#8221; instead of the xsl formated name Project_x0020_Notes.</p>
<p>BAM! That worked and now I can display all the appended comments in a dataview webpart!  Hope that helps you!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://sannsack.com/technology/showing-sharepoint-appended-comments-in-a-dataview-webpart/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0.4 critical patch</title>
		<link>http://sannsack.com/technology/wordpress-3-0-4-critical-patch</link>
		<comments>http://sannsack.com/technology/wordpress-3-0-4-critical-patch#comments</comments>
		<pubDate>Fri, 31 Dec 2010 22:42:55 +0000</pubDate>
		<dc:creator>dsackr</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://sannsack.com/?p=355</guid>
		<description><![CDATA[If you are running WordPress 3.0.x &#8211; please update to the latest version 3.0.4.  A major security risk was found in prior versions of WordPress that is addressed in this patch.  You can read more about it here: http://wordpress.org/news/2010/12/3-0-4-update/]]></description>
			<content:encoded><![CDATA[<p>If you are running WordPress 3.0.x &#8211; please update to the latest version 3.0.4.  A major security risk was found in prior versions of WordPress that is addressed in this patch.  You can read more about it here:</p>
<p><a href="http://wordpress.org/news/2010/12/3-0-4-update/">http://wordpress.org/news/2010/12/3-0-4-update/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sannsack.com/technology/wordpress-3-0-4-critical-patch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 is OUT!</title>
		<link>http://sannsack.com/technology/wordpress-3-0-is-out</link>
		<comments>http://sannsack.com/technology/wordpress-3-0-is-out#comments</comments>
		<pubDate>Thu, 17 Jun 2010 21:11:03 +0000</pubDate>
		<dc:creator>dsackr</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://sannsack.com/?p=324</guid>
		<description><![CDATA[And the engine behind sannsack.com &#8211; as well as several of my other sites! If you haven&#8217;t upgraded yet &#8211; do it today!]]></description>
			<content:encoded><![CDATA[<p>And the engine behind sannsack.com &#8211; as well as several of my other sites!</p>
<p>If you haven&#8217;t upgraded yet &#8211; do it today!</p>
]]></content:encoded>
			<wfw:commentRss>http://sannsack.com/technology/wordpress-3-0-is-out/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make Gmail your Default Email Program in Windows 7 (Updated&#8230; again!)</title>
		<link>http://sannsack.com/technology/how-to-make-gmail-your-default-email-program-in-windows-7</link>
		<comments>http://sannsack.com/technology/how-to-make-gmail-your-default-email-program-in-windows-7#comments</comments>
		<pubDate>Thu, 03 Jun 2010 11:38:37 +0000</pubDate>
		<dc:creator>dsackr</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://sannsack.com/?p=291</guid>
		<description><![CDATA[Here is something I get asked alot &#8211; How do I make GMail my default email program in Microsoft Windows 7?  In MS Windows 7, you have the option to change your Default Programs to which ever email program you have installed &#8211; but GMail isn&#8217;t installed on your computer and doesn&#8217;t show up in [...]]]></description>
			<content:encoded><![CDATA[<p>Here is something I get asked alot &#8211; How do I make GMail my default email program in Microsoft Windows 7?  In MS Windows 7, you have the option to change your Default Programs to which ever email program you have installed &#8211; but GMail isn&#8217;t installed on your computer and doesn&#8217;t show up in Default Programs.</p>
<p>You could installed <a href="http://toolbar.google.com/toolbar/gmail-helper">GMail Notifier</a> and set it to open gmail for you when an email link is clicked &#8211; but there is another way if you are willing to edit the registry.  I know this can sound a bit technical, but its not difficult to do.  If it does scary you off &#8211; then go with the GMail notifier option &#8211; otherwise follow these steps:</p>
<ol>
<li>Right Click on the link below for your browser below</li>
<li>Select Save As</li>
<li>Save to your computer
<ol>
<li>if you are using chrome &#8211; open the txt file you just saved and replace {username} with the username you log in with</li>
</ol>
</li>
<li>Find where you saved the file and change the file extension from .txt to .reg</li>
<li>import the registry file to your computer &#8211; (Update: I didn&#8217;t mean to sound &#8220;geeky&#8221; here&#8230; to &#8220;import&#8221; just double click the .reg file, or right click and select import &#8211; Windows will do all the &#8220;heavy lifting&#8221; from there)</li>
</ol>
<p>If step 4 has you hung up &#8211; you need to change your folder options to not hide extensions for known file types.</p>
<p><a href="http://sannsack.com/wp-content/uploads/2010/01/chrome-gmail.txt">chrome-gmail</a> &lt;&#8211; YOU MUST EDIT {USERNAME} BEFORE YOU IMPORT THIS TO YOUR REGISTRY</p>
<p><a href="http://sannsack.com/wp-content/uploads/2010/01/IE-gmail.txt">IE-gmail</a></p>
<p><a href="/wp-content/uploads/2012/01/IE64-gmail.txt">IE64-gmail</a> &lt;&#8211; this is for the 64bit version of IE however I don&#8217;t use it and don&#8217;t recommend using it.</p>
<p>&nbsp;</p>
<p>Update for Firefox users: According to a comment below, if you’re using Firefox, all you have to do is:<br />
Tools&gt;Options&gt;Applications, then change the mailto action to Use Gmail.</p>
<p>Please leave a comment if that worked for you. Otherwise, here are the registry hacks for Firefox:</p>
<p><a href="http://sannsack.com/wp-content/uploads/2010/01/firefox-gmail.txt">firefox-gmail</a></p>
<p><a href="http://sannsack.com/wp-content/uploads/2010/01/firefox-gmail-32bit.txt">firefox-gmail-32bit</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://sannsack.com/technology/how-to-make-gmail-your-default-email-program-in-windows-7/feed</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>Magento pre-checks &#8211; how to install curl, gd, mcrypt, and pdo using cpanel whm &#8211; yeah its easy!</title>
		<link>http://sannsack.com/technology/magento-pre-checks-how-to-install-curl-gd-mcrypt-and-pdo-using-cpanel-whm-yeah-its-easy</link>
		<comments>http://sannsack.com/technology/magento-pre-checks-how-to-install-curl-gd-mcrypt-and-pdo-using-cpanel-whm-yeah-its-easy#comments</comments>
		<pubDate>Thu, 27 May 2010 15:29:48 +0000</pubDate>
		<dc:creator>dsackr</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://sannsack.com/?p=302</guid>
		<description><![CDATA[I searched for hours and hours after I attempted to install Magento on a godaddy vps only to get this: Your server does not meet the following requirements in order to install Magento. The following requirements failed, please contact your hosting provider in order to receive assistance with meeting the system requirements for Magento: You [...]]]></description>
			<content:encoded><![CDATA[<p>I searched for hours and hours after I attempted to install Magento on a godaddy vps only to get this:</p>
<div id="_mcePaste"><strong>Your server does not meet the following requirements in order to install Magento.</strong></div>
<div id="_mcePaste">The following requirements failed, please contact your hosting provider in order to receive assistance with meeting the system requirements for Magento:</div>
<div id="_mcePaste">
<ul>
<li>You are missing the curl extension</li>
<li>You are missing the gd extension</li>
<li>You are missing the mcrypt extension</li>
<li>You are missing the pdo_mysql extension</li>
<li>You are missing the pdo extension</li>
</ul>
</div>
<div id="_mcePaste">The following requirements were successfully met:</div>
<div id="_mcePaste">
<ul>
<li>You have PHP 5.2.0 (or greater)</li>
<li>Safe Mode is off</li>
<li>You have MySQL 4.1.20 (or greater)</li>
<li>You have the dom extension</li>
<li>You have the hash extension</li>
<li>You have the iconv extension</li>
<li>You have the pcre extension</li>
<li>You have the simplexml extension</li>
</ul>
</div>
<div id="_mcePaste">After hours of searching I found &#8220;pecl install pdo&#8221; which worked great to address the pdo and pdo_mysql extension issues.  But sadly, &#8220;pecl install curl&#8221; did nothing (btw, its not supposed to &#8211; but I was hopeful).  I found a lot of information about updating the php.ini &#8211; most of which talked about removing the ; from the lines required to enable curl, gd, and mcrypt.  Which I did &#8211; then restarted apache, then restarted my server, then rebooted my laptop&#8230; ok, the laptop was because I loaded patches to it completely unrelated to my server problem, but why not throw that in there?</div>
<div></div>
<div>I found several posts saying &#8220;just run /scripts/easyapache&#8221;.  Most of these posts assume a certain level of knowledge that I obviously didn&#8217;t have.  Once I found that I can actually just type &#8220;/scripts/easyapache&#8221; at an SSH command line (I know I may have just &#8216;assumed&#8217; a level of knowledge you may not have but keep reading, it gets easy!)  I ran easyapache and was presented with a text based menu that made no sense to me.  I felt like I was on the right track, but still not there.  The forum where I found the easyapache hint (<a href="http://forums.theplanet.com/index.php?showtopic=26527">http://forums.theplanet.com/index.php?showtopic=26527</a>) had several comments with questions about what it does and how to use it &#8211; but one comment caught my eye by Erwin:</div>
<div></div>
<div style="padding-left: 30px;"><span style="font-family: Verdana, Tahoma, Arial, 'Trebuchet MS', sans-serif, Georgia, Courier, 'Times New Roman', serif; font-size: 12px; color: #222222; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;">In CPanel 7, you can now do this in WHM by going to the <strong>Software</strong> section and choosing:</p>
<p><strong>Update Apache</strong></p>
<p>Then choose mcrypt or any other module you want to recompile PHP with.</p>
<p>And it will do so automatically. <img style="vertical-align: middle; border: 0px initial initial;" src="http://forums.theplanet.com/style_emoticons/default/icon_smile.gif" border="0" alt="icon_smile.gif" /> Similar to easyapache, but easier to use. <img style="vertical-align: middle; border: 0px initial initial;" src="http://forums.theplanet.com/style_emoticons/default/icon_smile.gif" border="0" alt="icon_smile.gif" /> I upgraded to PHP 4.3.2 just like that with the modules I want.</span></div>
<div></div>
<div><span style="font-family: Verdana, Tahoma, Arial, 'Trebuchet MS', sans-serif, Georgia, Courier, 'Times New Roman', serif; font-size: 12px; color: #222222; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;">So I tried that &#8211; realizing the post was pretty old and my screens might be very different.  They were, but I was able to work it out. I went to </span><span style="font-family: verdana, arial, helvetica, clean, sans-serif; line-height: normal; font-size: 12px; color: #666666;"> </span></div>
<div>
<ul>
<li><span style="font-family: verdana, arial, helvetica, clean, sans-serif; line-height: normal; font-size: 12px; color: #666666;">&#8220;Main &gt;&gt; Software &gt;&gt; EasyApache (Apache Update)&#8221;.</span><span style="font-family: Verdana, Tahoma, Arial, 'Trebuchet MS', sans-serif, Georgia, Courier, 'Times New Roman', serif; font-size: 12px; color: #222222; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"> </span></li>
<li><span style="font-family: Verdana, Tahoma, Arial, 'Trebuchet MS', sans-serif, Georgia, Courier, 'Times New Roman', serif; font-size: 12px; color: #222222; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;">Then I selected the </span><span style="font-family: verdana, arial, helvetica, clean, sans-serif; line-height: normal; font-size: 11px;">PHP Encryption / E-commerce option. </span></li>
<li><span style="font-family: verdana, arial, helvetica, clean, sans-serif; line-height: normal; font-size: 11px;">Then &#8220;start customizing based on profile&#8221;. </span></li>
<li><span style="font-family: verdana, arial, helvetica, clean, sans-serif; line-height: normal; font-size: 11px;">From there I selected Apache 2.2 (I was currently running 2.0), </span></li>
<li><span style="font-family: verdana, arial, helvetica, clean, sans-serif; line-height: normal; font-size: 11px;">clicked Next and selected php5, selected build 5.3.2, </span></li>
<li><span style="font-family: verdana, arial, helvetica, clean, sans-serif; line-height: normal; font-size: 11px;">scroll to the bottom of the page and click &#8220;</span><span style="font-family: verdana, arial, helvetica, clean, sans-serif; line-height: normal; font-size: 11px;"><br />
<input class="input-button" style="font: normal normal normal 99%/normal verdana, arial, helvetica, clean, sans-serif; background-image: url(http://sannsack.com:2086/images/button-bg.jpg); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; color: #014d5f; vertical-align: middle; margin-top: 0px; margin-left: 4px; font-size: 11px; height: 21px; background-position: 50% 0%; background-repeat: repeat no-repeat; border: 2px outset #f0f0f0;" type="submit" value="Exhaustive Options List" />&#8220;</span></li>
<li><span style="font-family: verdana, arial, helvetica, clean, sans-serif; line-height: normal; font-size: 11px;">Now we are COOKING! &#8211; you can now select curl, gd, mcrypt, pdo, and a whole host of other options. </span></li>
</ul>
</div>
<p>After selecting those options, I clicked &#8220;<span style="font-family: verdana, arial, helvetica, clean, sans-serif; line-height: normal; font-size: 11px;"><br />
<input style="font: normal normal normal 99%/normal verdana, arial, helvetica, clean, sans-serif;" name="action" type="submit" value="Save and build" /><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; line-height: 19px;">&#8220;.  Now it goes and goes while building apache with all of the options you selected &#8211; NO COMPILING, MAKE, MAKE INSTALL, ETC!  It does all of that for you!</span></span></p>
<p>I go back to my magento-check.php page and I&#8217;m in magento precheck heaven:</p>
<p style="font-family: 'Times New Roman'; line-height: normal; font-size: small;"><strong>Congratulations!</strong> Your server meets the requirements for Magento.</p>
<ul style="font-family: 'Times New Roman'; line-height: normal; font-size: small;">
<li>You have<strong> PHP 5.2.0</strong> (or greater)</li>
<li>Safe Mode is <strong>off</strong></li>
<li>You have<strong> MySQL 4.1.20</strong> (or greater)</li>
<li>You have the <strong>curl</strong> extension</li>
<li>You have the <strong>dom</strong> extension</li>
<li>You have the <strong>gd</strong> extension</li>
<li>You have the <strong>hash</strong> extension</li>
<li>You have the <strong>iconv</strong> extension</li>
<li>You have the <strong>mcrypt</strong> extension</li>
<li>You have the <strong>pcre</strong> extension</li>
<li>You have the <strong>pdo</strong> extension</li>
<li>You have the <strong>pdo_mysql</strong> extension</li>
<li>You have the <strong>simplexml</strong> extension</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sannsack.com/technology/magento-pre-checks-how-to-install-curl-gd-mcrypt-and-pdo-using-cpanel-whm-yeah-its-easy/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

