Version Description
Download this release
Release Info
Developer | cchetanonline |
Plugin | WP-CopyProtect [Protect your blog posts] |
Version | 1.9 |
Comparing to | |
See all releases |
Code changes from version 1.7 to 1.9
- readme.txt +17 -8
- wp-copyprotect.php +7 -7
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
=== WP-CopyProtect ===
|
2 |
Contributors: cchetanonline
|
3 |
Donate link: http://www.thechetan.com/wp-copyprotect/#donate
|
4 |
-
Tags: post, posts, copy, protect, right, click, disable, copyprotect, Google, SEO, page, plugin, access, content, javascript, security, wp-copyprotect
|
5 |
Requires at least: 2
|
6 |
Tested up to: 2.8
|
7 |
-
Stable tag: 1.
|
8 |
|
9 |
Protect your blog content from getting copied. A simple plug-in developed to stop the Copy cats
|
10 |
|
@@ -13,14 +13,19 @@ Protect your blog content from getting copied. A simple plug-in developed to sto
|
|
13 |
Protect your blog content from getting copied. A simple plug-in developed to stop the Copy cats
|
14 |
|
15 |
= This plug-in will =
|
|
|
16 |
* **Disable right click** on your blog
|
17 |
-
|
18 |
So that no one can simply copy and paste the content of your blog in there blog or site.
|
19 |
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
-
*Latest* release 1.8 : Optimised for WP 2.8
|
24 |
|
25 |
By [Chetan Gole](http://www.thechetan.com/).
|
26 |
|
@@ -44,4 +49,8 @@ The "disable Content selection" will start working.
|
|
44 |
Catch me on [Wp-CopyProtect Homepage](http://www.thechetan.com/wp-copyprotect/)
|
45 |
|
46 |
== Screenshots ==
|
47 |
-
1. Configuration page
|
|
|
|
|
|
|
|
1 |
+
=== WP-CopyProtect [Protect your posts] ===
|
2 |
Contributors: cchetanonline
|
3 |
Donate link: http://www.thechetan.com/wp-copyprotect/#donate
|
4 |
+
Tags: post, posts, copy, protect, right, click, disable, copyprotect, Google, SEO, page, plugin, access, content, javascript, security, wp-copyprotect, RSS, fetcher, duplicate,
|
5 |
Requires at least: 2
|
6 |
Tested up to: 2.8
|
7 |
+
Stable tag: 1.9
|
8 |
|
9 |
Protect your blog content from getting copied. A simple plug-in developed to stop the Copy cats
|
10 |
|
13 |
Protect your blog content from getting copied. A simple plug-in developed to stop the Copy cats
|
14 |
|
15 |
= This plug-in will =
|
16 |
+
* **Disable selection of text**
|
17 |
* **Disable right click** on your blog
|
18 |
+
|
19 |
So that no one can simply copy and paste the content of your blog in there blog or site.
|
20 |
|
21 |
+
= Please note =
|
22 |
+
* Both *disable right click* and *disable selection of text* can be switch ON or OFF through *Settings* menu.
|
23 |
+
* **You must enable the options** from WP-CopyProtect settings page after installing the plugin, to enable the protection to your blog.
|
24 |
+
|
25 |
+
Why dont you rate the plugin if you like it !! :) >>
|
26 |
+
|
27 |
+
** *Latest* release 1.9 : VALID XHTML (Validation errors removed) **
|
28 |
|
|
|
29 |
|
30 |
By [Chetan Gole](http://www.thechetan.com/).
|
31 |
|
49 |
Catch me on [Wp-CopyProtect Homepage](http://www.thechetan.com/wp-copyprotect/)
|
50 |
|
51 |
== Screenshots ==
|
52 |
+
1. Configuration page
|
53 |
+
|
54 |
+
== Change Log ==
|
55 |
+
* ver : 1.9 : VALID XHTML (Validation errors removed).
|
56 |
+
* ver : 1.8 : Update for Wordpress 2.8 with change in settng page.
|
wp-copyprotect.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name: WP-CopyProtect
|
4 |
Plugin URI: http://www.thechetan.com/wp-copyprotect/
|
5 |
-
Description: This plug-in will protect your blog content from being copied. A simple plug-in developed to stop the Copy cats.
|
6 |
-
Version: 1.
|
7 |
Author: Chetan Gole
|
8 |
Author URI: http://www.thechetan.com/
|
9 |
*/
|
@@ -28,11 +28,11 @@ GNU General Public License for more details: http://www.gnu.org/licenses/gpl.txt
|
|
28 |
function CopyProtect_no_right_click($CopyProtect_click_message)
|
29 |
{
|
30 |
?>
|
31 |
-
<script
|
32 |
<!--
|
33 |
|
34 |
/***************************************************************************************************************
|
35 |
-
*Copyprotection for this site is provided by WP-CopyProtect v1.
|
36 |
*RightClick Disabled, Please DO NOT COPY.
|
37 |
***************************************************************************************************************/
|
38 |
|
@@ -77,7 +77,7 @@ function CopyProtect_no_select()
|
|
77 |
?>
|
78 |
<script type="text/javascript">
|
79 |
/***************************************************************************************************************
|
80 |
-
*Copyprotection for this site is provided by WP-CopyProtect v1.
|
81 |
*Selection Disabled, Please DO NOT COPY.
|
82 |
**************************************************************************************************************/
|
83 |
function disableSelection(target){
|
@@ -123,7 +123,7 @@ function CopyProtect_options_page()
|
|
123 |
$wp_CopyProtect_nts = get_option('CopyProtect_nts');
|
124 |
?>
|
125 |
<div class="wrap">
|
126 |
-
<h1>WP-CopyProtect</h1> ver. 1.
|
127 |
| <a href="http://www.thechetan.com/wp-copyprotect/" target="_blank" title="Visit homepage of wordpress plugin WP-CopyProtect">Visit Plugin page</a> | <a href="http://www.thechetan.com/wp-copyprotect/#donate" target="_blank" title="Donate some amount to WP-CopyProtect plugin developer to help him to develope more such plugins">Donate</a> | <a href="http://www.thechetan.com/wp-copyprotect/#donors" target="_blank" title="Few power donors,special thanks to them">Power Donors</a> |
|
128 |
<h2>WP-CopyProtect Options</h2>
|
129 |
<form method="post" id="CopyProtect_options">
|
1 |
<?php
|
2 |
/*
|
3 |
+
Plugin Name: WP-CopyProtect [Protect your posts]
|
4 |
Plugin URI: http://www.thechetan.com/wp-copyprotect/
|
5 |
+
Description: This plug-in will protect your blog content [posts] from being copied. A simple plug-in developed to stop the Copy cats.
|
6 |
+
Version: 1.9
|
7 |
Author: Chetan Gole
|
8 |
Author URI: http://www.thechetan.com/
|
9 |
*/
|
28 |
function CopyProtect_no_right_click($CopyProtect_click_message)
|
29 |
{
|
30 |
?>
|
31 |
+
<script type="text/javascript">
|
32 |
<!--
|
33 |
|
34 |
/***************************************************************************************************************
|
35 |
+
*Copyprotection for this site is provided by WP-CopyProtect v1.9 visit www.TheChetan.com/wp-copyprotect/ for more details
|
36 |
*RightClick Disabled, Please DO NOT COPY.
|
37 |
***************************************************************************************************************/
|
38 |
|
77 |
?>
|
78 |
<script type="text/javascript">
|
79 |
/***************************************************************************************************************
|
80 |
+
*Copyprotection for this site is provided by WP-CopyProtect v1.9 visit www.TheChetan.com/wp-copyprotect/ for more details
|
81 |
*Selection Disabled, Please DO NOT COPY.
|
82 |
**************************************************************************************************************/
|
83 |
function disableSelection(target){
|
123 |
$wp_CopyProtect_nts = get_option('CopyProtect_nts');
|
124 |
?>
|
125 |
<div class="wrap">
|
126 |
+
<h1>WP-CopyProtect</h1> ver. 1.9
|
127 |
| <a href="http://www.thechetan.com/wp-copyprotect/" target="_blank" title="Visit homepage of wordpress plugin WP-CopyProtect">Visit Plugin page</a> | <a href="http://www.thechetan.com/wp-copyprotect/#donate" target="_blank" title="Donate some amount to WP-CopyProtect plugin developer to help him to develope more such plugins">Donate</a> | <a href="http://www.thechetan.com/wp-copyprotect/#donors" target="_blank" title="Few power donors,special thanks to them">Power Donors</a> |
|
128 |
<h2>WP-CopyProtect Options</h2>
|
129 |
<form method="post" id="CopyProtect_options">
|