<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WDTalk &#187; Support</title>
	<atom:link href="http://wdtalk.com/archives/category/web-hosting/support/feed" rel="self" type="application/rss+xml" />
	<link>http://wdtalk.com</link>
	<description>Web Development, SEO, Business and Hosting</description>
	<lastBuildDate>Fri, 03 Feb 2012 21:50:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress Vulnerabilties</title>
		<link>http://wdtalk.com/archives/5477</link>
		<comments>http://wdtalk.com/archives/5477#comments</comments>
		<pubDate>Mon, 17 Oct 2011 20:37:06 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[The Editor]]></category>

		<guid isPermaLink="false">http://wdtalk.com/?p=5477</guid>
		<description><![CDATA[In an earlier article entitled -  &#8221;Are your applications secure?,&#8221; I talked about SQL injection threats. It&#8217;s a threat that refuses to simply go away. Just this morning I stumbled upon a thread on a web hosting forum - about an OP (original poster) who had his shared account terminated by his web hosting provider for being [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://wdtalk.com/archives/5477"></g:plusone></div><p><strong>In an earlier article entitled - </strong> &#8221;<a title="Are your applications secure" href="http://wdtalk.com/archives/2324">Are your applications secure?</a>,&#8221; I talked about SQL injection threats. It&#8217;s a threat that refuses to simply go away.</p>
<p><strong>Just this morning I stumbled upon a thread on a web hosting forum</strong> - about an OP (original poster) who had his shared account terminated by his web hosting provider for being hacked twice. He was clearly the victim of the hacks, but the host deemed the OP was responsible for keeping his sites safe, so that his sites would not affect other clients on their server.</p>
<p><strong>The site in question was a WordPress site</strong> - with a couple of plug ins activated &#8211; nothing out of the ordinary. It was duly noted that WordPress sites attract a lot of hack attempts, and the more popular they are (lots of traffic), the more attempts. Obviously, the OP needs to find another web hosting provider, but his troubles are probably far from over. Should he install the same plug ins on his site at his new host, the hack will most likely reoccur. Why?</p>
<p><strong>One of the plug ins the OP alluded to was</strong> - Penny Auction, on which a &#8220;<a title="Penny Auction Hack Advisory" href="http://www.ngenuity-is.com/advisories/2011/jul/3/phppennyauction-bidphp-sql-injection/">hack advisory</a>&#8221; was recently issued by ngenuity-is.com.</p>
<p><strong>Recommended plug ins that help fight intrusion attempts:</strong></p>
<p><strong><a title="WordPress Login Lock Down" href="http://wordpress.org/extend/plugins/login-lockdown/" target="_blank">Login LockDown</a></strong> - Login LockDown records the IP address and timestamp of every failed login attempt. If more than a certain number of attempts are detected within a short period of time from the same IP range, then the login function is disabled for all requests from that range. This helps to prevent brute force password discovery. Currently the plugin defaults to a 1 hour lock out of an IP block after 3 failed login attempts within 5 minutes. This can be modified via the Options panel. Admisitrators can release locked out IP ranges manually from the panel.</p>
<p><strong><a title="WordPress Firewall 2" href="http://wordpress.org/extend/plugins/wordpress-firewall-2/" target="_blank">WordPress Firewall 2</a></strong> - This is an updated version of the popular <em>WordPress Firewall</em> plugin, with fixes for all known bugs and a few new features!</p>
<p>This WordPress plugin investigates web requests with simple, WordPress-specific heuristics, to identify and stop the most obvious attacks. There are a few powerful, generic modules that do this; but they&#8217;re not always installed on web servers, and usually difficult to configure.</p>
<p>This plugin intelligently whitelists and blacklists pathological-looking phrases, based on which field they appear within, in a page request (unknown/numeric parameters vs. known post bodies, comment bodies, etc.). Its purpose is not to replace prompt and responsible upgrading, but rather to mitigate 0-day attacks and let bloggers sleep better at night.</p>
<p><strong><a title="WordPress Security Scan" href="http://wordpress.org/extend/plugins/wp-security-scan/" target="_blank">WordPress Security Scan</a></strong> - checks your WordPress website/blog for security vulnerabilities and suggests corrective actions such as:</p>
<ol>
<li>Passwords</li>
<li>File permissions</li>
<li>Database security</li>
<li>Version hiding</li>
<li>WordPress admin protection/security</li>
<li>Removes WP Generator META tag from core code</li>
</ol>
<div><strong><a title="WordPress Updates Notifier" href="http://wordpress.org/extend/plugins/wp-updates-notifier/" target="_blank">WordPress Updates Notifier</a></strong> - Sends email to notify you if there are any updates for your WordPress site. Can notify about core, plugin and theme updates.</div>
<div>Monitors your WordPress installation for core, plugin and theme updates and emails you when they are available. This plugin is ideal if you don&#8217;t login to your WordPress admin regularly or you support a client&#8217;s website.</div>
<div>
<p><em>Features</em></p>
<ul>
<li>Set the interval of how often to check for updates; hourly, twice daily or daily.</li>
<li>Sets WordPress to check for updates more often meaning you get to know about updates sooner.</li>
<li>Get emailed about core, plugin and theme updates.</li>
<li>Chose if you want to be notified about active only themes and plugins updates.</li>
<li>Remove upgrade nag message to non-admin users.</li>
<li>For advanced users there are a number of filters and actions you can use. More coming soon.</li>
</ul>
<p>This plugin is a fork of Update Notifier. This plugin was forked because there seemed to be no further development on the existing plugin and there was no way to contact the original author to ask about taking ownership. WP Updates Notifier has the following improvements over Updates Notifier:</p>
<ul>
<li>Completely rewritten from the ground up using best practises for writing WordPress plugins</li>
<li>Code wrapped in a class so better namespace.</li>
<li>You can set the cron interval, allowing for more frequent checks.</li>
<li>Update checks trigger WordPress internal update check before notification.</li>
<li>Allows you to set the &#8216;from address&#8217;.</li>
<li>Makes use of the Settings API.</li>
<li>A number of available hooks and filters for advanced users.</li>
<li>Active support and development.</li>
</ul>
</div>
<script type="text/javascript">  linkscolor = "000000";  highlightscolor = "888888";  backgroundcolor = "FFFFFF";  channel = "none";   </script><script type="text/javascript" src="http://www.addmarx.com/dynamicbookmark_compressed.php"></script><span><a onClick="clickDynamic1(this); return false;" href="http://www.addmarx.com"><img style="padding:0px; margin:0px" src="http://www.wdtalk.com/wp-content/plugins/addmarx/sharebookmarx.png" border="0"></a></span><span style="position:absolute; z-index:1000001; margin-top:24px; margin-left:-127px; visibility:hidden;"><iframe id="addmarx_empty" scrolling="no" frameborder="0"></iframe></span><p class="addmarx_spacer"></p><!-- Please place the above code into your site where you want to have a bookmark/share/publicize link. Please do not change any of the code aside from the link text or image, or else the code may not work properly.  --><script type="text/javascript">
var Taggable_iWpVersion = '3.3.1';
var Taggable_sUrlOfPage = 'http://wdtalk.com/archives/5477';
var Taggable_sDisplayStyle = '';
var Taggable_bTaggableIcon = true;

</script>
<script src="http://taggable.com/js/button.js" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://wdtalk.com/archives/5477/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Customer Engineers versus Technicians</title>
		<link>http://wdtalk.com/archives/1092</link>
		<comments>http://wdtalk.com/archives/1092#comments</comments>
		<pubDate>Fri, 12 Aug 2011 17:29:00 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Business Tips]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://hostirian.com/blog/?p=1092</guid>
		<description><![CDATA[Certainly it&#8217;s the long term goal of every business to - minimize customer churn. The expense to sign on new clients way exceeds the cost to retain and resell existing clients. Every interaction with your clients, from warehouse, sales and service, to the accounting department shares a responsibility to exceed your clients expectations, by going [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://wdtalk.com/archives/1092"></g:plusone></div><p><strong>Certainly it&#8217;s the long term goal of every business to -</strong> minimize customer churn. The expense to sign on new clients way exceeds the cost to retain and resell existing clients. Every interaction with your clients, from warehouse, sales and service, to the accounting department shares a responsibility to exceed your clients expectations, by going that extra one percent &#8211; everytime.</p>
<p><strong>Fix the Client and Not Your Product or Service. </strong>When I was employed as a technician by Varityper, our titles were tech rep 1, tech rep 2 and so on. That was changed to Customer Engineer. When you troubleshoot a client&#8217;s problem, you&#8217;re not fixing their typesetter, printer, broadband connection, website or whatever your business provides &#8211; you&#8217;re fixing the client. And in doing so &#8211; you need to give at least the perception of value.</p>
<p><strong>Providing Value - </strong>Can this be done on the fly? Sure, but not with great results. Good customer support reps go through extensive training for the sole purpose of maximizing the client&#8217;s perception of their business. They offer benefits and solutions. This pays off in reduced advertising cost, minimized churn, customer loyalty and &#8220;branding.&#8221;</p>
<p><strong>Are you rememberable? </strong>Are you rememberable in your clients eyes? Do you &#8216;own&#8217; your business niche? Or are your customers simply satisfied clients? A certain level of support is expected from every vendor. On your customer surveys, do you ask the question, &#8220;Have we <strong>exceeded</strong> your expectations?&#8221;</p>
<p><strong>Set yourself apart from the masses - </strong>Customer support encompasses so much more than simply responding to a service ticket, fixing the issue and closing it out without explanation. I see so many entrepreneurs asking how to develop a niche that sets them apart from the masses. Of course, the offer is KING, but great customer support keeps you on your throne.</p>
<script type="text/javascript">  linkscolor = "000000";  highlightscolor = "888888";  backgroundcolor = "FFFFFF";  channel = "none";   </script><script type="text/javascript" src="http://www.addmarx.com/dynamicbookmark_compressed.php"></script><span><a onClick="clickDynamic1(this); return false;" href="http://www.addmarx.com"><img style="padding:0px; margin:0px" src="http://www.wdtalk.com/wp-content/plugins/addmarx/sharebookmarx.png" border="0"></a></span><span style="position:absolute; z-index:1000001; margin-top:24px; margin-left:-127px; visibility:hidden;"><iframe id="addmarx_empty" scrolling="no" frameborder="0"></iframe></span><p class="addmarx_spacer"></p><!-- Please place the above code into your site where you want to have a bookmark/share/publicize link. Please do not change any of the code aside from the link text or image, or else the code may not work properly.  --><script type="text/javascript">
var Taggable_iWpVersion = '3.3.1';
var Taggable_sUrlOfPage = 'http://wdtalk.com/archives/1092';
var Taggable_sDisplayStyle = '';
var Taggable_bTaggableIcon = true;

</script>
<script src="http://taggable.com/js/button.js" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://wdtalk.com/archives/1092/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Is your network slow?</title>
		<link>http://wdtalk.com/archives/368</link>
		<comments>http://wdtalk.com/archives/368#comments</comments>
		<pubDate>Wed, 22 Jun 2011 19:25:30 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://rss.rcig.net/?p=368</guid>
		<description><![CDATA[Your accounting department has been complaining &#8211; about your network slowing to a crawl, but your sales reps are finally making cold calls &#8211; because they can&#8217;t surf the web or use email (Or they&#8217;re out on the golf course ). What&#8217;s the problem? Could be a collision domain. Computer networks can be segmented physically [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://wdtalk.com/archives/368"></g:plusone></div><p><strong>Your accounting department has been complaining</strong> &#8211; about your network slowing to a crawl, but your sales reps are finally making cold calls &#8211; because they can&#8217;t surf the web or use email (Or they&#8217;re out on the golf course <img src='http://www.wdtalk.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ).</p>
<p><strong>What&#8217;s the problem? </strong>Could be a collision domain. Computer networks can be segmented physically as well as logically (Ethernet protocol), leading to circumstances where one single network device can send packets throughout a network segment forcing every other device to acknowledge those packets. Or it could be a group of Ethernet devices in a LAN running on CSMA/CD, connected via repeaters competing for network access. If two devices follow the exact procedure at the exact time, their transmissions will collide, and they will both become unusable. Simply put, a collision occurs when two or more network devices are trying to transmit packets at the exact same time.</p>
<p><strong>As collisions increase on a network &#8211; </strong>the less efficient the network is. So how do you combat collision domain? Utilize switches and/or network bridges that filter and forward packets by their MAC address. A switch or network bridge will forward frames with addresses that are not in its domain, and will duplicate and broadcast frames to the devices inside its network.</p>
<p><strong>Routers can filter, forward or drop packets &#8211; </strong>based on MAC addresses. Routers reduce collision domain by broadcasting to the LAN only packets that have addresses on that specific network. Routers are able to redirect packets not only by  IP or MAC addresses, but also by data type (email, graphics, plain text), function or port used (FTP, HTTP, SMTP, POP3) plus other variables and functions (acting like a firewall) in order to improve network performance.</p>
<p><strong>Contrast your network to &#8211; </strong>data center networks that occupy entire buildings and house thousands of servers. They&#8217;re designed to host mission critical computer systems, with fully redundant subsystems and security zones. They contain routers and switches that transport traffic between those servers and the outside world. Redundancy of their Internet connection is usually provided via BGP bandwidth, blending multiple upstream providers.</p>
<p><strong><br />
</strong></p>
<script type="text/javascript">  linkscolor = "000000";  highlightscolor = "888888";  backgroundcolor = "FFFFFF";  channel = "none";   </script><script type="text/javascript" src="http://www.addmarx.com/dynamicbookmark_compressed.php"></script><span><a onClick="clickDynamic1(this); return false;" href="http://www.addmarx.com"><img style="padding:0px; margin:0px" src="http://www.wdtalk.com/wp-content/plugins/addmarx/sharebookmarx.png" border="0"></a></span><span style="position:absolute; z-index:1000001; margin-top:24px; margin-left:-127px; visibility:hidden;"><iframe id="addmarx_empty" scrolling="no" frameborder="0"></iframe></span><p class="addmarx_spacer"></p><!-- Please place the above code into your site where you want to have a bookmark/share/publicize link. Please do not change any of the code aside from the link text or image, or else the code may not work properly.  --><script type="text/javascript">
var Taggable_iWpVersion = '3.3.1';
var Taggable_sUrlOfPage = 'http://wdtalk.com/archives/368';
var Taggable_sDisplayStyle = '';
var Taggable_bTaggableIcon = true;

</script>
<script src="http://taggable.com/js/button.js" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://wdtalk.com/archives/368/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Are your applications secure?</title>
		<link>http://wdtalk.com/archives/2324</link>
		<comments>http://wdtalk.com/archives/2324#comments</comments>
		<pubDate>Fri, 01 Apr 2011 15:58:58 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://hostirian.com/blog/?p=2324</guid>
		<description><![CDATA[Updated April 1 2011 &#8211; This is still HIGHLY relevant. See this story. December 2009 &#8211; I just read an article this afternoon about the fastest growing security threat in the hosting industry. Apparently this threat has grown over a hundred fold in just the last year alone. What is it? SQL Injection Why have SQL [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://wdtalk.com/archives/2324"></g:plusone></div><p>Updated April 1 2011 &#8211; This is still HIGHLY relevant. See this <strong><a href="http://newenterprise.allthingsd.com/20110401/thousands-of-web-sites-hit-with-new-twist-on-old-sql-injection-hack/?mod=googlenews" target="_blank">story</a></strong>.</p>
<p>December 2009 &#8211; I just read an article this afternoon about the fastest growing security threat in the hosting industry. Apparently this threat has grown over a hundred fold in just the last year alone. What is it?</p>
<p><strong>SQL Injection</strong></p>
<p>Why have SQL injection attempts grown so dramatically? It was pointed out, and I agree, because the bad guys are using (very sophisticated) automated tools. More and more, we’re seeing attempts not only to be disruptive, rather to be focused on identity theft. Anyone remember Heartland Payment Systems and TJX?</p>
<p><strong>Who is Susceptible?</strong></p>
<p>Certainly, if you’re processing lots of credit cards, you need to guard against SQL injection, but even if you aren’t, this exploit needs to be addressed. I did a quick Google search for SQL injection prevention and stumbled upon an SQL Injection Cheat Sheet at http://www.owasp.org/index.php/SQL_Injection_Prevention_Cheat_Sheet. Since most SQL injection exploits are due to lax coding and poor application design practices, prevention measures like those outlined on this site can significantly minimize your risk of being compromised.</p>
<p><strong>From Owasp.org</strong></p>
<p>&#8220;SQL Injection flaws are introduced when software developers create dynamic database queries that include user supplied input. To avoid SQL injection flaws is simple. Developers need to either:<br />
a) stop writing dynamic queries; and/or<br />
b) prevent user supplied input which contains malicious SQL from affecting the logic of the executed query.&#8221;</p>
<script type="text/javascript">  linkscolor = "000000";  highlightscolor = "888888";  backgroundcolor = "FFFFFF";  channel = "none";   </script><script type="text/javascript" src="http://www.addmarx.com/dynamicbookmark_compressed.php"></script><span><a onClick="clickDynamic1(this); return false;" href="http://www.addmarx.com"><img style="padding:0px; margin:0px" src="http://www.wdtalk.com/wp-content/plugins/addmarx/sharebookmarx.png" border="0"></a></span><span style="position:absolute; z-index:1000001; margin-top:24px; margin-left:-127px; visibility:hidden;"><iframe id="addmarx_empty" scrolling="no" frameborder="0"></iframe></span><p class="addmarx_spacer"></p><!-- Please place the above code into your site where you want to have a bookmark/share/publicize link. Please do not change any of the code aside from the link text or image, or else the code may not work properly.  --><script type="text/javascript">
var Taggable_iWpVersion = '3.3.1';
var Taggable_sUrlOfPage = 'http://wdtalk.com/archives/2324';
var Taggable_sDisplayStyle = '';
var Taggable_bTaggableIcon = true;

</script>
<script src="http://taggable.com/js/button.js" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://wdtalk.com/archives/2324/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Lifetime Values?</title>
		<link>http://wdtalk.com/archives/2347</link>
		<comments>http://wdtalk.com/archives/2347#comments</comments>
		<pubDate>Wed, 01 Dec 2010 14:16:57 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Business Tips]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://hostirian.com/blog/?p=2347</guid>
		<description><![CDATA[I just read a post on Seth’s Blog about embracing lifetime values, and was immediately able to relate this to any number of industries. When I was selling security systems in Miami, my employer had years of data highlighting the lifetime value of every new client. Think about it – who changes alarm vendors once [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://wdtalk.com/archives/2347"></g:plusone></div><p>I just read a post on <a href="http://sethgodin.typepad.com/">Seth’s Blog</a> about embracing lifetime values, and was immediately able to relate this to any number of industries. When I was selling security systems in Miami, my employer had years of data highlighting the lifetime value of every new client. Think about it – who changes alarm vendors once the system is installed? Their monitoring ran $24.95/month, but clients routinely stayed with them from six to seven years. Value adds were additional motion sensors, control panels, remotes and door contacts. </p>
<p>I wonder how many sales or support reps understand the real value of each shared, dedicated or colo sale, and how that drives the business as a whole? In the post, the lifetime value of new cell phone clients (on two year contracts) was estimated at $2000.00. I’ve been with my cell phone provider since 1997, and have grown from one to four phones.</p>
<div class="mceTemp"><strong><img class="alignleft size-full wp-image-2355" title="lifetime value" src="http://www.wdtalk.com/wp-content/uploads/2009/12/lifetime-value.jpg" alt="" width="160" height="153" />Is there a lifetime value in web hosting?</strong><br />
What do you estimate the lifetime value is (on average) of a month-to-month dedicated server client? What about the new 2U colo client, who someday grows to a full rack, or a cage?</p>
<p><strong>Could you increase your client’s lifetime value?</strong><br />
The answer is, absolutely &#8211; under promise and over deliver. Empower your staff, from sales reps to the billing and support departments, to go that extra one percent in every contact they have with each client. Your goal should be to exceed your client’s expectations. This is the stuff of long term business relationships.</p>
<p><strong>Bottom Line</strong><br />
If one of your clients left in a huff, would you surmise, ‘there goes a $20 client’ or ‘we just let $2000 walk out the door.</div>
<script type="text/javascript">  linkscolor = "000000";  highlightscolor = "888888";  backgroundcolor = "FFFFFF";  channel = "none";   </script><script type="text/javascript" src="http://www.addmarx.com/dynamicbookmark_compressed.php"></script><span><a onClick="clickDynamic1(this); return false;" href="http://www.addmarx.com"><img style="padding:0px; margin:0px" src="http://www.wdtalk.com/wp-content/plugins/addmarx/sharebookmarx.png" border="0"></a></span><span style="position:absolute; z-index:1000001; margin-top:24px; margin-left:-127px; visibility:hidden;"><iframe id="addmarx_empty" scrolling="no" frameborder="0"></iframe></span><p class="addmarx_spacer"></p><!-- Please place the above code into your site where you want to have a bookmark/share/publicize link. Please do not change any of the code aside from the link text or image, or else the code may not work properly.  --><script type="text/javascript">
var Taggable_iWpVersion = '3.3.1';
var Taggable_sUrlOfPage = 'http://wdtalk.com/archives/2347';
var Taggable_sDisplayStyle = '';
var Taggable_bTaggableIcon = true;

</script>
<script src="http://taggable.com/js/button.js" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://wdtalk.com/archives/2347/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Memory Leaks – What Are They? How Are They Corrected?</title>
		<link>http://wdtalk.com/archives/1549</link>
		<comments>http://wdtalk.com/archives/1549#comments</comments>
		<pubDate>Tue, 23 Nov 2010 13:46:59 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://hostirian.com/blog/?p=1549</guid>
		<description><![CDATA[I bought a memory enhancement program in the mid 90&#8242;s to correct for what I thought was memory leakage. I noticed my computer running slower and slower, even after defragging my huge (60MB+) hard drive. That technology has improved over the years, but memory leakage issues still persist. Memory leakage can cause serious problems While [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://wdtalk.com/archives/1549"></g:plusone></div><p><img class="alignleft size-full wp-image-2179" title="Memory Leak" src="http://www.wdtalk.com/wp-content/uploads/2009/06/Memory-Leak1.jpg" alt="" width="145" height="85" />I bought a memory enhancement program in the mid 90&#8242;s to correct for what I thought was memory leakage. I noticed my computer running slower and slower, even after defragging my huge (60MB+) hard drive. That technology has improved over the years, but memory leakage issues still persist.</p>
<p><strong>Memory leakage can cause serious problems</strong><br />
While most memory leakage is quite small and doesn&#8217;t present any serious problem in and of itself, the accumulated effect of running programs for hours on end can compound problems, sometimes leading to disastrous results.</p>
<p><strong>So what is memory leakage, exactly, and how can we resolve it?</strong><br />
My original understanding was that certain programs, when closed, did not release their allotted space in memory &#8211; thus reducing the amount of memory available to other problems. Memory leakage is so much more complex than that. A slight bug in one program might interact with some other program causing increased allocations of memory until some program crashes (not necessarily the program with the leak). As a consumer, how would you know where to begin to isolate the cause? I&#8217;m not a developer, as I suspect most of us aren&#8217;t. Debugging code is best suited for the programmer geeks. I started my quest for answers with searches on Google, Bing, Yahoo and Wikipedia.</p>
<p><strong>From Wikipedia</strong><br />
In computer science, a memory leak is a particular type of unintentional memory consumption by a computer program where the program fails to release memory when no longer needed.</p>
<ul>
<li><strong>From Google</strong> &#8211; over 3.4 million results</li>
<li><strong>From Bing</strong> &#8211; over 8.1 million results</li>
<li><strong>From Yahoo</strong> &#8211; over 10.6 million results</li>
</ul>
<p>I don&#8217;t really have time to search through 22 million results, so I&#8217;ll highlight a few results here.</p>
<p><strong>Some contributing causes of serious memory leaks</strong></p>
<ul>
<li>Leaks inside the operating system itself</li>
<li>Leaks in system critical drivers</li>
<li>Leaks in embedded devices</li>
<li>Leaks in programming languages</li>
<li>Leaks where programs are able to request memory that hasn&#8217;t been released, even when the program terminates</li>
</ul>
<p><strong>Memory Managers</strong><br />
Most memory managers can recover memory that has become unreachable (if it&#8217;s unreachable it retains no value), but they normally cannot free memory that remains reachable. And it&#8217;s worth noting that there are levels of reach ability &#8211; with strong or weak references. Add to that, every system has a finite amount of memory anyway, so if a memory leak is not contained (possibly by a reboot), it will eventually cause problems.</p>
<p>A simple Google search for Memory Management Programs returned over 68 million results. Yipes! A word of caution &#8211; many of these programs are outdated and in fact, produce some overhead of their own.</p>
<p>If you have a recommended program, please share its strengths and weaknesses with us here.</p>
<script type="text/javascript">  linkscolor = "000000";  highlightscolor = "888888";  backgroundcolor = "FFFFFF";  channel = "none";   </script><script type="text/javascript" src="http://www.addmarx.com/dynamicbookmark_compressed.php"></script><span><a onClick="clickDynamic1(this); return false;" href="http://www.addmarx.com"><img style="padding:0px; margin:0px" src="http://www.wdtalk.com/wp-content/plugins/addmarx/sharebookmarx.png" border="0"></a></span><span style="position:absolute; z-index:1000001; margin-top:24px; margin-left:-127px; visibility:hidden;"><iframe id="addmarx_empty" scrolling="no" frameborder="0"></iframe></span><p class="addmarx_spacer"></p><!-- Please place the above code into your site where you want to have a bookmark/share/publicize link. Please do not change any of the code aside from the link text or image, or else the code may not work properly.  --><script type="text/javascript">
var Taggable_iWpVersion = '3.3.1';
var Taggable_sUrlOfPage = 'http://wdtalk.com/archives/1549';
var Taggable_sDisplayStyle = '';
var Taggable_bTaggableIcon = true;

</script>
<script src="http://taggable.com/js/button.js" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://wdtalk.com/archives/1549/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Killing off Windows Police Pro</title>
		<link>http://wdtalk.com/archives/2189</link>
		<comments>http://wdtalk.com/archives/2189#comments</comments>
		<pubDate>Tue, 06 Oct 2009 21:13:52 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://hostirian.com/blog/?p=2189</guid>
		<description><![CDATA[First, let me say once again how much I despise rogue programs, and Windows Police Pro is a nasty one. It’s of the same family as Windows Antivirus Pro, which I wrote about around April 1st. The first warning that you’re infected is an obnoxious pop up that states your computer is infected, and recommends [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://wdtalk.com/archives/2189"></g:plusone></div><div class="mceTemp"><img class="alignleft size-full wp-image-2191" title="windowspolicepro" src="http://www.wdtalk.com/wp-content/uploads/2009/10/windowspolicepro.jpg" alt="" width="500" height="359" />First, let me say once again how much I despise rogue programs, and Windows Police Pro is a nasty one. It’s of the same family as Windows Antivirus Pro, which I wrote about around April 1<sup>st</sup>.</div>
<p>The first warning that you’re infected is an obnoxious pop up that states your computer is infected, and recommends you purchase their program.</p>
<p>Windows Police Pro also acts as ransomware because it prevents you from accessing websites to download anti-spyware or anti-virus programs like AVG or StopZilla. X’ing out of the pop up is impossible, but all is not lost.</p>
<p><strong>How to remove this nasty beast from your computer</strong></p>
<p>First, open up your Task Manager (control, alt &amp; delete), then end the <strong>Windows Police Pro</strong> process. Also end the <strong>svchast.exe</strong> process. Then go to RUN, and type <strong>regedit</strong> to edit your registry. Do edit find Windows Police Pro and delete those entries. Then you should be able to access the AVG or StopZilla websites, download and install their programs, do a scan and remove the infection.</p>
<p>I used StopZilla on my grandchildren’s laptop and you could actually hear Windows Police Pro groan when StopZilla killed it off. LOL.</p>
<script type="text/javascript">  linkscolor = "000000";  highlightscolor = "888888";  backgroundcolor = "FFFFFF";  channel = "none";   </script><script type="text/javascript" src="http://www.addmarx.com/dynamicbookmark_compressed.php"></script><span><a onClick="clickDynamic1(this); return false;" href="http://www.addmarx.com"><img style="padding:0px; margin:0px" src="http://www.wdtalk.com/wp-content/plugins/addmarx/sharebookmarx.png" border="0"></a></span><span style="position:absolute; z-index:1000001; margin-top:24px; margin-left:-127px; visibility:hidden;"><iframe id="addmarx_empty" scrolling="no" frameborder="0"></iframe></span><p class="addmarx_spacer"></p><!-- Please place the above code into your site where you want to have a bookmark/share/publicize link. Please do not change any of the code aside from the link text or image, or else the code may not work properly.  --><script type="text/javascript">
var Taggable_iWpVersion = '3.3.1';
var Taggable_sUrlOfPage = 'http://wdtalk.com/archives/2189';
var Taggable_sDisplayStyle = '';
var Taggable_bTaggableIcon = true;

</script>
<script src="http://taggable.com/js/button.js" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://wdtalk.com/archives/2189/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How do you respond to conflict?</title>
		<link>http://wdtalk.com/archives/1596</link>
		<comments>http://wdtalk.com/archives/1596#comments</comments>
		<pubDate>Thu, 23 Jul 2009 20:50:02 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Business Tips]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://hostirian.com/blog/?p=1596</guid>
		<description><![CDATA[You can earn a Doctorate in Conflict Analysis and Resolution, but I think most of us have earned some credits for coping with conflict on the street level, and certainly in the hosting industry. Managing Conflict The key is learning how to manage conflict rather than have it manage you. I avoid disputes when possible, but realize they&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://wdtalk.com/archives/1596"></g:plusone></div><p><img class="alignleft size-full wp-image-2150" title="Conflict" src="http://www.wdtalk.com/wp-content/uploads/2009/07/Conflict1.jpg" alt="" width="166" height="159" />You can earn a Doctorate in Conflict Analysis and Resolution, but I think most of us have earned some credits for coping with conflict on the street level, and certainly in the hosting industry.</p>
<p><strong>Managing Conflict</strong></p>
<p>The key is learning how to manage conflict rather than have it manage you. I avoid disputes when possible, but realize they&#8217;re inevitable &#8211; so instead of reacting on an emotional level, my solution is to manage them proactively. Part of that is being solution focused versus problem focused. It&#8217;s all about communications &#8211; understanding what your personal triggers are, then mapping out the opposing positions, finding common ground, and then proposing win-win solutions.</p>
<p><strong>Conflict Awareness</strong><br />
First, you have to understand your own conflict patterns, then develop and practice methods to listen more effectively, map out the conflicts, and learn to differentiate difficult people from difficult behavior. We all know the type. Some clients and prospects just instinctively know what hot buttons to press.</p>
<p><strong>Moving Beyond Conflict</strong><br />
What we&#8217;re really talking about here is developing professional skill sets to increase the success of your business operations. Customer support is very much about resolving customer conflicts or problems. While the solution could be purely technical, the perception of value rests with your client. How well you communicate relates directly to customer churn. Bad communication skills = high customer churn. Great communication skills = raving fans and a loyal customer base. The key, I think, is to actively listen, showing genuine interest and concern. Clarify the problem; ask questions, then listen &#8211; separating emotions from issues. Sometimes, you just have to say NO, it won&#8217;t work. And after conflicts are managed, it&#8217;s important to solicit feedback.</p>
<p><strong>How Important is Feedback</strong><br />
Feedback is so important that you should reach out to your clients randomly to ascertain their comfort level with your products or services. Perhaps your perception that they&#8217;re satisfied clients is completely off tract, and they&#8217;re actively searching for a new provider. How would you know until they sent in their cancellation request? At that point, you become reactive instead of proactive.  Again, it&#8217;s all about effective communications and productive interactions.</p>
<script type="text/javascript">  linkscolor = "000000";  highlightscolor = "888888";  backgroundcolor = "FFFFFF";  channel = "none";   </script><script type="text/javascript" src="http://www.addmarx.com/dynamicbookmark_compressed.php"></script><span><a onClick="clickDynamic1(this); return false;" href="http://www.addmarx.com"><img style="padding:0px; margin:0px" src="http://www.wdtalk.com/wp-content/plugins/addmarx/sharebookmarx.png" border="0"></a></span><span style="position:absolute; z-index:1000001; margin-top:24px; margin-left:-127px; visibility:hidden;"><iframe id="addmarx_empty" scrolling="no" frameborder="0"></iframe></span><p class="addmarx_spacer"></p><!-- Please place the above code into your site where you want to have a bookmark/share/publicize link. Please do not change any of the code aside from the link text or image, or else the code may not work properly.  --><script type="text/javascript">
var Taggable_iWpVersion = '3.3.1';
var Taggable_sUrlOfPage = 'http://wdtalk.com/archives/1596';
var Taggable_sDisplayStyle = '';
var Taggable_bTaggableIcon = true;

</script>
<script src="http://taggable.com/js/button.js" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://wdtalk.com/archives/1596/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spam – how effective is it?</title>
		<link>http://wdtalk.com/archives/1313</link>
		<comments>http://wdtalk.com/archives/1313#comments</comments>
		<pubDate>Wed, 13 May 2009 21:01:15 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://hostirian.com/blog/?p=1313</guid>
		<description><![CDATA[Spam is everywhere. ISP&#8217;s and corporations filter it by the billions, yet it continues to plague us. Entire IP blocks &#8211; better yet &#8211; entire countries are routinely blocked and spam marches on. I read this morning that web hosting providers are being spammed on their support tickets by non-clients. How many of you actually [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://wdtalk.com/archives/1313"></g:plusone></div><p><strong>Spam is everywhere.</strong> ISP&#8217;s and corporations filter it by the billions, yet it continues to plague us. Entire IP blocks &#8211; better yet &#8211; entire countries are routinely blocked and spam marches on. I read this morning that web hosting providers are being spammed on their support tickets by non-clients.</p>
<p><strong>How many of you actually read this stuff? Or click through to their sites?</strong><br />
I don&#8217;t get nearly as much as my wife does on her computer. Of course the grandchildren monopolize her computer when they come to visit &#8211; so they attract cookies, malware, spyware and more spam. Love them but hate the spam. Yet people must be clicking through or spam wouldn&#8217;t be profitable.</p>
<p><strong>How to reduce spam?</strong><br />
Spam can be reduced, although probably not eliminated altogether. Here are some <a href="http://www.us-cert.gov/cas/tips/ST04-007.html">tips</a> from the United States Computer Emergency Readiness Team. For the Missouri Revised Statutes related to spam, click here.</p>
<script type="text/javascript">  linkscolor = "000000";  highlightscolor = "888888";  backgroundcolor = "FFFFFF";  channel = "none";   </script><script type="text/javascript" src="http://www.addmarx.com/dynamicbookmark_compressed.php"></script><span><a onClick="clickDynamic1(this); return false;" href="http://www.addmarx.com"><img style="padding:0px; margin:0px" src="http://www.wdtalk.com/wp-content/plugins/addmarx/sharebookmarx.png" border="0"></a></span><span style="position:absolute; z-index:1000001; margin-top:24px; margin-left:-127px; visibility:hidden;"><iframe id="addmarx_empty" scrolling="no" frameborder="0"></iframe></span><p class="addmarx_spacer"></p><!-- Please place the above code into your site where you want to have a bookmark/share/publicize link. Please do not change any of the code aside from the link text or image, or else the code may not work properly.  --><script type="text/javascript">
var Taggable_iWpVersion = '3.3.1';
var Taggable_sUrlOfPage = 'http://wdtalk.com/archives/1313';
var Taggable_sDisplayStyle = '';
var Taggable_bTaggableIcon = true;

</script>
<script src="http://taggable.com/js/button.js" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://wdtalk.com/archives/1313/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting TOS, SLA and AUP Agreements</title>
		<link>http://wdtalk.com/archives/1270</link>
		<comments>http://wdtalk.com/archives/1270#comments</comments>
		<pubDate>Tue, 05 May 2009 21:59:53 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://hostirian.com/blog/?p=1270</guid>
		<description><![CDATA[Service agreements &#8211; are legally binding documents, but saying that, I read numerous threads started on web hosting forums from OPs who can&#8217;t answer basic questions like, &#8220;Does your provider spell out limitations on using CPU or RAM resources?&#8221; Quite often, that offer of unlimited space and bandwidth is accompanied by some clause excluding this [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://wdtalk.com/archives/1270"></g:plusone></div><p><strong>Service agreements</strong> &#8211; are legally binding documents, but saying that, I read numerous threads started on web hosting forums from OPs who can&#8217;t answer basic questions like, &#8220;Does your provider spell out limitations on using CPU or RAM resources?&#8221; Quite often, that offer of unlimited space and bandwidth is accompanied by some clause excluding this or that, and two to three months into the contract, that provider cancels your services for violating their Terms of Agreement (TOS) or Acceptable Use Policy (AUP) - driving the client to panic, wondering how he&#8217;ll save his business and clientele.</p>
<p><strong>If you&#8217;re presented</strong> &#8211; with a contract, read through the fine print. If you&#8217;re unsure about anything, seek legal counsel. Contracts are necessary to protect the provider and client alike.</p>
<p><strong>One of the more hotly debated topics -</strong> is Service Level Agreements (SLA). Is there a guaranteed uptime? What recourse is there for downtime? Are credits issued? Are there excluded events? Are problem resolution guarantees spelled out?</p>
<script type="text/javascript">  linkscolor = "000000";  highlightscolor = "888888";  backgroundcolor = "FFFFFF";  channel = "none";   </script><script type="text/javascript" src="http://www.addmarx.com/dynamicbookmark_compressed.php"></script><span><a onClick="clickDynamic1(this); return false;" href="http://www.addmarx.com"><img style="padding:0px; margin:0px" src="http://www.wdtalk.com/wp-content/plugins/addmarx/sharebookmarx.png" border="0"></a></span><span style="position:absolute; z-index:1000001; margin-top:24px; margin-left:-127px; visibility:hidden;"><iframe id="addmarx_empty" scrolling="no" frameborder="0"></iframe></span><p class="addmarx_spacer"></p><!-- Please place the above code into your site where you want to have a bookmark/share/publicize link. Please do not change any of the code aside from the link text or image, or else the code may not work properly.  --><script type="text/javascript">
var Taggable_iWpVersion = '3.3.1';
var Taggable_sUrlOfPage = 'http://wdtalk.com/archives/1270';
var Taggable_sDisplayStyle = '';
var Taggable_bTaggableIcon = true;

</script>
<script src="http://taggable.com/js/button.js" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://wdtalk.com/archives/1270/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conficker Update</title>
		<link>http://wdtalk.com/archives/1207</link>
		<comments>http://wdtalk.com/archives/1207#comments</comments>
		<pubDate>Fri, 24 Apr 2009 22:05:15 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://hostirian.com/blog/?p=1207</guid>
		<description><![CDATA[Conficker Update  I wrote about the threat of Conficker just prior to April 1st, the date many feared it would wreak havoc on millions of PCs. Apparently, Conficker is branching out on the sly, quietly turning an unknown number of PCs into zombies &#8211; servers of email spam via a botnet. This worm has evolved [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://wdtalk.com/archives/1207"></g:plusone></div><p><strong>Conficker Update</strong> <br />
I wrote about the threat of Conficker just prior to April 1<sup>st</sup>, the date many feared it would wreak havoc on millions of PCs. Apparently, Conficker is branching out on the sly, quietly turning an unknown number of PCs into zombies &#8211; servers of email spam via a botnet.</p>
<p>This worm has evolved over the past few weeks spreading malicious software and a fake anti-spyware program called Spyware Protect 2009. This program sells for $49.95, but instead of protecting your PC, it steals your credit card information, then downloads additional malicious software. Do <strong>NOT </strong>purchase this software package. </p>
<p>A<strong> special alert</strong> &#8211; if you use USB memory sticks, this worm can be transported from PC to PC via that stick.</p>
<p>How many computers are currently infected by Downadup/Conficker?<br />
About 1-2 million.</p>
<p>Can Conflicker be detected and blocked? Yes. We recommend F-Secure.</p>
<p>Currently the worm is only affecting Windows-based machines, so if you&#8217;re running a Mac or Linux box, you&#8217;re safe.</p>
<script type="text/javascript">  linkscolor = "000000";  highlightscolor = "888888";  backgroundcolor = "FFFFFF";  channel = "none";   </script><script type="text/javascript" src="http://www.addmarx.com/dynamicbookmark_compressed.php"></script><span><a onClick="clickDynamic1(this); return false;" href="http://www.addmarx.com"><img style="padding:0px; margin:0px" src="http://www.wdtalk.com/wp-content/plugins/addmarx/sharebookmarx.png" border="0"></a></span><span style="position:absolute; z-index:1000001; margin-top:24px; margin-left:-127px; visibility:hidden;"><iframe id="addmarx_empty" scrolling="no" frameborder="0"></iframe></span><p class="addmarx_spacer"></p><!-- Please place the above code into your site where you want to have a bookmark/share/publicize link. Please do not change any of the code aside from the link text or image, or else the code may not work properly.  --><script type="text/javascript">
var Taggable_iWpVersion = '3.3.1';
var Taggable_sUrlOfPage = 'http://wdtalk.com/archives/1207';
var Taggable_sDisplayStyle = '';
var Taggable_bTaggableIcon = true;

</script>
<script src="http://taggable.com/js/button.js" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://wdtalk.com/archives/1207/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS logs eating up your free hard drive space?</title>
		<link>http://wdtalk.com/archives/966</link>
		<comments>http://wdtalk.com/archives/966#comments</comments>
		<pubDate>Tue, 24 Mar 2009 21:29:22 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://hostirian.com/blog/?p=966</guid>
		<description><![CDATA[I recently ran across a simple Visual Basic script that schedules and deletes old Microsoft Internet Information Services (IIS) log files from any of your servers. Like home computers slow down in-between reboots, or clearing of temp files and cookies – server logs eat up all of the free space on their hard drives, especially [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://wdtalk.com/archives/966"></g:plusone></div><p>I recently ran across a simple Visual Basic script that schedules and deletes old Microsoft Internet Information Services (IIS) log files from any of your servers. Like home computers slow down in-between reboots, or clearing of temp files and cookies – server logs eat up all of the free space on their hard drives, especially on those with highly utilized websites, possibly your line-of-business application.</p>
<p><strong>How are you clearing your IIS logs today?</strong></p>
<p>My guess is that you’re checking and clearing IIS logs manually. Enter a VB script that schedules and deletes those old logs automatically! Simply save the script below with the extension of .vbs, e.g., delete_old_logs.vbs. Create a directory on your server to save that file – possibly C:Program FilesScripts – whatever makes sense to you.</p>
<p>This script does need to be edited to specify the exact path to be cleaned and how many days of log files to leave behind. (See line that starts with Call CleanDirectory) In the example, default IIS logs older than seven days are scheduled to be deleted. The folder path needs to be inside the quotation marks.</p>
<p><strong>What if you want to delete logs from several sources on the same server simultaneously?</strong></p>
<p>Simply insert multiple Call CleanDirectory lines. After making changes to the script, be sure to save the file.</p>
<p><strong>Ok, I’ve modified the script. How do I schedule a task to run it?</strong></p>
<p>It’s best to create a special account (local or domain) in the local server administrations group, setting up permissions on the folder where the log files are located. This will allow your script to run in any location on the server. When you create this task, browse to the location where you saved the file to ensure the path is enclosed in quotation marks (if it contains any spaces).</p>
<p><strong>How often should I run this script?</strong></p>
<p>This would depend on activity, but for best results I recommend scheduling this task to run daily.</p>
<p><strong>In Summary</strong></p>
<p>Using simple Visual Basic scripts is a proactive solution to managing your IIS logs. You could use this script to cleanup lots of other log files as well.</p>
<p>&#8216;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br />
&#8216; delete_old_files.vbs<br />
&#8216; Based on original script here:<br />
&#8216;<br />
http://www.microsoft.com/technet/scriptcenter/csc/scripts/files/files/cscfi006.mspx<br />
&#8216;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br />
&#8216; Clean the listed directories of old backup files<br />
Call CleanDirectory(&#8220;C:WINDOWSsystem32LogFilesW3SVC1&#8243;, 7)<br />
&#8216; Delete old backup files<br />
Function CleanDirectory(strPathtoFiles, intDaystoKeep)<br />
   Dim fso, f, fc, f1, strFiles, intFiles<br />
   strFiles = &#8220;&#8221;<br />
   intFiles = 0<br />
   Set fso = CreateObject(&#8220;Scripting.FileSystemObject&#8221;)<br />
   If (fso.FolderExists(strPathtoFiles)) Then<br />
      Set f = fso.GetFolder(strPathtofiles)<br />
      Set fc = f.Files<br />
      &#8216;&#8211; Determine if file is older than defined days<br />
      For Each f1 in fc<br />
         If DateDiff(&#8220;d&#8221;, f1.DateLastModified, Now) &gt; intDaystoKeep Then<br />
            strFiles = strFiles &amp; f1.Name &amp; vbCrLf<br />
            intFiles = intFiles + 1<br />
            f1.Delete(True)<br />
         End If<br />
      Next<br />
      Set f1 = Nothing<br />
      Set fc = Nothing<br />
      Set f = Nothing<br />
   End if<br />
   set fso = Nothing<br />
End Function<br />
&#8216; Stop the script in case it doesn&#8217;t automatically WScript.Quit</p>
<p><strong>Kudos to Will Schmied.</strong></p>
<p><strong><span style="color: #ff0000;">Will Schmied</span></strong> is a senior systems administrator for a world renowned children&#8217;s research hospital. He holds numerous Microsoft MCITP, MCTS and older certifications and is experienced with Exchange and Blackberry. Will has been actively involved with the certification and training side of IT for many years, writing or contributing to several dozen books. He is a founder of the certification portal MCSE World. Having passed the reigns to a good friend from down under, Will maintains a smaller presence today with his blog, Tales of a Systems Administrator.</p>
<script type="text/javascript">  linkscolor = "000000";  highlightscolor = "888888";  backgroundcolor = "FFFFFF";  channel = "none";   </script><script type="text/javascript" src="http://www.addmarx.com/dynamicbookmark_compressed.php"></script><span><a onClick="clickDynamic1(this); return false;" href="http://www.addmarx.com"><img style="padding:0px; margin:0px" src="http://www.wdtalk.com/wp-content/plugins/addmarx/sharebookmarx.png" border="0"></a></span><span style="position:absolute; z-index:1000001; margin-top:24px; margin-left:-127px; visibility:hidden;"><iframe id="addmarx_empty" scrolling="no" frameborder="0"></iframe></span><p class="addmarx_spacer"></p><!-- Please place the above code into your site where you want to have a bookmark/share/publicize link. Please do not change any of the code aside from the link text or image, or else the code may not work properly.  --><script type="text/javascript">
var Taggable_iWpVersion = '3.3.1';
var Taggable_sUrlOfPage = 'http://wdtalk.com/archives/966';
var Taggable_sDisplayStyle = '';
var Taggable_bTaggableIcon = true;

</script>
<script src="http://taggable.com/js/button.js" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://wdtalk.com/archives/966/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The value of telephone support</title>
		<link>http://wdtalk.com/archives/555</link>
		<comments>http://wdtalk.com/archives/555#comments</comments>
		<pubDate>Wed, 04 Feb 2009 23:06:11 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://rss.rcig.net/?p=555</guid>
		<description><![CDATA[The value of telephone support should be obvious - but apparently not as I read questions on forums every week of whether to offer this, or email support or livechat, or a mixed solution. Cross-industry, if I have a problem with any vendor, the first contact information I look for is a phone number. In the [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://wdtalk.com/archives/555"></g:plusone></div><p><strong>The value of telephone support should be obvious -</strong> but apparently not as I read questions on forums every week of whether to offer this, or email support or livechat, or a mixed solution. Cross-industry, if I have a problem with any vendor, the first contact information I look for is a phone number.</p>
<p><strong>In the web hosting industry, all too often</strong> &#8211; support is only handled via support tickets or live chat. Typically, live chat is handled by lower echelon support personnel, who often must recommend going the route of a support ticket, as they don&#8217;t have the access or knowledge required answer questions beyond a basic nature. Why is that? Technical support is not cheap.</p>
<p><strong>Many web hosts are run by</strong> &#8211; fewer than five individuals &#8211; the founder (normally a geek), one sales rep, an admin type (HR, billing, collections), a sysadmin and maybe another tech. There&#8217;s nothing wrong with that. It&#8217;s how most web hosts start, then grow if they have a good business plan and work that plan.</p>
<p><strong>Your questions</strong> &#8211; should be, &#8220;How important is my data to my business? Is it mission critical? Will my web host be available to answer any issues, and if they are available, how qualified are they to resolve those issues?&#8221; If I have a problem with my Maytag washing machine, and I call them for service, I&#8217;m reasonably sure their techs will be able to resolve any problem I have. But if I have XYZ brand, and they have no phone support, my comfort level drops substantially.</p>
<script type="text/javascript">  linkscolor = "000000";  highlightscolor = "888888";  backgroundcolor = "FFFFFF";  channel = "none";   </script><script type="text/javascript" src="http://www.addmarx.com/dynamicbookmark_compressed.php"></script><span><a onClick="clickDynamic1(this); return false;" href="http://www.addmarx.com"><img style="padding:0px; margin:0px" src="http://www.wdtalk.com/wp-content/plugins/addmarx/sharebookmarx.png" border="0"></a></span><span style="position:absolute; z-index:1000001; margin-top:24px; margin-left:-127px; visibility:hidden;"><iframe id="addmarx_empty" scrolling="no" frameborder="0"></iframe></span><p class="addmarx_spacer"></p><!-- Please place the above code into your site where you want to have a bookmark/share/publicize link. Please do not change any of the code aside from the link text or image, or else the code may not work properly.  --><script type="text/javascript">
var Taggable_iWpVersion = '3.3.1';
var Taggable_sUrlOfPage = 'http://wdtalk.com/archives/555';
var Taggable_sDisplayStyle = '';
var Taggable_bTaggableIcon = true;

</script>
<script src="http://taggable.com/js/button.js" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://wdtalk.com/archives/555/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

