HostOnNet Blog

Category Archives: PHP

registerAutoload is deprecated as of 1.8.0 and will be removed with 2.0.0

On a new Zend Framework project created with Zend Studio, accessing the public folder, git following error Notice: Zend_Loader::Zend_Loader::registerAutoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in /usr/local/zend/share/ZendFramework/library/Zend/Loader.php on line 207 This was


Decrypt eval gzinflate base64_decode encryped php script

Today i see a php script, that is encrypted with eval(gzinflate(base64_decode(‘JUNK_CODE_HERE’))); I tried to decrypt the script, but it have many levels of recurring gzinflate, base64_decode encryption. If some one runs a script encrypted like this, it take more server


Free SQL Injections Scanner

You have likely been tracking the mass SQL Injections that are currently sweeping through the net. Just last night I was shopping on www.ihomeaudio.com when I noticed they had been injected (they have since fixed their site). HP started to


session not working in php

On a new server, PHP session was not working. This server have a cpanel installed before, i have uninstalled it, there is no proper way of uninstalling cpanel, so i just removed all related cron jobs and cpanel folders. To


Make Money from php programming

Fire Your Programmer!.. Now you can learn how to install and create your own php scripts, enhance your web pages, design interactive communities all by mastering the power of php programming– It’s easy! “The Beginners Guide to Mastering PHP” is


CodeIgniter for Rapid PHP Application Development

Yesterday when i found a web site that illegally distribute the PDF copy of the book “CodeIgniter for Rapid PHP Application Development” I have been in PHP developement for some time and want to start using MVC (if it really


PHP can now create Windows Applications

You can now develope  windows desktop application in PHP using WinBuilder.You can download WinBuilder from http://pecl.php.net/package/WinBinder WinBinder is a new extension that allows PHP programmers to build native Window applications. It wraps the Windows API in a lightweight, easy-to-use library,