WP-CopyProtect [Protect your blog posts] - Version 1.9.1

Version Description

Download this release

Release Info

Developer cchetanonline
Plugin Icon wp plugin WP-CopyProtect [Protect your blog posts]
Version 1.9.1
Comparing to
See all releases

Code changes from version 1.9 to 1.9.1

Files changed (2) hide show
  1. readme.txt +8 -7
  2. wp-copyprotect.php +6 -6
readme.txt CHANGED
@@ -1,10 +1,10 @@
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
 
@@ -24,10 +24,10 @@ So that no one can simply copy and paste the content of your blog in there 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
 
32
  == Installation ==
33
 
@@ -52,5 +52,6 @@ Catch me on [Wp-CopyProtect Homepage](http://www.thechetan.com/wp-copyprotect/)
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.
 
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, Bing,
5
  Requires at least: 2
6
+ Tested up to: 2.9
7
+ Stable tag: 1.9.1
8
 
9
  Protect your blog content from getting copied. A simple plug-in developed to stop the Copy cats
10
 
24
 
25
  Why dont you rate the plugin if you like it !! :) >>
26
 
27
+ ** *Latest* release 1.9.1 : VALID XHTML (Validation errors removed) + Compatable with WP-2.9 **
28
 
29
 
30
+ By [Chetan Gole](http://chetangole.com/).
31
 
32
  == Installation ==
33
 
52
  1. Configuration page
53
 
54
  == Change Log ==
55
+ * ver : 1.9.1.0 : Compatiblility tag added for Wp 2.9 .
56
+ * ver : 1.9.0.0 : VALID XHTML (Validation errors removed).
57
+ * ver : 1.8.0.0 : Update for Wordpress 2.8 with change in settng page.
wp-copyprotect.php CHANGED
@@ -3,13 +3,13 @@
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
  */
10
 
11
  /*
12
- Copyright 2008 Chetan Gole, IN (http://www.thechetan.com/)
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@ function CopyProtect_no_right_click($CopyProtect_click_message)
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,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.9 visit www.TheChetan.com/wp-copyprotect/ for more details
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.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">
@@ -177,7 +177,7 @@ Most copy cats use your blogs <a href="/feed/" target="_blank">RSS feeds</a> to
177
  </table>
178
  <h3>Thank you</h3>
179
  Plug in developed by <a href="http://www.thechetan.com/" target="_blank">Chetan Gole</a>. <br />
180
- <small>Follow me on Twitter <a href="http://twitter.com/cchetanonline" target="_blank">@cchetanonline</a></small>
181
  </fieldset>
182
  </form>
183
  </table>
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.1
7
  Author: Chetan Gole
8
  Author URI: http://www.thechetan.com/
9
  */
10
 
11
  /*
12
+ Copyright 2010 Chetan Gole, IN (http://www.thechetan.com/)
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License as published by
32
  <!--
33
 
34
  /***************************************************************************************************************
35
+ *Copyprotection for this site is provided by WP-CopyProtect v1.9.1 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.1 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.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">
177
  </table>
178
  <h3>Thank you</h3>
179
  Plug in developed by <a href="http://www.thechetan.com/" target="_blank">Chetan Gole</a>. <br />
180
+ <small>Follow me on Twitter <a href="http://twitter.com/Chetan_Gole" target="_blank">@Chetan_Gole</a></small>
181
  </fieldset>
182
  </form>
183
  </table>