Archive for the ‘Uncategorized’ Category

Joomla JTM Reseller- Warning: utf8_decode()

Friday, July 30th, 2010

I installed the JTM Reseller to my Joomla 1.5.8 website and got an error message below:
Warning: utf8_decode() expects parameter 1 to be string, array given in /home/virtuoso/public_html/libraries/joomla/language/language.php on line 225
I tried to upgrade my joomla to version 1.5.20 but the error still exist. I uninstall my JTM reseller component and install the latest issued [...]

>>read more

Installing Magento 1.3.2.4 in Php 5.3 server

Thursday, July 29th, 2010

Magento ver. 1.3.2.4 or old version installation in PHP 5.3 server fix/hack
The tutorial explain on how to install Magento ver. 1.3.2.4 to a upgraded php 5.3 server. Also applicable to later version which is still using deprecated php function such us split, ereg and etc.
Affected areas are installation , front end and admin [...]

>>read more

Joomla 1.5 Templates for free

Wednesday, June 9th, 2010

Below are the links that offer the best selected joomla 1.5 free templates that are widely used and most downloaded. No Membership needed, you just need to click the download button.
1. http://www.rockettheme.com/joomla-downloads/113-free
2. http://www.joomlart.com/forums/downloads.php?do=cat&id=145
3. http://www.joomspirit.com/free-templates.html
4. http://www.templateplazza.com/free-joomla-1.5-templates/
5. http://www.joomlapraise.com/free-joomla-templates/demi-joomla-template.php

6. http://www.joomlapraise.com/joomla/templates/free/dailypraise-redux.php
7. http://www.yagendoo.com/en/joomla/joomla-templates/city-sky.html
8. http://www.bestofjoomla.com/component/option,com_bestoftemplate/task,detail/Itemid,46/id,2554/
9. http://www.bestofjoomla.com/component/option,com_bestoftemplate/task,detail/Itemid,46/id,2720/
10. http://www.themza.com/joomla1.5/

>>read more

Yanggaw 2008 synopsis and cast

Sunday, October 4th, 2009

Read the full synopsis and cast here : http://imurderedthem.blogspot.com/2009/10/yanggaw-synopsis-2008.html

>>read more

Watch Yanggaw (2008) Full Movie Free

Sunday, October 4th, 2009

Watch the movie Yanggaw 2008 here :

http://www.mypinoytvlive.info/movies/yanggaw-2009/yanggaw-part-1.html

>>read more

Mosets Tree Google Map Integration

Monday, August 3rd, 2009

The tutorial explain how to add Google Map in your Mosets Tree component in joomla:
Here’s how:
Back up joomla files and database.
Look for components/com_mtree/templates/m2/sub_listingDetails.tpl.php
In line 102 :

echo ‘</div>’;
Replace with:
?>
<div class="row" align="center">
<iframe width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?q=<?php echo $address;?>&amp;ie=UTF8&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?q=<?php echo $address;?>&amp;ie=UTF8&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</div>
<?php
echo ‘</div>’;
Save [...]

>>read more

How to remove the entire directory in linux comand

Thursday, December 11th, 2008

The tutorial explains on how to remove empty directories and all subdirectories in Linux operating system.
Linux command:
rm

>>read more