<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>WebHostingBuzz Forums - Support</title>
		<link>http://www.webhostingbuzz.com/forum/</link>
		<description>The support forum. Intended for client-to-client support but our staff members get involved too.</description>
		<language>en</language>
		<lastBuildDate>Thu, 02 Sep 2010 14:39:23 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.webhostingbuzz.com/forum/images/misc/rss.png</url>
			<title>WebHostingBuzz Forums - Support</title>
			<link>http://www.webhostingbuzz.com/forum/</link>
		</image>
		<item>
			<title>WHB data protection is not that great.</title>
			<link>http://www.webhostingbuzz.com/forum/support/6152-whb-data-protection-is-not-that-great-new-post.html</link>
			<pubDate>Sun, 29 Aug 2010 11:47:51 GMT</pubDate>
			<description>In all honesty if I had made a complete backup like the terms and conditions fine print had stated, it would have been ok. 
 
I have all my web...</description>
			<content:encoded><![CDATA[<div>In all honesty if I had made a complete backup like the terms and conditions fine print had stated, it would have been ok.<br />
<br />
I have all my web hosting with Web Hosting Buzz, they provide a lot of functionality, bandwith and storage space for not very much money.<br />
<br />
But ... just recently WHB had a serious HDD failure on the server that all my data was hosted on (shared8). Everything that I had been chipping away on for the two and and a half years just disapeared.<br />
<br />
I contacted support and they had made a backup just a little while before. However it turns out that they backed up a big load of empty space over the previous backup (the HDD had failed at this point so it just read as a blank disk) ... and they only keep one backup.<br />
<br />
Even a backup that was a 3 months old would have been fine, but i've been told that there is only one backup.<br />
<br />
So I've lost everything. I have some rather old backups of the blogs and comments but that is about 2% of everything that was there. I now need to start from scratch again.<br />
<br />
I cannot stress how dissapointed I am with this!</div>

 ]]></content:encoded>
			<category domain="http://www.webhostingbuzz.com/forum/support/">Support</category>
			<dc:creator>LostSteak</dc:creator>
			<guid isPermaLink="true">http://www.webhostingbuzz.com/forum/support/6152-whb-data-protection-is-not-that-great.html</guid>
		</item>
		<item>
			<title>Php 5.2</title>
			<link>http://www.webhostingbuzz.com/forum/support/6138-php-5-2-a-new-post.html</link>
			<pubDate>Tue, 24 Aug 2010 00:13:27 GMT</pubDate>
			<description>I have some PHP requirements that require PHP 5.2 but the current infrastructure that my sites are on are at 4.2.11. Can my hosting environment be...</description>
			<content:encoded><![CDATA[<div>I have some PHP requirements that require PHP 5.2 but the current infrastructure that my sites are on are at 4.2.11. Can my hosting environment be upgraded or moved to a newer version?</div>

 ]]></content:encoded>
			<category domain="http://www.webhostingbuzz.com/forum/support/">Support</category>
			<dc:creator>LTParis</dc:creator>
			<guid isPermaLink="true">http://www.webhostingbuzz.com/forum/support/6138-php-5-2-a.html</guid>
		</item>
		<item>
			<title>DDOS attacks and protected?</title>
			<link>http://www.webhostingbuzz.com/forum/support/6133-ddos-attacks-and-protected-new-post.html</link>
			<pubDate>Fri, 20 Aug 2010 06:34:18 GMT</pubDate>
			<description>Hello. 
Tell me, now I have shared hosting, as he is being protected from DDOS attacks?</description>
			<content:encoded><![CDATA[<div>Hello.<br />
Tell me, now I have shared hosting, as he is being protected from DDOS attacks?</div>

 ]]></content:encoded>
			<category domain="http://www.webhostingbuzz.com/forum/support/">Support</category>
			<dc:creator>kote.dr</dc:creator>
			<guid isPermaLink="true">http://www.webhostingbuzz.com/forum/support/6133-ddos-attacks-and-protected.html</guid>
		</item>
		<item>
			<title>Help sugestion to New PHP Form Code</title>
			<link>http://www.webhostingbuzz.com/forum/support/6118-help-sugestion-to-new-php-form-code-new-post.html</link>
			<pubDate>Tue, 10 Aug 2010 15:00:59 GMT</pubDate>
			<description>Hello, 
 
I would ask your help to adapt our e-mail form to my website. 
 
Everything was working perfectly until last Sunday. 
 
