Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Nessa's Blog:
Simple API Writing, Part I
Feb 11, 2009 @ 18:08:11

Nessa has started off a series looking at writing your own API with part one posted recently focusing on the client-side first, writing an interface for their API.

Though in real applications you wouldn’t need an API, all you’d need is a PHP script that accepts GET or POST input to perform some kind of action. In this example, we’ll have a script that automatically adds DNS zones to a nameserver that runs cPanel as well. Most APIs do the same thing - you have a script, then that script accepts post/get variables, then does something.

Her example creates the request - a server, path, IP and hash key - and sends it off to the remote system. The result is pulled back in and parsed through a SimpleXML object. The credentials allow for access lists and a bit of security on the backend.

tagged: api interface client use remote system hash ip simplexml cpanel

Link:

Developer Tutorials Blog:
PHP Web Hosts: The Version Dilemma
Feb 05, 2008 @ 15:31:00

In this post to the Developer Tutorials blog, Akash Mehta talks about the "version dilemma" that developers face when looking for good hosting - with all of the push towards PHP5 these days, why is it that so many hosting environments are still running on PHP4?

If you purchase a cheap hosting account with many of the major web hosts around today, chances are they will be running PHP 4. The problem for web hosts is this: the PHP community may have moved on from version 4, but a lot of the code out there hasn't.

He recommends one solution that several hosting providers are starting to gravitate towards - offering both to their customers and allowing them to switch between them (via something like cPanel).

tagged: version dilemma php4 php5 hosting application cpanel

Link:

Nessa's Blog:
Installing suPHP on cPanel
Dec 06, 2007 @ 18:06:00

On her blog today Nessa has written up a tutorial on getting SuPHP working along with cPanel on your system.

I wrote this tutorial a while back and figured it would be good to post because suPHP is growing more popular as an alternative to phpSuExec. The instructions assume that you are on a Linux cPanel server and are familiar with how to install PHP, but do not want to use EasyApache’s suPHP installer in WHM.

It's a long process but a lot of it is just configuration changes and grabbing the right software. Every line of each of the config files you'll need to change is there ready to cut and paste into your files as well as the command line calls you'll need to make to configure/compile and move files to where they need to go.

tagged: suphp cpanel installation tutorial steps suphp cpanel installation tutorial steps

Link:

Nessa's Blog:
Installing suPHP on cPanel
Dec 06, 2007 @ 18:06:00

On her blog today Nessa has written up a tutorial on getting SuPHP working along with cPanel on your system.

I wrote this tutorial a while back and figured it would be good to post because suPHP is growing more popular as an alternative to phpSuExec. The instructions assume that you are on a Linux cPanel server and are familiar with how to install PHP, but do not want to use EasyApache’s suPHP installer in WHM.

It's a long process but a lot of it is just configuration changes and grabbing the right software. Every line of each of the config files you'll need to change is there ready to cut and paste into your files as well as the command line calls you'll need to make to configure/compile and move files to where they need to go.

tagged: suphp cpanel installation tutorial steps suphp cpanel installation tutorial steps

Link:

Nessa's Blog:
Installing IonCube loader with Zend Optimizer
Nov 19, 2007 @ 15:32:00

Nessa has a guide posted showing exactly how to get the IonCube encoder installed right alongside the Zend Optimizer (specifically on a cPanel setup).

This is a common request we get for Ioncube to be installed. It's generally not an issue, but when you factor in other optimization plugins like Zend and eAccelerator, a common misconception is that the three don't get along. It's very easy to install Ioncube into a PHP installation that already has Zend and eAccelerator.

It's only about a five or six step process to get them working happily together with one "gotcha" mentioned about the ordering of the statements in the php.ini file.

tagged: ioncude encoder zend optimizer cpanel ioncude encoder zend optimizer cpanel

Link:

Nessa's Blog:
Installing IonCube loader with Zend Optimizer
Nov 19, 2007 @ 15:32:00

Nessa has a guide posted showing exactly how to get the IonCube encoder installed right alongside the Zend Optimizer (specifically on a cPanel setup).

This is a common request we get for Ioncube to be installed. It's generally not an issue, but when you factor in other optimization plugins like Zend and eAccelerator, a common misconception is that the three don't get along. It's very easy to install Ioncube into a PHP installation that already has Zend and eAccelerator.

It's only about a five or six step process to get them working happily together with one "gotcha" mentioned about the ordering of the statements in the php.ini file.

tagged: ioncude encoder zend optimizer cpanel ioncude encoder zend optimizer cpanel

Link:

DotGeek.org:
Free Hosting Goes Bingo!
May 01, 2006 @ 18:22:12

David Costa has submitted a new item today about the start of a new contest to win one of the DotGeek free PHP5 web hosting offered by the - one of 50 hosting slots that are open each month.

Since 2004 Dotgeek.org has provided a free hosting solution for PHP developers. It is currently the only hosting service offering a free plan (no catch, no need to upgrade, there is no upgrade) with CPANEL, PHP 5, the possiblity to host your own domain and the usual suspects (MySQL, Sqlite, PostgreSQL).

However, to face the great volume of requests Dotgeek has for new hosting signups, we've just started a monthly contest, the PHP Hosting Bingo. Every month you can win one of the 50 hosting plan openings by signing up for a "ticket". Once again, there are no ads, no upgrade plans and simply no plan, and to participate to the PHP 5 Hosting Bingo visit http://dotgeek.org.

The next drawing will be On May 27th (2006) and will be announced both live on IRC (in #dotgeek on the Freenode network) and on their site. Head over to the signup page for your chance!

tagged: free hosting php5 cpanel mysql postgresql sqlite free hosting php5 cpanel mysql postgresql sqlite

Link:

DotGeek.org:
Free Hosting Goes Bingo!
May 01, 2006 @ 18:22:12

David Costa has submitted a new item today about the start of a new contest to win one of the DotGeek free PHP5 web hosting offered by the - one of 50 hosting slots that are open each month.

Since 2004 Dotgeek.org has provided a free hosting solution for PHP developers. It is currently the only hosting service offering a free plan (no catch, no need to upgrade, there is no upgrade) with CPANEL, PHP 5, the possiblity to host your own domain and the usual suspects (MySQL, Sqlite, PostgreSQL).

However, to face the great volume of requests Dotgeek has for new hosting signups, we've just started a monthly contest, the PHP Hosting Bingo. Every month you can win one of the 50 hosting plan openings by signing up for a "ticket". Once again, there are no ads, no upgrade plans and simply no plan, and to participate to the PHP 5 Hosting Bingo visit http://dotgeek.org.

The next drawing will be On May 27th (2006) and will be announced both live on IRC (in #dotgeek on the Freenode network) and on their site. Head over to the signup page for your chance!

tagged: free hosting php5 cpanel mysql postgresql sqlite free hosting php5 cpanel mysql postgresql sqlite

Link:


Trending Topics: