Blog Detail
HowPHP - Joomla, PHP, MySQL and jQuery help
http://howphp.blogspot.com
Help on using Joomla! (and installing, upgrading, using and configuring it's components, modules and plug-ins). Some nice tips on using PHP, MySQL and jQuery
Recent Posts
Follow us
We moved to a new domain and host, in order to have our very own blog.You can follow us there. The new domain is http://www.SOSBrigadeSite.net/ ...
Upgrading Fireboard to Kunena, Fireboard to Kunena migration
As the development of Fireboard came to it's end, it's successor named Kunena is rising now. Some major changes:lots of security issues fixedbetter integration with Community BuilderPDF Display fixedfixed searchesfixed paginationfixed RSS in Joomla! ...
Securing your queries to database from SQL injection with PHP
For escaping dangerous characters in the information you put into queries you can use the following function to check and sanitarize them: function quote_smart($value) { // Stripslashes if (get_magic_quotes_gpc()) { $value = stripsl...
Joomfish 2.0.3 on Joomla! 1.5.10 overloads CPU (+benchmark)
We installed the new version of Joom!fish on our sites. After a few hours our host automatically set chmod 000 on the index.php file of our Joomla! installation due to CPU overload.After reading this post i was able to put a stopwatch on the site. I...

