0)
{
$items = file($database);
foreach($items as $line)
{
list($username, $password, $email, $name, $active) = explode('|', trim($line));
if ($username == $_POST['username'] && $active != "0" && $password == $crypt_pass)
{
$found = true;
$fullname = $name;
}
}
}
if($found == false)
{
header('Location: '.$error_page);
exit;
}
else
{
session_start();
$_SESSION['username'] = $_POST['username'];
$_SESSION['fullname'] = $fullname;
$rememberme = isset($_POST['rememberme']) ? true : false;
if ($rememberme)
{
setcookie('username', $_POST['username'], time() + 3600*24*30);
setcookie('password', $_POST['password'], time() + 3600*24*30);
}
header('Location: '.$success_page);
exit;
}
}
$username = isset($_COOKIE['username']) ? $_COOKIE['username'] : '';
$password = isset($_COOKIE['password']) ? $_COOKIE['password'] : '';
?>
FBCBC - Login
Pastor's Blog
Calendar
Login Page Link:
Login Information:
username: chuck
password: 1stbaptist
Login Link:
Login Information:
email:
password: 1stbaptist
Gmail Calendar Code:
<iframe src="http://www.google.com/calendar/embed?showCalendars=0&height=600&wkst=1&bgcolor=%23FFFFFF&src=fbcofbc%40gmail.com&color=%232952A3&ctz=America%2FNew_York" style=" border-width:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe>
ADMIN
Login Info
Admin
Admin Login
Website created by Design 1:26. | www.design126.com | 314-283-6760




-------------------------------------------------------------
WORDPRESS
Username: admin & chuck
Password: 1stbaptist
Login Page http://firstbaptistbc.org/blog/wp-login.php
---------------------------------------------------------------------
GMAIL & CALENDAR
Gmail: fbcofbc@gmail.com
1stbaptist
Gmail Calendar Code:
<iframe src="http://www.google.com/calendar/embed?src=fbcofbc%40gmail.com&ctz=America/New_York" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
--------------------------------------------------------------
HOSTING
Email contact@design126.com
Password1stbaptist
FTP host name firstbaptistbc.org
FTP user name a7242510
FTP password 1stbaptist
MySQL database has been created. Use these details for your PHP scripts:
$mysql_host = "mysql8.000webhost.com";
$mysql_database = "a7242510_fbcbc";
$mysql_user = "a7242510_admin";
$mysql_password = "1stbaptist";
---------------------------------------------------------------------------
GENERAL
fbcbc@bellsouth.net
chucknbc@bellsouth.net
704-629-4158
close X

