WordPress Plugin Site Log – PHPCodezSiteLog

Would you like to see who is accessing what site pages?when?How?. This Plugin logs site activity, and shows the details of the user like IP,Browser,pages accessed, date time etc

== Description ==

PHPCodez Site Log let the site amin to see site activities (Both in the admin and client side) . It shows the user details who have accessed the pages .

Features

1) It keeps the record of users who visited the site
2) It stores the details like date,time,ip,browser etc
3) it keeps the log of pages accessed whenever its loaded
4) We can filter the log details
5) We can generate the CSV based on the log
6) It has got option to clear the log if required .
7) It’s very useful if the site has many editors /admin/Authors (eg online newspapers)

See our <a href=”http://profiles.wordpress.org/tppramod”>other Plugins here</a>

Click here to download the plugin

WordPress Plugin Contact Us From – PHPCodezContactFrom

PHPCodez Contact From allows you to add a feedback form easilly and simply to a post or a page.

== Description ==

PHPCodez Contact From allows you to add a feedback form easilly and simply to a post or a page.

Advatages

1) We can manage the field labels
2) We can manage error messages
3) We can block/enable fields
4) We can manage the email address
5) We can manage success message

== Installation ==

1. Upload the plugin folder to your /wp-content/plugins/ folder.

2. Go to the **Plugins** page and activate the plugin.

3. Add a new page/post with shortcode [phpcodez-contact-form]

Click here to download the plugin

svn diff

It can be used for two purpose

First, those without write access to the BLFS SVN server can use it to generate patches to send to the BLFS-Dev mailing list. To do this, simply edit the files in your local sand box then run svn diff > FILE.patch from the root of your BLFS directory. You can then attach this file to a message to the BLFS-Dev mailing list where someone with editing rights can pick it up and apply it to the book.

The second use is to find out what has changed between two revisions using: svn diff -r revision1:revision2 FILENAME.

svn commit

This command recursively sends your changes to the SVN server. It will commit changed files, added files, and deleted files. Note that you can commit a change to an individual file or changes to files in a specific directory path by adding the name of the file/directory to the end of the command. The -m option should always be used to pass a log message to the command. Please don’t use empty log messages

svn ci

This command recursively sends your changes to the SVN server. It will commit changed files, added files, and deleted files. Note that you can commit a change to an individual file or changes to files in a specific directory path by adding the name of the file/directory to the end of the command. The -m option should always be used to pass a log message to the command. Please don’t use empty log messages