//set up the names of the database and table
$db_name ="mysql";
$table_name ="authorize";
//connect to the server and select the database
$server = "localhost";
$dbusername = "etstr2";
$dbpassword = "smets1";
//domain information
$domain = ".etstracking.com";
//Change to "0" to turn off the login log
$log_login = "1";
//base_dir is the location of the files, ie http://www.yourdomain/login
$base_dir = "http://www.etstracking.com/login/login-redirect";
//length of time the cookie is good for - 7 is the days and 24 is the hours
//if you would like the time to be short, say 1 hour, change to 60*60*1
$duration = time()+(60*60*24*30);
//the site administrator\'s email address
$adminemail = "udelaguila@sm-ets.com";
//sets the time to EST
$zone=3600*-6;
//do you want the verify the new user through email if the user registers themselves?
//yes = "0" : no = "1"
$verify = "1";
//default redirect, this is the URL that all self-registered users will be redirected to
$default_url = "http://www.etstracking.com/secure/markets.php";
//minimum and maximum password lengths
$min_pass = 5;
$max_pass = 10;
$num_groups = 0+2;
$group_array = array("Users","Administrators");
?>
Electronic Tracking Systems - Log-In
Our system
did not recognize your log in information. Please try logging
in again below,
or contact us to report a problem.
ETS provides
leadership and a community benefit service through unique
partnerships with businesses and law enforcement agencies
dedicated to reducing crime in the communities we serve.