Forgot Your Password? "); if($form!='complete'){print("
Simply enter your email address below. Once you have completed this, an email will instantly be sent to that address with the password for your account. Please keep in mind that you must use the email address you used when registering your account.

Email Address:

"); } else{ $select=mysql_query("SELECT password, self_managed FROM accounts WHERE email='$email01'"); $select=mysql_fetch_assoc($select); if($select[password]!='' && $select[account_managed]==''){ $to= "$email01"; $to=str_replace(".", "~", $to); $to=str_replace("@", "`", $to); $site2=str_replace(".", "`", $site); $site2=str_replace("/", "~", $site2); $password=str_replace(" ", "*1*", $select[password]); $type='6'; include("sendemail.php"); print("Your password has been sent to $email01. Please allow a few minutes for the emails to appear in your inbox."); } elseif($select[self_managed]!='' && $select[password]!=''){ print("Your account is managed by a sales representative. Please contact your rep for information about how to manage your own $publication account."); } else{ print("There is currently no account created with that email address. Please try another or create a new account.

Click Here to create a new account
Click Here to try another email address"); } } print("
"); } else{ $self=mysql_query("SELECT * FROM accounts WHERE email='$email' && password='$password'"); $self=mysql_fetch_assoc($self); $self[postal]=str_replace(" ", "", $self[postal]); if($form=='complete'){ if($email10=='' or $password10=='' or $name=='' or $zip==''){ if($email10==''){$error_account="
  • You did not include an email address. ";} if($password10=''){$error_account="$error_account
  • You did not include a password. ";} if($name==''){$error_account="$error_account
  • You did not include a name. ";} if($zip==''){$error_account="$error_account
  • You did not include a postal/zip code.";} if($error_account!=''){$error_account="$error_account

    ";} } else{ if($companylogo!=''){ if($companylogo_type=='image/gif'){$type1='.gif';} else{$type1='.jpg';} $self[company]=str_replace(" ", "", $self[company]); $filename="$self[company]$type1"; copy ($companylogo, $server_directory."logos/$filename") or die (""); $filename=$server_directory."logos/$filename"; include("imagecompression.php"); $filename=$logo_directory."$self[company]$type1"; $logo_insert=", logo='$filename'"; } $view="login again"; $zip=str_replace(" ", "", $zip); $zip=strtoupper($zip); $zip_length=strlen($zip); if($zip_length>=6){$zip=substr($zip, 0, 3)." ".substr($zip, 3);} $pos1=strpos("$zip", '00'); $pos2=strpos("$zip", '0'); if($pos1 === false){} elseif($pos1!== false){if($pos1==0){$zip=substr($zip, 1);}} if($pos2=== false){} elseif($pos2!== false){if($pos2==0){$zip=substr($zip, 1);}} $zip=mysql_query("SELECT * FROM zip_code WHERE zip_code='$zip'"); $postal=mysql_fetch_assoc($zip); $company_profile=str_replace("'", "`", $company_profile); $company_profile=str_replace("\"", "~", $company_profile); $company_profile=str_replace("\`", "`", $company_profile); $company_profile=str_replace("\~", "~", $company_profile); $company=str_replace("'", "`", $company); $company=str_replace("\"", "~", $company); $company=str_replace("\`", "`", $company); $company=str_replace("\~", "~", $company); $phone=str_replace(" ", "", $phone); $phone=str_replace("-", "", $phone); $phone=str_replace("(", "", $phone); $phone=str_replace(")", "", $phone); $phone=str_replace(".", "", $phone); $phone=str_replace("ext", "", $phone); $phone=str_replace("EXT", "", $phone); $fax=str_replace(" ", "", $fax); $fax=str_replace("-", "", $fax); $fax=str_replace("(", "", $fax); $fax=str_replace(")", "", $fax); $update=mysql_query("UPDATE accounts SET phone='$phone', fax='$fax', email='$email10', password='$password10', name='$name', postal='$postal[zip_code]', metro='$metro', country='$postal[country]', city='$postal[city]', province='$postal[state_prefix]', company='$company', profile='$company_profile'$logo_insert WHERE email='$email' && password='$password'"); } } print("
    "); if($view=="login again"){print("
    Success
    Your account has successfully been changed. Please return to the homepage to sign in again. Click Here to return to the homepage
    "); } else{ if($email=='' && $password==''){ print("
    Please Login
    You must login to change/modify your account settings.

    Click Here if you are not a member and would like to register as a Job Seeker.
    "); } else{ print(""); print(""); if($self[level]=='2'){ print(" "); $num="4"; } else{$num="3"; print("");} print("
    My Account Settings
    1 "); print("
    $error_account
    Email Address:
    Password:
    2
    Name:
    Zip/Postal Code:
    Metro Area:
    (The closest metropolitan city)
    3 "); if($self[logo]!=''){print("");} else{print("");} $self[profile]=str_replace("`", "'", $self[profile]); $self[profile]=str_replace("~", """, $self[profile]); print("
    Company Name
    Company Logo

    Above is a sample of your Company Logo. This does not appear to scale.
    You have not uploaded a Company Logo.
    Company Profile
    $num
    "); } } print("
    "); if($self[level]<2){$additional_info="Upload Your Resume

    Did you know that you can upload your resume to the $title website? You may upload up to 5 resumes. With each resume uploaded you can include three categories that each resume applies to. In addition you can also include keywords that describe your resume and you. Employers may then search through resumes and find qualified individuals. By targeting your resume correctly, you could find multiple job offerings in no time.

    You can upload your resume as a word document, pdf format or even enter it manually in a textbox.

    Click Here to upload your resume";} else{ if($self[resume_search]>0){$res="Click Here to begin searching for qualified employees.";} else{$res="Please contact your Sales Representative and inquire about enabling Resume Searching.";} $additional_info="Search Resumes

    Did you know that $title allows you to search through resumes? Job Seekers may upload an unlimited amount of resumes. With each resume uploaded they can include three categories that each resume applies to. In addition they can also include keywords that describe each resume and themselves. Employers may then search through resumes and find qualified individuals. By selecting the appropriate category, location, and ideal keywords you can select the best candidates for your employment positions.

    $res";} print("
    Additional Information
    $additional_info
    "); print("
    "); } include("bottom.php"); ?>