But I think that...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I would ask your help to adapt our e-mail form to my website.<br />
<br />
Everything was working perfectly until last Sunday.<br />
<br />
But I think that some changes was done on the server, and from yesterday, all the e-mails forms from my sites don't work anymore.<br />
<br />
I am sending below the PHP code of the form that I created and was using here:<br />
<br />
<b><i>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;<br />
&lt;title&gt;Untitled Document&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;?<br />
//inicia o php<br />
$name = $_POST[&quot;name&quot;];<br />
$email = $_POST[&quot;email&quot;];<br />
$country = $_POST[&quot;country&quot;];<br />
$affilliation = $_POST[&quot;affilliation&quot;];<br />
$track = $_POST[&quot;track&quot;];<br />
$note = $_POST[&quot;note&quot;];<br />
$comments = $_POST[&quot;comments&quot;];<br />
<br />
$ip = $_SERVER['REMOTE_ADDR']; //pega o ip de quem enviou<br />
$data = date(&quot;d/m/y&quot;); //pega a data<br />
$hora = date(&quot;H:i&quot;); //pega a hora<br />
<br />
//Campos Obrigatorios<br />
$name = $_REQUEST['name'];<br />
$email = $_REQUEST['email'];<br />
$country = $_REQUEST['country'];<br />
$affilliation = $_REQUEST['affilliation'];<br />
$track = $_REQUEST['track'];<br />
$note = $_REQUEST['note'];<br />
$comments = $_REQUEST['comments'];<br />
<br />
//Mensagem Campos Obrigatorio<br />
if (empty($name)) {<br />
	echo &quot;&lt;script&gt;alert('Please, provide a valide DJ Name');&lt;/script&gt;&quot;;<br />
	echo &quot;&lt;script&gt;history.go(-1);&lt;/script&gt;&quot;;<br />
  }<br />
if (empty($email)) {<br />
	echo &quot;&lt;script&gt;alert('Please, provide a valide E-Mail');&lt;/script&gt;&quot;;<br />
	echo &quot;&lt;script&gt;history.go(-1);&lt;/script&gt;&quot;;<br />
  } <br />
if (empty($country)) {<br />
	echo &quot;&lt;script&gt;alert('Country is Required');&lt;/script&gt;&quot;;<br />
	echo &quot;&lt;script&gt;history.go(-1);&lt;/script&gt;&quot;;<br />
  }<br />
if (empty($affilliation)) {<br />
	echo &quot;&lt;script&gt;alert('Affiliation is Required');&lt;/script&gt;&quot;;<br />
	echo &quot;&lt;script&gt;history.go(-1);&lt;/script&gt;&quot;;<br />
  }<br />
if (empty($track)) {<br />
	echo &quot;&lt;script&gt;alert('What is your favority track?');&lt;/script&gt;&quot;;<br />
	echo &quot;&lt;script&gt;history.go(-1);&lt;/script&gt;&quot;;<br />
  }<br />
if (empty($note)) {<br />
	echo &quot;&lt;script&gt;alert('What is your rating to this track?');&lt;/script&gt;&quot;;<br />
	echo &quot;&lt;script&gt;history.go(-1);&lt;/script&gt;&quot;;<br />
  }<br />
if (empty($comments)) {<br />
	echo &quot;&lt;script&gt;alert('Let us know your comment');&lt;/script&gt;&quot;;<br />
	echo &quot;&lt;script&gt;history.go(-1);&lt;/script&gt;&quot;;<br />
  }<br />
