<?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) - THT Bug Report]]></title>
		<link>http://thehostingtool.com/forum/</link>
		<description><![CDATA[THT Community (TCom) - http://thehostingtool.com/forum]]></description>
		<pubDate>Fri, 10 Sep 2010 10:53:37 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[THT Exploit]]></title>
			<link>http://thehostingtool.com/forum/thread-862.html</link>
			<pubDate>Sat, 12 Jun 2010 21:37:36 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-862.html</guid>
			<description><![CDATA[Removed.]]></description>
			<content:encoded><![CDATA[Removed.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fixing the Server status - View servers option]]></title>
			<link>http://thehostingtool.com/forum/thread-849.html</link>
			<pubDate>Thu, 10 Jun 2010 09:33:53 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-849.html</guid>
			<description><![CDATA[Replace this code in:<br />
includes/status.php<br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #FF8000">//Web&nbsp;Server&nbsp;Status&nbsp;v&nbsp;1.4,&nbsp;Copyright&nbsp;2002&nbsp;By&nbsp;Ryan&nbsp;Schwiebert,&nbsp;visit&nbsp;http://www.schwebdesigns.com/<br />//This&nbsp;script&nbsp;may&nbsp;be&nbsp;freely&nbsp;distributed&nbsp;providing&nbsp;all&nbsp;copyright&nbsp;headers&nbsp;are&nbsp;kept&nbsp;intact.&nbsp;<br /><br />//Concept&nbsp;from:<br />//Abax&nbsp;Server&nbsp;Status&nbsp;v1.04,&nbsp;Copyright&nbsp;2002&nbsp;By&nbsp;Nathan&nbsp;Dickman,&nbsp;visit&nbsp;http://www.NathanDickman.com/<br />//Location&nbsp;of&nbsp;the&nbsp;live&nbsp;or&nbsp;dead&nbsp;server&nbsp;images<br />//@author&nbsp;Julio&nbsp;Montoya&nbsp;&lt;gugli100@gmail.com&gt;&nbsp;Beeznest&nbsp;-&nbsp;Fixing&nbsp;the&nbsp;url/port&nbsp;management<br /><br />//Please&nbsp;change&nbsp;to&nbsp;your&nbsp;server&nbsp;specifications<br /></span><span style="color: #0000BB">&#36;live&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"../themes/icons/lightbulb.png"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#36;dead&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"../themes/icons/lightbulb_off.png"</span><span style="color: #007700">;<br /><br /></span><span style="color: #FF8000">//The&nbsp;status&nbsp;checking&nbsp;script<br />//meddle&nbsp;at&nbsp;your&nbsp;own&nbsp;risk!<br />//check&nbsp;for&nbsp;port&nbsp;number,&nbsp;default&nbsp;is&nbsp;80<br /></span><span style="color: #0000BB">&#36;link&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;_GET</span><span style="color: #007700">[</span><span style="color: #DD0000">'link'</span><span style="color: #007700">&#93;;<br /></span><span style="color: #0000BB">&#36;s_link&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">basename</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;link</span><span style="color: #007700">);<br />list(</span><span style="color: #0000BB">&#36;addr</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;port</span><span style="color: #007700">)=&nbsp;</span><span style="color: #0000BB">explode&nbsp;</span><span style="color: #007700">(</span><span style="color: #DD0000">':'</span><span style="color: #007700">,</span><span style="color: #DD0000">"</span><span style="color: #0000BB">&#36;s_link</span><span style="color: #DD0000">"</span><span style="color: #007700">);<br />if&nbsp;(empty(</span><span style="color: #0000BB">&#36;port</span><span style="color: #007700">)){<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#36;port&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">80</span><span style="color: #007700">;<br />}<br /><br /></span><span style="color: #FF8000">//Test&nbsp;the&nbsp;server&nbsp;connection<br /></span><span style="color: #0000BB">&#36;churl&nbsp;</span><span style="color: #007700">=&nbsp;@</span><span style="color: #0000BB">fsockopen</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;addr</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;port</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;errno</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;errstr</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">5</span><span style="color: #007700">);<br />if&nbsp;(!</span><span style="color: #0000BB">&#36;churl</span><span style="color: #007700">){<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//echo&nbsp;&#36;errstr;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">header</span><span style="color: #007700">(</span><span style="color: #DD0000">"Location:&nbsp;</span><span style="color: #0000BB">&#36;dead</span><span style="color: #DD0000">"</span><span style="color: #007700">);<br />}&nbsp;else&nbsp;{<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">header</span><span style="color: #007700">(</span><span style="color: #DD0000">"Location:&nbsp;</span><span style="color: #0000BB">&#36;live</span><span style="color: #DD0000">"</span><span style="color: #007700">);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />}<br /></span><span style="color: #0000BB">?&gt;</span></code></div></div></div>
]]></description>
			<content:encoded><![CDATA[Replace this code in:<br />
includes/status.php<br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #FF8000">//Web&nbsp;Server&nbsp;Status&nbsp;v&nbsp;1.4,&nbsp;Copyright&nbsp;2002&nbsp;By&nbsp;Ryan&nbsp;Schwiebert,&nbsp;visit&nbsp;http://www.schwebdesigns.com/<br />//This&nbsp;script&nbsp;may&nbsp;be&nbsp;freely&nbsp;distributed&nbsp;providing&nbsp;all&nbsp;copyright&nbsp;headers&nbsp;are&nbsp;kept&nbsp;intact.&nbsp;<br /><br />//Concept&nbsp;from:<br />//Abax&nbsp;Server&nbsp;Status&nbsp;v1.04,&nbsp;Copyright&nbsp;2002&nbsp;By&nbsp;Nathan&nbsp;Dickman,&nbsp;visit&nbsp;http://www.NathanDickman.com/<br />//Location&nbsp;of&nbsp;the&nbsp;live&nbsp;or&nbsp;dead&nbsp;server&nbsp;images<br />//@author&nbsp;Julio&nbsp;Montoya&nbsp;&lt;gugli100@gmail.com&gt;&nbsp;Beeznest&nbsp;-&nbsp;Fixing&nbsp;the&nbsp;url/port&nbsp;management<br /><br />//Please&nbsp;change&nbsp;to&nbsp;your&nbsp;server&nbsp;specifications<br /></span><span style="color: #0000BB">&#36;live&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"../themes/icons/lightbulb.png"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#36;dead&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"../themes/icons/lightbulb_off.png"</span><span style="color: #007700">;<br /><br /></span><span style="color: #FF8000">//The&nbsp;status&nbsp;checking&nbsp;script<br />//meddle&nbsp;at&nbsp;your&nbsp;own&nbsp;risk!<br />//check&nbsp;for&nbsp;port&nbsp;number,&nbsp;default&nbsp;is&nbsp;80<br /></span><span style="color: #0000BB">&#36;link&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;_GET</span><span style="color: #007700">[</span><span style="color: #DD0000">'link'</span><span style="color: #007700">];<br /></span><span style="color: #0000BB">&#36;s_link&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">basename</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;link</span><span style="color: #007700">);<br />list(</span><span style="color: #0000BB">&#36;addr</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;port</span><span style="color: #007700">)=&nbsp;</span><span style="color: #0000BB">explode&nbsp;</span><span style="color: #007700">(</span><span style="color: #DD0000">':'</span><span style="color: #007700">,</span><span style="color: #DD0000">"</span><span style="color: #0000BB">&#36;s_link</span><span style="color: #DD0000">"</span><span style="color: #007700">);<br />if&nbsp;(empty(</span><span style="color: #0000BB">&#36;port</span><span style="color: #007700">)){<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#36;port&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">80</span><span style="color: #007700">;<br />}<br /><br /></span><span style="color: #FF8000">//Test&nbsp;the&nbsp;server&nbsp;connection<br /></span><span style="color: #0000BB">&#36;churl&nbsp;</span><span style="color: #007700">=&nbsp;@</span><span style="color: #0000BB">fsockopen</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;addr</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;port</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;errno</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;errstr</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">5</span><span style="color: #007700">);<br />if&nbsp;(!</span><span style="color: #0000BB">&#36;churl</span><span style="color: #007700">){<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//echo&nbsp;&#36;errstr;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">header</span><span style="color: #007700">(</span><span style="color: #DD0000">"Location:&nbsp;</span><span style="color: #0000BB">&#36;dead</span><span style="color: #DD0000">"</span><span style="color: #007700">);<br />}&nbsp;else&nbsp;{<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">header</span><span style="color: #007700">(</span><span style="color: #DD0000">"Location:&nbsp;</span><span style="color: #0000BB">&#36;live</span><span style="color: #DD0000">"</span><span style="color: #007700">);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />}<br /></span><span style="color: #0000BB">?&gt;</span></code></div></div></div>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Add subdomain bug...]]></title>
			<link>http://thehostingtool.com/forum/thread-833.html</link>
			<pubDate>Tue, 01 Jun 2010 09:47:18 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-833.html</guid>
			<description><![CDATA[Hello, I have installed tht on my serve.<br />
<br />
Everything works fine except one thing! The addition of sub-areas there have one in the list when a customer takes command ... While I put three, there's only one they are all three set to the same server. <img src="http://thehostingtool.com/forum/images/smilies/sad.gif" style="vertical-align: middle;" border="0" alt="Sad" title="Sad" /><br />
<br />
Help, please. <br />
<br />
Thank's.]]></description>
			<content:encoded><![CDATA[Hello, I have installed tht on my serve.<br />
<br />
Everything works fine except one thing! The addition of sub-areas there have one in the list when a customer takes command ... While I put three, there's only one they are all three set to the same server. <img src="http://thehostingtool.com/forum/images/smilies/sad.gif" style="vertical-align: middle;" border="0" alt="Sad" title="Sad" /><br />
<br />
Help, please. <br />
<br />
Thank's.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Accounts Suspended Even After An Invoice Is Paid]]></title>
			<link>http://thehostingtool.com/forum/thread-827.html</link>
			<pubDate>Sun, 30 May 2010 19:20:21 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-827.html</guid>
			<description><![CDATA[When you first start out with a premium account, THT suspends it. When I mark the invoice as paid in the admin control panel, the account is still suspended and it has to be manually unsuspended through WHM. Does the invoice have to be actually paid or can it be marked as paid to unsuspend the account?]]></description>
			<content:encoded><![CDATA[When you first start out with a premium account, THT suspends it. When I mark the invoice as paid in the admin control panel, the account is still suspended and it has to be manually unsuspended through WHM. Does the invoice have to be actually paid or can it be marked as paid to unsuspend the account?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[1.2.1 -> 1.2.2 (Beta) Upgrade Problems.]]></title>
			<link>http://thehostingtool.com/forum/thread-823.html</link>
			<pubDate>Sat, 29 May 2010 12:18:04 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-823.html</guid>
			<description><![CDATA[1. When attempting to run upgrade script. THT performs a directory check to make sure it is running from the correct location, and despite being correct... It did not let me past... So i removed the check. <img src="http://thehostingtool.com/forum/images/smilies/angel.gif" style="vertical-align: middle;" border="0" alt="Angel" title="Angel" /><br />
<br />
2. Upgrading, so select upgrade, hit go. And. Skips next step since it's already configured, and than it hangs there forever on the next step.....<br />
<br />
<br />
Sooo... Yea......]]></description>
			<content:encoded><![CDATA[1. When attempting to run upgrade script. THT performs a directory check to make sure it is running from the correct location, and despite being correct... It did not let me past... So i removed the check. <img src="http://thehostingtool.com/forum/images/smilies/angel.gif" style="vertical-align: middle;" border="0" alt="Angel" title="Angel" /><br />
<br />
2. Upgrading, so select upgrade, hit go. And. Skips next step since it's already configured, and than it hangs there forever on the next step.....<br />
<br />
<br />
Sooo... Yea......]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Deprecated: Function split() is deprecated]]></title>
			<link>http://thehostingtool.com/forum/thread-801.html</link>
			<pubDate>Sat, 15 May 2010 10:06:54 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-801.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">THT Version:</span> 1.2.1<br />
<span style="font-weight: bold;">Your THT installation URL:</span> Please PM me for this<br />
<span style="font-weight: bold;">Browser (including version):</span> FireFox 3.6<br />
<span style="font-weight: bold;">Your Operating System:</span> Windows 7 pro 64 bit and PCLinuxOS 64 Bit<br />
<span style="font-weight: bold;">Server's Operating System:</span> CentOS 5.4 86_64<br />
<span style="font-weight: bold;">Apache Version:</span> Server Version: Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 mod_perl/2.0.4 Perl/v5.8.8<br />
Server Built: Apr 17 2010 10:23:42 [built by EasyApache&#93; <img src="http://thehostingtool.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<span style="font-weight: bold;">Control Panel Type:</span> WHM <br />
<span style="font-weight: bold;">Control Panel Version:</span> 11.25<br />
<span style="font-weight: bold;">Error:</span> Deprecated: Function split() is deprecated in /home/******/public_html/hosting/includes/rss/rss_parse.inc  on line 153<br />
<span style="font-weight: bold;">Problem:</span> Under the Noted for Admin box upon login for the first time (not after a new install), the above error is displayed three times, just above the THT News &amp; Updates.<br />
Once you go to another page and return, error is gone.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">THT Version:</span> 1.2.1<br />
<span style="font-weight: bold;">Your THT installation URL:</span> Please PM me for this<br />
<span style="font-weight: bold;">Browser (including version):</span> FireFox 3.6<br />
<span style="font-weight: bold;">Your Operating System:</span> Windows 7 pro 64 bit and PCLinuxOS 64 Bit<br />
<span style="font-weight: bold;">Server's Operating System:</span> CentOS 5.4 86_64<br />
<span style="font-weight: bold;">Apache Version:</span> Server Version: Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 mod_perl/2.0.4 Perl/v5.8.8<br />
Server Built: Apr 17 2010 10:23:42 [built by EasyApache] <img src="http://thehostingtool.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<span style="font-weight: bold;">Control Panel Type:</span> WHM <br />
<span style="font-weight: bold;">Control Panel Version:</span> 11.25<br />
<span style="font-weight: bold;">Error:</span> Deprecated: Function split() is deprecated in /home/******/public_html/hosting/includes/rss/rss_parse.inc  on line 153<br />
<span style="font-weight: bold;">Problem:</span> Under the Noted for Admin box upon login for the first time (not after a new install), the above error is displayed three times, just above the THT News &amp; Updates.<br />
Once you go to another page and return, error is gone.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[]]></title>
			<link></link>
			<pubDate>Fri, 10 Sep 2010 06:53:37 -0400</pubDate>
			<guid isPermaLink="false"></guid>
			<description><![CDATA[Your panel is great but it has a lot of bugs<br />
<br />
example:<br />
[b&#93;does not filter characters [/b&#93;= xss [Session hijacking&#93;<br />
<br />
[b&#93;Full Path Disclosure [FPD&#93; = [/b&#93;<br />
<br />
[code&#93;script_url/includes/rss/scripts/simple_smarty.php<br />
script_url/includes/output.php<br />
script_url/includes/ajax.php?function=70<br />
script_url/support/?page[&#93;=34[/code&#93;<br />
<br />
...and much much more.<br />
<br />
<br />
You can fix it. Your software would be safer and better.]]></description>
			<content:encoded><![CDATA[Your panel is great but it has a lot of bugs<br />
<br />
example:<br />
[b]does not filter characters [/b]= xss [Session hijacking]<br />
<br />
[b]Full Path Disclosure [FPD] = [/b]<br />
<br />
[code]script_url/includes/rss/scripts/simple_smarty.php<br />
script_url/includes/output.php<br />
script_url/includes/ajax.php?function=70<br />
script_url/support/?page[]=34[/code]<br />
<br />
...and much much more.<br />
<br />
<br />
You can fix it. Your software would be safer and better.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can't terminate domains with hyphens.]]></title>
			<link>http://thehostingtool.com/forum/thread-791.html</link>
			<pubDate>Wed, 12 May 2010 17:06:58 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-791.html</guid>
			<description><![CDATA[I was cleaning out users who signed up and never paid, but whenever I try to terminate domains that have hyphens in them, I get this:<br />
<br />
<blockquote><cite>Quote:</cite>/////////////////THT ERROR<br />
Error: That server doesn't exist!<br />
Server ID: 2<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: The server .php doesn't exist!<br />
Server ID: <br />
Path: ../includes/servers/.php<br />
/////////////////<br />
<br />
Fatal error: Call to a member function terminate() on a non-object in /home/*********/public_html/includes/class_server.php on line 250</blockquote>
<br />
Bug?]]></description>
			<content:encoded><![CDATA[I was cleaning out users who signed up and never paid, but whenever I try to terminate domains that have hyphens in them, I get this:<br />
<br />
<blockquote><cite>Quote:</cite>/////////////////THT ERROR<br />
Error: That server doesn't exist!<br />
Server ID: 2<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: The server .php doesn't exist!<br />
Server ID: <br />
Path: ../includes/servers/.php<br />
/////////////////<br />
<br />
Fatal error: Call to a member function terminate() on a non-object in /home/*********/public_html/includes/class_server.php on line 250</blockquote>
<br />
Bug?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can't restrict access]]></title>
			<link>http://thehostingtool.com/forum/thread-749.html</link>
			<pubDate>Fri, 23 Apr 2010 13:49:06 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-749.html</guid>
			<description><![CDATA[Hey!<br />
<br />
I've just found out that I can't restrict access to <span style="font-weight: bold;">Paid Configuration</span> and <span style="font-weight: bold;">P2H Forums</span> parts of the THT administration area. There is no checkbox for these two parts when creating a staff account, nor when editing it.<br />
<br />
This could resoult that someone changes Paid Configuration's PayPal to his own and head administrator wouldn't even notice it.]]></description>
			<content:encoded><![CDATA[Hey!<br />
<br />
I've just found out that I can't restrict access to <span style="font-weight: bold;">Paid Configuration</span> and <span style="font-weight: bold;">P2H Forums</span> parts of the THT administration area. There is no checkbox for these two parts when creating a staff account, nor when editing it.<br />
<br />
This could resoult that someone changes Paid Configuration's PayPal to his own and head administrator wouldn't even notice it.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Terminating an accoutn]]></title>
			<link>http://thehostingtool.com/forum/thread-715.html</link>
			<pubDate>Tue, 13 Apr 2010 01:54:54 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-715.html</guid>
			<description><![CDATA[Hey,<br />
When you terminate an account from the admin cp, if the cookie is still on the persons comp and its still like you know not updated if thats the word?<br />
<br />
THT goes quite mufed up xD<br />
<br />
This error displays about 3-4 times:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>/////////////////THT ERROR<br />
Error: Couldn't retrieve client data!<br />
Username:<br />
/////////////////</code></div></div>
<br />
And the template goes all out of place etc...]]></description>
			<content:encoded><![CDATA[Hey,<br />
When you terminate an account from the admin cp, if the cookie is still on the persons comp and its still like you know not updated if thats the word?<br />
<br />
THT goes quite mufed up xD<br />
<br />
This error displays about 3-4 times:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>/////////////////THT ERROR<br />
Error: Couldn't retrieve client data!<br />
Username:<br />
/////////////////</code></div></div>
<br />
And the template goes all out of place etc...]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Email field is finicky in Safari (and most likely Chrome)]]></title>
			<link>http://thehostingtool.com/forum/thread-710.html</link>
			<pubDate>Mon, 12 Apr 2010 21:38:50 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-710.html</guid>
			<description><![CDATA[This doesn't apply in Firefox, but in Safari, if you use Tab to change fields instead of just clicking, the Email field doesn't get checked. This is somewhat annoying.]]></description>
			<content:encoded><![CDATA[This doesn't apply in Firefox, but in Safari, if you use Tab to change fields instead of just clicking, the Email field doesn't get checked. This is somewhat annoying.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[1.2.1 Username Bug]]></title>
			<link>http://thehostingtool.com/forum/thread-677.html</link>
			<pubDate>Sun, 28 Mar 2010 15:49:40 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-677.html</guid>
			<description><![CDATA[Wewt. i found a bug....<br />
<br />
When a user enters their username in registration: <br />
meh_asdf would be accepted....<br />
<br />
cPanel does not allow _ and likely other symbols in usernames... Im not sure what else is not allowed by cPanel.<br />
<br />
cPanel does make the account however and truncates it without the symbol.]]></description>
			<content:encoded><![CDATA[Wewt. i found a bug....<br />
<br />
When a user enters their username in registration: <br />
meh_asdf would be accepted....<br />
<br />
cPanel does not allow _ and likely other symbols in usernames... Im not sure what else is not allowed by cPanel.<br />
<br />
cPanel does make the account however and truncates it without the symbol.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[2 signup bugs]]></title>
			<link>http://thehostingtool.com/forum/thread-675.html</link>
			<pubDate>Fri, 26 Mar 2010 04:25:20 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-675.html</guid>
			<description><![CDATA[I'm having a few problems..<br />
<br />
On signup when i click to the TOS agreement, it wont let me go any further SOMETIMES, i click next 100 times and it still wont go.<br />
<br />
Sometimes it decides to work, sometimes not.<br />
<br />
On signup - step 3 when i enter a username, password and email they all have the red X on them and refuse to accept ANYTHING i put in which means i can't continue.<br />
<br />
I'm running the latest PHP, cPanel and THT V1.2.1 I've triple checked the WHM connected and CHMODDED all the server files / tpl files.<br />
<br />
Can anyone help me <img src="http://thehostingtool.com/forum/images/smilies/sad.gif" style="vertical-align: middle;" border="0" alt="Sad" title="Sad" />?]]></description>
			<content:encoded><![CDATA[I'm having a few problems..<br />
<br />
On signup when i click to the TOS agreement, it wont let me go any further SOMETIMES, i click next 100 times and it still wont go.<br />
<br />
Sometimes it decides to work, sometimes not.<br />
<br />
On signup - step 3 when i enter a username, password and email they all have the red X on them and refuse to accept ANYTHING i put in which means i can't continue.<br />
<br />
I'm running the latest PHP, cPanel and THT V1.2.1 I've triple checked the WHM connected and CHMODDED all the server files / tpl files.<br />
<br />
Can anyone help me <img src="http://thehostingtool.com/forum/images/smilies/sad.gif" style="vertical-align: middle;" border="0" alt="Sad" title="Sad" />?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[staff account eorror]]></title>
			<link>http://thehostingtool.com/forum/thread-671.html</link>
			<pubDate>Mon, 22 Mar 2010 05:14:50 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-671.html</guid>
			<description><![CDATA[to i have installed THT <br />
<br />
BUT<br />
<br />
evertime i go to the admin area it say<br />
<br />
/////////////////THT ERROR<br />
Error: Staff member not found<br />
Staff ID: 1<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: Couldn't retrieve staff data!<br />
Username: <br />
/////////////////]]></description>
			<content:encoded><![CDATA[to i have installed THT <br />
<br />
BUT<br />
<br />
evertime i go to the admin area it say<br />
<br />
/////////////////THT ERROR<br />
Error: Staff member not found<br />
Staff ID: 1<br />
/////////////////<br />
/////////////////THT ERROR<br />
Error: Couldn't retrieve staff data!<br />
Username: <br />
/////////////////]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Users are Able to Create Usernames >8 Characters]]></title>
			<link>http://thehostingtool.com/forum/thread-661.html</link>
			<pubDate>Sun, 14 Mar 2010 11:45:39 -0400</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-661.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">THT Version:</span> 1.2<br />
<span style="font-weight: bold;">Your THT installation URL:</span> <a href="http://niftyhost.us/client" target="_blank">http://niftyhost.us/client</a><br />
<span style="font-weight: bold;">Browser (including version):</span> Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729) - Build ID: 20100115144158<br />
<span style="font-weight: bold;">Your Operating System:</span> Windows Vista with all the latest fixes<br />
<span style="font-weight: bold;">Server's Operating System:</span> CENTOS 5.4 x86_64 virtuozzo<br />
<span style="font-weight: bold;">Apache Version:</span> Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 <br />
<span style="font-weight: bold;">Control Panel Type:</span> WHM<br />
<span style="font-weight: bold;">Control Panel Version:</span> WHM 11.25.0<br />
<span style="font-weight: bold;">Error:</span> Makes it impossible to log in to cPanel if you're stupid.<br />
<span style="font-weight: bold;">Problem:</span> On my installation of THT, users were able to create usernames with lengths of more than 8 characters. I've made a quick fix to this problem by applying a MAXLENGTH attribute to /include/tpl/orderform.tpl, but it's easy to bypass and it makes their account not work as expected.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">THT Version:</span> 1.2<br />
<span style="font-weight: bold;">Your THT installation URL:</span> <a href="http://niftyhost.us/client" target="_blank">http://niftyhost.us/client</a><br />
<span style="font-weight: bold;">Browser (including version):</span> Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729) - Build ID: 20100115144158<br />
<span style="font-weight: bold;">Your Operating System:</span> Windows Vista with all the latest fixes<br />
<span style="font-weight: bold;">Server's Operating System:</span> CENTOS 5.4 x86_64 virtuozzo<br />
<span style="font-weight: bold;">Apache Version:</span> Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 <br />
<span style="font-weight: bold;">Control Panel Type:</span> WHM<br />
<span style="font-weight: bold;">Control Panel Version:</span> WHM 11.25.0<br />
<span style="font-weight: bold;">Error:</span> Makes it impossible to log in to cPanel if you're stupid.<br />
<span style="font-weight: bold;">Problem:</span> On my installation of THT, users were able to create usernames with lengths of more than 8 characters. I've made a quick fix to this problem by applying a MAXLENGTH attribute to /include/tpl/orderform.tpl, but it's easy to bypass and it makes their account not work as expected.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Error&#93; Search by ID!]]></title>
			<link>http://thehostingtool.com/forum/thread-627.html</link>
			<pubDate>Wed, 03 Feb 2010 13:49:21 -0500</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-627.html</guid>
			<description><![CDATA[When I search for an ID of a User, appears this error:<br />
<br />
 <br />
THT ///////////////// ERROR<br />
Error: SQL Query Failed<br />
Function: query<br />
SQL Error: Column 'id' in where clause is ambiguous<br />
/////////////////<br />
<br />
Warning: mysql_num_rows (): supplied argument is not a valid MySQL result resource in / home / hostweb / public_html / dashboard / includes / class_db.php on line 54<br />
<br />
Warning: mysql_num_rows (): supplied argument is not a valid MySQL result resource in / home / hostweb / public_html / dashboard / includes / class_db.php on line 54<br />
No clients found!<br />
<br />
<img src="http://thehostingtool.com/forum/images/smilies/confused.gif" style="vertical-align: middle;" border="0" alt="Confused" title="Confused" />]]></description>
			<content:encoded><![CDATA[When I search for an ID of a User, appears this error:<br />
<br />
 <br />
THT ///////////////// ERROR<br />
Error: SQL Query Failed<br />
Function: query<br />
SQL Error: Column 'id' in where clause is ambiguous<br />
/////////////////<br />
<br />
Warning: mysql_num_rows (): supplied argument is not a valid MySQL result resource in / home / hostweb / public_html / dashboard / includes / class_db.php on line 54<br />
<br />
Warning: mysql_num_rows (): supplied argument is not a valid MySQL result resource in / home / hostweb / public_html / dashboard / includes / class_db.php on line 54<br />
No clients found!<br />
<br />
<img src="http://thehostingtool.com/forum/images/smilies/confused.gif" style="vertical-align: middle;" border="0" alt="Confused" title="Confused" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Error when creating Paying Account]]></title>
			<link>http://thehostingtool.com/forum/thread-599.html</link>
			<pubDate>Tue, 05 Jan 2010 21:57:19 -0500</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-599.html</guid>
			<description><![CDATA[Today 1/5/2010 I just downloaded and installed thehostingtool.<br />
<br />
Testing, when I create a new account, a Paid account, the following error shows. I tried with the Free account feature, and the error does not show.<br />
<br />
Your account has been completed!<br />
You may now use the client login bar to see your client area or proceed to your control panel. An email has been dispatched to the address on file.<br />
<span style="font-weight: bold;">Fatal error: Cannot redeclare class whm in /home/allthing/public_html/beshost.net/fh2/includes/servers/whm.php on line 9</span><br />
<br />
Please help.]]></description>
			<content:encoded><![CDATA[Today 1/5/2010 I just downloaded and installed thehostingtool.<br />
<br />
Testing, when I create a new account, a Paid account, the following error shows. I tried with the Free account feature, and the error does not show.<br />
<br />
Your account has been completed!<br />
You may now use the client login bar to see your client area or proceed to your control panel. An email has been dispatched to the address on file.<br />
<span style="font-weight: bold;">Fatal error: Cannot redeclare class whm in /home/allthing/public_html/beshost.net/fh2/includes/servers/whm.php on line 9</span><br />
<br />
Please help.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Decimal place in Price]]></title>
			<link>http://thehostingtool.com/forum/thread-598.html</link>
			<pubDate>Tue, 05 Jan 2010 21:48:51 -0500</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-598.html</guid>
			<description><![CDATA[Today 1/5/2010 I just downloaded and installed thehostingtool.<br />
<br />
When creating packages, it is not accepting the decimal for the price. Instead of &#36;6.99 it will create 699<br />
<br />
Please help.]]></description>
			<content:encoded><![CDATA[Today 1/5/2010 I just downloaded and installed thehostingtool.<br />
<br />
When creating packages, it is not accepting the decimal for the price. Instead of &#36;6.99 it will create 699<br />
<br />
Please help.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can not parkandomaine]]></title>
			<link>http://thehostingtool.com/forum/thread-572.html</link>
			<pubDate>Sat, 19 Dec 2009 12:33:31 -0500</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-572.html</guid>
			<description><![CDATA[I can't  parked an domaine after terminate there account .please helpme for that ,my domaine name host5711.co.tv(for reselkler account) band5711.info the domaine I can't parked]]></description>
			<content:encoded><![CDATA[I can't  parked an domaine after terminate there account .please helpme for that ,my domaine name host5711.co.tv(for reselkler account) band5711.info the domaine I can't parked]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Error with paid packages?]]></title>
			<link>http://thehostingtool.com/forum/thread-568.html</link>
			<pubDate>Wed, 16 Dec 2009 23:10:18 -0500</pubDate>
			<guid isPermaLink="false">http://thehostingtool.com/forum/thread-568.html</guid>
			<description><![CDATA[Well, I have a reseller I have a paid package. But when it gets as far to the registeration like the 4th part. It gives this error.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>/home/hostucot/public_html/client/includes/servers/whm.php on line 9</code></div></div>
<br />
My line 9 on the whm.php is.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>class whm {</code></div></div>
<br />
What is the problem? <img src="http://thehostingtool.com/forum/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" /><br />
<br />
It does not even make the user's pay for the packages, it makes the account but does not make them pay.]]></description>
			<content:encoded><![CDATA[Well, I have a reseller I have a paid package. But when it gets as far to the registeration like the 4th part. It gives this error.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>/home/hostucot/public_html/client/includes/servers/whm.php on line 9</code></div></div>
<br />
My line 9 on the whm.php is.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>class whm {</code></div></div>
<br />
What is the problem? <img src="http://thehostingtool.com/forum/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" /><br />
<br />
It does not even make the user's pay for the packages, it makes the account but does not make them pay.]]></content:encoded>
		</item>
	</channel>
</rss>