Category Archives: PHP

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 … Continue reading

Posted in PHP | Tagged , , , | Leave a comment

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 … Continue reading

Posted in PHP, security | Leave a comment

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 … Continue reading

Posted in PHP | Tagged | Leave a comment

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 … Continue reading

Posted in PHP | Tagged | Leave a comment

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 … Continue reading

Posted in PHP | Tagged , , | Leave a comment

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, … Continue reading

Posted in PHP | Leave a comment