<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>Geodesic Solutions Company Blog</title>
	<link>http://www.geodesicsolutions.com/coblog</link>
	<description>Topics discussing projects, software, and general company direction.</description>
	<pubDate>Thu, 13 Mar 2008 20:38:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Important - Is your host upgrading PHP? (GoDaddy or 1&#038;1 Web Hosting)</title>
		<link>http://www.geodesicsolutions.com/coblog/archives/31</link>
		<comments>http://www.geodesicsolutions.com/coblog/archives/31#comments</comments>
		<pubDate>Wed, 12 Mar 2008 22:16:53 +0000</pubDate>
		<dc:creator>Jonyo</dc:creator>
		
	<category>Company News</category>
		<guid isPermaLink="false">http://www.geodesicsolutions.com/coblog/archives/31</guid>
		<description><![CDATA[This is for all clients using either GoDaddy hosting or 1&#038;1 hosting or any other host upgrading PHP.
Previously, in either hosting company, the Geo software worked &#8220;out of the box&#8221; with concern to the IonCube/Zend Optimizer minimum requirement, as both worked using the &#8220;Ioncube Run-Time Loading&#8221; option.
Now both hosting companies are in the process of [...]]]></description>
			<content:encoded><![CDATA[<p>This is for all clients using either GoDaddy hosting or 1&#038;1 hosting or any other host upgrading PHP.</p>
<p>Previously, in either hosting company, the Geo software worked &#8220;out of the box&#8221; with concern to the IonCube/Zend Optimizer minimum requirement, as both worked using the &#8220;Ioncube Run-Time Loading&#8221; option.</p>
<p>Now both hosting companies are in the process of upgrading their servers to PHP 5.2.5, which does not work with IonCube Run-Time Loading. (More <a target="_blank" href="http://www.geodesicsolutions.com/products/user_forum/phpBB2/viewtopic.php?t=5341">info posted in the user forums</a>)  This means that when the server you are on is updated, it may make the Geo installation stop working.  The good news is that you <strong>can get it working without too much trouble, by following these steps</strong>:</p>
<p><strong>GoDaddy Hosting Instructions:</strong><br />
(thanks to RonDawes)</p>
<ol>
<li>Download the IonCube loader specific to your server.  For convenience, we&#8217;ve created a package for GoDaddy users with only the loader files you will need, you can download it <a title="IonCube Loaders for Godaddy" href="http://www.geodesicsolutions.com/downloads/ioncube_for_godaddy.zip">from here</a>.</li>
<li>Un-Zip the loader package you just downloaded, and upload the entire <em>ioncube/</em> directory using <span style="font-weight: bold">BINARY MODE</span> to your home directory using FTP.</li>
<li>If there is not one already, create a file named <strong><em>php5.ini</em> </strong>in your home directory.  This should be the top level directory you can access using FTP.  (this is also where you should have uploaded the <em>ioncube/</em> directory to in step 2)  You should now see the file <em>php5.ini</em> and a directory <em>ioncube/</em> when you FTP to the home directory on your server.</li>
<li>Edit the file you just created, and add this line:<br />
<strong style="white-space: nowrap">zend_extension = /home/content/m/y/w/mywebsite/html/ioncube/ioncube_loader_lin_5.2.so</strong></li>
<li>In the line you just added, you will need to change it to match your site.  If your domain name is &#8220;www.<em>example</em>.com&#8221; then you would change it to be &#8220;/home/content/<strong>e</strong>/<strong>x</strong>/<strong>a</strong>/<strong>example</strong>/html/ioncube_loader_lin_5.2.so&#8221;.  If you are having trouble, you can also find what the path is, by logging into our client area and looking at the license details.  The license details will have the path that the Geo software is installed in, you will not use the whole path, but the first part will be the same (for instance, the Geo software may be installed in a sub-directory of your home directory).</li>
<li>Save the changes and upload the php5.ini file.  Now access your site and see if it is working.  If it is still not working, you may need to adjust the path as described in step 5, if you are having trouble with that contact GoDaddy support and they will be able to tell you what your home directory is.  (Note that Geo support will not have access to that information, only your host will be able to tell you what your home directory path is)</li>
</ol>
<p><strong>1&#038;1 Hosting Instructions:</strong><br />
(Only needed if running in PHP 5 mode, which on 1&#038;1 requires a custom line in the .htaccess file)</p>
<ol>
<li>Download the IonCube loaders that are specific to your server.  For convenience, we&#8217;ve created a package for 1&#038;1 users with only the loader files you will need for PHP 5, you can download it <a title="IonCube Loaders for Godaddy" href="http://www.geodesicsolutions.com/downloads/ioncube_for_1and1.zip">from here</a>.</li>
<li>Un-Zip the loader package you just downloaded, and upload the entire <em>ioncube/</em> directory using <span style="font-weight: bold">BINARY MODE</span> to the same directory that the Geo software is installed.  There will probably already be a directory with that name, you will over-write all the contents of that directory to ensure you have the latest version of the IonCube loader.</li>
<li>If there is not one already, create a file named <strong><em>php.ini</em> </strong>in the Geo installation&#8217;s directory. It should be in the same directory as the config.php file for the Geo software installation, and the same directory you uploaded the <span style="font-style: italic">ioncube/</span> directory to.</li>
<li>Edit the <span style="font-style: italic">php.ini</span> file you just created, and add the line below:<br />
<strong style="white-space: nowrap">zend_extension = /ABSOLUTE/PATH/TO/GEO/INSTALLATION/ioncube/ioncube_loader_lin_5.2.so</strong></li>
<li>In the line you just edited, replace &#8220;/ABSOLUTE/PATH/TO/GEO/INSTALLATION/&#8221; with the correct path.  The path will probably match the directory as it is set on your license information, so if you log into the Geo client area and view your license key information, it will tell you.</li>
<li>Save the changes and upload the php.ini file.  Now access your site and see if it is working. If it is still not working, you may need to adjust the path as described in step 5, if you are having trouble with that contact 1&#038;1 support and they will be able to tell you what your home directory is. (Note that Geo support can look up your installation path as long as you have already successfully installed the software so that your installation information is on file, but you can imagine that our response time in the helpdesk will be long due to everyone needing help, so please be patient.)</li>
<li>Once you have the client side working, <span style="font-weight: bold">upload the php.ini file to your admin/ directory </span>as well.  In the future, when you run a Geo software update, you will need to upload the php.ini file to the <span style="font-weight: bold">upgrade/</span> directory so that the minimum requirements page does not fail.</li>
</ol>
<p><span style="font-weight: bold">Other Hosting Companies:</span></p>
<p>If you are not using GoDaddy Hosting or 1&#038;1 Hosting, but your site suddenly stops working, you are also probably one of many victims of an upgrade to PHP 5.2.5.  Refer to <a title="Info on how to fix PHP 5.2.5 problems" target="_blank" href="http://www.geodesicsolutions.com/products/user_forum/phpBB2/viewtopic.php?t=5341">this post</a> for information on steps you can try in order to get your site working.  There are general steps we suggest, and people in the Geo community have also been posting the steps that worked for their host, so more than likely you will find something that works somewhere in that thread.  The post is in a client-only area of the forums, if you need forum access to view the post, register a new user and send an e-mail to support@geodesicsolutions.com with the forum username, and we will activate the user for you (Geodesic clients only).
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.geodesicsolutions.com/coblog/archives/31/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Upcoming Version 4.0 Notes</title>
		<link>http://www.geodesicsolutions.com/coblog/archives/30</link>
		<comments>http://www.geodesicsolutions.com/coblog/archives/30#comments</comments>
		<pubDate>Mon, 25 Feb 2008 19:17:39 +0000</pubDate>
		<dc:creator>bwarburton</dc:creator>
		
	<category>Company News</category>
		<guid isPermaLink="false">http://www.geodesicsolutions.com/coblog/archives/30</guid>
		<description><![CDATA[Hello Everyone,
We have been hard at work and are getting somewhat close to a release of version 4.0 which is going to be the first Major release of this year. Below are some details with new minimum requirements. The new minimum requirements are very important so please take the time to read. We can&#8217;t wait [...]]]></description>
			<content:encoded><![CDATA[<p>Hello Everyone,</p>
<p>We have been hard at work and are getting somewhat close to a release of version 4.0 which is going to be the first Major release of this year. Below are some details with <strong>new minimum requirements</strong>. The new minimum requirements are very important so please take the time to read. We can&#8217;t wait for this release as it will put us in a great position for future growth.</p>
<p><a href="http://www.geodesicsolutions.com/products/user_forum/phpBB2/viewtopic.php?t=5814">Version 4.0 Details (requires forum user account)<br />
</a></p>
<p>Best,</p>
<p>All of the Geo Staff
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.geodesicsolutions.com/coblog/archives/30/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Half Priced AddOns&#8230;Last Chance</title>
		<link>http://www.geodesicsolutions.com/coblog/archives/29</link>
		<comments>http://www.geodesicsolutions.com/coblog/archives/29#comments</comments>
		<pubDate>Thu, 18 Oct 2007 17:16:12 +0000</pubDate>
		<dc:creator>bwarburton</dc:creator>
		
	<category>Software News</category>
		<guid isPermaLink="false">http://www.geodesicsolutions.com/coblog/archives/29</guid>
		<description><![CDATA[Just a reminder&#8230;The second half of October is upon us and the promotion of our AddOns will end at the end of the month. If you are interested in any AddOns, now is the time to get them as they are all reduced to half price for the rest of this month! Click Here to [...]]]></description>
			<content:encoded><![CDATA[<p>Just a reminder&#8230;The second half of October is upon us and the promotion of our AddOns will end at the end of the month. If you are interested in any AddOns, now is the time to get them as they are all reduced to half price for the rest of this month! <a target="_blank" title="Client Area" href="https://geodesicsolutions.com/php_store/client_login.php">Click Here</a> to log into the Client Area and add any AddOns to your existing orders.</p>
<p>The GeoSales Team
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.geodesicsolutions.com/coblog/archives/29/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Version 3.1 released!!!!!</title>
		<link>http://www.geodesicsolutions.com/coblog/archives/27</link>
		<comments>http://www.geodesicsolutions.com/coblog/archives/27#comments</comments>
		<pubDate>Mon, 08 Oct 2007 17:59:53 +0000</pubDate>
		<dc:creator>bwarburton</dc:creator>
		
	<category>Software News</category>
		<guid isPermaLink="false">http://www.geodesicsolutions.com/coblog/archives/27</guid>
		<description><![CDATA[Hi Everyone,
I am happy to announce that the latest new feature release of our software, version 3.1, is now available. This has been a very important release due to the complexity of some of the coding that was done. This version places the software in a better position for growth which we plan to take [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>I am happy to announce that the latest new feature release of our software, version 3.1, is now available. This has been a very important release due to the complexity of some of the coding that was done. This version places the software in a better position for growth which we plan to take full advantage. Details of this release are given below&#8230;</p>
<p><a href="http://www.geodesicsolutions.com/products/user_forum/phpBB2/viewtopic.php?t=5053">RELEASE DETAILS</a></p>
<p>Thanks!!!</p>
<p>Brian Warburton<br />
Operations Manager
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.geodesicsolutions.com/coblog/archives/27/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>We were down and out!!!</title>
		<link>http://www.geodesicsolutions.com/coblog/archives/26</link>
		<comments>http://www.geodesicsolutions.com/coblog/archives/26#comments</comments>
		<pubDate>Wed, 27 Jun 2007 21:46:15 +0000</pubDate>
		<dc:creator>bwarburton</dc:creator>
		
	<category>Company News</category>
		<guid isPermaLink="false">http://www.geodesicsolutions.com/coblog/archives/26</guid>
		<description><![CDATA[Hi All,
I wanted to post a quick announcement here concerning our recent downtime starting June 26, 2007 and ending June 27, 2007. It appears we are not immune to server side problems as we had a fairly large hardware failure on one of them. This pretty much shut us down for the last 18 hours [...]]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>I wanted to post a quick announcement here concerning our recent downtime starting June 26, 2007 and ending June 27, 2007. It appears we are not immune to server side problems as we had a fairly large hardware failure on one of them. This pretty much shut us down for the last 18 hours but we are rapidly getting everything back in order. Phew!!!</p>
<p>We all apologize for any inconvenience that this may have caused. Additionally, we are a day and a half behind on support requests and sales inquiries so please give us a little time to catch up. It should not take us too long to be completely functional and on track.  Thanks for your patience and understanding.</p>
<p>Best,<br />
Brian Warburton<br />
Operations Manager
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.geodesicsolutions.com/coblog/archives/26/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Released 3.0 Finally!!!!</title>
		<link>http://www.geodesicsolutions.com/coblog/archives/25</link>
		<comments>http://www.geodesicsolutions.com/coblog/archives/25#comments</comments>
		<pubDate>Mon, 04 Jun 2007 22:10:35 +0000</pubDate>
		<dc:creator>bwarburton</dc:creator>
		
	<category>Company News</category>
	<category>Software News</category>
		<guid isPermaLink="false">http://www.geodesicsolutions.com/coblog/archives/25</guid>
		<description><![CDATA[Hi All,
I am so excited to announce that we have finished the release of version 3.0 for all commercial Editions of our software. We are going to be re-creating the Lite products as well but the biggest hurdle was to finish our commercial line. Below are some of the highlights and please contact our Sales [...]]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>I am so excited to announce that we have finished the release of version 3.0 for all commercial Editions of our software. We are going to be re-creating the Lite products as well but the biggest hurdle was to finish our commercial line. Below are some of the highlights and please contact our Sales Team (sales@geodesicsolutions.com) for more information if you are interested.</p>
<ul>
<li><strong>Installation / Upgrade Wizard</strong> for seamless updates (All Editions)</li>
<li><strong>Complete HTML Template Control</strong> added to Basic and Premier Editions</li>
<li><strong>New Payment Gateway Options</strong> to Basic and Premier Editions</li>
<li><strong>New Admin Panel</strong> for Basic and Premier Editions</li>
<li>Ability to <strong>purchase Addons</strong> (formerly Enterprise only features) for Basic and Premier Editions</li>
<li><strong>New Addon Infrastructure</strong> added for 3rd Party Applications (All Editions)</li>
<li><strong>New SMTP Integration</strong> for Email Processing (All Editions)</li>
<li><strong>New Client Area</strong> on Geodesic Solutions site for managing your Licenses and Orders (All Editions)</li>
<li><strong>New WYSIWYG Editor (HTML Editor)</strong> in Admin Panel for managing text and templates (All Editions)</li>
<li>Re-formatted Templates, Modules and PHP-Generated HTML to be <strong>W3C Compliant</strong> (All Editions)</li>
<li><strong>Improved Email Notification</strong> process for Expiring Listings (All Editions)</li>
<li>User Group specific &#8220;My Account&#8221; home page (Enterprise Edition)</li>
<li><strong>Improved Security</strong> (All Editions)</li>
<li><strong>New Security Controls</strong> (Enterprise Edition</li>
<li><strong>Improved IP Banning</strong> (Enterprise Edition)</li>
<li><strong>New Admin Password Reset Tool</strong></li>
<li>Category Specific &#8220;Listing Extra Fees&#8221; (Enterprise Edition)</li>
<li><strong>New Beta Switch Section</strong> to Admin Panel for preview and use of features to come (Enterprise Edition)</li>
<li><strong>Improved SEO</strong> through bot handling</li>
</ul>
<p>If you have an active support and updates contract and are not able to access the new client area to get this version please contact Sales. If you have let your support and updates expire and have not renewed please also contact Sales as we can square you away with access to these new versions.</p>
<p>You can also get more information regarding this release in our user forum where a complete change log was posted and direct discussions with development have been held.</p>
<p>Thanks as always</p>
<p>Brian Warburton<br />
Operations Manager<br />
www.geodesicsolutions.com
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.geodesicsolutions.com/coblog/archives/25/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Development&#8230;.Explain yourself please!!</title>
		<link>http://www.geodesicsolutions.com/coblog/archives/5</link>
		<comments>http://www.geodesicsolutions.com/coblog/archives/5#comments</comments>
		<pubDate>Mon, 30 Oct 2006 23:22:45 +0000</pubDate>
		<dc:creator>bwarburton</dc:creator>
		
	<category>Company News</category>
	<category>Software News</category>
		<guid isPermaLink="false">http://www.geodesicsolutions.com/coblog/?p=5</guid>
		<description><![CDATA[I wanted to write this post to explain what we have been doing in development and why. Hopefully, this will be informative and exciting for you, as we are very excited about our future and what our software can now become.
Our original intent behind the development of the software&#8230;
When the software was originally written, the [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to write this post to explain what we have been doing in development and why. Hopefully, this will be informative and exciting for you, as we are very excited about our future and what our software can now become.</p>
<p><strong>Our original intent behind the development of the software</strong>&#8230;</p>
<p>When the software was originally written, the intention was to create the most feature rich classified and auction applications in the market. Additionally, we wanted to leave the code open or unencrypted to allow for client side development. This ultimately would either provide, for our clients, a great piece of software &#8220;out of the box&#8221; or a large jump forward to achieving the functionality desired. At that time, php was relatively in its infancy along with the tools associated with php development therefore limiting the scope of the software. This has drastically changed over the last few years forcing us to change as well. While the intentions of the development are the same, we soon were left with a choice to make with respect to the code architecture and its extensibility. So now what??</p>
<p><strong>Today&#8217;s intent behind the development of the software</strong>&#8230;</p>
<p>When faced with this decision, we chose to devote the last half of this year rewriting the software. This re-factoring has taken place in the ClassAuctions code set. As mentioned previously, due to the lack of tools available, infancy of our company, and the platforms we were using, we created the software editions (Enterprise, Premier, Basic, and Lite) as independent code sets. At the time, it was thought that this was the only way to offer different product levels while still offering an available source code set. This is no longer necessary. So, we are re-factoring the code at the ClassAuctions Enterprise level and going to re-create the remaining products and editions from this single code set while adding a new licensing system that will control it all.</p>
<p>You may be saying now &#8220;Sounds great for you but what does that do for me as an end user?&#8221;. Well, it is going to offer many advantages. The biggest advantage to you is going to be a dramatic increase in development efficiency. We will be able to rapidly improve the code and add new features as one edit will improve all products and editions. Additionally, with respect to improving the organization of the code, you will see advantages like, performance, modularization, security, separation of display and function, etc&#8230; External developers will be able to more easily extend our software to meet needs that aren&#8217;t met in the &#8220;out of the box&#8221; feature set. Our intention in the future is to continue with this development so to ultimately and continually offer a product that is superior at every level.</p>
<p><strong>What about a timeframe???</strong></p>
<p>We have recently released what we hope to be our final beta release of the ClassAuctions Enterprise software.  This being true, we will release 3.0.0 RC1 following the successful evaluation of the current beta release. Soon after this, we will release a 3.0.0 RC1 version for all software. Once the release is complete for all products we will be off to the races as we have a fairly large development team chomping at the bit to apply their creative skills to the code. It is going to be good times and I am so excited for next year.</p>
<p>Thanks as always</p>
<p>Brian Warburton<br />
Operations Manager<br />
www.geodesicsolutions.com
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.geodesicsolutions.com/coblog/archives/5/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Launched a Blog!</title>
		<link>http://www.geodesicsolutions.com/coblog/archives/3</link>
		<comments>http://www.geodesicsolutions.com/coblog/archives/3#comments</comments>
		<pubDate>Fri, 27 Oct 2006 20:07:37 +0000</pubDate>
		<dc:creator>bwarburton</dc:creator>
		
	<category>Company News</category>
		<guid isPermaLink="false">http://www.geodesicsolutions.com/coblog/?p=3</guid>
		<description><![CDATA[Hello Everyone! I am proud to announce the addition of our new company blog. As some of you may recognize we have chosen WordPress as the engine. We plan to use this blog to announce news of various arenas potentially ranging from internals to future directions to development progress&#8230;and more. Thanks as always for your [...]]]></description>
			<content:encoded><![CDATA[<p>Hello Everyone! I am proud to announce the addition of our new company blog. As some of you may recognize we have chosen WordPress as the engine. We plan to use this blog to announce news of various arenas potentially ranging from internals to future directions to development progress&#8230;and more. Thanks as always for your continued patronage and I look forward to our future together.</p>
<p>Brian Warburton<br />
Operations Manager<br />
Geodesic Solutions
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.geodesicsolutions.com/coblog/archives/3/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
