Statistics: Posted by TotalWeb — January 16th, 2012, 5:26 pm
Statistics: Posted by Jason Caldwell — April 7th, 2011, 4:28 pm
Statistics: Posted by Cristián Lávaque — April 6th, 2011, 2:48 am
Statistics: Posted by dev9833 — April 6th, 2011, 1:35 am
`s2member_seeking` is always passed in; it is never excluded.
<?php
if (isset($_GET['s2member_seeking']))
echo '<p>The page you were trying to view is protected. Please become a member.</p>';
?>
Statistics: Posted by Cristián Lávaque — April 6th, 2011, 12:27 am
Statistics: Posted by dev9833 — April 5th, 2011, 10:50 pm
Statistics: Posted by Cristián Lávaque — April 5th, 2011, 10:46 pm
Statistics: Posted by dev9833 — April 5th, 2011, 10:32 pm
Statistics: Posted by Cristián Lávaque — April 5th, 2011, 10:20 pm
<?php if($_GET["s2member_level_req"]){ ?><p>The page you were trying to view is protected. Please become a member.</p><?php } ?>
Statistics: Posted by dev9833 — April 5th, 2011, 4:37 pm