Posts filed under 'Scripting'
We discovered a problem with the Warden server (72.232.240.26) this morning that all sites return an Error 500 (Internal Server Error) when loading PHP files.
Accounts with simple HTML are not affected by the problem. We are figuring out the cause of this issue and is trying to resolve the problem as soon as possible. We will update this post for additional information along the way.
Update 1: File and folder permissions of accounts are fine as well as ownership. Memory limits in PHP.ini have been adjusted.
Update 2: Running cPanel Update and updating all Perl Modules. (Will run EasyApache next). Still running cPanel update….
Update 3: Recompiling PHP thru EasyApache.
April 11th, 2009
PHPBB has announced an injection vulnerability on their website. Those running PHPBB software are advised to update a patch on their installations:
Despite being among the easiest of vulnerabilities to understand, injection vulnerabilities are also among the most common. For most users, they will simply manifest themselves as an error when select characters are used, but a sufficiently adept user may be able to take that error and exploit it to their advantage.
Check more about it here.
February 13th, 2009
The newer version of WordPress 2.2 is now available for download here.
Please take the time to get a copy of the software and upgrade your blogs. Thank you!
May 27th, 2007
The new release of WordPress are versions 2.1.13 and 2.0.10.
There are security updates so download your copy now and upgrade your blogs.
April 4th, 2007
If you are installing Gallery2 for the first time and you are gettings errors such as:
Error
Error (ERROR_PLATFORM_FAILURE) :
* in modules/core/classes/GalleryTemplate.class at line 270 (gallerycoreapi::error)
* in modules/core/classes/GalleryTemplate.class at line 200 (gallerytemplate::_initcompiledtemplatedir)
* in main.php at line 418 (gallerytemplate::fetch)
* in main.php at line 87
* in main.php at line 80
This error is usually due to wrong folder permissons to your g2data. Submit a support ticket to have this folder CHMODed to 777 to fix the issue.
July 1st, 2006
The latest in the stable 2.0 series, 2.0.3, is now available for download at WordPress.org.
This is a bug fix and security release, and is recommended for all WordPress users. In addition to an issue that was raised on Bugtraq a few days ago, we’ve also backported a number of security enhancements from 2.1 to further enhance and protect your blog.
This release includes:
* Small performance enhancements
* Movable Type / Typepad importer fix
* Enclosure (podcasting) fix
* The aforementioned security enhancements (nonces)
We’d like to encourage everyone to upgrade their blogs to the latest version.
You can download a copy of WordPress here.
June 10th, 2006
I’m sure a lot of cPanel users still don’t know that they can create a branded cPanel login or a Webmail login to integrate just anywhere in their website. All you need is cut & paste the code found here.
< ?php
#Login Configuration
#cPanel
#$protocol = 'http';
#$port = 2082;
#Webmail
#$protocol = 'http';
#$port = 2095;
?>
Just uncomment the first few lines of the code by removing the ‘#’ sign before the ‘$’ characters. The ones posted above are for cPanel and WebMail, so just select either one. Make sure your pages are in PHP for this to work.
June 3rd, 2005