<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[THT Community (TCom) - All Forums]]></title>
		<link>http://thehostingtool.com/forum/</link>
		<description><![CDATA[THT Community (TCom) - http://thehostingtool.com/forum]]></description>
		<pubDate>Fri, 30 Jul 2010 23:15:49 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Roadblock with updating database]]></title>
			<link>http://thehostingtool.com/forum/thread-944.html</link>
			<pubDate>Thu, 29 Jul 2010 17:19:02 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-944.html</guid>
			<description><![CDATA[Hey guys!<br />
<br />
I just installed THT v1.2.2 and LOVE the new features, however the included CAPTCHA didn't work for me for some reason. As a result, I began coding in functionality for THT to use reCAPTCHA instead. I've found all the TPLs and edited the PHP files, but for the life of me I can't figure out how to get THT to update the database when I click the "Edit Settings" button on the "reCAPTCHA Configuration" admin page that I created. Here's the code I currently have in recaptchasettings.tpl:<br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">ERRORS</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">form&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"settings"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"settings"&nbsp;</span><span style="color: #0000BB">method</span><span style="color: #007700">=</span><span style="color: #DD0000">"post"&nbsp;</span><span style="color: #0000BB">action</span><span style="color: #007700">=</span><span style="color: #DD0000">""</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">table&nbsp;width</span><span style="color: #007700">=</span><span style="color: #DD0000">"100%"&nbsp;</span><span style="color: #0000BB">border</span><span style="color: #007700">=</span><span style="color: #DD0000">"0"&nbsp;</span><span style="color: #0000BB">cellspacing</span><span style="color: #007700">=</span><span style="color: #DD0000">"2"&nbsp;</span><span style="color: #0000BB">cellpadding</span><span style="color: #007700">=</span><span style="color: #DD0000">"0"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td&nbsp;valign</span><span style="color: #007700">=</span><span style="color: #DD0000">"top"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">reCAPTCHA&nbsp;</span><span style="color: #007700">Public&nbsp;</span><span style="color: #0000BB">Key</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input&nbsp;size</span><span style="color: #007700">=</span><span style="color: #DD0000">"60"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"rc-publickey"&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"rc-publickey"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"%PUBLICKEY%"&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td&nbsp;valign</span><span style="color: #007700">=</span><span style="color: #DD0000">"top"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">reCAPTCHA&nbsp;</span><span style="color: #007700">Private&nbsp;</span><span style="color: #0000BB">Key</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input&nbsp;size</span><span style="color: #007700">=</span><span style="color: #DD0000">"60"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"rc-privatekey"&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"rc-privatekey"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"%PRIVATEKEY%"&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td&nbsp;colspan</span><span style="color: #007700">=</span><span style="color: #DD0000">"2"&nbsp;</span><span style="color: #0000BB">align</span><span style="color: #007700">=</span><span style="color: #DD0000">"center"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"submit"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"add"&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"add"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"Edit&nbsp;Settings"&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">table</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">form</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div>
<br />
Very simple - it creates 2 text boxes and an "Edit Settings" button. If I manually add the public and private keys to the new rows in the database ("rc-publickey" and "rc-privatekey" in the *_config table), they will show up in the fields (with the following code added to admin/pages/settings.php):<br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #007700">case&nbsp;</span><span style="color: #DD0000">"recaptcha"</span><span style="color: #007700">:<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#36;array</span><span style="color: #007700">[</span><span style="color: #DD0000">'PUBLICKEY'</span><span style="color: #007700">&#93;&nbsp;=&nbsp;</span><span style="color: #0000BB">&#36;db</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">config</span><span style="color: #007700">(</span><span style="color: #DD0000">"rc-publickey"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#36;array</span><span style="color: #007700">[</span><span style="color: #DD0000">'PRIVATEKEY'</span><span style="color: #007700">&#93;&nbsp;=&nbsp;</span><span style="color: #0000BB">&#36;db</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">config</span><span style="color: #007700">(</span><span style="color: #DD0000">"rc-privatekey"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #0000BB">&#36;style</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">replaceVar</span><span style="color: #007700">(</span><span style="color: #DD0000">"tpl/recaptchasettings.tpl"</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;array</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;break;&nbsp;<br /></span></code></div></div></div>
<br />
I've also added the code to the same file that will display the link to my new page.<br />
<br />
What do I need to do to get the entered keys into the database? Help will be greatly appreciated!<br />
<br />
P.S. I hope that all makes sense! <img src="http://thehostingtool.com/forum/images/smilies/blush.gif" style="vertical-align: middle;" border="0" alt="Blush" title="Blush" /><br />
<br />
<span style="font-weight: bold;">EDIT:</span> Another question: in orderform.tpl, how do I include PHP code, and include the &#36;db global?]]></description>
			<content:encoded><![CDATA[Hey guys!<br />
<br />
I just installed THT v1.2.2 and LOVE the new features, however the included CAPTCHA didn't work for me for some reason. As a result, I began coding in functionality for THT to use reCAPTCHA instead. I've found all the TPLs and edited the PHP files, but for the life of me I can't figure out how to get THT to update the database when I click the "Edit Settings" button on the "reCAPTCHA Configuration" admin page that I created. Here's the code I currently have in recaptchasettings.tpl:<br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">ERRORS</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">form&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"settings"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"settings"&nbsp;</span><span style="color: #0000BB">method</span><span style="color: #007700">=</span><span style="color: #DD0000">"post"&nbsp;</span><span style="color: #0000BB">action</span><span style="color: #007700">=</span><span style="color: #DD0000">""</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">table&nbsp;width</span><span style="color: #007700">=</span><span style="color: #DD0000">"100%"&nbsp;</span><span style="color: #0000BB">border</span><span style="color: #007700">=</span><span style="color: #DD0000">"0"&nbsp;</span><span style="color: #0000BB">cellspacing</span><span style="color: #007700">=</span><span style="color: #DD0000">"2"&nbsp;</span><span style="color: #0000BB">cellpadding</span><span style="color: #007700">=</span><span style="color: #DD0000">"0"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td&nbsp;valign</span><span style="color: #007700">=</span><span style="color: #DD0000">"top"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">reCAPTCHA&nbsp;</span><span style="color: #007700">Public&nbsp;</span><span style="color: #0000BB">Key</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input&nbsp;size</span><span style="color: #007700">=</span><span style="color: #DD0000">"60"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"rc-publickey"&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"rc-publickey"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"%PUBLICKEY%"&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td&nbsp;valign</span><span style="color: #007700">=</span><span style="color: #DD0000">"top"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">reCAPTCHA&nbsp;</span><span style="color: #007700">Private&nbsp;</span><span style="color: #0000BB">Key</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input&nbsp;size</span><span style="color: #007700">=</span><span style="color: #DD0000">"60"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"rc-privatekey"&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"rc-privatekey"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"%PRIVATEKEY%"&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td&nbsp;colspan</span><span style="color: #007700">=</span><span style="color: #DD0000">"2"&nbsp;</span><span style="color: #0000BB">align</span><span style="color: #007700">=</span><span style="color: #DD0000">"center"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"submit"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"add"&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"add"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"Edit&nbsp;Settings"&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">table</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">form</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div>
<br />
Very simple - it creates 2 text boxes and an "Edit Settings" button. If I manually add the public and private keys to the new rows in the database ("rc-publickey" and "rc-privatekey" in the *_config table), they will show up in the fields (with the following code added to admin/pages/settings.php):<br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #007700">case&nbsp;</span><span style="color: #DD0000">"recaptcha"</span><span style="color: #007700">:<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#36;array</span><span style="color: #007700">[</span><span style="color: #DD0000">'PUBLICKEY'</span><span style="color: #007700">]&nbsp;=&nbsp;</span><span style="color: #0000BB">&#36;db</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">config</span><span style="color: #007700">(</span><span style="color: #DD0000">"rc-publickey"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#36;array</span><span style="color: #007700">[</span><span style="color: #DD0000">'PRIVATEKEY'</span><span style="color: #007700">]&nbsp;=&nbsp;</span><span style="color: #0000BB">&#36;db</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">config</span><span style="color: #007700">(</span><span style="color: #DD0000">"rc-privatekey"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #0000BB">&#36;style</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">replaceVar</span><span style="color: #007700">(</span><span style="color: #DD0000">"tpl/recaptchasettings.tpl"</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;array</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;break;&nbsp;<br /></span></code></div></div></div>
<br />
I've also added the code to the same file that will display the link to my new page.<br />
<br />
What do I need to do to get the entered keys into the database? Help will be greatly appreciated!<br />
<br />
P.S. I hope that all makes sense! <img src="http://thehostingtool.com/forum/images/smilies/blush.gif" style="vertical-align: middle;" border="0" alt="Blush" title="Blush" /><br />
<br />
<span style="font-weight: bold;">EDIT:</span> Another question: in orderform.tpl, how do I include PHP code, and include the &#36;db global?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[You can only run the install from the /var/www/signup.ws4u.tk/html/install/index.php]]></title>
			<link>http://thehostingtool.com/forum/thread-943.html</link>
			<pubDate>Tue, 27 Jul 2010 21:13:23 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-943.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">THT Version:</span>1.2.2<br />
<span style="font-weight: bold;">Your THT installation URL:</span> <a href="http://signup.ws4u.tk/" target="_blank">http://signup.ws4u.tk/</a><br />
<span style="font-weight: bold;">Browser (including version):</span> Safari 5<br />
<span style="font-weight: bold;">Your Operating System:</span> Mac OS X 10.6<br />
<span style="font-weight: bold;">Server's Operating System:</span> CentOS 5.5<br />
<span style="font-weight: bold;">Apache Version:</span> nginx/0.7.67<br />
<span style="font-weight: bold;">Control Panel Type:</span> None on the server running it, but cPanel and DirectAdmin accounts will be made.<br />
<span style="font-weight: bold;">Control Panel Version:</span> <br />
<span style="font-weight: bold;">Error:</span> You can only run the install from the /var/www/signup.ws4u.tk/html/install/index.php <br />
<span style="font-weight: bold;">Problem:</span> Can't install]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">THT Version:</span>1.2.2<br />
<span style="font-weight: bold;">Your THT installation URL:</span> <a href="http://signup.ws4u.tk/" target="_blank">http://signup.ws4u.tk/</a><br />
<span style="font-weight: bold;">Browser (including version):</span> Safari 5<br />
<span style="font-weight: bold;">Your Operating System:</span> Mac OS X 10.6<br />
<span style="font-weight: bold;">Server's Operating System:</span> CentOS 5.5<br />
<span style="font-weight: bold;">Apache Version:</span> nginx/0.7.67<br />
<span style="font-weight: bold;">Control Panel Type:</span> None on the server running it, but cPanel and DirectAdmin accounts will be made.<br />
<span style="font-weight: bold;">Control Panel Version:</span> <br />
<span style="font-weight: bold;">Error:</span> You can only run the install from the /var/www/signup.ws4u.tk/html/install/index.php <br />
<span style="font-weight: bold;">Problem:</span> Can't install]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Post2host kinda]]></title>
			<link>http://thehostingtool.com/forum/thread-942.html</link>
			<pubDate>Tue, 27 Jul 2010 15:28:33 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-942.html</guid>
			<description><![CDATA[I want to use the newpoints banking system and shop plugin with tht so that they can buy hosting when they are ready for it, and keep deducting from there account anif they do not have the points they need suspend the account. so i understand on the the newpoints system you have no clue but how could i change the mybb plugin to be able to do this?]]></description>
			<content:encoded><![CDATA[I want to use the newpoints banking system and shop plugin with tht so that they can buy hosting when they are ready for it, and keep deducting from there account anif they do not have the points they need suspend the account. so i understand on the the newpoints system you have no clue but how could i change the mybb plugin to be able to do this?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Feedback!]]></title>
			<link>http://thehostingtool.com/forum/thread-941.html</link>
			<pubDate>Tue, 27 Jul 2010 13:00:52 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-941.html</guid>
			<description><![CDATA[I love THT so much, I should be ready to launch my host in about a month's time because of you guys! Honestly, nobody ever thinks of the host, it's always there good, or there bad. But never how hard it is to run one, you guys made it so much easier! <img src="http://thehostingtool.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /> Thank You! <img src="http://thehostingtool.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[I love THT so much, I should be ready to launch my host in about a month's time because of you guys! Honestly, nobody ever thinks of the host, it's always there good, or there bad. But never how hard it is to run one, you guys made it so much easier! <img src="http://thehostingtool.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /> Thank You! <img src="http://thehostingtool.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Stay tuned regarding THT!]]></title>
			<link>http://thehostingtool.com/forum/thread-940.html</link>
			<pubDate>Tue, 27 Jul 2010 10:44:28 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-940.html</guid>
			<description><![CDATA[I'm not announcing anything yet, but if you stayed close to what we do and what we develop in you will know what we're currently working on! We're looking forward to bringing this to you and it shouldn't be long until you can get your bandwidth all over it. We have a lot of exciting new things which you will of never seen before in ANY free/paid script.]]></description>
			<content:encoded><![CDATA[I'm not announcing anything yet, but if you stayed close to what we do and what we develop in you will know what we're currently working on! We're looking forward to bringing this to you and it shouldn't be long until you can get your bandwidth all over it. We have a lot of exciting new things which you will of never seen before in ANY free/paid script.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Paypal&#93; Invoice not changing from unpaid to paid]]></title>
			<link>http://thehostingtool.com/forum/thread-937.html</link>
			<pubDate>Sun, 25 Jul 2010 06:58:12 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-937.html</guid>
			<description><![CDATA[Using cPanel with THT 1.2.2 <br />
<br />
While testing payments made with paypal users are returned to the site but their invoice status doesn't change even though the payment went through.<br />
<br />
<img src="http://thehostingtool.com/forum/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" /><br />
<br />
Do I have to make changes to my PayPal, or is this a configuration/THT problem?]]></description>
			<content:encoded><![CDATA[Using cPanel with THT 1.2.2 <br />
<br />
While testing payments made with paypal users are returned to the site but their invoice status doesn't change even though the payment went through.<br />
<br />
<img src="http://thehostingtool.com/forum/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" /><br />
<br />
Do I have to make changes to my PayPal, or is this a configuration/THT problem?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[modify !!!!]]></title>
			<link>http://thehostingtool.com/forum/thread-935.html</link>
			<pubDate>Sat, 24 Jul 2010 06:56:15 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-935.html</guid>
			<description><![CDATA[Can you guys modify the thostingtools post2host with clicktohost ?<br />
<br />
( like you only have to replace the number of post iwth the no of money on gen 4 or any other ptc script ).....<br />
<br />
<br />
please , i am ready to pay if you wil take money for this upgrade !!!<img src="http://thehostingtool.com/forum/images/smilies/undecided.gif" style="vertical-align: middle;" border="0" alt="Undecided" title="Undecided" />]]></description>
			<content:encoded><![CDATA[Can you guys modify the thostingtools post2host with clicktohost ?<br />
<br />
( like you only have to replace the number of post iwth the no of money on gen 4 or any other ptc script ).....<br />
<br />
<br />
please , i am ready to pay if you wil take money for this upgrade !!!<img src="http://thehostingtool.com/forum/images/smilies/undecided.gif" style="vertical-align: middle;" border="0" alt="Undecided" title="Undecided" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[A few error?]]></title>
			<link>http://thehostingtool.com/forum/thread-932.html</link>
			<pubDate>Fri, 23 Jul 2010 15:52:07 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-932.html</guid>
			<description><![CDATA[Hello I see this when i go to client search screen in AdminCP <div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Warning: strftime() [function.strftime&#93;: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Bogota' for 'COT/-5.0/no DST' instead in /home/xlxhost/public_html/accounts/admin/pages/users.php on line 146<br />
<br />
Warning: date() [function.date&#93;: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Bogota' for 'COT/-5.0/no DST' instead in /home/xlxhost/public_html/accounts/includes/types/p2h.php on line 354<br />
<br />
Warning: date() [function.date&#93;: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Bogota' for 'COT/-5.0/no DST' instead in /home/xlxhost/public_html/accounts/includes/types/p2h.php on line 355<br />
<br />
Warning: strftime() [function.strftime&#93;: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Bogota' for 'COT/-5.0/no DST' instead in /home/xlxhost/public_html/accounts/includes/types/p2h.php on line 388<br />
<br />
Warning: strftime() [function.strftime&#93;: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Bogota' for 'COT/-5.0/no DST' instead in /home/xlxhost/public_html/accounts/includes/types/p2h.php on line 388<br />
<br />
Warning: strftime() [function.strftime&#93;: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Bogota' for 'COT/-5.0/no DST' instead in /home/xlxhost/public_html/accounts/includes/types/p2h.php on line 388<br />
<br />
Warning: strftime() [function.strftime&#93;: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Bogota' for 'COT/-5.0/no DST' instead in /home/xlxhost/public_html/accounts/includes/types/p2h.php on line 388<br />
<br />
Warning: strftime() [function.strftime&#93;: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Bogota' for 'COT/-5.0/no DST' instead in /home/xlxhost/public_html/accounts/includes/types/p2h.php on line 388</code></div></div>
<br />
whats the reson adn how to fix these?]]></description>
			<content:encoded><![CDATA[Hello I see this when i go to client search screen in AdminCP <div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Bogota' for 'COT/-5.0/no DST' instead in /home/xlxhost/public_html/accounts/admin/pages/users.php on line 146<br />
<br />
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Bogota' for 'COT/-5.0/no DST' instead in /home/xlxhost/public_html/accounts/includes/types/p2h.php on line 354<br />
<br />
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Bogota' for 'COT/-5.0/no DST' instead in /home/xlxhost/public_html/accounts/includes/types/p2h.php on line 355<br />
<br />
Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Bogota' for 'COT/-5.0/no DST' instead in /home/xlxhost/public_html/accounts/includes/types/p2h.php on line 388<br />
<br />
Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Bogota' for 'COT/-5.0/no DST' instead in /home/xlxhost/public_html/accounts/includes/types/p2h.php on line 388<br />
<br />
Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Bogota' for 'COT/-5.0/no DST' instead in /home/xlxhost/public_html/accounts/includes/types/p2h.php on line 388<br />
<br />
Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Bogota' for 'COT/-5.0/no DST' instead in /home/xlxhost/public_html/accounts/includes/types/p2h.php on line 388<br />
<br />
Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Bogota' for 'COT/-5.0/no DST' instead in /home/xlxhost/public_html/accounts/includes/types/p2h.php on line 388</code></div></div>
<br />
whats the reson adn how to fix these?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[THT requires Safe MOdE??]]></title>
			<link>http://thehostingtool.com/forum/thread-930.html</link>
			<pubDate>Fri, 23 Jul 2010 02:16:13 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-930.html</guid>
			<description><![CDATA[Hello All,<br />
I need to know some this about the error here<br />
<a href="http://www.xlxhost.net/accounts/client/" target="_blank">http://www.xlxhost.net/accounts/client/</a><br />
<br />
Is THT defendant upon Safe Mode ???]]></description>
			<content:encoded><![CDATA[Hello All,<br />
I need to know some this about the error here<br />
<a href="http://www.xlxhost.net/accounts/client/" target="_blank">http://www.xlxhost.net/accounts/client/</a><br />
<br />
Is THT defendant upon Safe Mode ???]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Edit order form]]></title>
			<link>http://thehostingtool.com/forum/thread-929.html</link>
			<pubDate>Thu, 22 Jul 2010 22:54:47 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-929.html</guid>
			<description><![CDATA[I have tried to edit the order form, to make it look a bit different.<br />
<br />
Instead of this:<br />
<img src="http://i26.tinypic.com/vmx4x4.jpg" border="0" alt="[Image: vmx4x4.jpg&#93;" /><br />
I wanted to make it like this:<br />
<img src="http://i29.tinypic.com/r920c7.jpg" border="0" alt="[Image: r920c7.jpg&#93;" /><br />
<br />
Just so it didn't ask for so much.<br />
<br />
When I removed the questions and changed the echo 0's to 1's on step 5 it always says it's an Invalid First Name (which was one I removed)...<br />
<br />
Did I do something wrong or just not do something I needed too?<br />
<br />
<br />
Thanks <img src="http://thehostingtool.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[I have tried to edit the order form, to make it look a bit different.<br />
<br />
Instead of this:<br />
<img src="http://i26.tinypic.com/vmx4x4.jpg" border="0" alt="[Image: vmx4x4.jpg]" /><br />
I wanted to make it like this:<br />
<img src="http://i29.tinypic.com/r920c7.jpg" border="0" alt="[Image: r920c7.jpg]" /><br />
<br />
Just so it didn't ask for so much.<br />
<br />
When I removed the questions and changed the echo 0's to 1's on step 5 it always says it's an Invalid First Name (which was one I removed)...<br />
<br />
Did I do something wrong or just not do something I needed too?<br />
<br />
<br />
Thanks <img src="http://thehostingtool.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Having trouble verifying]]></title>
			<link>http://thehostingtool.com/forum/thread-921.html</link>
			<pubDate>Fri, 16 Jul 2010 23:19:51 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-921.html</guid>
			<description><![CDATA[I'm creating a way so that users can make promotional codes from within the admin menu, and I got it to successfully create the promotional codes, but when it comes to checking it in the order form it never shows the check marks. Under my /includes/tpl/orderform.tpl I have<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;Promotional Code:&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;&lt;input type="text" name="name" id="name" onchange="check('name', this.value)" /&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td align="left"&gt;&lt;a title="Optional: Enter a valid promotional code" class="tooltip"&gt;&lt;img src="&lt;URL&gt;themes/icons/information.png" /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td id="name" align="left"&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;</code></div></div>
<br />
And under my ajax.php<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>public function namecheck() {<br />
&nbsp;&nbsp;&nbsp;&nbsp;global &#36;main, &#36;db;<br />
&nbsp;&nbsp;&nbsp;&nbsp;if(!&#36;main-&gt;getvar['name'&#93;) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#36;_SESSION['check'&#93;['name'&#93; = false;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo 0;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&#36;query = &#36;db-&gt;query("SELECT * FROM `&lt;PRE&gt;promotions` WHERE `name` = '{&#36;main-&gt;getvar['name'&#93;}'");<br />
&nbsp;&nbsp;&nbsp;&nbsp;if(&#36;db-&gt;num_rows(&#36;query) != 0) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#36;_SESSION['check'&#93;['name'&#93; = false;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo 0;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;else {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(&#36;main-&gt;check_name(&#36;main-&gt;getvar['name'&#93;)) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;_SESSION['check'&#93;['name'&#93; = true;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo 1;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;_SESSION['check'&#93;['name'&#93; = false;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo 0;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;}</code></div></div>
<br />
Kinda just followed what was dont to email, expect my values are under a tht_promotions where the promo code is under the value 'name'. Can someone explain why this isn't working?]]></description>
			<content:encoded><![CDATA[I'm creating a way so that users can make promotional codes from within the admin menu, and I got it to successfully create the promotional codes, but when it comes to checking it in the order form it never shows the check marks. Under my /includes/tpl/orderform.tpl I have<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;Promotional Code:&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;&lt;input type="text" name="name" id="name" onchange="check('name', this.value)" /&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td align="left"&gt;&lt;a title="Optional: Enter a valid promotional code" class="tooltip"&gt;&lt;img src="&lt;URL&gt;themes/icons/information.png" /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td id="name" align="left"&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;</code></div></div>
<br />
And under my ajax.php<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>public function namecheck() {<br />
&nbsp;&nbsp;&nbsp;&nbsp;global &#36;main, &#36;db;<br />
&nbsp;&nbsp;&nbsp;&nbsp;if(!&#36;main-&gt;getvar['name']) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#36;_SESSION['check']['name'] = false;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo 0;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&#36;query = &#36;db-&gt;query("SELECT * FROM `&lt;PRE&gt;promotions` WHERE `name` = '{&#36;main-&gt;getvar['name']}'");<br />
&nbsp;&nbsp;&nbsp;&nbsp;if(&#36;db-&gt;num_rows(&#36;query) != 0) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#36;_SESSION['check']['name'] = false;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo 0;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;else {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(&#36;main-&gt;check_name(&#36;main-&gt;getvar['name'])) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;_SESSION['check']['name'] = true;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo 1;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;_SESSION['check']['name'] = false;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo 0;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;}</code></div></div>
<br />
Kinda just followed what was dont to email, expect my values are under a tht_promotions where the promo code is under the value 'name'. Can someone explain why this isn't working?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[imporing Packages from whm?]]></title>
			<link>http://thehostingtool.com/forum/thread-920.html</link>
			<pubDate>Fri, 16 Jul 2010 19:07:30 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-920.html</guid>
			<description><![CDATA[hi ,<br />
<br />
since i have more than few hosting packages.......<br />
how do i import packages from whm/cpanel?<br />
<br />
thanks]]></description>
			<content:encoded><![CDATA[hi ,<br />
<br />
since i have more than few hosting packages.......<br />
how do i import packages from whm/cpanel?<br />
<br />
thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do I]]></title>
			<link>http://thehostingtool.com/forum/thread-919.html</link>
			<pubDate>Fri, 16 Jul 2010 13:51:08 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-919.html</guid>
			<description><![CDATA[How  do I add to the Sidebar Menu? If someone can help me<hr />
Figured it out. NVM <img src="http://thehostingtool.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[How  do I add to the Sidebar Menu? If someone can help me<hr />
Figured it out. NVM <img src="http://thehostingtool.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to get rid of captcha]]></title>
			<link>http://thehostingtool.com/forum/thread-918.html</link>
			<pubDate>Fri, 16 Jul 2010 13:43:05 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-918.html</guid>
			<description><![CDATA[Open up ajax.php in the /includes folder and look for the code<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>//Basic captcha check... thanks http://frikk.tk!<br />
public function humancheck() {<br />
&nbsp;&nbsp;&nbsp;&nbsp;global &#36;main;<br />
&nbsp;&nbsp;&nbsp;&nbsp;if(&#36;main-&gt;getvar['human'&#93; != &#36;_SESSION["pass"&#93;) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;_SESSION['check'&#93;['human'&#93; = false;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo 0;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;else {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;_SESSION['check'&#93;['human'&#93; = true;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo 1;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
}</code></div></div>
<br />
Change the  echo 0; to echo 1; like so<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>//Basic captcha check... thanks http://frikk.tk!<br />
public function humancheck() {<br />
&nbsp;&nbsp;&nbsp;&nbsp;global &#36;main;<br />
&nbsp;&nbsp;&nbsp;&nbsp;if(&#36;main-&gt;getvar['human'&#93; != &#36;_SESSION["pass"&#93;) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;_SESSION['check'&#93;['human'&#93; = false;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo 1;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;else {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;_SESSION['check'&#93;['human'&#93; = true;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo 1;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;}</code></div></div>
<br />
Then open up orderform.tpl in the /includes/tpl/ and look for<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;img src="&lt;URL&gt;includes/captcha_image.php"&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;input type="text" name="human" id="human" onchange="check('human', this.value)" /&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;td align="left"&gt;&lt;a title="Answer the question to prove you are not a bot." class="tooltip"&gt;&lt;img src="&lt;URL&gt;themes/icons/information.png" /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;td id="humancheck" align="left"&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;</code></div></div>
<br />
And erase that part completely. This doesn't get rid of captcha but just always passes captcha while at the same time hiding it.]]></description>
			<content:encoded><![CDATA[Open up ajax.php in the /includes folder and look for the code<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>//Basic captcha check... thanks http://frikk.tk!<br />
public function humancheck() {<br />
&nbsp;&nbsp;&nbsp;&nbsp;global &#36;main;<br />
&nbsp;&nbsp;&nbsp;&nbsp;if(&#36;main-&gt;getvar['human'] != &#36;_SESSION["pass"]) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;_SESSION['check']['human'] = false;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo 0;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;else {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;_SESSION['check']['human'] = true;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo 1;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
}</code></div></div>
<br />
Change the  echo 0; to echo 1; like so<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>//Basic captcha check... thanks http://frikk.tk!<br />
public function humancheck() {<br />
&nbsp;&nbsp;&nbsp;&nbsp;global &#36;main;<br />
&nbsp;&nbsp;&nbsp;&nbsp;if(&#36;main-&gt;getvar['human'] != &#36;_SESSION["pass"]) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;_SESSION['check']['human'] = false;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo 1;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;else {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;_SESSION['check']['human'] = true;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo 1;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;}</code></div></div>
<br />
Then open up orderform.tpl in the /includes/tpl/ and look for<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;img src="&lt;URL&gt;includes/captcha_image.php"&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;input type="text" name="human" id="human" onchange="check('human', this.value)" /&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;td align="left"&gt;&lt;a title="Answer the question to prove you are not a bot." class="tooltip"&gt;&lt;img src="&lt;URL&gt;themes/icons/information.png" /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;td id="humancheck" align="left"&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;</code></div></div>
<br />
And erase that part completely. This doesn't get rid of captcha but just always passes captcha while at the same time hiding it.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Awaiting Payment...]]></title>
			<link>http://thehostingtool.com/forum/thread-917.html</link>
			<pubDate>Fri, 16 Jul 2010 10:17:20 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-917.html</guid>
			<description><![CDATA[Hi,<br />
<br />
I have installed the latest version of THT on my server and set it up to work with WHM. I went through the order process to create a test account to make sure everything was working correctly. To make sure it setup the account in WHM, I set the invoice to Paid, but within the Admin Client Details area it says 'Awaiting Payment' still... So I click the 'Awaiting Payment' link to the left and a javascript message appears saying 'Uh oh...'<br />
<br />
Why is this? I have attached a screenshot.<br />
<br />
Thanks.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I have installed the latest version of THT on my server and set it up to work with WHM. I went through the order process to create a test account to make sure everything was working correctly. To make sure it setup the account in WHM, I set the invoice to Paid, but within the Admin Client Details area it says 'Awaiting Payment' still... So I click the 'Awaiting Payment' link to the left and a javascript message appears saying 'Uh oh...'<br />
<br />
Why is this? I have attached a screenshot.<br />
<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Step 5 Huge Error Msg]]></title>
			<link>http://thehostingtool.com/forum/thread-916.html</link>
			<pubDate>Wed, 14 Jul 2010 13:32:22 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-916.html</guid>
			<description><![CDATA[Hey guys. First GREAT SOFTWARE! but in the order process once the user reaches step 5 this error shows up:<br />
<br />
/////////////////THT ERROR<br />
Error: mySQL Query Failed<br />
Function: query<br />
mySQL Error: MySQL server has gone away<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: Couldn't Retrieve config value!<br />
Config Name: show_page_gentime<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: mySQL Query Failed<br />
Function: query<br />
mySQL Error: MySQL server has gone away<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: Couldn't Retrieve config value!<br />
Config Name: show_version_id<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: mySQL Query Failed<br />
Function: query<br />
mySQL Error: MySQL server has gone away<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: mySQL Query Failed<br />
Function: query<br />
mySQL Error: MySQL server has gone away<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: mySQL Query Failed<br />
Function: query<br />
mySQL Error: MySQL server has gone away<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: mySQL Query Failed<br />
Function: query<br />
mySQL Error: MySQL server has gone away<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: mySQL Query Failed<br />
Function: query<br />
mySQL Error: MySQL server has gone away<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: mySQL Query Failed<br />
Function: query<br />
mySQL Error: MySQL server has gone away<br />
/////////////////<br />
Your username doesn't exist in the DB meaning the query failed or it exists more than once!<br />
<br />
No idea why this happens. The page is: <a href="http://www.infinitewebhosting.com/THT" target="_blank">http://www.infinitewebhosting.com/THT</a><br />
<br />
The account is created in WHM though... What do i do?]]></description>
			<content:encoded><![CDATA[Hey guys. First GREAT SOFTWARE! but in the order process once the user reaches step 5 this error shows up:<br />
<br />
/////////////////THT ERROR<br />
Error: mySQL Query Failed<br />
Function: query<br />
mySQL Error: MySQL server has gone away<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: Couldn't Retrieve config value!<br />
Config Name: show_page_gentime<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: mySQL Query Failed<br />
Function: query<br />
mySQL Error: MySQL server has gone away<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: Couldn't Retrieve config value!<br />
Config Name: show_version_id<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: mySQL Query Failed<br />
Function: query<br />
mySQL Error: MySQL server has gone away<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: mySQL Query Failed<br />
Function: query<br />
mySQL Error: MySQL server has gone away<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: mySQL Query Failed<br />
Function: query<br />
mySQL Error: MySQL server has gone away<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: mySQL Query Failed<br />
Function: query<br />
mySQL Error: MySQL server has gone away<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: mySQL Query Failed<br />
Function: query<br />
mySQL Error: MySQL server has gone away<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: mySQL Query Failed<br />
Function: query<br />
mySQL Error: MySQL server has gone away<br />
/////////////////<br />
Your username doesn't exist in the DB meaning the query failed or it exists more than once!<br />
<br />
No idea why this happens. The page is: <a href="http://www.infinitewebhosting.com/THT" target="_blank">http://www.infinitewebhosting.com/THT</a><br />
<br />
The account is created in WHM though... What do i do?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PHPmail vs. SMTP]]></title>
			<link>http://thehostingtool.com/forum/thread-915.html</link>
			<pubDate>Tue, 13 Jul 2010 16:51:55 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-915.html</guid>
			<description><![CDATA[Hey I'm back again with a new problem...<br />
<br />
In THT you get the choice of using PHPmail or SMTP mail, right?<br />
<br />
When an email from THT is sent using PHPmail, the email formats correctly with the HTML doing the correct thing.<br />
E.g &lt;b&gt; = bold text, and so on...<br />
<br />
When using SMTP however, HTML doesn't work and instead shows the HTML tags ans doesn't format the email correctly...<br />
<br />
is there a way of fixing this so that I can use SMTP &amp; have the emails display properly with HTML.<br />
<br />
Thanks, Scott.]]></description>
			<content:encoded><![CDATA[Hey I'm back again with a new problem...<br />
<br />
In THT you get the choice of using PHPmail or SMTP mail, right?<br />
<br />
When an email from THT is sent using PHPmail, the email formats correctly with the HTML doing the correct thing.<br />
E.g &lt;b&gt; = bold text, and so on...<br />
<br />
When using SMTP however, HTML doesn't work and instead shows the HTML tags ans doesn't format the email correctly...<br />
<br />
is there a way of fixing this so that I can use SMTP &amp; have the emails display properly with HTML.<br />
<br />
Thanks, Scott.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[THT user registration]]></title>
			<link>http://thehostingtool.com/forum/thread-914.html</link>
			<pubDate>Tue, 13 Jul 2010 01:34:54 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-914.html</guid>
			<description><![CDATA[Hi,<br />
<br />
So far, I'm really liking THT and it's simple yet resourceful interface. You guys have done a great job.<br />
<br />
I ran into one more problem. For the user order form everything seemed to be going well until in Step 5 "Create Account"<br />
<br />
It says "Error:" Then it's blank. A little bit below that says "Don't close or browse away from this page!". However the page is frozen like that, and the "next step" button is disabled. Could you help me out? Thanks.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
So far, I'm really liking THT and it's simple yet resourceful interface. You guys have done a great job.<br />
<br />
I ran into one more problem. For the user order form everything seemed to be going well until in Step 5 "Create Account"<br />
<br />
It says "Error:" Then it's blank. A little bit below that says "Don't close or browse away from this page!". However the page is frozen like that, and the "next step" button is disabled. Could you help me out? Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[conf.inc.php]]></title>
			<link>http://thehostingtool.com/forum/thread-913.html</link>
			<pubDate>Mon, 12 Jul 2010 14:45:11 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-913.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">Your ../includes/conf.inc.php file doesn't exist! Please create it!</span><br />
<br />
When I tried to install THT I get the above message. So I looked in the directory and there was no conf.inc.php. I also went looking into the zip file that I extracted the files from and in that there wasn't any conf.inc.php file either. Has this file been left out for THT 1.2.2?]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">Your ../includes/conf.inc.php file doesn't exist! Please create it!</span><br />
<br />
When I tried to install THT I get the above message. So I looked in the directory and there was no conf.inc.php. I also went looking into the zip file that I extracted the files from and in that there wasn't any conf.inc.php file either. Has this file been left out for THT 1.2.2?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Couple of questions regarding invoices and captcha]]></title>
			<link>http://thehostingtool.com/forum/thread-912.html</link>
			<pubDate>Sun, 11 Jul 2010 18:26:14 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-912.html</guid>
			<description><![CDATA[Hey,<br />
Just a couple of questions...<br />
<br />
Once I have imported clients from WHM (which have been clients of mine for a couple of weeks/months), then setup their packages with a monthly price... will the invoices work for <span style="font-weight: bold;">imported</span> clients, or will they need to sign up with the THT form for the invoices to work?<br />
<br />
<span style="font-style: italic;">Also...</span><br />
<br />
On my order form, the captcha image is always broken, meaning nobody can sign up. Could anybody help with this?<br />
<br />
Thanks,<br />
Scott.]]></description>
			<content:encoded><![CDATA[Hey,<br />
Just a couple of questions...<br />
<br />
Once I have imported clients from WHM (which have been clients of mine for a couple of weeks/months), then setup their packages with a monthly price... will the invoices work for <span style="font-weight: bold;">imported</span> clients, or will they need to sign up with the THT form for the invoices to work?<br />
<br />
<span style="font-style: italic;">Also...</span><br />
<br />
On my order form, the captcha image is always broken, meaning nobody can sign up. Could anybody help with this?<br />
<br />
Thanks,<br />
Scott.]]></content:encoded>
		</item>
	</channel>
</rss>