Dupage County


Community Service Registration

Court Ordered Community Service Instructions

Click Here to Register and get started with your Community Service.
Instructions...... If this is your first visit...Click here to REGISTER.
If you already have a username and password, enter them in the box above to login.

If you do not have an email address, you will need to sign up for one before you can register for Community Service. You will need this address to send and receive all your Community Service assignments. Click here to set up your free email account with G-mail. Be sure to write down your account name and password and check your email for new assignments daily.


After you Register above, you will receive an email within 24 hours with your new timesheet and instructions. Follow these instructions and your assignments will start coming as fast as you can complete them.
If you do not receive an email within 24 hours, you have done something wrong. You must go back to top of this page and start over. Check each step carefully and make sure you understand before proceeding to the next step.


cs101 (8K)
G-Mail Instructions

Community Service 101
Copyright 2008 CommunityService101.com   All Rights Reserved .... .


DuPage County Community Service

Instructions for entering defendants into the online Community Service Database

Enter all information for defendant below.

After entering all information use the Submit button to continue to WorkSite Selection.

Thank you for signing up with Community Service 101.com

Your Login Details:
Username:$username
Password:$password "; //Message Headers and Subject $subject = "Re: Community Service 101 Registration Information"; $headers="From: CommunityService101 \r\n" ."Reply-To: no-reply@CommunityService101.com\r\n" ."Content-Type: text/html\r\n"; //Send Email mail($email,$subject,$message,$headers); } if (isset($_POST['submit'])) { if (!($_POST['firstname']) or !($_POST['lastname']) or !($_POST['username']) or !($_POST['email']) or !($_POST['phonenumber']) or !($_POST['password']) or !($_POST['county']) or !($_POST['hours'])) { header("Location: register.php?status=1"); exit; } else { $firstname=htmlspecialchars($_POST['firstname']); $lastname=htmlspecialchars($_POST['lastname']); $username=htmlspecialchars($_POST['username']); $email=htmlspecialchars($_POST['email']); $phonenumber=htmlspecialchars($_POST['phonenumber']); $password=htmlspecialchars($_POST['password']); $county=htmlspecialchars($_POST['county']); $hours=htmlspecialchars($_POST['hours']); } //Checks if the username is in use $check_username = mysql_query("SELECT `ID` FROM `users` WHERE `username`='".$username."'") or die(mysql_error()); $total_results = mysql_num_rows($check_username); //Check to see if the email is valid $inwhere=$email; $pattern = "/(@)/"; if (!(preg_match_all($pattern,$inwhere,$dat)==1)) { header("Location: register.php?status=2"); exit; } //If the name is already taken it lets them know if ($total_results != 0) { header("Location: register.php?status=3&username=".$username.""); exit; } //Insert user data into the database $insert = "INSERT INTO users (`username`,`password`,`email`,`firstname`,`lastname`,`phone`,`county`,`hours`) VALUES ('".$username."','".$password."','".$email."','".$firstname."','".$lastname."','".$phonenumber."','".$county."','".$hours."')"; $add_member = mysql_query($insert); //Email username and password send_email($email,$username,$password); //Set session data $session_data = array($username,$password); $session_data = serialize($session_data); $_SESSION['memberid'] = $session_data; //Redirect to the members page header("Location: members.php"); exit; } ?>
Firstname Lastname Email Address

Firstname Lastname Email Address

Firstname
Lastname
Email Address

Firstname
Lastname
Username
Password
Email Address
Phone Number
County
Hours


If you do not have an email address, you will need to sign up for one before you can register for Community Service. You will need this address to send and receive all your Community Service assignments. Click here to set up your free email account with G-mail. Be sure to write down your account name and password and check your email for new assignments daily.


CLICK HERE to check in Daily. You should check in every day until you have completed all your hours.

After you Register above, you will receive an email within 24 hours with your new timesheet and instructions. Follow these instructions and your assignments will start coming as fast as you can complete them.
If you do not receive an email within 24 hours, you have done something wrong. You must go back to top of this page and start over. Check each step carefully and make sure you understand before proceeding to the next step.


Temporary Links

G-Mail Instructions ....... Community Service worker Page 1 ....... WorkSite Manager Page 1 ....... Court Employee Page 1



Copyright 2008 CommunityService101.com   All Rights Reserved .... Site Manager only!