<?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/"
	>

<channel>
	<title>Sky Scratchers Society</title>
	<atom:link href="http://skyscratchers.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://skyscratchers.com</link>
	<description>Where the problems of the world are fixed.</description>
	<pubDate>Sat, 18 Jul 2009 01:51:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DotNetPanel username restrictions</title>
		<link>http://skyscratchers.com/dotnetpanel/dotnetpanel-username-restrictions/</link>
		<comments>http://skyscratchers.com/dotnetpanel/dotnetpanel-username-restrictions/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 01:51:07 +0000</pubDate>
		<dc:creator>World Fixer</dc:creator>
		
		<category><![CDATA[dotnetpanel]]></category>

		<category><![CDATA[reseller]]></category>

		<category><![CDATA[restrictions]]></category>

		<category><![CDATA[user name]]></category>

		<category><![CDATA[username]]></category>

		<guid isPermaLink="false">http://skyscratchers.com/?p=84</guid>
		<description><![CDATA[Hello Bill,
The only restrictions on username  charactesrs are that user name cannot contain any of the following  characters:
\ / : * ? &#8221; &#124;
As for username size, it cuts off whatever you  put in the username box at 50 characters.
And the username of your  reseller account cannot be changed after accounts [...]]]></description>
			<content:encoded><![CDATA[<p><span class="mediumtext">Hello Bill,</p>
<p>The only restrictions on username  charactesrs are that user name cannot contain any of the following  characters:<br />
\ / : * ? &#8221; |<br />
As for username size, it cuts off whatever you  put in the username box at 50 characters.</p>
<p>And the username of your  reseller account cannot be changed after accounts are created underneath it.  Unless we make a new account for you but then you wouldn&#8217;t have any accounts or  settings that you originally had.</p>
<p>Let us know if you have any further  questions.</span></p>
<p><span class="mediumtext">Source: testing myself<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://skyscratchers.com/dotnetpanel/dotnetpanel-username-restrictions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>restoring .sql structure for MS SQL</title>
		<link>http://skyscratchers.com/ms-sql-2008/restoring-sql-structure-for-ms-sql/</link>
		<comments>http://skyscratchers.com/ms-sql-2008/restoring-sql-structure-for-ms-sql/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 17:32:14 +0000</pubDate>
		<dc:creator>World Fixer</dc:creator>
		
		<category><![CDATA[MS SQL 2008]]></category>

		<category><![CDATA[Microsoft SQL Server Management Studio]]></category>

		<category><![CDATA[MS SQL]]></category>

		<category><![CDATA[MS SQL Mangement Studio]]></category>

		<guid isPermaLink="false">http://skyscratchers.com/?p=81</guid>
		<description><![CDATA[Avesta S: I&#8217;ve restored  the structure. 
Avesta S: When you do it yourself in the future
Avesta S: you simply have to  double click the .sql file
Avesta S: it should open it in your sql server management  studio
Avesta S: in the drop down menu on the top left, choose your  database,
Avesta S: [...]]]></description>
			<content:encoded><![CDATA[<p><span class="staffname">Avesta S:</span><span class="staffmessage"> I&#8217;ve restored  the structure. </span><br />
<span class="staffname">Avesta S:</span><span class="staffmessage"> When you do it yourself in the future</span><br />
<span class="staffname">Avesta S:</span><span class="staffmessage"> you simply have to  double click the .sql file</span><br />
<span class="staffname">Avesta S:</span><span class="staffmessage"> it should open it in your sql server management  studio</span><br />
<span class="staffname">Avesta S:</span><span class="staffmessage"> in the drop down menu on the top left, choose your  database,</span><br />
<span class="staffname">Avesta S:</span><span class="staffmessage"> then click &#8220;executre&#8221;</span><br />
<span class="staffname">Avesta  S:</span><span class="staffmessage"> &#8220;Execute&#8221;</span><br />
<span class="staffname">Avesta S:</span><span class="staffmessage"> and it will execute  the sql and create the structure</span></p>
]]></content:encoded>
			<wfw:commentRss>http://skyscratchers.com/ms-sql-2008/restoring-sql-structure-for-ms-sql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cron Job Format</title>
		<link>http://skyscratchers.com/cpanel/cron-job-format/</link>
		<comments>http://skyscratchers.com/cpanel/cron-job-format/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 14:07:39 +0000</pubDate>
		<dc:creator>World Fixer</dc:creator>
		
		<category><![CDATA[cpanel]]></category>

		<category><![CDATA[cron]]></category>

		<category><![CDATA[cron jobs]]></category>

		<guid isPermaLink="false">http://skyscratchers.com/?p=78</guid>
		<description><![CDATA[From http://www.trap17.com/index.php/Cron-Jobs-Cron-Jobs-Cpanel_t6321.html :
[ Minute - Hour - Day - Month - Weekday ]  [PATH OF PHP] [ARGUMENTS] [PATH OF PHP SCRIPT]
* * * * * =&#62; Execute every minute
0 * * * * =&#62; Execute every Hour
0 0 * * * =&#62; Execute every mid-night
0 0 0 * * =&#62; Execute every Month
0 0 0 [...]]]></description>
			<content:encoded><![CDATA[<p>From http://www.trap17.com/index.php/Cron-Jobs-Cron-Jobs-Cpanel_t6321.html :</p>
<p>[ Minute - Hour - Day - Month - Weekday ]  [PATH OF PHP] [ARGUMENTS] [PATH OF PHP SCRIPT]</p>
<p>* * * * * =&gt; Execute every minute<br />
0 * * * * =&gt; Execute every Hour<br />
0 0 * * * =&gt; Execute every mid-night<br />
0 0 0 * * =&gt; Execute every Month<br />
0 0 0 0 * =&gt; Execute every Weekday</p>
]]></content:encoded>
			<wfw:commentRss>http://skyscratchers.com/cpanel/cron-job-format/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Client Fix (QQI-668396)</title>
		<link>http://skyscratchers.com/dolphin/client-fix-qqi-668396/</link>
		<comments>http://skyscratchers.com/dolphin/client-fix-qqi-668396/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 14:06:38 +0000</pubDate>
		<dc:creator>World Fixer</dc:creator>
		
		<category><![CDATA[dolphin]]></category>

		<category><![CDATA[dolphin 7]]></category>

		<guid isPermaLink="false">http://skyscratchers.com/?p=76</guid>
		<description><![CDATA[I have found the problem on video processing. It was in  the cron job in event anyone else asks similar question in future. It was set to  process at midnight. However, I need to know your recommendation. I have it  currently set to process every minute in cron. I do not think [...]]]></description>
			<content:encoded><![CDATA[<p><span class="mediumtext">I have found the problem on video processing. It was in  the cron job in event anyone else asks similar question in future. It was set to  process at midnight. However, I need to know your recommendation. I have it  currently set to process every minute in cron. I do not think this is a real  good policy to do this. What is your recommendation?</p>
<p>It is currently set  as follows&#8221;</p>
<p>* * * * *</p>
<p>What recommendation for a member community  site would you make on this? And please show the input so we can have  entry.</p>
<p>Thanks </span></p>
]]></content:encoded>
			<wfw:commentRss>http://skyscratchers.com/dolphin/client-fix-qqi-668396/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Expressions to Publish - watch out for stupid www</title>
		<link>http://skyscratchers.com/frontpage/using-expressions-to-publish-watch-out-for-stupid-www/</link>
		<comments>http://skyscratchers.com/frontpage/using-expressions-to-publish-watch-out-for-stupid-www/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 21:52:52 +0000</pubDate>
		<dc:creator>World Fixer</dc:creator>
		
		<category><![CDATA[frontpage]]></category>

		<category><![CDATA[applications]]></category>

		<category><![CDATA[expresssions]]></category>

		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://skyscratchers.com/?p=72</guid>
		<description><![CDATA[Microsoft did it again:
When using Expressions, after ensuring Frontpage Extensions is enabled, if theres something wrong, maybe about &#8220;Authentication&#8221; and &#8220;Authentication Headers&#8221; , make sure you are using &#8220;www&#8221; in the url in the properties. So http://www.microsoftisstupid.com not http://thiswouldmakemoresense.com .
Regards,
]]></description>
			<content:encoded><![CDATA[<p>Microsoft did it again:</p>
<p>When using Expressions, after ensuring Frontpage Extensions is enabled, if theres something wrong, maybe about &#8220;Authentication&#8221; and &#8220;Authentication Headers&#8221; , make sure you are using &#8220;www&#8221; in the url in the properties. So http://www.microsoftisstupid.com not http://thiswouldmakemoresense.com .</p>
<p>Regards,</p>
]]></content:encoded>
			<wfw:commentRss>http://skyscratchers.com/frontpage/using-expressions-to-publish-watch-out-for-stupid-www/feed/</wfw:commentRss>
		</item>
		<item>
		<title>EasyApache? Safe or not Safe?</title>
		<link>http://skyscratchers.com/php/easyapache-safe-or-not-safe/</link>
		<comments>http://skyscratchers.com/php/easyapache-safe-or-not-safe/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 20:21:23 +0000</pubDate>
		<dc:creator>World Fixer</dc:creator>
		
		<category><![CDATA[apache]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[easyapache]]></category>

		<guid isPermaLink="false">http://skyscratchers.com/?p=69</guid>
		<description><![CDATA[If you find a mod a use find in easy apache, it will recompile php. This may or may not cause problems on the server. Ask an admin before continuing.
Regards,
]]></description>
			<content:encoded><![CDATA[<p>If you find a mod a use find in easy apache, it will recompile php. This may or may not cause problems on the server. Ask an admin before continuing.</p>
<p>Regards,</p>
]]></content:encoded>
			<wfw:commentRss>http://skyscratchers.com/php/easyapache-safe-or-not-safe/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DNS Service Failing on Windows 2008 IIS</title>
		<link>http://skyscratchers.com/windows-2008-administration/dns-service-failing-on-windows-2008-iis/</link>
		<comments>http://skyscratchers.com/windows-2008-administration/dns-service-failing-on-windows-2008-iis/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 17:08:06 +0000</pubDate>
		<dc:creator>World Fixer</dc:creator>
		
		<category><![CDATA[DNS]]></category>

		<category><![CDATA[Windows 2008 Administration]]></category>

		<category><![CDATA[windows 2008]]></category>

		<guid isPermaLink="false">http://skyscratchers.com/?p=66</guid>
		<description><![CDATA[If user&#8217;s DNS is pointing to our server(even if they are custom dns) and the name servers being used ping to the server, then check this on windows:
Go into &#8220;services&#8221; in Manager:
Find DNS Service, try restarting it. If it fails, go to bind2/etc/named.conf and cut the entire thing except the top main ones that are [...]]]></description>
			<content:encoded><![CDATA[<p>If user&#8217;s DNS is pointing to our server(even if they are custom dns) and the name servers being used ping to the server, then check this on windows:</p>
<p>Go into &#8220;services&#8221; in Manager:</p>
<p>Find DNS Service, try restarting it. If it fails, go to bind2/etc/named.conf and cut the entire thing except the top main ones that are related to the main server and &#8220;options&#8221;</p>
<p>and paste into another document. Then try to restart DNS service again. If it works, then you know something in named.conf is causing problems. Undo your cut, so its back to original, then start cutting large chunks, restarting DNS, and seeing if cutting that chunk did it. In this way, isolate the conf entry that is causing problems and remove it.</p>
]]></content:encoded>
			<wfw:commentRss>http://skyscratchers.com/windows-2008-administration/dns-service-failing-on-windows-2008-iis/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Changing password on email account through Afterlogic webmail</title>
		<link>http://skyscratchers.com/webmail/changing-password-on-email-account-through-afterlogic-webmail/</link>
		<comments>http://skyscratchers.com/webmail/changing-password-on-email-account-through-afterlogic-webmail/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 15:09:10 +0000</pubDate>
		<dc:creator>World Fixer</dc:creator>
		
		<category><![CDATA[afterlogic]]></category>

		<category><![CDATA[webmail]]></category>

		<category><![CDATA[afterlogin]]></category>

		<category><![CDATA[email]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://skyscratchers.com/?p=63</guid>
		<description><![CDATA[Hello Chandra,
To change the password on your webmail:
1) login to webmail
2) click on &#8220;settings&#8221; on the top right
3) click on &#8220;Email Accounts&#8221; on the left
4) Look for &#8220;Password&#8221; and you can change it there.
Regards,
]]></description>
			<content:encoded><![CDATA[<p>Hello Chandra,</p>
<p>To change the password on your webmail:<br />
1) login to webmail<br />
2) click on &#8220;settings&#8221; on the top right<br />
3) click on &#8220;Email Accounts&#8221; on the left<br />
4) Look for &#8220;Password&#8221; and you can change it there.</p>
<p>Regards,</p>
]]></content:encoded>
			<wfw:commentRss>http://skyscratchers.com/webmail/changing-password-on-email-account-through-afterlogic-webmail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Showing a folder in the main domain with a subdomain using DotNetPanel.</title>
		<link>http://skyscratchers.com/dotnetpanel/showing-a-folder-in-the-main-domain-with-a-subdomain-using-dotnetpanel/</link>
		<comments>http://skyscratchers.com/dotnetpanel/showing-a-folder-in-the-main-domain-with-a-subdomain-using-dotnetpanel/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 13:41:29 +0000</pubDate>
		<dc:creator>World Fixer</dc:creator>
		
		<category><![CDATA[dotnetpanel]]></category>

		<category><![CDATA[dnp]]></category>

		<guid isPermaLink="false">http://skyscratchers.com/?p=60</guid>
		<description><![CDATA[Hello Frank,
Here are the steps I took to accomplish this:
1) created subdomain dnn5.matthewfalzon.com
2) created a website for it
3) went into its website settings
4) on the first page of the settings the &#8220;Home Folder&#8221; tab, under &#8220;Folder in your Hosting Space&#8221; make sure its checked and I put in &#8220;\matthewfalzon.com\wwwroot\DNN51&#8243;.
Take a look. Let us know if [...]]]></description>
			<content:encoded><![CDATA[<p>Hello Frank,</p>
<p>Here are the steps I took to accomplish this:<br />
1) created subdomain dnn5.matthewfalzon.com<br />
2) created a website for it<br />
3) went into its website settings<br />
4) on the first page of the settings the &#8220;Home Folder&#8221; tab, under &#8220;Folder in your Hosting Space&#8221; make sure its checked and I put in &#8220;\matthewfalzon.com\wwwroot\DNN51&#8243;.</p>
<p>Take a look. Let us know if you have any further questions.</p>
<p>Regards,</p>
<p>Ticket (HJY-994375)</p>
]]></content:encoded>
			<wfw:commentRss>http://skyscratchers.com/dotnetpanel/showing-a-folder-in-the-main-domain-with-a-subdomain-using-dotnetpanel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>boonex issues</title>
		<link>http://skyscratchers.com/uncategorized/boonex-issues/</link>
		<comments>http://skyscratchers.com/uncategorized/boonex-issues/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 07:52:54 +0000</pubDate>
		<dc:creator>World Fixer</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://skyscratchers.com/?p=58</guid>
		<description><![CDATA[[12:14:53 AM] Avesta Sabetian: For a long time, I thought Jill74 was a robot
[12:14:58 AM] Avesta Sabetian: on the arvixe forums
[12:15:00 AM] Avesta Sabetian: but i guess shes real
[12:23:29 AM] Avesta Sabetian: how bout a post with the RMS port information
[12:23:38 AM] Avesta Sabetian: In the &#8220;BoonEx Software&#8221; of our forum
[12:23:57 AM] Avesta Sabetian: then [...]]]></description>
			<content:encoded><![CDATA[<p>[12:14:53 AM] Avesta Sabetian: For a long time, I thought Jill74 was a robot<br />
[12:14:58 AM] Avesta Sabetian: on the arvixe forums<br />
[12:15:00 AM] Avesta Sabetian: but i guess shes real<br />
[12:23:29 AM] Avesta Sabetian: how bout a post with the RMS port information<br />
[12:23:38 AM] Avesta Sabetian: In the &#8220;BoonEx Software&#8221; of our forum<br />
[12:23:57 AM] Avesta Sabetian: then all new Dolphin users can be sent there, and then they also know that we have a forum section they can whine in.</p>
]]></content:encoded>
			<wfw:commentRss>http://skyscratchers.com/uncategorized/boonex-issues/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
