WP-COPYPROTECT INSTEAD. Version: 1.9 Author: Anurag Author URI: http://wordpress.org/extend/plugins/wp-content-protector/ */ /* Copyright 2008 Chetan Gole, IN (http://www.thechetan.com) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details: http://www.gnu.org/licenses/gpl.txt */ // No right click - Problem for copy cats NO RIGHT CLICK function CopyProtect_no_right_click($CopyProtect_click_message) { ?> Copy Protected by WP-CopyProtect Thanks to Chetan.

Commands NOT accepted, Plugin will not work at all, please uninstall it.

'; } $wp_CopyProtect_nrc = get_option('CopyProtect_nrc'); $wp_CopyProtect_nts = get_option('CopyProtect_nts'); ?>

WP-CopyProtect Options

Now, its the time to bang the copy cats. Select the proper options as per your needs

PLEASE NOTE THAT THIS PLUGIN IS NOW NO MORE SUPPORTED BY THE AUTHER, SO IT IS HIGHLY RECOMMANDED TO USE WP-COPYPROTECT INSTEAD.

Please deactivate this plugin and delete it to install the WP-COPYPROTECT

Click here to install WP-CopyProtect



Disable right mouse click: /> check to activate
This warning will be given to right clickers.
Disable text selection: /> check to activate. Not working ?
Save settings :
Please note : This is just a basic copy protect plug-in, if someone want to copy your content he/she can go to source of the blog and can easily copy the stuff from there. Most copy cats use your blogs RSS feeds to steal the content. Always select "Summary" at "For each article in a feed, show" in Wordpress admin panel "Reading Settings" so that even if someone try to copy your content from feeds he/she can not copy the whole post.

Whats next ?

Why don't you write a post about WP-CopyProtect ?

Problems, Questions, Suggestions ?

Catch me on WP-CopyProtect Homepage

Thank you

ORIGIONAL Plug in developed by Chetan Gole.
WP-Content Protector plugin is no more supported by the auther, please uninstall it and use WP-CopyProtect.
'; } add_action( 'after_plugin_row', 'plugin_notice' ); function admin_notice() { echo '
WP-Content Protector plugin is no more supported by the auther, please uninstall it and use WP-CopyProtect
'; } add_action( 'admin_init', 'admin_notice' ); // Commanding the Wordpress add_action('wp_footer','CopyProtect_footer'); add_action('admin_menu','CopyProtect_adminmenu',1); ?>