
<?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>Web Hosting Automation, Datacenter Management and Billing Blog - Ubersmith &#187; Ubersmith Lite</title>
	<atom:link href="http://www.ubersmith.com/blog/category/ubersmith-lite/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ubersmith.com/blog</link>
	<description>The Ubersmith Weblog</description>
	<lastBuildDate>Mon, 26 Jul 2010 18:26:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>A Note on cPanel 11</title>
		<link>http://www.ubersmith.com/blog/2007/07/09/a-note-on-cpanel-11/</link>
		<comments>http://www.ubersmith.com/blog/2007/07/09/a-note-on-cpanel-11/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 14:54:26 +0000</pubDate>
		<dc:creator>mstyne</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Ubersmith Lite]]></category>
		<category><![CDATA[Ubersmith Pro]]></category>

		<guid isPermaLink="false">http://blog.ubersmith.com/2007/07/09/a-note-on-cpanel-11/</guid>
		<description><![CDATA[To those of you running the downloadable version of Ubersmith on cPanel powered hosts:<br />
We have been getting reports that the update to cPanel 11 will disable the ability for virtual hosting accounts to dynamically load the IonCube PHP extension, which is required to run Ubersmith. The error you can expect to see looks like:<br />
Warning: dl() [function.dl]: Unable to load dynamic library<br />
&#8216;/usr/local/lib/php/extensions/no-debug-non-zts-20020429/<br />
/home/xxx/public_html/ioncube/ioncube_loader_lin_4.4.so&#8217; ]]></description>
			<content:encoded><![CDATA[<p><strong>To those of you running the downloadable version of Ubersmith on cPanel powered hosts:</strong></p>
<p>We have been getting reports that the update to cPanel 11 will disable the ability for virtual hosting accounts to dynamically load the IonCube PHP extension, which is required to run Ubersmith. The error you can expect to see looks like:</p>
<div style="font-family:Courier"><strong>Warning</strong>: dl() [function.dl]: Unable to load dynamic library<br />
&#8216;/usr/local/lib/php/extensions/no-debug-non-zts-20020429/<br />
/home/xxx/public_html/ioncube/ioncube_loader_lin_4.4.so&#8217; &#8211;<br />
/usr/local/lib/php/extensions/no-debug-non-zts-20020429/<br />
/home/xxx/public_html/ioncube/ioncube_loader_lin_4.4.so:<br />
cannot open shared object file: No such file or directory in /home/xxx/public_html/index.php on line 26<br />
Ubersmith is encoded with the ionCube PHP Encoder and requires the free<br />
ioncube_loader_lin_4.4.so ionCube PHP Loader to be installed.</div>
<p>We will be providing instructions / procedures on how to deal with this issue as soon as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubersmith.com/blog/2007/07/09/a-note-on-cpanel-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>À la carte Order Forms</title>
		<link>http://www.ubersmith.com/blog/2007/02/23/how-to-create-an-order-form-that-lets-the-client-select-a-specific-plan/</link>
		<comments>http://www.ubersmith.com/blog/2007/02/23/how-to-create-an-order-form-that-lets-the-client-select-a-specific-plan/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 23:27:50 +0000</pubDate>
		<dc:creator>boo</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HOWTO's]]></category>
		<category><![CDATA[Ubersmith DE]]></category>
		<category><![CDATA[Ubersmith Lite]]></category>
		<category><![CDATA[Ubersmith Pro]]></category>

		<guid isPermaLink="false">http://blog.ubersmith.com/2007/02/23/how-to-create-an-order-form-that-lets-the-client-select-a-specific-plan/</guid>
		<description><![CDATA[A good example is the Ubersmith Pro order form.<br />
In this post I’m going to go over how to update an order form in Ubersmith to allow the client to select which service plan they would like to sign up for.  This is something that has been requested before and just this week it occurred to our developer, Dan how it can be done ]]></description>
			<content:encoded><![CDATA[<p>A good example is the Ubersmith Pro <a href="https://billing.ubersmith.com/order/?form_id=3">order form</a>.</p>
<p>In this post I’m going to go over how to update an order form in Ubersmith to allow the client to select which service plan they would like to sign up for.  This is something that has been requested before and just this week it occurred to our developer, Dan how it can be done in the system right now.<br />
<span id="more-9"></span><br />
<font color="red"><strong>The Catch:</strong> The catch, in this case, is that this method will only work if you are <strong>NOT</strong> using upgrade options in your service plans.  If the service plans you’re offering represent a single recurring fee this trick will work for you.</font></p>
<p><strong>How To: </strong>It’s pretty simple.  Once you have created a basic form using the wizard, there’s really only two steps.</p>
<p><strong>1)</strong> Go to ‘Manage Order Queues’ under ‘Setup &amp; Admin.’  Find the order form you are going to be updating and click on the <strong>‘advanced’</strong> link that allows you to edit the specific elements of the form.  Then click on <strong>‘hidden fields’</strong> at the top left of the page.</p>
<p><img src="http://blog.ubersmith.com/images/blogshot1.png" alt="the advanced link." /></p>
<p>This will show you the fields that get set in the order but are non interactive to the client.  Near the top of the list will be an entry labeled ‘Service plan id.’  First click the <strong>‘edit’</strong> link next to this element.</p>
<p><img src="http://blog.ubersmith.com/images/blogshot2.png" alt="the existing hidden element." /></p>
<p>You want to make sure that the ‘Field Name’ is listed as <strong>‘pack1[plan_id]’  </strong>If it’s not, you’ve got the wrong element and you should leave it alone.  If it matches, what you want to do is <strong>delete</strong> this element.  This will help avoid conflicts later on when clients begin signing up.</p>
<p><img src="http://blog.ubersmith.com/images/blogshot3.png" alt="check that you've got the right one." /></p>
<p>2) The next step is to create your pull down list element.  Under the advanced setup for the order form, click <strong>‘add element’</strong> at the bottom of the page.  This will load a popup window where you can enter the details of the menu.</p>
<p><img src="http://blog.ubersmith.com/images/blogshot4.png" alt="Add your menu." /></p>
<p>The first setting you’ll run into is  ‘Element Type’ which you will want to set to <strong>‘Select Box.’</strong>  Second and most important is ‘Field Name.’  You will need to set this to ‘<strong>pack1[plan_id]</strong>’(without the ‘).  The ‘Label’ field is how the pull down menu will be referred to on the page.  Next is the <strong>‘Options’</strong> text area.  This is where you are going to enter the service plans that the client will select from.  Each row of text entered will be an item in the menu and each row should follow the format:</p>
<p><strong>Plan id number:Text</strong></p>
<p>The <strong>:</strong> between the two items is important.  The individual plan id numbers can be referenced on the <strong>‘Manage Service Plans’</strong> page in ‘Setup &amp; Admin.’</p>
<p>You will want to leave the ‘Constant’ option set to ‘No’ and select which ever page of the form you would like the menu to appear on from the final pull down on the page.</p>
<p>When you’re done, click <strong>Save</strong> and you’re all set.  From then on, whichever plan the client selects from that pull down will be added as their main service in their order.  Try it out yourselves and let us know if you have any questions by posting on our forums. We&#8217;re anxious to hear from our blog audience (&#8216;blaudience?&#8217;)  about these posts.  So let us know what you think.  Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubersmith.com/blog/2007/02/23/how-to-create-an-order-form-that-lets-the-client-select-a-specific-plan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tracking Number Trivia</title>
		<link>http://www.ubersmith.com/blog/2007/02/16/tracking-number-trivia/</link>
		<comments>http://www.ubersmith.com/blog/2007/02/16/tracking-number-trivia/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 16:10:14 +0000</pubDate>
		<dc:creator>mstyne</dc:creator>
				<category><![CDATA[HOWTO's]]></category>
		<category><![CDATA[Ubersmith DE]]></category>
		<category><![CDATA[Ubersmith Lite]]></category>
		<category><![CDATA[Ubersmith Pro]]></category>

		<guid isPermaLink="false">http://blog.ubersmith.com/2007/02/16/tracking-number-trivia/</guid>
		<description><![CDATA[Tracking numbers for shipping companies have become an integral part of day to day operations for most businesses. Even Google allows you to search for a package based solely on its tracking number.<br />
Ubersmith makes it easy to access the current information for a shipment being handled by UPS, FedEx, or DHL.<br />
When adding a comment or posting a reply, simply type:<br />
fedex #<br />
ups ]]></description>
			<content:encoded><![CDATA[<p>Tracking numbers for shipping companies have become an integral part of day to day operations for most businesses. Even Google allows you to <a href="http://www.google.com/help/features.html#number">search for a package</a> based solely on its tracking number.</p>
<p>Ubersmith makes it easy to access the current information for a shipment being handled by UPS, FedEx, or DHL.</p>
<p>When adding a comment or posting a reply, simply type:</p>
<p><tt>fedex #<br />
ups #<br />
dhl #</tt></p>
<p>with your tracking number after the &#8216;#&#8217; sign.</p>
<p><strong>Example:</strong></p>
<p>If I were to type:</p>
<p><tt>ups #1Z50V7420328473247</tt></p>
<p>upon sending my comment or reply, Ubersmith would generate a link which looked like:</p>
<p><tt>ups <a href="http://wwwapps.ups.com/etracking/tracking.cgi?TypeOfInquiryNumber=T&#038;InquiryNumber1=1Z50V7420328473247" target="_blank">#1Z50V7420328473247</a></tt></p>
<p>I can then click that link to open UPS&#8217;s website in a new window to view the current status of the package.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubersmith.com/blog/2007/02/16/tracking-number-trivia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.ubersmith.com @ 2010-07-30 21:53:59 -->