<?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>D87 Studios</title>
	<atom:link href="http://d87studios.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://d87studios.com/blog</link>
	<description>A blog about technology, computers and the IT world.</description>
	<lastBuildDate>Thu, 02 Feb 2012 01:34:52 +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>MySQL: The description for Event ID in Source cannot be found.</title>
		<link>http://d87studios.com/blog/2011/10/mysql-the-description-for-event-id-in-source-cannot-be-found/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mysql-the-description-for-event-id-in-source-cannot-be-found</link>
		<comments>http://d87studios.com/blog/2011/10/mysql-the-description-for-event-id-in-source-cannot-be-found/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 15:37:35 +0000</pubDate>
		<dc:creator>D87</dc:creator>
				<category><![CDATA[Computer & Technology]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[event viewer]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://d87studios.com/blog/?p=373</guid>
		<description><![CDATA[If you keep getting this error in the Event Viewer you should do the following: The description for Event ID ( 100 ) in Source ( MySQL ) cannot be found It seems like the local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. [...]]]></description>
			<content:encoded><![CDATA[<p>If you keep getting this error in the Event Viewer you should do the following:</p>
<p class="wp-caption">The description for Event ID ( 100 ) in Source ( MySQL ) cannot be found</p>
<p>It seems like the local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. We will have to use a program to edit the <strong>mysqld.exe </strong>to add the required information.</p>
<ul>
<li>Download XN Resource Editor - <a href="http://www.wilsonc.demon.co.uk/d10resourceeditor.htm">http://www.wilsonc.demon.co.uk/d10resourceeditor.htm</a></li>
</ul>
<ul>
<li>Stop the MySql server.</li>
</ul>
<ul>
<li>Locate and backup <strong>mysqld.exe &#8211; \</strong>MySQL Server\bin\mysqld.exe    <span style="color: #ff0000;"><em>Make sure to backup!!!!</em></span></li>
</ul>
<ul>
<li>In XN Resource Editor open mysqld.exe and you should see both panes blank.</li>
</ul>
<ul>
<li>From the menu select <strong>Resource, </strong>and then <strong>Add Resource. </strong>A window will open with a list of options, select <strong>Message Table.</strong></li>
</ul>
<div>
<div id="attachment_375" class="wp-caption aligncenter" style="width: 591px"><a href="http://d87studios.com/blog/wp-content/uploads/2011/10/mysql-e1319210020404.png"><img class="size-full wp-image-375" title="mysqld.exe XN Resource Editor" src="http://d87studios.com/blog/wp-content/uploads/2011/10/mysql-e1319210020404.png" alt="mysqld.exe XN Resource Editor" width="581" height="493" /></a><p class="wp-caption-text">mysqld.exe XN Resource Editor</p></div>
<p>&nbsp;</p>
</div>
<ul>
<li>Right click on &#8220;Language Natural&#8221; and click on <strong>Properties. </strong>A window will open, change the Language option to <strong>English (United States)</strong>.</li>
</ul>
<div>
<div id="attachment_378" class="wp-caption aligncenter" style="width: 330px"><a href="http://d87studios.com/blog/wp-content/uploads/2011/10/mysql01.png"><img class="size-full wp-image-378" title="Resource Properties" src="http://d87studios.com/blog/wp-content/uploads/2011/10/mysql01.png" alt="Resource Properties" width="320" height="161" /></a><p class="wp-caption-text">Resource Properties</p></div>
</div>
<p>&nbsp;</p>
<ul>
<li>From the menu select <strong>Strings, </strong>and then <strong>Add String. </strong>It will create a default string with a 00000001 id.</li>
</ul>
<ul>
<li>Opinally add the following string :</li>
</ul>
<pre style="text-align: center;"><span style="font-family: Consolas, Monaco, monospace;"><span class="Apple-style-span" style="font-size: 12px; line-height: 18px; white-space: pre;"><span class="wp-caption">%1For more information, see Help and Support Center at http://www.mysql.com.</span> </span></span></pre>
<ul>
<li style="text-align: left;">Change the ID from &#8217;00000001&#8242; to:
<pre class="wp-caption"> 'C0000064'</pre>
</li>
</ul>
<ul>
<li>Now Save and exit. Start MySql server now.</li>
</ul>
<div>That should do it. From now on you should see all the actual event messages in the Event Viewer.</div>
<div>Source: <a href="http://bugs.mysql.com/bug.php?id=48042">http://bugs.mysql.com/bug.php?id=48042</a></div>
<div></div>
<div></div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://d87studios.com/blog/2011/10/mysql-the-description-for-event-id-in-source-cannot-be-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terminal Service Printers do not keep local settings.</title>
		<link>http://d87studios.com/blog/2011/08/terminal-service-printers-do-not-keep-local-settings/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=terminal-service-printers-do-not-keep-local-settings</link>
		<comments>http://d87studios.com/blog/2011/08/terminal-service-printers-do-not-keep-local-settings/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 16:07:15 +0000</pubDate>
		<dc:creator>D87</dc:creator>
				<category><![CDATA[Computer & Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[terminal service]]></category>

		<guid isPermaLink="false">http://d87studios.com/blog/?p=362</guid>
		<description><![CDATA[The Problem: When you start a Terminal Services session with a local printer, a redirected print queue is created in the Terminal Services session. All of your settings should be transfer over to the redirected printer, but that is not the case all the time. Some printing models do not support detecting changes to the Device Settings tab [...]]]></description>
			<content:encoded><![CDATA[<h3>The Problem:</h3>
<p>When you start a Terminal Services session with a local printer, a redirected print queue is created in the Terminal Services session. All of your settings should be transfer over to the redirected printer, but that is not the case all the time. Some printing models do not support detecting changes to the Device Settings tab for each redirected printer.</p>
<h3>The Solution:</h3>
<p>The solution is to make the desired change in the Device Settings tab and then change a different setting in another tab, then hit Apply. This is all done inside the terminal session.</p>
<p>Source: <a href="http://support.microsoft.com/default.aspx?scid=KB;EN-US;243942">http://support.microsoft.com/default.aspx?scid=KB;EN-US;243942</a></p>
]]></content:encoded>
			<wfw:commentRss>http://d87studios.com/blog/2011/08/terminal-service-printers-do-not-keep-local-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remotely view Internet browsing history</title>
		<link>http://d87studios.com/blog/2011/08/remotely-view-internet-browsing-history/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remotely-view-internet-browsing-history</link>
		<comments>http://d87studios.com/blog/2011/08/remotely-view-internet-browsing-history/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 13:42:18 +0000</pubDate>
		<dc:creator>D87</dc:creator>
				<category><![CDATA[Computer & Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[internet history]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://d87studios.com/blog/?p=322</guid>
		<description><![CDATA[As a Sysadmin you are sometimes force to do some detective work, and 90% of the time this will involve the auditing of user&#8217;s browsing history. There are many utilities out there, but i wanted to shared IE History View, a long time favorite app I constantly use. Each time that you type a URL in the [...]]]></description>
			<content:encoded><![CDATA[<p>As a Sysadmin you are sometimes force to do some detective work, and 90% of the time this will involve the auditing of user&#8217;s browsing history. There are many utilities out there, but i wanted to shared IE History View, a long time favorite app I constantly use.</p>
<div id="attachment_332" class="wp-caption aligncenter" style="width: 310px"><a href="http://d87studios.com/blog/wp-content/uploads/2011/08/iehistory1.png"><img class="size-medium wp-image-332" title="IE History View Screenshot " src="http://d87studios.com/blog/wp-content/uploads/2011/08/iehistory1-300x246.png" alt="IE History View Screenshot" width="300" height="246" /></a><p class="wp-caption-text">IE History View Screenshot</p></div>
<p>Each time that you type a URL in the address bar or click on a link in Internet Explorer browser, the URL address is automatically added to the history index file, and this utility reads all information from the history file and displays the list of all URLs that the user has visited in the last few days.</p>
<p>One of the great advantages of IE History View is that it is a portable application and there is no need for installation. The application can be run locally to audit the local computer and all the local users or it can be used to remotely audit a computer in your network.</p>
<h1>Remotely view internet activity</h1>
<p>Go to File-Select History Folder. This window will open up:</p>
<div id="attachment_328" class="wp-caption aligncenter" style="width: 476px"><a href="http://d87studios.com/blog/wp-content/uploads/2011/08/iehistory2.png"><img class="size-full wp-image-328" title="IE History Viewer: Select History Folder" src="http://d87studios.com/blog/wp-content/uploads/2011/08/iehistory2.png" alt="IE History Viewer: Select History Folder" width="466" height="261" /></a><p class="wp-caption-text">IE History Viewer: Select History Folder</p></div>
<p>In this window you will need to specify the computer name and the local user account name. It has to be done in this format:</p>
<pre class="wp-caption">\\<span style="color: #ff6600;">COMPUTER</span>\c$\Documents and Settings\<span style="color: #ff6600;">USER</span>\Local Settings\History</pre>
<p>That should be everything, now you should be able to get a fully detail list of the browsing history of the user.</p>
<p>Let&#8217;s not forget to give credit to Nir Sofer the creator of this great utility. Please check his website: <a href="http://www.nirsoft.net/utils/iehv.html">http://www.nirsoft.net/utils/iehv.html</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://d87studios.com/blog/2011/08/remotely-view-internet-browsing-history/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Master Keyboard Shortcut List</title>
		<link>http://d87studios.com/blog/2011/07/master-keyboard-shortcut-list/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=master-keyboard-shortcut-list</link>
		<comments>http://d87studios.com/blog/2011/07/master-keyboard-shortcut-list/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 20:04:17 +0000</pubDate>
		<dc:creator>D87</dc:creator>
				<category><![CDATA[Computer & Technology]]></category>
		<category><![CDATA[Editors' Picks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[You Should Know]]></category>

		<guid isPermaLink="false">http://d87studios.com/blog/?p=300</guid>
		<description><![CDATA[I always wanted to compiled a list of my most used keyboard shortcuts, so here it is. I&#8217;m sure i will be adding more as time goes by so consider this post, a work in progress. &#160; Basic Function Key Combination Select All  CTRL + A Copy  CTRL + C Cut  CTRL + X Paste  CTRL + [...]]]></description>
			<content:encoded><![CDATA[<p>I always wanted to compiled a list of my most used keyboard shortcuts, so here it is. I&#8217;m sure i will be adding more as time goes by so consider this post, a work in progress.</p>
<p>&nbsp;</p>
<p><span class="Apple-style-span" style="font-size: 20px; font-weight: bold;">Basic</span></p>
<table style="width: 350px;" border="0">
<tbody>
<tr style="background-color: #e5e5e5;">
<td><strong>Function</strong></td>
<td><strong>Key Combination</strong></td>
</tr>
<tr>
<td>Select All</td>
<td> CTRL + A</td>
</tr>
<tr>
<td>Copy</td>
<td> CTRL + C</td>
</tr>
<tr>
<td>Cut</td>
<td> CTRL + X</td>
</tr>
<tr>
<td>Paste</td>
<td> CTRL + V</td>
</tr>
<tr>
<td>Undo</td>
<td> CTRL + Z</td>
</tr>
<tr>
<td>Redo</td>
<td> CTRL + Y</td>
</tr>
<tr>
<td>Print</td>
<td> CTRL + P</td>
</tr>
<tr>
<td>New *</td>
<td> CTRL + N</td>
</tr>
<tr>
<td>Open</td>
<td> CTRL + O</td>
</tr>
<tr>
<td>Save *</td>
<td> ALT + S</td>
</tr>
<tr>
<td>Save As *</td>
<td> ALT + A</td>
</tr>
<tr>
<td>Refresh *</td>
<td> F5</td>
</tr>
<tr>
<td>Terminate Current Window/Program</td>
<td> ALT + F4</td>
</tr>
</tbody>
</table>
<h2></h2>
<h2><a href="http://d87studios.com/blog/wp-content/uploads/2011/07/winkey.png"><img title="winkey" src="http://d87studios.com/blog/wp-content/uploads/2011/07/winkey.png" alt="" width="44" height="38" /></a> Windows Key Combos</h2>
<table border="0">
<tbody>
<tr>
<td><strong>Function</strong></td>
<td><strong>Key Combination</strong></td>
</tr>
<tr>
<td>Lock Session</td>
<td> Windows key + L</td>
</tr>
<tr>
<td>Start &#8220;RUN&#8221;</td>
<td> Windows Key + R</td>
</tr>
<tr>
<td>Show Desktop</td>
<td> Windows Key + D</td>
</tr>
<tr>
<td>Open Explorer</td>
<td> Windows Key + E</td>
</tr>
<tr>
<td>Open Computer&#8217;s Properties</td>
<td> Windows Key + Pause|Break</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<h2>Other Functions</h2>
<table border="0">
<tbody>
<tr>
<td><strong>Function</strong></td>
<td><strong>Key Combination</strong></td>
</tr>
<tr>
<td>Rename</td>
<td> Highlight + F2</td>
</tr>
<tr>
<td>Batch Rename</td>
<td> Select All + F2</td>
</tr>
<tr>
<td>Open Search</td>
<td> F3</td>
</tr>
<tr>
<td>New Folder</td>
<td> Shift + CTRL + N</td>
</tr>
<tr>
<td>Open Task Manager</td>
<td> Shift + CTRL + ESC</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<pre> * May have a different function, depending on the program.</pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://d87studios.com/blog/2011/07/master-keyboard-shortcut-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You Should Know: Microsoft&#8217;s Web Platform Installer</title>
		<link>http://d87studios.com/blog/2011/06/you-should-know-microsofts-web-platform-installer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=you-should-know-microsofts-web-platform-installer</link>
		<comments>http://d87studios.com/blog/2011/06/you-should-know-microsofts-web-platform-installer/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 13:44:46 +0000</pubDate>
		<dc:creator>D87</dc:creator>
				<category><![CDATA[Computer & Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[automated]]></category>
		<category><![CDATA[windows server]]></category>
		<category><![CDATA[You Should Know]]></category>

		<guid isPermaLink="false">http://d87studios.com/blog/?p=256</guid>
		<description><![CDATA[This is a simple free tool that helps you download and install various components of the Microsoft Web Platform. It basically acts like an &#8220;app store&#8221; for your server. If you are familiar with Cpanel&#8217;s Fantastico, this is a similar concept. There are different tools, databases and application that can be install using the Web Platform installer, some include; [...]]]></description>
			<content:encoded><![CDATA[<p>This is a simple free tool that helps you download and install various components of the Microsoft Web Platform. It basically acts like an &#8220;app store&#8221; for your server.</p>
<div id="attachment_262" class="wp-caption aligncenter" style="width: 627px"><a href="http://d87studios.com/blog/wp-content/uploads/2011/06/webplatforminstaller1.png"><img class="size-full wp-image-262" title="Microsoft Web Platform Installer" src="http://d87studios.com/blog/wp-content/uploads/2011/06/webplatforminstaller1.png" alt="Microsoft Web Platform Installer" width="617" height="429" /></a><p class="wp-caption-text">Microsoft Web Platform Installer</p></div>
<p style="text-align: left;">If you are familiar with Cpanel&#8217;s Fantastico, this is a similar concept. There are different tools, databases and application that can be install using the Web Platform installer, some include; SQL Server Express and Compact, .NET Framework, ASP.NET, IIS and plenty of web applications like WordPress, Joomla and others.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://d87studios.com/blog/2011/06/you-should-know-microsofts-web-platform-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Client computers do not appear in the WSUS console</title>
		<link>http://d87studios.com/blog/2011/06/some-client-computers-do-not-appear-in-the-wsus-console/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=some-client-computers-do-not-appear-in-the-wsus-console</link>
		<comments>http://d87studios.com/blog/2011/06/some-client-computers-do-not-appear-in-the-wsus-console/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 20:33:03 +0000</pubDate>
		<dc:creator>D87</dc:creator>
				<category><![CDATA[Computer & Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[gpo]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows server]]></category>
		<category><![CDATA[windows update]]></category>
		<category><![CDATA[WSUS]]></category>

		<guid isPermaLink="false">http://d87studios.com/blog/?p=206</guid>
		<description><![CDATA[There are many reasons why some clients might not appear in the WSUS console. For example, GPO errors, a corrupt installation on the server or client side and issues with IIS  just to name a few. Many of these issues can be pinpointed by running the WSUS Client Diagnostic Tool and if necessary the Server Diagnostic Tool. Both of [...]]]></description>
			<content:encoded><![CDATA[<p>There are many reasons why some clients might not appear in the WSUS console. For example, GPO errors, a corrupt installation on the server or client side and issues with IIS  just to name a few.</p>
<p>Many of these issues can be pinpointed by running the WSUS Client Diagnostic Tool and if necessary the Server Diagnostic Tool. Both of these tools can be downloaded here: <strong><a href="http://technet.microsoft.com/en-us/windowsserver/bb466192.aspx">http://technet.microsoft.com/en-us/windowsserver/bb466192.aspx</a></strong></p>
<div id="attachment_211" class="wp-caption aligncenter" style="width: 587px"><a href="http://d87studios.com/blog/wp-content/uploads/2011/06/wsus_client_diag.png"><img class="size-full wp-image-211  " title="WSUS Client Diagnostic Tool" src="http://d87studios.com/blog/wp-content/uploads/2011/06/wsus_client_diag.png" alt="WSUS Client Diagnostic Tool" width="577" height="422" /></a><p class="wp-caption-text">WSUS Client Diagnostic Tool</p></div>
<p>Usually when adding a new computer to your domain, if you have a correct Group Policy set in place you should see that computer show up in the WSUS console. Also if you want to force the issue you can open the command prompt and type the following:</p>
<pre><strong>net start wuauserv</strong></pre>
<pre><strong>wuauclt /detectnow</strong></pre>
<h2>Active Directory Container</h2>
<p>Recently while setting up some new computers, i ran through a problem where some computers were missing in the WSUS console. It was kind of random since some of the computers where showing, while a selected few were missing. I double checked that the computers had properly joined the domain, i ran &#8220;<em>gpupdate /f&#8221; </em>and they still could not be found.</p>
<p>I decided to check under Active Directory and i found out that my new computers and others that where not showing up in the WSUS console where on the wrong container.</p>
<div id="attachment_214" class="wp-caption aligncenter" style="width: 605px"><a href="http://d87studios.com/blog/wp-content/uploads/2011/06/Active_Directory.png"><img class="size-full wp-image-214" title="Active Directory Containers " src="http://d87studios.com/blog/wp-content/uploads/2011/06/Active_Directory.png" alt="Active Directory Containers " width="595" height="518" /></a><p class="wp-caption-text">Active Directory Containers </p></div>
<p>My new computer was in the &#8220;Computers&#8221; container and after moving it to our &#8220;default&#8221; container where the original policy was set, i was able to see the computer on WSUS console.</p>
<p>&nbsp;</p>
<p><em>Please note that by default AD has the &#8220;Computers&#8221; container set and some organizations might create other containers for several reasons. In my case AD was set before i was hired, you might run into the similar issue if you have the related scenario.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://d87studios.com/blog/2011/06/some-client-computers-do-not-appear-in-the-wsus-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla Upgrade. jUpgrade Stuck</title>
		<link>http://d87studios.com/blog/2011/06/joomla-upgrade-jupgrade-stuck/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=joomla-upgrade-jupgrade-stuck</link>
		<comments>http://d87studios.com/blog/2011/06/joomla-upgrade-jupgrade-stuck/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 14:42:14 +0000</pubDate>
		<dc:creator>D87</dc:creator>
				<category><![CDATA[Computer & Technology]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[jupgrade]]></category>

		<guid isPermaLink="false">http://d87studios.com/blog/?p=187</guid>
		<description><![CDATA[When upgrading from Joomla 1.5.X to 1.6 i ran through an issue with jUpgrade. It seem like it was always getting stuck in the Downloading process. After restarting the process different times with different variables, i still could not get past the Downloading step. So i figure i check the Parameters settings, there i was [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">When upgrading from Joomla 1.5.X to 1.6 i ran through an issue with jUpgrade. It seem like it was always getting stuck in the Downloading process. After restarting the process different times with different variables, i still could not get past the Downloading step. So i figure i check the Parameters settings, there i was able to disable the Download process. After changing the setting i restarted the upgrade process and it work correctly.</p>
<div class="mceTemp" style="text-align: left;">
<dl id="attachment_189" class="wp-caption alignleft" style="width: 493px;">
<dt class="wp-caption-dt"><a href="http://d87studios.com/blog/wp-content/uploads/2011/06/joomla_upgrade.png"><img class="size-full wp-image-189" title="joomla_upgrade_stuck" src="http://d87studios.com/blog/wp-content/uploads/2011/06/joomla_upgrade.png" alt="jUpgrade is stuck in Downloading" width="483" height="252" /></a></dt>
<dd class="wp-caption-dd">jUpgrade is stuck in Downloading </dd>
</dl>
</div>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">&nbsp;</p>
<p class="wp-caption" style="text-align: left;"><em>Please Note: Before we start, make sure you have the <strong>System &#8211; Mootools Upgrade </strong>module enable. This is usually the main reason many upgrades have failed.</em></p>
<p style="text-align: left;">If your Mootools Upgrade module is enable and jUpgrade keeps getting stuck, then try the following:</p>
<p style="text-align: left;">Go to your Components and click on jUpgrade. Click on the Parameters button. Looks like this: <img class="size-full wp-image-190 alignnone" style="border: 1px solid black;" title="joomla_parameters" src="http://d87studios.com/blog/wp-content/uploads/2011/06/joomla_parameters.png" alt="" width="63" height="48" /></p>
<p style="text-align: left;">Disable the Downloading step by selecting <em>YES </em>in the <strong>Skip Download </strong>setting.</p>
<div class="mceTemp" style="text-align: left;">
<dl id="attachment_191" class="wp-caption alignnone" style="width: 573px;">
<dt class="wp-caption-dt"><a href="http://d87studios.com/blog/wp-content/uploads/2011/06/joomla_jupgrade_settings.png"><img class="size-full wp-image-191 " title="joomla_jupgrade_settings" src="http://d87studios.com/blog/wp-content/uploads/2011/06/joomla_jupgrade_settings.png" alt="jUpgrade Skip Download" width="563" height="228" /></a></dt>
<dd class="wp-caption-dd">jUpgrade Skip Download</dd>
</dl>
</div>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">Now retry the upgrade and at the end you should see this screen:</p>
<div class="mceTemp" style="text-align: left;">
<dl id="attachment_192" class="wp-caption alignnone" style="width: 480px;">
<dt class="wp-caption-dt"><a href="http://d87studios.com/blog/wp-content/uploads/2011/06/joomla_upgrade_done.png"><img class="size-full wp-image-192 " title="joomla_upgrade_done" src="http://d87studios.com/blog/wp-content/uploads/2011/06/joomla_upgrade_done.png" alt="Joomla Upgrade Done!" width="470" height="122" /></a></dt>
<dd class="wp-caption-dd">Joomla Upgrade Done!</dd>
</dl>
</div>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">If you still can&#8217;t get pass the download step, you might new to download the upgrade file yourself and upload it in the temp folder located in your Joomla directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://d87studios.com/blog/2011/06/joomla-upgrade-jupgrade-stuck/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get Email notifications when Excel workbook has been amended.</title>
		<link>http://d87studios.com/blog/2011/05/get-email-notifications-when-excel-workbook-has-been-amended/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=get-email-notifications-when-excel-workbook-has-been-amended</link>
		<comments>http://d87studios.com/blog/2011/05/get-email-notifications-when-excel-workbook-has-been-amended/#comments</comments>
		<pubDate>Wed, 25 May 2011 14:23:02 +0000</pubDate>
		<dc:creator>D87</dc:creator>
				<category><![CDATA[Computer & Technology]]></category>
		<category><![CDATA[Editors' Picks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[amended]]></category>
		<category><![CDATA[email notification]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[updated]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://d87studios.com/blog/?p=151</guid>
		<description><![CDATA[Recently I ran across a situation where i had an Excel workbook that was on a shared drive, this file would get updated by different employees on any given time of the day. I need it a way to alert someone in management every time this file was amended. This was my solution: Private Sub [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I ran across a situation where i had an Excel workbook that was on a shared drive, this file would get updated by different employees on any given time of the day. I need it a way to alert someone in management every time this file was amended. This was my solution:</p>
<pre>Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
    Dim OutApp As Object
    Dim OutMail As Object
    Const SendTo As String = "<span style="color: #3366ff;">davidy@Initech.com</span>"

    Set OutApp = CreateObject("Outlook.Application")

    OutApp.Session.Logon
    Set OutMail = OutApp.CreateItem(0)

    With OutMail
        .To = SendTo
        .Subject = ThisWorkbook.Name &amp; " has been amended"
        .Body = " <span style="color: #3366ff;">The Workbook has been updated</span>!"
        .Send
    End With

    Set OutMail = Nothing
    Set OutApp = Nothing
End Sub</pre>
<p>This Visual basic code sends an email via Outlook every time the workbook has been updated. For this code to fully work you will need to edit your macro settings in Excel.</p>
<h2>Edit Macro Security Settings:</h2>
<p><strong>Office 2003</strong> &#8211; Tools &gt; Macro &gt; Security.<br />
<strong>Office 2007</strong> &#8211; Click the Microsoft Office Button , and then click Excel Options. In the Trust Center category, click Trust Center Settings, and then click the Macro Settings category.</p>
<div id="attachment_155" class="wp-caption aligncenter" style="width: 310px"><a href="http://d87studios.com/blog/wp-content/uploads/2011/05/macro_security.png"><img class="size-medium wp-image-155" title="macro_security_2003" src="http://d87studios.com/blog/wp-content/uploads/2011/05/macro_security-300x292.png" alt="Macro Security in Excel 2003" width="300" height="292" /></a><p class="wp-caption-text">Macro Security in Excel 2003</p></div>
<p>To make this VB code work correctly, you will need to set your Macro Security level to Medium or lower.</p>
<h2>Inserting the Code:</h2>
<p>Simply right click on the worksheet tab and click View Code. This will open the Microsoft Visual Basic screen.</p>
<div id="attachment_157" class="wp-caption aligncenter" style="width: 310px"><a href="http://d87studios.com/blog/wp-content/uploads/2011/05/excel_viewcode.png"><img class="size-medium wp-image-157" title="excel_viewcode_2003" src="http://d87studios.com/blog/wp-content/uploads/2011/05/excel_viewcode-300x231.png" alt="Click View Code to open the Microsoft Visual Basic screen" width="300" height="231" /></a><p class="wp-caption-text">Click View Code to open the Microsoft Visual Basic screen</p></div>
<p>Once you have the Microsoft VB screen open you can paste the code and begin editing it.</p>
<p style="text-align: center;">&nbsp;</p>
<div id="attachment_159" class="wp-caption aligncenter" style="width: 630px"><a href="http://d87studios.com/blog/wp-content/uploads/2011/05/workbook_code.png"><img class="size-large wp-image-159" title="workbook_code" src="http://d87studios.com/blog/wp-content/uploads/2011/05/workbook_code-1024x571.png" alt="A view of the Microsoft Visual Basic screen" width="620" height="345" /></a><p class="wp-caption-text">A view of the Microsoft Visual Basic screen</p></div>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">Don&#8217;t forget to add your email address and if you would like to, you can customized the message that would be display on the body of the email. Just look at the highlighted parts on the picture above.</p>
<p style="text-align: left;"><em>If you have any questions feel free to leave a comment below.</em></p>
<p style="text-align: center;">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://d87studios.com/blog/2011/05/get-email-notifications-when-excel-workbook-has-been-amended/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Batch File Collection</title>
		<link>http://d87studios.com/blog/2011/05/batch-file-collection/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=batch-file-collection</link>
		<comments>http://d87studios.com/blog/2011/05/batch-file-collection/#comments</comments>
		<pubDate>Mon, 23 May 2011 15:21:39 +0000</pubDate>
		<dc:creator>D87</dc:creator>
				<category><![CDATA[Additional Content]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[auto login]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[domain]]></category>

		<guid isPermaLink="false">http://d87studios.com/blog/?p=121</guid>
		<description><![CDATA[This page is setup as a place to archive past batch script that I have created. Please read before running any batch file. Use at your own risk!!  Also please note that this page is a work in progress, Thank You. Domain Related Auto Log in Domain &#8211; Please edit lines 6-8, change DOMAIN_Name, USERNAME [...]]]></description>
			<content:encoded><![CDATA[<p><em>This page is setup as a place to archive past batch script that I have created. <strong>Please read before running any batch file</strong>. Use at your own risk!!  Also please note that this page is a work in progress, Thank You.</em></p>
<h2>Domain Related</h2>
<p><strong>Auto Log in Domain</strong> &#8211; Please edit lines 6-8, change DOMAIN_Name, USERNAME and PASSWORD</p>
<pre class="wp-caption-dd">DefaultDomainName /t REG_SZ /d DOMAIN_NAME /f
DefaultUserName /t REG_SZ /d USERNAME /f
DefaultPassword /t REG_SZ /d PASSWORD /f</pre>
<p><strong><em> </em></strong><span style="color: #800000; background-color: #ffff99;"><em><a title="[DOWNLOAD]" href="http://d87studios.com/blog/wp-content/uploads/2011/05/AUTO_LOGIN_Domain.zip"><strong>[DOWNLOAD]</strong></a></em></span></p>
<p>&nbsp;</p>
<h2>Remote Actions<strong><br />
</strong></h2>
<p><strong>Remotely Shutdown Computers</strong> &#8211; Must be administrator to be able to run, must configure computer name</p>
<pre class="wp-caption-dd">shutdown -s -f -m \\computername01 -c "TYPE MESSAGE HERE!"</pre>
<p><strong><em> </em></strong><span style="color: #800000; background-color: #ffff99;"><em><a title="[DOWNLOAD]" href="http://d87studios.com/blog/wp-content/uploads/2011/05/Shutdown_Computers.zip"><strong>[DOWNLOAD]</strong></a></em></span></p>
<p>&nbsp;</p>
<p><strong>Kill Task + Lock Computer</strong> [<strong>*</strong>] &#8211; Configure credentials and the process name.</p>
<pre>taskkill /S computername01 /U administrator /P adminpass /IM taskname_whatever.exe
psshutdown -l \\computername01</pre>
<p><strong><em> </em></strong><span style="background-color: #ffff99;"><em><a title="[DOWNLOAD]" href="http://d87studios.com/blog/wp-content/uploads/2011/05/Killtask_lockcomputer.zip"><strong>[DOWNLOAD]</strong></a></em></span></p>
<p>&nbsp;</p>
<p class="wp-caption"><em><strong>*</strong>PsTools is need it to run this batch file. Download here: </em><a href="http://technet.microsoft.com/en-us/sysinternals/bb896649" target="_blank">http://technet.microsoft.com/en-us/sysinternals/bb896649</a></p>
]]></content:encoded>
			<wfw:commentRss>http://d87studios.com/blog/2011/05/batch-file-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phishing Report: Unfortunately we are not alone.</title>
		<link>http://d87studios.com/blog/2011/05/phishing-report-unfortunately-we-are-not-alone/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=phishing-report-unfortunately-we-are-not-alone</link>
		<comments>http://d87studios.com/blog/2011/05/phishing-report-unfortunately-we-are-not-alone/#comments</comments>
		<pubDate>Fri, 20 May 2011 12:37:59 +0000</pubDate>
		<dc:creator>D87</dc:creator>
				<category><![CDATA[Computer & Technology]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[phishing]]></category>

		<guid isPermaLink="false">http://d87studios.com/blog/?p=99</guid>
		<description><![CDATA[If you&#8217;ve ever been a webmaster or a network administrator of a web server for a mere 2 minutes. There is a great change you have dealt with some kind of hacking attempt. (You say No?, Check your logs).  Well recently our web server suffer a hacking attack which resulted in a phishing trap that [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever been a webmaster or a network administrator of a web server for a mere 2 minutes. There is a great change you have dealt with some kind of hacking attempt.<em> (You say No?, Check your logs)</em>.  Well recently our web server suffer a hacking attack which resulted in a phishing trap that was setup in our system. It looks like our installation of Joomla was compromised with a SQL injection. Not familiar with SQL injections? Read on:</p>
<blockquote><p><strong>SQL injection</strong> is a code injection technique that exploits a security vulnerability occurring in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed. It is an instance of a more general class of vulnerabilities that can occur whenever one programming or scripting language is embedded inside another. SQL injection attacks are also known as SQL insertion attacks</p>
<p><a title="http://en.wikipedia.org/wiki/SQL_injection" href="http://en.wikipedia.org/wiki/SQL_injection">http://en.wikipedia.org/wiki/SQL_injection</a></p></blockquote>
<p>&nbsp;</p>
<p><a href="http://d87studios.com/blog/wp-content/uploads/2011/05/phishing_log.png"><img class="size-medium wp-image-101 alignleft" title="phishing_log" src="http://d87studios.com/blog/wp-content/uploads/2011/05/phishing_log-183x300.png" alt="" width="183" height="300" /></a>It looks like with this SQL insertion they were able to upload files on to our server using a web base FTP server. It seems like only the d87studios.com sub domain was affected, all of the other sites hosted in this server where OK. But as a safety precaution, everything was wiped clean.</p>
<p>For now i will stick with WordPress and hold off on Joomla until i can look in to this in more detail. Please note that I&#8217;m not blaming Joomla for what happen, it is my job to check on the logs and keep track of this website.</p>
<p><em>I learn my lesson!</em></p>
<p>After fixing this issue on the server I&#8217;m surprise that i still get hits to the location on the server where the phishing site was.</p>
<p>&lt;&#8212; Take a look at the screenshot of the log.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Misery loves company&#8230;</strong></p>
<p>It looks like we are not alone, after going trough my RSS feed i found this article by the F-Secure Weblog which reports on a phishing site that was found on a Sony server. Ouch!!<strong><a href="http://www.f-secure.com/weblog/archives/00002160.html"><strong> </strong></a></strong><strong> </strong></p>
<p><a title="http://www.f-secure.com/weblog/archives/00002160.html" href="http://www.f-secure.com/weblog/archives/00002160.html" target="_blank">http://www.f-secure.com/weblog/archives/00002160.html</a></p>
<p>&nbsp;</p>
<p>Image credit: <a title="gone phishing by ~Fruitisbad" href="http://fav.me/d3dhczs" target="_blank">gone phishing by ~Fruitisbad </a></p>
]]></content:encoded>
			<wfw:commentRss>http://d87studios.com/blog/2011/05/phishing-report-unfortunately-we-are-not-alone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

