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

Version Description

Download this release

Release Info

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

Code changes from version 1.2 to 1.3

Files changed (2) hide show
  1. readme.txt +10 -5
  2. wp-copyprotect.php +6 -4
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === WP-CopyProtect ===
2
  Contributors: cchetanonline
3
  Donate link: http://www.thechetan.com/
4
- Tags: post, posts, copy, protect, right, click, disable, copyprotect
5
- Requires at least: 2.5
6
  Tested up to: 2.6.5
7
- Stable tag: 1.1
8
 
9
  Protect your blog content from being copied. A simple plug-in developed to stop the Copy cats
10
 
@@ -12,7 +12,8 @@ Protect your blog content from being copied. A simple plug-in developed to stop
12
 
13
  Protect your blog content from being copied. A simple plug-in developed to stop the Copy cats
14
 
15
- This plug-in will disable right click on your blog , it will also disable selection of text in your site so that no one can copy and paste your content in there blog.
 
16
 
17
  By [Chetan Gole](http://www.thechetan.com/).
18
 
@@ -28,11 +29,15 @@ By [Chetan Gole](http://www.thechetan.com/).
28
 
29
  = I've a problem. Where can I get help? =
30
 
31
- Please post your messages to <a href="http://www.thechetan.com/wp-copyprotect">WP-CopyProtect home page</a>
32
 
33
  = Is it wp_2.6.x compatible? =
34
 
35
  Of course it is!
36
 
 
 
 
 
37
  == Screenshots ==
38
  1. Configuration page
1
  === WP-CopyProtect ===
2
  Contributors: cchetanonline
3
  Donate link: http://www.thechetan.com/
4
+ Tags: post, posts, copy, protect, right, click, disable, copyprotect, Google, SEO
5
+ Requires at least: 2
6
  Tested up to: 2.6.5
7
+ Stable tag: 1.2
8
 
9
  Protect your blog content from being copied. A simple plug-in developed to stop the Copy cats
10
 
12
 
13
  Protect your blog content from being copied. A simple plug-in developed to stop the Copy cats
14
 
15
+ This plug-in will **disable right click** on your blog , it will also **disable selection of text** in your site so that no one can copy and paste your content in there blog.
16
+ NOTE: Both *disable right click* and *disable selection of text* can be switch ON or OFF
17
 
18
  By [Chetan Gole](http://www.thechetan.com/).
19
 
29
 
30
  = I've a problem. Where can I get help? =
31
 
32
+ Please post your messages to <a href="http://www.thechetan.com/wp-copyprotect">WP-CopyProtect</a> Home page.
33
 
34
  = Is it wp_2.6.x compatible? =
35
 
36
  Of course it is!
37
 
38
+ = Why Disable content selection is not working ? =
39
+
40
+ Actually your theme doesn't have `< ?php wp_footer(); ?>` in footer, so please edit the footer of your theme and insert that code. The "disable Content selection" will start working.
41
+
42
  == Screenshots ==
43
  1. Configuration page
wp-copyprotect.php CHANGED
@@ -3,7 +3,7 @@
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.1
7
  Author: Chetan Gole
8
  Author URI: http://www.thechetan.com/
9
  */
@@ -139,10 +139,10 @@ function CopyProtect_options_page()
139
  <th width="33%" scope="row">Disable right mouse click:</th>
140
  <td>
141
  <input type="checkbox" id="CopyProtect_nrc" name="CopyProtect_nrc" value="CopyProtect_nrc" <?php if($wp_CopyProtect_nrc == true) { echo('checked="checked"'); } ?> />
142
- check to activate (I do not recommand to switch on this option, as above option is sufficient to stop content theft)
143
  <br />
144
  <input name="CopyProtect_nrc_text" type="text" id="CopyProtect_nrc_text" value="<?php echo get_option('CopyProtect_nrc_text') ;?>" size="30"/>
145
- This warning will be given to right clickers in warning box.
146
  </td>
147
  </tr>
148
  <tr valign="top">
@@ -155,7 +155,9 @@ function CopyProtect_options_page()
155
  </table>
156
  <p class="submit"><input type="submit" name="CopyProtect_save" value="Save" /></p>
157
  <h2>Any Problems, Suggestion, question .... </h2>
158
- <p> Visit <a href="http://www.thechetan.com/wp-copyprotect/">TheChetan.com/wp-copyprotect/</a></p>
 
 
159
  </fieldset>
160
  </form>
161
  </div>
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.2
7
  Author: Chetan Gole
8
  Author URI: http://www.thechetan.com/
9
  */
139
  <th width="33%" scope="row">Disable right mouse click:</th>
140
  <td>
141
  <input type="checkbox" id="CopyProtect_nrc" name="CopyProtect_nrc" value="CopyProtect_nrc" <?php if($wp_CopyProtect_nrc == true) { echo('checked="checked"'); } ?> />
142
+ check to activate (I do not recommand to switch on this option, as below option is sufficient to stop content theft)
143
  <br />
144
  <input name="CopyProtect_nrc_text" type="text" id="CopyProtect_nrc_text" value="<?php echo get_option('CopyProtect_nrc_text') ;?>" size="30"/>
145
+ This warning will be given to right clickers.
146
  </td>
147
  </tr>
148
  <tr valign="top">
155
  </table>
156
  <p class="submit"><input type="submit" name="CopyProtect_save" value="Save" /></p>
157
  <h2>Any Problems, Suggestion, question .... </h2>
158
+ <p> Visit <a href="http://www.thechetan.com/wp-copyprotect/" target="_blank">TheChetan.com/wp-copyprotect/</a></p>
159
+ <h2>Show your copyright</h2>
160
+ You can use <a href="http://creativecommons.org/license/" target="_blank">Creative Commons lience</a> to show your copyright.
161
  </fieldset>
162
  </form>
163
  </div>