Search

LINUX: How To Install IonCube Loader

Posted in Linux, Server Related, Technology by jdam on Oct 9th, 2009

This is my share on Installing IonCube to your LAMP. Here are some helpful steps to follow:

(STEP 1)
# tar -zxvf ioncube_loaders_lin_x86.tar.gz
# cd ioncube

(STEP 2)
- copy the php ioncube to your server root
# cp ioncube-loader-helper.php
Go to: http://localhost/PATH_/ioncube-loader-helper.php

You should see something like this:

PHP Version ___
Operating System Linux
Threaded PHP No
php.ini file /usr/PATH_/php.ini
Required Loader ioncube_loader_lin_#.#.so

(STEP 3)
- make directory under /usr/local and paste the required .so
# cd /usr/local
# mkdir /ioncube
# cp ioncube_loader_lin_#.#.so /usr/local/ioncube

(STEP 4)
Edit php.ini file:
# gedit /etc/php5/apache2/php.ini
OR
# gedit /usr/local/lib/php.ini

- At the end of the code add this
zend_extension = /usr/local/ioncube/ioncube_loader_lin_#.#.so

Save and Exit

Restart the server by typing:
# /etc/init.d/httpd restart

(STEP 5)
To confirm that ioncube is fully working
Go to: http://localhost/PATH_/ioncube-encoded-file.php

You should see something like this:
This file has been successfully decoded. ionCube Loaders are correctly installed.

  • Share/Bookmark

“The 5th Software Freedom Day by CP Union in University of Santo Tomas. Another history in the making”

Posted in Events, Joomla!, Opensource Communities, Pinoy Blender, Technology by jdam on Sep 19th, 2009

This year SFD 2009 is another history in the making. 3D Blender was formally introduced to students by the core member team of Pinoy Blender User Group. A demo was conducted and students were excited to discover what they can do using Blender. A Blender is a 3D graphics application released as free software under the GNU General Public License. An addition to the list of Open Source Software joining the yearly celebration of Software Freedom Day.

Last 4 years ago 2nd Software Freedom Day was held in Polytechnic University of the Philippines. I was also there to support the birth of Joomla! CMS. Back then opensource is never been so colorful, unlike today there are a lot of famous variaties of opensource application such as Content Management System, Graphic Software, LAMP easy setup, famous IDE & etc. On one part of my session during afternoon session of Dynamic/ Static CMS (Joomla!), I say to all students & professionals “You should be proud that you are here today. Opensource is more colorful than ever, more knowledge & oportunity for everyone”

See you in the next more event to come…

Some links:

http://www.cp-union.com/cpunion/

http://www.cp-union.com/cpunion/content/2009/06/22/software-freedom-day-2009

http://www.pinoyblender.com/

http://buko.pinoyblender.org/

http://www.joomla.org.ph

.

  • Share/Bookmark

When your Iphone 3GS explode

Posted in Personal, Technology by jdam on Aug 28th, 2009

Last night I had a bad dream about an Iphone 3GS explotion. I never realize that it was possible until I saw the news on TechCrunch about a Belgian latest victim of exploding iphone phenomenon. Then I got more info via google using the keyword “iphone 3gs explotion”. So far so good no proof yet if its because of battery problem. According to Apple’s commercial director in France. As of Aug 28, 2009 there has been no confirmed incident linked to battery overheating in the iPhone 3GS. They reason out that this is because of broken screens that they had been able to analyse so far, they say in all cases, the cracks were caused by an external pressure upon the iPhone.

Since I don’t have Iphone yet, I’m hoping before I will have my own unit, this issue should be resolve immediately, to avoid consumer panic.

Resources:

http://uk.techcrunch.com/2009/08/28/belgian-teenager-latest-victim-of-exploding-iphone-phenomenon/

  • Share/Bookmark