####CHECK FOR SESSION INCLUDE "../../secure/session.php"; INCLUDE "../../secure/hitcounter.php"; ####LOG CODE $log_msg = $_SESSION[‘session_playwright_name’].' accessed page - members.'; include "../../secure/backuplog.php"; #### if($LOGGEDONUSERVARI == 'TRUE'){ include "index.php"; exit(); } #####ADD TO STATS COUNTER function selfURL() { $s = empty($_SERVER["HTTPS"]) ? '' : ($_SERVER["HTTPS"] == "on") ? "s" : ""; $protocol = strleft(strtolower($_SERVER["SERVER_PROTOCOL"]), "/").$s; $port = ($_SERVER["SERVER_PORT"] == "80") ? "" : (":".$_SERVER["SERVER_PORT"]); return $protocol."://".$_SERVER['SERVER_NAME'].$port.$_SERVER['REQUEST_URI']; } function strleft($s1, $s2) { return substr($s1, 0, strpos($s1, $s2)); } ####RAW HITS INCLUDE "../../secure/connectiondetails.php"; ##CHECK FOR ACTION $CHECKACTIVATION = $HTTP_GET_VARS['activate']; IF ($CHECKACTIVATION!='') { include '../../secure/activate.php'; } $membersaction = $HTTP_POST_VARS['action']; IF ($membersaction=='Get Username') {$usertext1 = $HTTP_POST_VARS['usertext']; include '../../secure/sendusername.php'; } IF ($membersaction=='Get Password') {$userpass1 = $HTTP_POST_VARS['passtext']; include '../../secure/sendmypass.php'; } IF ($membersaction=='Log on') { $usertext1 = $HTTP_POST_VARS['usertext']; $userpass1 = $HTTP_POST_VARS['passtext']; include '../../secure/loggingon.php'; } ?>
To make your scripts available online at StageRights.com, you need to register.
Registration is free and doesn't take long
To view and download scripts on StageRights.com you must first register.
Registration is free and doesn't take long.