WP Content Copy Protection & No Right Click - Version 3.4.5

Version Description

  • security fix for the settings form
Download this release

Release Info

Developer wp-buy
Plugin Icon 128x128 WP Content Copy Protection & No Right Click
Version 3.4.5
Comparing to
See all releases

Code changes from version 3.4.4 to 3.4.5

Files changed (3) hide show
  1. admin-core.php +2 -1
  2. preventer-index.php +1 -4
  3. readme.txt +6 -1
admin-core.php CHANGED
@@ -16,7 +16,7 @@ if ( isset( $_POST['Restore_defaults'] ) )
16
  header("Location: $new_url");
17
  }
18
 
19
- if(isset($_POST["Save_settings"]))
20
  {
21
  //----------------------------------------------------list the options array values
22
  $single_posts_protection = '';
@@ -173,6 +173,7 @@ if(localStorage.getItem('wpccp_subscribed') =='wpccp_subsbc_user')
173
  </p>
174
  <form method="POST">
175
  <input type="hidden" value="update" name="action">
 
176
  <div class="simpleTabs">
177
  <ul class="simpleTabsNavigation">
178
  <li><a href="#"><?php _e('Main Settings','wp-content-copy-protector'); ?></a></li>
16
  header("Location: $new_url");
17
  }
18
 
19
+ if(isset($_POST["Save_settings"]) && (isset($_POST["make_this_form_verified_nonce"]) && wp_verify_nonce( $_POST[ 'make_this_form_verified_nonce' ], 'make_form_nonce_action' )))
20
  {
21
  //----------------------------------------------------list the options array values
22
  $single_posts_protection = '';
173
  </p>
174
  <form method="POST">
175
  <input type="hidden" value="update" name="action">
176
+ <?php wp_nonce_field('make_form_nonce_action','make_this_form_verified_nonce'); ?>
177
  <div class="simpleTabs">
178
  <ul class="simpleTabsNavigation">
179
  <li><a href="#"><?php _e('Main Settings','wp-content-copy-protector'); ?></a></li>
preventer-index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Content Copy Protection & No Right Click
4
  Plugin URI: http://wordpress.org/plugins/w-p-content-copy-protector/
5
  Description: This wp plugin protect the posts content from being copied by any other web site author , you dont want your content to spread without your permission!!
6
- Version: 3.4.4
7
  Author: wp-buy
8
  Text Domain: wp-content-copy-protector
9
  Domain Path: /languages
@@ -38,9 +38,6 @@ function wccp_enqueue_scripts() {
38
  wp_register_style('simpletabscss', $pluginsurl.'/css/simpletabs.css');
39
  wp_enqueue_style('simpletabscss');
40
 
41
- wp_register_style('bootstrap-grid.min', $pluginsurl.'/start-page-assests/css/bootstrap-grid.min.css');
42
- wp_enqueue_style('bootstrap-grid.min');
43
-
44
  wp_register_style('font-awesome.min.css', 'https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
45
  wp_enqueue_style('font-awesome.min.css');
46
  }
3
  Plugin Name: WP Content Copy Protection & No Right Click
4
  Plugin URI: http://wordpress.org/plugins/w-p-content-copy-protector/
5
  Description: This wp plugin protect the posts content from being copied by any other web site author , you dont want your content to spread without your permission!!
6
+ Version: 3.4.5
7
  Author: wp-buy
8
  Text Domain: wp-content-copy-protector
9
  Domain Path: /languages
38
  wp_register_style('simpletabscss', $pluginsurl.'/css/simpletabs.css');
39
  wp_enqueue_style('simpletabscss');
40
 
 
 
 
41
  wp_register_style('font-awesome.min.css', 'https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
42
  wp_enqueue_style('font-awesome.min.css');
43
  }
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: wp-buy
3
  Tags: content, content copy protection, content protection, copy protection, prevent copy, protect blog, image protect, image protection, no right click, plagiarism, secure content, content theft
4
  Requires at least: 3.5
5
  Tested up to: 5.9
6
- Stable tag: 3.4.4
7
 
8
  This wp plugin protect the posts content from being copied by any other web site author (content copy protection) , you dont want your content to spread without your permission!!
9
 
@@ -64,6 +64,11 @@ your posts extremely simple without yelling at your readers</li>
64
  </ul>
65
 
66
  == Changelog ==
 
 
 
 
 
67
  = 3.4.4 =
68
  <ul>
69
  <li>Checking with wordpress version 5.9</li>
3
  Tags: content, content copy protection, content protection, copy protection, prevent copy, protect blog, image protect, image protection, no right click, plagiarism, secure content, content theft
4
  Requires at least: 3.5
5
  Tested up to: 5.9
6
+ Stable tag: 3.4.5
7
 
8
  This wp plugin protect the posts content from being copied by any other web site author (content copy protection) , you dont want your content to spread without your permission!!
9
 
64
  </ul>
65
 
66
  == Changelog ==
67
+ = 3.4.5 =
68
+ <ul>
69
+ <li>security fix for the settings form</li>
70
+ </ul>
71
+
72
  = 3.4.4 =
73
  <ul>
74
  <li>Checking with wordpress version 5.9</li>