WHAT A LAMP Rotating Header Image

Upgrade to WordPress 3.0

Upgrade this blog when I know WP3.0 is released.

http://wordpress.org/development/2010/06/thelonious/

Arm your vuvuzelas: 3.0, the thirteenth major release of and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard). Major new features in this release include a sexy new default theme called Twenty Ten. Theme developers have new APIs that allow them to easily implement custom backgrounds, headers, shortlinks, menus (no more editing), post types, and taxonomies. (Twenty Ten theme shows all of that off.) Developers and network admins will appreciate the long-awaited merge of MU and , creating the new multi-site functionality which makes it possible to run one blog or ten million from the same installation. As a user, you will love the new lighter interface, the contextual help on every screen, the 1,217 bug fixes and feature enhancements, bulk updates so you can upgrade 15 plugins at once with a single click, and blah blah blah just watch the video. :) (In HD, if you can, so you can catch the Easter eggs.)

Continue reading →

Webmin version 1.510 and Usermin 1.440 released

Webmin version 1.510 and Usermin 1.440 released

This update improves the speed of finding package updates, adds Czech and Brazillian Portuguese updates, EXT4 support, better InnoDB support, DNSSEC NSEC3 algorithms, and much more. You can get it from the Webmin downloads page, or from our YUM or APT repositories.

Also available is a new Usermin release which fixes a few bugs in the Read Mail module. It can be found on the Usermin downloads page.

Continue reading →

Webmin 1.50 release

Webmin 1.50 released on Dec. 7, 2009.

It did following changes or updates.

  • Fixed an XSS security hole that could be used to capture session cookies, found by Ryan Giobbi.
  • Added the Software Package Updates module, for installing new packages from YUM or APT.
  • the default system information page to show available packages, and added a page to the Webmin Configuration module to collect this information in the background.
  • Added logging to the Scheduled Commands module.
  • Fixed editing of the fileset exclude list and adding volume labelling support to the Bacula module.
  • Improved Postfix TLS support, fixed the config parser, and added protection against incorrect map entry deletion.
  • Added a status monitoring for detecting large directories, and a button for refreshing just selected monitors.
  • Added support for the rsyslog IncludeConfig directive in the System Logs module, used by default on Ubuntu 9.
  • Many more fixes and new features.

File and Directory functions

Validating

file_exists(“test.txt”);

is_file(“test.txt”);

is_dir(“/temp”);

Checking States

is_readable(“test.txt”);

is_writable(“test.txt”);

is_executable(“test.txt”);

Continue reading →

Directory operation in PHP

Create

mkdir(“testdir”);

Remove

rmdir(“testdir”);

Open a for Reading

$dh = opendir(“testdir”);

Continue reading →

File operation in PHP

Open

fopen() returns false when the can not be openned.

if ($fp=fopen(“test.txt”, “w”)){

//do something

}

Close

($fp);

Continue reading →

Find right ACT Classes for your ACT Training

Everyone knows ACT is an . CRM is customer relationship management. Almost every business needs one installed in his office.

Now ACT has sage products, or ACT! by Sage 2010.

Includes everything that the standard ACT! by Sage 2010 does but in addition offers you centralized administration, advanced deployment options, and workgroup functionality and scalability.

If you want to use ACT very well, you need to take some ACT Classes to have a fully training.

Continue reading →

Upgrade to WP 2.8.4

Keep the software is very important. Especially for security issues.

Upgrade to WordPress 2.8.2

It is important to upgrade your to 2.8.2.

2.8.2 fixes an XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site.  Download 2.8.2 or automatically upgrade from the Tools->Upgrade page of your blog’s admin.

I use the automatically upgrade tools of to finish upgrade.

Upgrade to WordPress 2.8.1

Upgrade to 2.8.1 with internal upgrade .