• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

php5 to php4?

danzigrules

Golden Member
So, me being a *nix n00blet I need help with this.

I have been running a server using Ubuntu, I started out with I believe Ubuntu 6.06 lts. I went about updating to 9.04 not knowing that php4 is no longer supported. Now the site I host doesn't work as it was all coded in php4.

I did not do the coding and the person that did code it is way to busy to change it to php5. It is a heavily modified phpbb2.0 something.

So can any of you help me out with doing this? I have searched google, but either my googlefoo is crap or I am just straight up stupid. 🙂

Thanks in advance!
 
Note: Support for PHP 4 has been discontinued since 2007-12-31.

But if you want to do it:
Download php4-whatever.
Fix security issues in code.
Install.
 
Back
Top