<?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>CyECORP.ro - Daily Log on Technology</title>
	<atom:link href="http://cyecorp.ro/dailylog/feed/" rel="self" type="application/rss+xml" />
	<link>http://cyecorp.ro/dailylog</link>
	<description>Windows Tips and Tricks, Laptop Differences, Linux and OTHer stuff.</description>
	<lastBuildDate>Mon, 09 Apr 2012 21:01:15 +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>DNN Site Error The Site is Currently Unavailable</title>
		<link>http://cyecorp.ro/dailylog/2012/01/24/dnn-site-error-the-site-is-currently-unavailable/?source=rss</link>
		<comments>http://cyecorp.ro/dailylog/2012/01/24/dnn-site-error-the-site-is-currently-unavailable/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 07:53:41 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[DNN]]></category>
		<category><![CDATA[Fix Errors]]></category>
		<category><![CDATA[dnn]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[godaddy]]></category>

		<guid isPermaLink="false">http://cyecorp.ro/dailylog/?p=439</guid>
		<description><![CDATA[This error appears if the number of concurrent connections has reached the limit imposed by your hosting manager. If your site is hosted with godaddy.com you have to recycle your application pool in IIS Management to get your site back. Follow these steps: Log in to your Account Manager. From the My Products section, click [...]]]></description>
			<content:encoded><![CDATA[<p>This error appears if the number of concurrent connections has reached the limit imposed by your hosting manager.</p>
<p>If your site is hosted with godaddy.com you have to recycle your application pool in IIS Management to get your site back. Follow these steps:</p>
<ol>
<li>Log in to your <a href="http://mya.godaddy.com/default.aspx?prog_id=GoDaddy" target="_blank">Account Manager</a>.</li>
<li>From the <strong>My Products</strong> section, click <strong>Web Hosting</strong>.</li>
<li>Next to the account you want to use, click <strong>Launch</strong>.</li>
<li>From the <strong>Content</strong> menu, select <strong>IIS Management</strong>.</li>
<li>Click <strong>Recycle App Pool</strong>.</li>
<li>Click <strong>OK</strong>.</li>
</ol>
<p>And after these steps check your site. It should work !</p>
]]></content:encoded>
			<wfw:commentRss>http://cyecorp.ro/dailylog/2012/01/24/dnn-site-error-the-site-is-currently-unavailable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Start mySQL on SLackware</title>
		<link>http://cyecorp.ro/dailylog/2012/01/17/how-to-start-mysql-on-slackware/?source=rss</link>
		<comments>http://cyecorp.ro/dailylog/2012/01/17/how-to-start-mysql-on-slackware/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 21:03:37 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://cyecorp.ro/dailylog/?p=435</guid>
		<description><![CDATA[If you cannot start mysql on slackware, follow these steps: /usr/bin/mysql_install_db cd /var/lib chown -R mysql:mysql mysql and, then /etc/rc.d/rc.mysqld start source from this forum: bytes.com nohup: redirecting stderr to stdout: www.directadmin.com]]></description>
			<content:encoded><![CDATA[<p>If you cannot start mysql on slackware, follow these steps:</p>
<ol>
<li>/usr/bin/mysql_install_db</li>
<li>cd /var/lib</li>
<li>chown -R mysql:mysql mysql</li>
<li>and, then /etc/rc.d/rc.mysqld start</li>
</ol>
<p>source from this forum: <a href="http://bytes.com/topic/mysql/answers/141924-mysql-wont-start-errors-out-after-installing-slackware" target="_blank">bytes.com</a></p>
<p>nohup: redirecting stderr to stdout: <a href="http://www.directadmin.com/forum/showthread.php?t=35638&#038;page=1" target="_blank">www.directadmin.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cyecorp.ro/dailylog/2012/01/17/how-to-start-mysql-on-slackware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to load dynamic library gd.so on Slackware</title>
		<link>http://cyecorp.ro/dailylog/2012/01/16/unable-to-load-dynamic-library-gd-so-on-slackware/?source=rss</link>
		<comments>http://cyecorp.ro/dailylog/2012/01/16/unable-to-load-dynamic-library-gd-so-on-slackware/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 12:21:40 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gd]]></category>
		<category><![CDATA[slackware]]></category>

		<guid isPermaLink="false">http://cyecorp.ro/dailylog/?p=425</guid>
		<description><![CDATA[This is how to see the Slackware&#8217;s version: more /etc/slackware-version. Here are a couple of links to see if php GD library is loaded: &#8211; How-to install / enable GD2 support &#8211; GD Library not support Slackware 12.1 Although the php.ini has the extension uncommented the php throws this error: PHP Startup: Unable to load [...]]]></description>
			<content:encoded><![CDATA[<p>This is how to see the Slackware&#8217;s version: <code> more /etc/slackware-version</code>.</p>
<p>Here are a couple of links to see if php GD library is loaded:<br />
 &#8211; <a href="http://forum.parallels.com/showthread.php?t=76529" target="_blank">How-to install / enable GD2 support</a><br />
 &#8211; <a href="http://www.linuxquestions.org/questions/slackware-14/gd-library-not-support-slackware-12-1-a-676046/" target="_blank">GD Library not support Slackware 12.1</a></p>
<p>Although the php.ini has the extension uncommented the php throws this error:<br />
<code>PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/gd.so' - libX11.so.6: cannot open shared object file: No such file or directory in Unknown on line 0</code></p>
<p>So after a couple of days researching the problem I found a link that helped me solve the problem. This is the <a href="http://www.icpep.org/slackware-php-gd-error/" title="Slackware PHP GD Error" target="_blank">link</a>. This link states that you should download these links:<br />
<code>wget http://slackware.cs.utah.edu/pub/slackware/slackware-12.0/slackware/x/xtrans-1.0.3-noarch-1.tgz<br />
wget http://slackware.cs.utah.edu/pub/slackware/slackware-12.0/slackware/x/libXdmcp-1.0.2-i486-1.tgz<br />
wget http://slackware.cs.utah.edu/pub/slackware/slackware-12.0/slackware/x/libXau-1.0.3-i486-1.tgz<br />
wget http://slackware.cs.utah.edu/pub/slackware/slackware-12.0/slackware/x/libX11-1.1.1-i486-4.tgz<br />
wget http://slackware.cs.utah.edu/pub/slackware/slackware-12.0/slackware/x/libXt-1.0.5-i486-1.tgz<br />
wget http://slackware.cs.utah.edu/pub/slackware/slackware-12.0/slackware/x/libSM-1.0.3-i486-1.tgz<br />
wget http://slackware.cs.utah.edu/pub/slackware/slackware-12.0/slackware/x/libICE-1.0.3-i486-1.tgz<br />
wget http://slackware.cs.utah.edu/pub/slackware/slackware-12.0/slackware/x/libXpm-3.5.6-i486-1.tgz<br />
wget http://slackware.cs.utah.edu/pub/slackware/slackware-12.0/slackware/x/libxcb-1.0-i486-2.tgz<br />
</code></p>
<p>And then install them using <strong>pkgtool</strong>. Go to <strong>/tmp</strong> and download the files and then run <strong>pkgtool</strong> and choose <strong>yes</strong> for every package. After you have done this restart <strong>apache</strong>. One way to restart the <strong>apache</strong> server is this command:<br />
<code>apachectl restart</code> </p>
<p>and then check to see if the gd is loaded.</p>
]]></content:encoded>
			<wfw:commentRss>http://cyecorp.ro/dailylog/2012/01/16/unable-to-load-dynamic-library-gd-so-on-slackware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cities World Time on Watches</title>
		<link>http://cyecorp.ro/dailylog/2012/01/07/cities-world-time-on-watches/?source=rss</link>
		<comments>http://cyecorp.ro/dailylog/2012/01/07/cities-world-time-on-watches/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 13:52:00 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[Watches]]></category>
		<category><![CDATA[watch]]></category>
		<category><![CDATA[world time]]></category>

		<guid isPermaLink="false">http://cyecorp.ro/dailylog/?p=421</guid>
		<description><![CDATA[Ever wanted to know what these mean: DXB, KBL, KHI, DEL, DAC, RGN, BKK, HGK, TYO, ADL, SYD, NOU, WLG, HNL, ANC, LAX, DEN, CHI, NYC, CCS, RIO, LON, PAR, CAI, JRS, JED, THR ? These are to world time cities (airports): DXB &#8211; Dubai KBL &#8211; Kabul KHI &#8211; Karachi DEL &#8211; Delhi DAC [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to know what these mean: DXB, KBL, KHI, DEL, DAC, RGN, BKK, HGK, TYO, ADL, SYD, NOU, WLG, HNL, ANC, LAX, DEN, CHI, NYC, CCS, RIO, LON, PAR, CAI, JRS, JED, THR ?</p>
<p>These are to world time cities (airports):</p>
<p>DXB &#8211; Dubai<br />
KBL &#8211; Kabul<br />
KHI &#8211; Karachi<br />
DEL &#8211; Delhi<br />
DAC &#8211; Dhaka<br />
RGN &#8211; Yangoon/Rangoon<br />
BKK &#8211; Bangkok<br />
HGK &#8211; Hong Kong<br />
TYO &#8211; Tokyo<br />
ADL &#8211; Adelaide<br />
SYD &#8211; Sydney<br />
NOU &#8211; Noumea<br />
WLG &#8211; Wellington<br />
HNL &#8211; Honolulu<br />
ANC &#8211; Anchorage<br />
LAX &#8211; Los Angeles (Airport)<br />
DEN &#8211; Denver<br />
CHI &#8211; Chicago<br />
NYC &#8211; New York City<br />
CCS &#8211; Caracas<br />
RIO &#8211; Rio de Janeiro<br />
LON &#8211; London<br />
PAR &#8211; Paris<br />
CAI &#8211; Cairo<br />
JRS &#8211; Jerusalem<br />
JED &#8211; Jeddah<br />
THR &#8211; Tehran</p>
]]></content:encoded>
			<wfw:commentRss>http://cyecorp.ro/dailylog/2012/01/07/cities-world-time-on-watches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google 2-step verification</title>
		<link>http://cyecorp.ro/dailylog/2011/12/02/google-2-step-verification/?source=rss</link>
		<comments>http://cyecorp.ro/dailylog/2011/12/02/google-2-step-verification/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 08:19:45 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[2-step]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://cyecorp.ro/dailylog/?p=418</guid>
		<description><![CDATA[Google 2-step verification replay Google 2-step verification]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=zMabEyrtPRg" target="_blank">Google 2-step verification</a><br />
<iframe width="480" height="300" src="http://www.youtube.com/embed/zMabEyrtPRg" frameborder="0" allowfullscreen></iframe><br />
<a href="http://www.replayyoutube.com/watch?v=zMabEyrtPRg" target="_blank">replay Google 2-step verification</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cyecorp.ro/dailylog/2011/12/02/google-2-step-verification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change DNN favicon</title>
		<link>http://cyecorp.ro/dailylog/2011/10/25/how-to-change-dnn-favicon/?source=rss</link>
		<comments>http://cyecorp.ro/dailylog/2011/10/25/how-to-change-dnn-favicon/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 12:21:11 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[DNN]]></category>
		<category><![CDATA[dnn]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[portal]]></category>

		<guid isPermaLink="false">http://cyecorp.ro/dailylog/?p=415</guid>
		<description><![CDATA[You have to delete/rename the favicon.ico from the DNN root and copy the respective favicon.ico for each portal into Portals/x/, where x is the number of portal: 0,1,2,&#8230; source]]></description>
			<content:encoded><![CDATA[<p>You have to delete/rename the <strong>favicon.ico</strong> from the DNN root and copy the respective favicon.ico for each portal into Portals/x/, where x is the number of portal: 0,1,2,&#8230;</p>
<p><a href="http://stackoverflow.com/questions/1306155/change-favicon-in-dotnetnuke-portal" title="How to change the DNN default favicon" target="_blank">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cyecorp.ro/dailylog/2011/10/25/how-to-change-dnn-favicon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook Express Error 0x800C0133</title>
		<link>http://cyecorp.ro/dailylog/2011/10/24/outlook-express-error-0x800c0133/?source=rss</link>
		<comments>http://cyecorp.ro/dailylog/2011/10/24/outlook-express-error-0x800c0133/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 20:29:27 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[Outlook]]></category>
		<category><![CDATA[0x800C0133]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://cyecorp.ro/dailylog/?p=412</guid>
		<description><![CDATA[There is a problem with the Inbox folder from Outlook Express. To resolve the issue follow these steps: Right Click on Local Folders Choose New Folder to create a new folder (e.g. BKP Inbox); Move emails from Inbox to BKP Inbox, if you can access them; Go to Tools -> Options -> Maintenance tab -> [...]]]></description>
			<content:encoded><![CDATA[<p>There is a problem with the Inbox folder from Outlook Express. To resolve the issue follow these steps:</p>
<ol>
<li>Right Click on <strong>Local Folders</strong></li>
<li>Choose <strong>New Folder</strong> to create a new folder (e.g. BKP Inbox);</li>
<li>Move emails from <strong>Inbox</strong> to <strong>BKP Inbox</strong>, if you can access them;</li>
<li>Go to <strong>Tools</strong> -> <strong>Options</strong> -> <strong>Maintenance</strong> tab -> <strong>Store Folder</strong> and write down the path to Inbox folder;</li>
<li>Close Outlook Express and delete the <strong>inbox.dbx</strong> file from the location from step 4;</li>
<li>Open Outlook Express and the Inbox folder will be recreated automatically;</li>
<li>Move emails from <strong>BKP Inbox</strong> to <strong>Inbox</strong></li>
<li>Delete <strong>BKP Inbox</strong> folder.</li>
</ol>
<p><a href="http://www.hostvision.ro/eroare-outlook-express-error-number-0x800c0133-faq114.htm" target="_blank">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cyecorp.ro/dailylog/2011/10/24/outlook-express-error-0x800c0133/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Caps lock stuck on</title>
		<link>http://cyecorp.ro/dailylog/2011/10/24/caps-lock-stuck-on/?source=rss</link>
		<comments>http://cyecorp.ro/dailylog/2011/10/24/caps-lock-stuck-on/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 10:04:17 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[Keyboard]]></category>
		<category><![CDATA[caps lock on]]></category>
		<category><![CDATA[logitech]]></category>

		<guid isPermaLink="false">http://cyecorp.ro/dailylog/?p=410</guid>
		<description><![CDATA[On a logitech keybord the Caps Lock stuck on. Only if I press the Shift key the Caps Lock turns off. What to do ? Follow these steps: Control Panel > Regional Options > Input Locals There is a box labeled &#8220;To turn off Caps Lock&#8221; with 2 options: &#8220;Press CAPS LOCK key&#8221; and &#8220;Press [...]]]></description>
			<content:encoded><![CDATA[<p>On a logitech keybord the Caps Lock stuck on. Only if I press the Shift key the Caps Lock turns off. What to do ?<br />
Follow these steps:<br />
<strong>Control Panel</strong> > <strong>Regional Options</strong> > <strong>Input Locals</strong></p>
<p>There is a box labeled &#8220;To turn off Caps Lock&#8221; with 2 options: &#8220;Press CAPS LOCK key&#8221; and &#8220;Press SHIFT key&#8221;. Choose &#8220;Press Caps Lock key&#8221; to revert to normal option.</p>
<p><a href="http://www.logitechusers.com/help-support/251-caps-lock-stuck.html" target="_blank">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cyecorp.ro/dailylog/2011/10/24/caps-lock-stuck-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert Dynamic Disk to Basic Disk</title>
		<link>http://cyecorp.ro/dailylog/2011/05/09/convert-dynamic-disk-to-basic-disk/?source=rss</link>
		<comments>http://cyecorp.ro/dailylog/2011/05/09/convert-dynamic-disk-to-basic-disk/#comments</comments>
		<pubDate>Mon, 09 May 2011 11:45:20 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[HDD]]></category>

		<guid isPermaLink="false">http://cyecorp.ro/dailylog/?p=406</guid>
		<description><![CDATA[The problem started by having problems with a HDD from a HP Pavilion DV6. It had a couple of dynamic partitions: system reserved, hp recovery partition and two more. In order to convert the HDD back to Basic Disk you must copy the data before deleting the partitions. These links shows how to convert without [...]]]></description>
			<content:encoded><![CDATA[<p>The problem started by having problems with a HDD from a HP Pavilion DV6. It had a couple of dynamic partitions: system reserved, hp recovery partition and two more.</p>
<p><span style="color: red; font-size: small;"><strong>In order to convert the HDD back to Basic Disk you must copy the data before deleting the partitions.</strong></span></p>
<p>These links shows how to convert without loosing any data:</p>
<ul>
<li><a href="http://www.sevenforums.com/installation-setup/136381-windows-7-recovery-problem.html" target="_blank">http://www.sevenforums.com/installation-setup/136381-windows-7-recovery-problem.html</a></li>
<li><a href="http://www.sevenforums.com/tutorials/26829-convert-dynamic-disk-basic-disk-9.html" target="_blank">http://www.sevenforums.com/tutorials/26829-convert-dynamic-disk-basic-disk-9.html</a></li>
<li><a href="http://www.petri.co.il/difference_between_basic_and_dynamic_disks_in_windows_xp_2000_2003.htm" target="_blank">http://www.petri.co.il/difference_between_basic_and_dynamic_disks_in_windows_xp_2000_2003.htm</a></li>
<li><a href="http://www.petri.co.il/do-not-upgrade-your-disks-from-basic-to-dynamic-by-using-a-custom-made-mmc.htm" target="_blank">http://www.petri.co.il/do-not-upgrade-your-disks-from-basic-to-dynamic-by-using-a-custom-made-mmc.htm</a></li>
</ul>
<p>I just wanted to wipe out the disk so I plug it on my windows 7 system, opened disk management from computer management and <strong>Imported Foreign Disk</strong> by right clicking the disk. After that I just deleted all the volumes and the disk changed back to <strong>Basic</strong>.</p>
<p>Now you can install what system you want !</p>
]]></content:encoded>
			<wfw:commentRss>http://cyecorp.ro/dailylog/2011/05/09/convert-dynamic-disk-to-basic-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Reset Apex Admin Password</title>
		<link>http://cyecorp.ro/dailylog/2011/05/09/how-to-reset-apex-admin-password/?source=rss</link>
		<comments>http://cyecorp.ro/dailylog/2011/05/09/how-to-reset-apex-admin-password/#comments</comments>
		<pubDate>Mon, 09 May 2011 11:35:32 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://cyecorp.ro/dailylog/?p=404</guid>
		<description><![CDATA[This is the source link: http://redoblog.wordpress.com/2009/09/15/reset-the-apex-admin-user-password-using-oracle_homeapexapxconf-sql/. Using this I&#8217;ve created a small file that does that by skipping a few steps. You must know the path for the sqlplus.exe, apxconf.sql and of course the password for user sys. Mine are: D:\app\oracle\product\11.2.0\dbhome_1\BIN\ and D:\app\oracle\product\11.2.0\dbhome_1\apex\apxconf.sql and oracle You can save the file using whatever name you want. [...]]]></description>
			<content:encoded><![CDATA[<p>This is the source link: <a href="http://redoblog.wordpress.com/2009/09/15/reset-the-apex-admin-user-password-using-oracle_homeapexapxconf-sql/" target="_blank">http://redoblog.wordpress.com/2009/09/15/reset-the-apex-admin-user-password-using-oracle_homeapexapxconf-sql/</a>.</p>
<p>Using this I&#8217;ve created a small file that does that by skipping a few steps. You must know the path for the <strong>sqlplus.exe</strong>, <strong>apxconf.sql</strong> and of course the password for user <strong>sys</strong>. Mine are:<br />
<code>D:\app\oracle\product\11.2.0\dbhome_1\BIN\</code><br />
and<br />
<code>D:\app\oracle\product\11.2.0\dbhome_1\apex\apxconf.sql</code><br />
and<br />
<code>oracle</code></p>
<p>You can save the file using whatever name you want. Mine is <strong>apex_change_pass.bat</strong>. The file contents are:<br />
<code><br />
echo @D:\app\oracle\product\11.2.0\dbhome_1\apex\apxconf.sql > apex_path.txt<br />
start notepad apex_path.txt<br />
title User=sys pass=oracle file=@D:\app\oracle\product\11.2.0\dbhome_1\apex\apxconf.sql<br />
d:<br />
cd D:\app\oracle\product\11.2.0\dbhome_1\BIN\<br />
sqlplus "as sysdba"<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://cyecorp.ro/dailylog/2011/05/09/how-to-reset-apex-admin-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