$msg .= &quot;&lt;font face='Verdana' size='2'&gt;&lt;b&gt;Name:&lt;/b&gt; \t$name&lt;/font&gt;&lt;br&gt;&quot;;<br />
$msg .= &quot;&lt;font face='Verdana' size='2'&gt;&lt;b&gt;Country:&lt;/b&gt; \t$country&lt;/font&gt;&lt;br&gt;&quot;;<br />
$msg .= &quot;&lt;font face='Verdana' size='2'&gt;&lt;b&gt;Affilliation:&lt;/b&gt; \t$affilliation&lt;/font&gt;&lt;br&gt;&quot;;<br />
$msg .= &quot;&lt;font face='Verdana' size='2'&gt;&lt;b&gt;Favourite Track:&lt;/b&gt; \t$track&lt;/font&gt;&lt;br&gt;&quot;;<br />
$msg .= &quot;&lt;font face='Verdana' size='2'&gt;&lt;b&gt;Rating:&lt;/b&gt; \t$note&lt;/font&gt;&lt;br&gt;&quot;;<br />
$msg .= &quot;&lt;font face='Verdana' size='2'&gt;&lt;b&gt;Comments:&lt;/b&gt; \t$comments&lt;/font&gt;&lt;br&gt;&quot;;<br />
$msg .= &quot;&lt;font face='Verdana' size='2'&gt;&lt;b&gt;E-mail:&lt;/b&gt; \t$email&lt;/font&gt;&lt;br&gt;&quot;;<br />
$msg .= &quot;&lt;font face='Verdana' size='2'&gt;&lt;b&gt;IP:&lt;/b&gt; \t$ip&lt;/font&gt;&lt;br&gt;&quot;;<br />
$msg .= &quot;&lt;font face='Verdana' size='2'&gt;&lt;b&gt;Date:&lt;/b&gt; \t$data&lt;/font&gt;&lt;br&gt;&quot;;<br />
$msg .= &quot;&lt;font face='Verdana' size='2'&gt;&lt;b&gt;Hour:&lt;/b&gt; \t$hora&lt;/font&gt;&lt;br&gt;&quot;;<br />
<br />
// Enviando o E-mail<br />
$mensagem = &quot;$msg&quot;;<br />
$remetente = &quot;$email&quot;;<br />
$destinatario = &quot;feedback@promotrack.com.br&quot;;<br />
$assunto = &quot;Feedback Bump Strong EP&quot;;<br />
$headers = &quot;From: &quot;.$remetente.&quot;\nContent-type: text/html&quot;;<br />
<br />
// Caso tenha problema no envio da mensagem<br />
if(!mail($destinatario,$assunto,$mensagem,$headers  )){<br />
print &quot;problem in your feedback, please, try again&quot;;<br />
} else {<br />
//agora vamos imprimir na tela o resultado ou a resposta<br />
echo &quot;Thanks your support!&lt;br /&gt;<br />
If you are have problem with your download, please report to <a href="mailto:info@promotrack.com.br">info@promotrack.com.br</a>&quot;;<br />
echo &quot;&lt;script&gt;window.location.href='/download/bralli_records_BR083_promo_pack.zip'&lt;/script&gt;&quot;;<br />
}<br />
?&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</i></b><br />
<br />
Thanks in advance for any help!<br />
best regards<br />
Jason Bralli</div>

 ]]></content:encoded>
			<category domain="http://www.webhostingbuzz.com/forum/support/">Support</category>
			<dc:creator>Bralli Records</dc:creator>
			<guid isPermaLink="true">http://www.webhostingbuzz.com/forum/support/6118-help-sugestion-to-new-php-form-code.html</guid>
		</item>
		<item>
			<title><![CDATA[69.72.*.210 [FortressITX] topics closed too fast]]></title>
			<link>http://www.webhostingbuzz.com/forum/support/6108-69-72-210-fortressitx-topics-closed-too-fast-new-post.html</link>
			<pubDate>Sat, 07 Aug 2010 12:26:18 GMT</pubDate>
			<description><![CDATA[69.72.*.210 [FortressITX] topics closed too fast. Still having troubles for the last hour.  
Issue seems not to be resolved.]]></description>
			<content:encoded><![CDATA[<div>69.72.*.210 [FortressITX] topics closed too fast. Still having troubles for the last hour. <br />
Issue seems not to be resolved.</div>

 ]]></content:encoded>
			<category domain="http://www.webhostingbuzz.com/forum/support/">Support</category>
			<dc:creator>drama</dc:creator>
			<guid isPermaLink="true">http://www.webhostingbuzz.com/forum/support/6108-69-72-210-fortressitx-topics-closed-too-fast.html</guid>
		</item>
		<item>
			<title>proxy server</title>
			<link>http://www.webhostingbuzz.com/forum/support/6104-proxy-server-new-post.html</link>
			<pubDate>Thu, 05 Aug 2010 06:36:49 GMT</pubDate>
			<description>Just a quick questions, are you supports dns like changing a proxy server in every month? 
 
How much do you charge?</description>
			<content:encoded><![CDATA[<div>Just a quick questions, are you supports dns like changing a proxy server in every month?<br />
<br />
How much do you charge?</div>

 ]]></content:encoded>
			<category domain="http://www.webhostingbuzz.com/forum/support/">Support</category>
			<dc:creator>ivory355</dc:creator>
			<guid isPermaLink="true">http://www.webhostingbuzz.com/forum/support/6104-proxy-server.html</guid>
		</item>
		<item>
			<title><![CDATA[Like a YoYo - Reseller1 Server - 65.98.*.178 [FortressITX]]]></title>
			<link>http://www.webhostingbuzz.com/forum/support/6099-like-a-yoyo-reseller1-server-65-98-178-fortressitx-new-post.html</link>
			<pubDate>Wed, 04 Aug 2010 14:42:03 GMT</pubDate>
			<description><![CDATA[Hi, anyone else having issues with Reseller1 Server - 65.98.*.178 [FortressITX]?  
 
It's been up and down, up and down for the last few days, just...]]></description>
			<content:encoded><![CDATA[<div>Hi, anyone else having issues with <i>Reseller1 Server - 65.98.*.178 [FortressITX]</i>? <br />
<br />
It's been up and down, up and down for the last few days, just wish they would resolve the problem.</div>

 ]]></content:encoded>
			<category domain="http://www.webhostingbuzz.com/forum/support/">Support</category>
			<dc:creator>TFranklin</dc:creator>
			<guid isPermaLink="true">http://www.webhostingbuzz.com/forum/support/6099-like-a-yoyo-reseller1-server-65-98-178-fortressitx.html</guid>
		</item>
	</channel>
</rss>
