I’ve tried many decoders without any luck so far. Seems like there’s a pro here that can actually help me. I thank you in advance. Here’s the link to the code: http://pastebin.com/j5Ljge56
I had a same problem and after replacing post_publish file no sms was sent. would love to see this plugin work.
Will it work even if users have different access, like “client” and ” contractor”. There’s two groups of users that have different actions. Here is the wp-register.php file:
<?php
/**
* Used to be the page which displayed the registration form.
*
* This file is no longer used in WordPress and is
* deprecated.
*
* @package WordPress
* @deprecated Use wp_register() to create a registration link instead
*/
require(‘./wp-load.php’);
wp_redirect(‘wp-login.php?action=register’);
?>
I think it’s modified to work only with this script and may cancel actions of different user groups. Am I right?