Statistics: Posted by Jason Caldwell — August 17th, 2010, 11:46 am
martonic wrote:
Hi Jason,
This was a free registration, as we are not allowing payments until someone already has a WordPress account.
Thanks again for looking into this.
Statistics: Posted by Jason Caldwell — August 10th, 2010, 5:45 pm
Statistics: Posted by martonic — August 10th, 2010, 12:00 pm
Statistics: Posted by Jason Caldwell — August 5th, 2010, 3:37 pm
http://my_site.com/new_wp_user.php?secret=my_secret&id=%%user_id%%&fname=%%user_first_name%%&lname=%%user_last_name%%&login=%%user_login%%&level=%%level%%&email=%%user_email%%
$secret = $_GET['secret'];
$wp_id = $_GET['id'];
debug("new-wp-user--- wp_id = $wp_id, email = $email");
[bern]$ cat debug.log
new-wp-user--- wp_id = %%user_id%%, email = test7@bulldogdiversions.com
Statistics: Posted by martonic — July 31st, 2010, 6:26 pm
Statistics: Posted by Jason Caldwell — July 28th, 2010, 6:18 am
Statistics: Posted by Jason Caldwell — July 28th, 2010, 6:16 am
Statistics: Posted by martonic — July 24th, 2010, 2:29 pm
$id = $_GET['id'];
error_log("id = $id\n", 3, 'debug.log');
Statistics: Posted by martonic — July 24th, 2010, 2:24 pm