Statistics: Posted by Jason Caldwell — November 22nd, 2011, 5:49 pm
Statistics: Posted by artsyhome — November 22nd, 2011, 4:16 pm
Statistics: Posted by Jason Caldwell — November 15th, 2011, 5:00 pm
Statistics: Posted by yamidemichaos — November 11th, 2011, 12:48 pm
Statistics: Posted by cassel — September 28th, 2011, 8:07 pm
Statistics: Posted by cassel — September 28th, 2011, 6:40 am
Statistics: Posted by Cristián Lávaque — September 28th, 2011, 4:37 am
Statistics: Posted by Jason Caldwell — September 27th, 2011, 9:39 pm
Statistics: Posted by cassel — September 27th, 2011, 1:37 pm
Thanks SUE!
You have successfully purchased the Element.
If you haven't already done so, the next step is to Register a Username for the Campus.
Complete your registration here:
http://tinyurl.com/3ryexpl#scrapbookcampus.com
If you have any trouble, please feel free to contact us.
Once your registation is completed, you can login and access your bonuses here:
http://scrapbookcampus.com/
Enjoy your stay in the Campus,
Cassel
Scrapbook Campus
Statistics: Posted by cassel — September 26th, 2011, 4:56 am
<?php
add_filter ('ws_plugin__s2member_modification_email_sbj', 'my_s2_modification_sbj', 10, 2);
function my_s2_modification_sbj ($s2member_default_sbj, $vars = array ())
{
return 'Thank you for purchasing '. $vars["item_name"];
}
add_filter ('ws_plugin__s2member_modification_email_msg', 'my_s2_modification_msg', 10, 2);
function my_s2_modification_msg ($s2member_default_msg, $vars = array ())
{
return "Thank you ". $vars["first_name"] . "\n\nYou have successfully purchased the " . $vars["item_name"] . "\n\nIf you have not already done so, the next step is to Register a Username for the Campus.\n\n Please complete your registration here:" . wp_login_url () . "\n\n
If you have any trouble, please feel free to contact us.\n\nOnce your registation is completed, you can login and access your bonuses here: http://scrapbookcampus.com/".$vars["cv"][1];
}
?>
Statistics: Posted by cassel — September 20th, 2011, 11:00 pm
Statistics: Posted by Jason Caldwell — September 20th, 2011, 7:13 pm
Statistics: Posted by cassel — September 17th, 2011, 5:03 pm
Statistics: Posted by Cristián Lávaque — September 1st, 2011, 11:52 pm
Subject: Congratulations! You officially registered for the Element Creation with PSP
Thanks Robert!
You have successfully purchased the Element Creation with PSP.
If you haven't already done so, the next step is to Register a Username
for the Campus.
Complete your registration here:
http://tinyurl.com/xxxxxxxx
If you have any trouble, please feel free to contact us.
Once your registation is completed, you can login and access your bonuses
here:
http://xxxxxxxxx
Enjoy your stay in the Campus,
Cassel
Scrapbook Campus
Statistics: Posted by cassel — September 1st, 2011, 9:09 pm
<?php
add_filter ("ws_plugin__s2member_modification_email_sbj", "my_s2_modification_sbj", 10, 2);
function my_s2_modification_sbj ($s2member_default_sbj, $vars = array ())
{
return 'Thank you for purchasing '. $vars["item_name"] .;
}
add_filter ("ws_plugin__s2member_modification_email_msg", "my_s2_modification_msg", 10, 2);
function my_s2_modification_msg ($s2member_default_msg, $vars = array ())
{
return 'Thank you' $vars["first_name"] '\n\nYou have successfully purchased the ' $vars["item_name"] '\n\nIf you have not already done so, the next step is to Register a Username for the Campus.\n\n Please complete your registration here:' . wp_login_url ()'\n\n
If you have any trouble, please feel free to contact us.\n\nOnce your registation is completed, you can login and access your bonuses here: http://scrapbookcampus.com/'$vars["cv"][1];
}
?>
return 'Thank you for purchasing '. $vars["item_name"];
return 'Thank you' $vars["first_name"] '\n\nYou have successfully purchased the ' $vars["item_name"] '\n\nIf you have not already done so, the next step is to Register a Username for the Campus.\n\n Please complete your registration here:' . wp_login_url ()'\n\n
If you have any trouble, please feel free to contact us.\n\nOnce your registation is completed, you can login and access your bonuses here: http://scrapbookcampus.com/'$vars["cv"][1];
Statistics: Posted by Jason Caldwell — September 1st, 2011, 8:46 pm
Parse error: syntax error, unexpected ';' in /home/creas1/public_html/scrapbookcampus.com/wp-content/mu-plugins/s2-hacks.php on line 5
<?php
add_filter ("ws_plugin__s2member_modification_email_sbj", "my_s2_modification_sbj", 10, 2);
function my_s2_modification_sbj ($s2member_default_sbj, $vars = array ())
{
return 'Thank you for purchasing '. $vars["item_name"] .;
}
add_filter ("ws_plugin__s2member_modification_email_msg", "my_s2_modification_msg", 10, 2);
function my_s2_modification_msg ($s2member_default_msg, $vars = array ())
{
return 'Thank you' $vars["first_name"] '\n\nYou have successfully purchased the ' $vars["item_name"] '\n\nIf you have not already done so, the next step is to Register a Username for the Campus.\n\n Please complete your registration here:' . wp_login_url ()'\n\n
If you have any trouble, please feel free to contact us.\n\nOnce your registation is completed, you can login and access your bonuses here: http://scrapbookcampus.com/'$vars["cv"][1];
}
?>
Statistics: Posted by cassel — September 1st, 2011, 6:20 pm
Statistics: Posted by Jason Caldwell — September 1st, 2011, 5:03 pm