Package:
Summary:
Validate and process file uploads
Groups:
Author:
Description:
This class can be used to validate and process file uploads.
It can check whether the uploaded file has one of several allowed file name extensions, whether the file size does not exceed a given limit, and check whether a file with the same name was not previously uploaded.
A valid file is copied to a given destination directory. If the file is an image, it creates copy of the image in JPEG format that does not exceed a given width or height, if necessary scaling it and preserving the original proportions.
Package:
Summary:
Determine the most relevant keywords of a text
Groups:
Author:
Description:
This class can be used to determine the most relevant keywords of a text.
It can analyse a given text to determine the most relevant keywords of that text.
The limit number of keywords to extract is configurable.
The class can also extract a string from the original text of a limited length suitable for use in page meta description tag.
As you know over the past couple of months we have been working on the new features for WordPress 2.9. We have also been working on trying to make WordPress as secure as possible and during this process we have identified a number of security hardening changes that we thought were worth back-porting to the 2.8 branch so as to get these improvements out there and make all your sites as secure as possible.
The headline changes in this release are:
- A fix for the Trackback Denial-of-Service attack that is currently being seen.
- Removal of areas within the code where php code in variables was evaluated.
- Switched the file upload functionality to be whitelisted for all users including Admins.
- Retiring of the two importers of Tag data from old plugins.
We would recommend that all sites are upgraded to this new version of WordPress to ensure that you have the best available protection.
If you think your site may have been hit by one of the recent exploits and you would like to make sure that you have cleared out all traces of the exploit then we would recommend that you take a look at the WordPress Exploit Scanner. This is a plugin which searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames. You can read more about this plugin here – “WordPress Exploit Scanner“
Are you thinking of creating a community for your website where users can interact in a forum? A new PHP message board software has been added to the
Free PHP Forum Scripts page that may be just
what you're looking for. Like all forums, your visitors can sign up and post messages and interact with each other (and you).
The software supports customizable themes, setting up of sub-forums belonging to different categories, assigning users to different groups with
different rights, setting up of polls and calendars, and so on (too many features to list here).
Check it out. It's free.
Package:
Summary:
Display month calendars in HTML pages
Groups:
Author:
Description:
This class can be used to display month calendars in HTML pages.
It takes a given date and generates an HTML table to display the calendar of the respective month.
The CSS styles of the different parts of the calendar, the week start day, the date format, and the templates for each day of the month are configurable. The class may also display the calendar in plain text.