Support Portal
Online help desk center
Our Help Desk support team is ready 24 / 7 / 365!
- New to Web hosting? We will help you get up and running fast..
- Coming from another hosting company? We will handle the entire process for you.
- How to transfer your domain name to TechHaus Host™.
- How Long Does it take to set up my account?
- How to submit a support ticket
- How to choose which hosting plan is right for me?
- What is the difference between MS Windows and Linux Hosting?
- What is the difference between reseller and shared hosting?
- How do I set up DNS?
Technical support center
Need help installing or using the newest web applications or features? our technical support team is ready to help you.
Latest announcements and news
$x=1;
// truncate the text to only 65 chars, add ... to the end
function truncate($text) {
$text = substr($text,0,40);
$text = substr($text,0,strrpos($text,' '));
$text = $text." ... ";
return $text;
}
// format the date to mm/dd/yyyy
function formatdate($date) {
$year = substr ($date, 0, 4);
$month = substr ($date, 5, 2);
$day = substr ($date, 8, 2);
return $month.'/'.$day.'/'.$year;
}
// limit the number of announcements to return
$limit = 5;
require '/home/techhau3/public_html/portal/configuration.php';
$link = mysql_connect($db_host,$db_username,$db_password);
mysql_select_db($db_name);
$result = mysql_query("SELECT * FROM tblannouncements WHERE published='on' ORDER BY id DESC LIMIT ".$limit);
while($data = mysql_fetch_array ($result))
{
$id = $data['id'];
$title = $data['title'];
$date = $data['date'];
$announcement = truncate($data['announcement']);
$date = formatdate($date);
echo''.$date.' - '.$title.'
'.$announcement.'
';
echo'
'; $x=false; } if(!$x) echo '
'.$announcement.'
';
echo''; $x=false; } if(!$x) echo '
Older News: More »
'; if($x) echo 'There are no new announcements.
'; ?>Support Status
Quick links
- PreSales questions
- Knowledge base
- Flash tutorials Linux™
- Billing support
- Windows™ FAQ
- Linux™ FAQ
- Windows™ control panel
- Linux™ control panel
- Frequently Asked Questions?
- Domain names
- Business Hosting plans - MS Windows™
- Business Hosting plans - Linux™ OS
- Getting started
- E-Mail questions
- FTP questions
- Hosting tools
- Upgrade account
- Affiliates program
- Security & abuse
- Support ticket system
- Network status
- Suggestions
- Customer Reviews






