<?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>ecoIT Blog</title>
	<atom:link href="http://ecoit.com.au/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://ecoit.com.au/blog</link>
	<description>Sustainable IT Solutions</description>
	<lastBuildDate>Mon, 01 Nov 2010 05:43:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Check Paypal Verified Status with cURL and PHP</title>
		<link>http://ecoit.com.au/blog/?p=30</link>
		<comments>http://ecoit.com.au/blog/?p=30#comments</comments>
		<pubDate>Sat, 18 Sep 2010 09:07:16 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ecoit.com.au/blog/?p=30</guid>
		<description><![CDATA[There may come a time in your life when you would like to check if someone is &#8216;Paypal Verified&#8217; before you conduct business with them. Paypal kindly offers a link for this service: https://www.paypal.com/us/verified/pal=email If you login to your paypal account and replace &#8216;email&#8217; with the email address you would like to check a page [...]]]></description>
			<content:encoded><![CDATA[<p>There may come a time in your life when you would like to check if someone is &#8216;Paypal Verified&#8217; before you conduct business with them. Paypal kindly offers a link for this service:</p>
<p><a rel="nofollow" href="https://www.paypal.com/us/verified/pal=email" target="_blank">https://www.paypal.com/us/verified/pal=email</a></p>
<p><a rel="nofollow" href="https://www.paypal.com/us/verified/pal=email" target="_blank"></a>If you login to your paypal account and replace &#8216;email&#8217; with the email address you would like to check a page will display letting you know whether that particular email address is paypal verified or not. Now imagine that you needed to check hundreds or thousands of email addresses &#8211; this would be a tedious process&#8230; until now! The script below uses cURL to automatically login to paypal and check the status of the email address. Please use with caution and credit ecoIT.com.au!</p>
<p>Make sure you fill in your paypal account details!</p>
<p><a href="../docs/verified_paypal_email.php.txt">Verified Paypal Email Script (php)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ecoit.com.au/blog/?feed=rss2&amp;p=30</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find MAC Addresses</title>
		<link>http://ecoit.com.au/blog/?p=28</link>
		<comments>http://ecoit.com.au/blog/?p=28#comments</comments>
		<pubDate>Sat, 18 Sep 2010 09:05:54 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ecoit.com.au/blog/?p=28</guid>
		<description><![CDATA[WINDOWS Windows 95:Type winipcfg in command prompt and look for a box marked Adapter Address Windows NT: Type ipconfig /allat command prompt Windows 2000: Type ipconfig /allat command prompt Windows XP: Type ipconfig /allat command prompt Windows Vista: Type ipconfig /allat command prompt MAC OS X: Click on Apple, click on System Preferences, and select Network, Pick a location who&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<h4>WINDOWS</h4>
<ul>
<li><strong>Windows 95</strong>:Type <em>winipcfg</em> in command prompt and look for a box marked Adapter Address</li>
<li><strong>Windows NT</strong>: Type <em>ipconfig /all</em>at command prompt</li>
<li><strong>Windows 2000</strong>: Type <em>ipconfig /all</em>at command prompt</li>
<li><strong>Windows XP</strong>: Type <em>ipconfig /all</em>at command prompt</li>
<li><strong>Windows Vista</strong>: Type <em>ipconfig /all</em>at command prompt</li>
</ul>
<h4>MAC</h4>
<ul>
<li><strong>OS X</strong>: Click on Apple, click on System Preferences, and select Network, Pick a location who&#8217;s MAC address you need to find out<br />
<img src="http://everest/ecoit.com.au/v2/images/stories/osxmacfind1.jpg" alt="" /></p>
<p><img src="http://everest/ecoit.com.au/v2/images/stories/osxmacfind2.jpg" alt="" /></li>
<li><strong>Open Transport</strong>: Open the Apple Talk control panel. Go to the Edit Menu and select User Mode. Select the Advanced radio button and click OK. Click info.</li>
</ul>
<h4>UNIX</h4>
<ul>
<li><strong>Solaris/SunOS</strong>: The ethernet is typically called <strong>ie0</strong> or <strong>ie0</strong>. First become root by using <em>su</em>. Type <em>ifconfig -a</em> and look up the relevant info.</li>
<li><strong>Linux</strong>: Become root/super user and type <em>ipconfig -a</em></li>
<li><strong>FreeBSD</strong>: User command <em>dmesg</em> to display the MAC address</li>
<li><strong>IRIX</strong>: Coming soon..</li>
<li><strong>HP-UX</strong>: Type <em>lanscan</em></li>
</ul>
<h4>NO OS INSTALLED</h4>
<ul>
<li><strong>No OS installed</strong>: Obtain a Fermi Linux floppy disk. This can be used no matter what OS you intend to install. Boot the machine to the &#8220;Choose a Language&#8221; screen. Then press Ctrl-Alt-F4. Look for the lines near the bottom of the screen that starts with the string &#8220;&lt;6&gt;eth0:&#8221;. Near the end of the line should be a string of 6 hexidecimal numbers separated by colons. This is the MAC address.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ecoit.com.au/blog/?feed=rss2&amp;p=28</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generic Host Process error</title>
		<link>http://ecoit.com.au/blog/?p=26</link>
		<comments>http://ecoit.com.au/blog/?p=26#comments</comments>
		<pubDate>Sat, 18 Sep 2010 09:05:08 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ecoit.com.au/blog/?p=26</guid>
		<description><![CDATA[You receive a &#8220;Generic Host Process&#8221; error message after you start the computer, or DBCS attachment file names are not displayed in Rich Text e-mail messages http://support.microsoft.com/kb/894391]]></description>
			<content:encoded><![CDATA[<p>You receive a &#8220;Generic Host Process&#8221; error message after you start the computer, or DBCS attachment file names are not displayed in Rich Text e-mail messages</p>
<p><a href="http://support.microsoft.com/kb/894391" target="_blank">http://support.microsoft.com/kb/894391</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ecoit.com.au/blog/?feed=rss2&amp;p=26</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check which ISP I&#8217;m using?</title>
		<link>http://ecoit.com.au/blog/?p=24</link>
		<comments>http://ecoit.com.au/blog/?p=24#comments</comments>
		<pubDate>Sat, 18 Sep 2010 09:04:28 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ecoit.com.au/blog/?p=24</guid>
		<description><![CDATA[go to http://whatsmyip.org/ website and find your IP go to http://www.iwebtool.com/ and click on &#8216;Reverse IP/Look-up&#8217; put your ip address in &#8216;Domain or IP:&#8217; box and it&#8217;ll tell you the name of the ISP]]></description>
			<content:encoded><![CDATA[<ul>
<li>go to http://whatsmyip.org/ website and find your IP</li>
<li>go to http://www.iwebtool.com/ and click on &#8216;Reverse IP/Look-up&#8217;</li>
<li>put your ip address in &#8216;Domain or IP:&#8217; box and it&#8217;ll tell you the name of the ISP</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ecoit.com.au/blog/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Latitude and Longitude</title>
		<link>http://ecoit.com.au/blog/?p=22</link>
		<comments>http://ecoit.com.au/blog/?p=22#comments</comments>
		<pubDate>Sat, 18 Sep 2010 09:04:02 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ecoit.com.au/blog/?p=22</guid>
		<description><![CDATA[Search for the address in google map you want the latitude and longitude for Paste the code below into browser address bar and press enter javascript:void(prompt(&#8221;,gApplication.getMap().getCenter()));]]></description>
			<content:encoded><![CDATA[<ul>
<li>Search for the address in google map you want the latitude and longitude for</li>
<li>Paste the code below into browser address bar and press enter</li>
</ul>
<p>javascript:void(prompt(&#8221;,gApplication.getMap().getCenter()));</p>
]]></content:encoded>
			<wfw:commentRss>http://ecoit.com.au/blog/?feed=rss2&amp;p=22</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bypass Windows XP Activation</title>
		<link>http://ecoit.com.au/blog/?p=20</link>
		<comments>http://ecoit.com.au/blog/?p=20#comments</comments>
		<pubDate>Sat, 18 Sep 2010 09:03:42 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ecoit.com.au/blog/?p=20</guid>
		<description><![CDATA[Activation monitors the system configuration. If it detects a major hardware change or even too many minor hardware changes within a set number of days (some believes it&#8217;s 180 days before it resets) then it crosses the threshold and requires reactivation. If you reformat your hard drive and perform a clean installation of the operating [...]]]></description>
			<content:encoded><![CDATA[<p>Activation monitors the system configuration. If it detects a major hardware change or even too many minor hardware changes within a set number of days (some believes it&#8217;s 180 days before it resets) then it crosses the threshold and requires reactivation.</p>
<p>If you reformat your hard drive and perform a clean installation of the operating system, you need to reactivate the product. But, as long as the new installation is on the same system and there won&#8217;t be any hardware changes it is possible to transfer the existing product activation and skip having to go through the product activation process again.</p>
<p>Follow the setps below to save the activation status information and restore it once your system is rebuilt:</p>
<ul>
<li>Copy the files <strong>wpa.dbl</strong> and <strong>wpa.bak</strong> located at <strong>C:\Windows\System32</strong> on a disk.</li>
<li>After reinstallation say <strong>no</strong> when asked to activate windows.</li>
<li>Reboot your computer in Safe Mode</li>
<li>Go to <strong>C:\Windows\System32</strong> and copy <strong>wpa.dbl</strong> and <strong>wpa.bak</strong> from your disk.</li>
<li>Restart your computer.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ecoit.com.au/blog/?feed=rss2&amp;p=20</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capture full web page</title>
		<link>http://ecoit.com.au/blog/?p=18</link>
		<comments>http://ecoit.com.au/blog/?p=18#comments</comments>
		<pubDate>Sat, 18 Sep 2010 09:03:17 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ecoit.com.au/blog/?p=18</guid>
		<description><![CDATA[ScreenGrabis a firefox plugin which has following features Scrollable document save Draggable selection Copy to clipboard Save as JPEG or PNG you can download the plugin from http://www.screengrab.org/]]></description>
			<content:encoded><![CDATA[<p><strong>ScreenGrab</strong>is a firefox plugin which has following features</p>
<ul>
<li>Scrollable document save</li>
<li>Draggable selection</li>
<li>Copy to clipboard</li>
<li>Save as JPEG or PNG</li>
</ul>
<p>you can download the plugin from http://www.screengrab.org/</p>
]]></content:encoded>
			<wfw:commentRss>http://ecoit.com.au/blog/?feed=rss2&amp;p=18</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clickable flash video</title>
		<link>http://ecoit.com.au/blog/?p=16</link>
		<comments>http://ecoit.com.au/blog/?p=16#comments</comments>
		<pubDate>Sat, 18 Sep 2010 09:02:20 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ecoit.com.au/blog/?p=16</guid>
		<description><![CDATA[One of the following action script can make your flash video clickable. on (release) { getURL(&#8220;http://www.ecoit.com.au&#8221;, &#8220;_blank&#8221;); } stage. addEventListener( MouseEvent. CLICK, GetUrl); function GetUrl(e: MouseEvent): void { var URLrequest: URLRequest = new URLRequest ( &#8220;http://www.ecoit.com.au/&#8221; ) ; navigateToURL (URLrequest,&#8217;_blank&#8217;); }]]></description>
			<content:encoded><![CDATA[<p>One of the following action script can make your flash video clickable.</p>
<p>on (release) {<br />
getURL(&#8220;http://www.ecoit.com.au&#8221;, &#8220;_blank&#8221;); }</p>
<p>stage. addEventListener( MouseEvent. CLICK, GetUrl);<br />
function GetUrl(e: MouseEvent): void {<br />
var URLrequest: URLRequest = new URLRequest ( &#8220;http://www.ecoit.com.au/&#8221; ) ;<br />
navigateToURL (URLrequest,&#8217;_blank&#8217;); }</p>
]]></content:encoded>
			<wfw:commentRss>http://ecoit.com.au/blog/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JoomLearn LMS Fix</title>
		<link>http://ecoit.com.au/blog/?p=12</link>
		<comments>http://ecoit.com.au/blog/?p=12#comments</comments>
		<pubDate>Sat, 18 Sep 2010 08:59:29 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ecoit.com.au/blog/?p=12</guid>
		<description><![CDATA[Recently we installed JoomLearn LMS Silver edition on a website for a client. The system is fantastic, makes selling courses very easy and is nowhere near as expensive or costly as JoomLMS, but we ran into a bug: Subsequent courses did not appear even after the prerequisite courses were successfully completed. Because this was an [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we installed JoomLearn LMS Silver edition on a website for a client. The system is fantastic, makes selling courses very easy and is nowhere near as expensive or costly as JoomLMS, but we ran into a bug:</p>
<p>Subsequent courses did not appear even after the prerequisite courses were successfully completed. Because this was an urgent fix (required in 1-2 hours) our solution was not to solve the issue, but to manage it. The JoomLearn system was inserting extra rows into the jos_lms_results table with the passed column marked as &#8217;0&#8242; even when the user hadn&#8217;t taken the course. The urgent fix was to change the following line in /public_html/components/com_lms/lms.php:</p>
<p>From<br />
<code>// get all results data of user from result table<br />
$query="SELECT passed "<br />
. "\n FROM #__lms_results"<br />
. "\n WHERE tid=".$prevalue." AND userid=".$my-&gt;id;</code></p>
<p>To<br />
<code> // get all results data of user from result table<br />
$query="SELECT passed "<br />
. "\n FROM #__lms_results"<br />
. "\n WHERE tid=".$prevalue." AND userid=".$my-&gt;id." ORDER BY passed DESC";</code></p>
<p>We reported the bugs to the staff at joomlashowroom so this should be fixed properly in upcoming releases.</p>
<p>Have a great week!<br />
GNL @ ecoIT</p>
]]></content:encoded>
			<wfw:commentRss>http://ecoit.com.au/blog/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Volume Control: There are no active mixer devices available</title>
		<link>http://ecoit.com.au/blog/?p=10</link>
		<comments>http://ecoit.com.au/blog/?p=10#comments</comments>
		<pubDate>Sat, 18 Sep 2010 08:54:59 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ecoit.com.au/blog/?p=10</guid>
		<description><![CDATA[Symptoms: When you click on volume control in your taskbar, you get message saying &#8220;There are no active mixer devices available. to install mixer devices, go to control panel, click printers and other hardware, and the click add hardware.&#8221; Resolutions: start&#62;run&#62;services.msc right click on windows audio and go to properties make startup type automatic click on start and click apply]]></description>
			<content:encoded><![CDATA[<p><strong>Symptoms:</strong></p>
<p>When you click on volume control in your taskbar, you get message saying &#8220;<strong><em>There are no active mixer devices available. to install mixer devices, go to control panel, click printers and other hardware, and the click add hardware.</em></strong>&#8221;</p>
<p><span style="color: #000000;"><strong><strong>Resolutions:</strong></strong></span></p>
<ol>
<li>start&gt;run&gt;services.msc</li>
<li>right click on <strong>windows audio</strong> and go to <strong>properties<br />
</strong></li>
<li>make startup type <strong>automatic</strong></li>
<li>click on <strong>start </strong>and click <strong>apply</strong></li>
</ol>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ecoit.com.au/blog/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

