howto
Magento 1.4 product-name quotes are converted to html and then escaped
Posted Tue, 02/23/2010 - 11:43am
After upgrading from magento 1.3 to 1.4, if your product headings used quotes " " or ampersands & , then magento may convert these into HTML and then escape that HTML counterparts hence showing e.g.:
"Thermo Balance" Tub & Shower Valve Rough In Valve
like:
"Thermo Balance" Tub & Shower Valve Rough In Valve
The fix is to go into "view.phtml" and change:
<h3 class="product-name">
<?php echo $_helper->productAttribute($_product, $this->htmlEscape($_product->getName()), 'name') ?>
</h3>to
<h3 class="product-name">
<?php echo $this->htmlEscape($_product->getName())?>
</h3>Now...
New Server Checklist for directadmin (2009)
Posted Thu, 01/08/2009 - 7:17pm
-Add all your ips in directadmin under "IP management"
(and assign 2 ips to admin)
http://xx.xxx.xxx.xxx:2222/CMD_IP_MANAGER
-Register nameserver at registrar
How-to: Determine if a server is hacked
Posted Wed, 08/16/2006 - 12:56am
Published on eth0.us - General info for cPanel, plesk, ensim, and linux! (http://www.eth0.us)
How-to: Determine if a server is hacked
By eth00
Created 2005-05-09 10:59
How-to: Determine is a server is hacked
RKHunter Install
Posted Mon, 08/14/2006 - 7:08pm
Source: http://forums.cpanel.net/showpost.php?p=211290&postcount=102
1. Login to your server via SSH as root.
Then Type: cd /usr/local/src/