Showing source for: http://www.newhopebible.net/System/Login.asp?Referer=https%3A%2F%2Fwww.greekfoot.com%2Fgfneo%2Findex.php%3Faction%3Dprofile%3Bu%3D349385&id=49429
Duration: 0.234889s
Server: Microsoft-IIS/7.0

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="content-type">
        <title>
   Login
        </title>
        <meta content="" name="description">
        <meta content="" name="keywords">
        <link href="/clientimages/49429/favicon.ico" rel="shortcut icon" type="image/x-icon">
        <script type="text/javascript">
            <!--
            document.open();document.write('<scr'+'ipt type="text/javascript" src="/common/javascript/v2.js"></scr'+'ipt>');document.write('<scr'+'ipt type="text/javascript" src="/common/javascript/debabel.js"></scr'+'ipt>');document.close();var siteID='49429';var siteName='New Hope Bible Church';var userID='0';var userName='';var tokenid='530151360';var query='Referer=https%3A%2F%2Fwww.greekfoot.com%2Fgfneo%2Findex.php%3Faction%3Dprofile%3Bu%3D349385&id=49429';var host='http://www.newhopebible.net';var referer='';var design='40340';//-->
        </script>
        <script type="text/javascript">
            var ancestors = [];
        </script>
        <!--[if lt IE 7]><script type="text/javascript" src="/templates/system/dynamic-menu.js"></script><![endif]-->
        <style media="screen" type="text/css">
            @import "/templates/system/framework.css";
            #left-column {
                display
                :
                none
                ;
            }
            #menu ul {
                text-align          : center;
            }
            #menu ul li {
                float               : left;
            }
            #menu ul ul a {
                height              : 1%;
            }
            #menu ul li {
                position            : relative;
            }
            #menu ul li:hover > ul,#submenu ul li:hover > ul {
                display             : block;
            }
            #menu ul ul {
                display             : none;
                position            : absolute;
                text-align          : left;
                z-index             : 100;
                width               : 13em;
            }
            #menu ul ul li {
                width               : 100%;
            }
            #menu ul ul {
                top                 : 100%;
                left                : 0em;
            }
            #menu ul ul li {
                float               : none;
            }
            #menu ul ul ul {
                top                 : 0em;
                left                : 100%;
                font-size           : 1em;
                padding-top         : 0px;
            }
            #submenu ul ul li {
                padding-left        : 10px;
            }
        </style>
        <style media="screen" type="text/css">
            @import "/templates/system/themes/lifebridge/styles.css";@import "/templates/system/themes/lifebridge/secondary-styles.css";#center-column-content {
                margin-left
                :
                 
                24px
                ;
                margin-right
                :
                 
                46px
                ;
                width
                :
                 
                586px
                ;
            }
            #right-column-content {
                margin-left         : 36px;
                margin-right        : 24px;
                width               : 274px;
            }
        </style>
        <style media="print" type="text/css">
            @import
             
            "/templates/system/print.css"
            ;
        </style>
    </head>
    <body>
        <div id="site-content">
            <div id="content">
                <div id="header">
                </div>
                <div id="menu">
                    <ul>
                        <li id="skip-navigation">
                            <a href="#main-content">
                                Skip Navigation
                            </a>
                        </li>
                        <li id="menu-link-home">
                            <a class="LHome" href="/templates/default.asp?id=49429">
                                Home
                            </a>
                        </li>
                        <li id="menu-link-directory">
                            <a class="directory" href="/templates/default.asp?id=49429&amp;PG=directory">
                                Church Directory
                            </a>
                        </li>
                        <li id="menu-link-media">
                            <a class="media" href="/templates/default.asp?id=49429&amp;PG=media">
                                Sermons
                            </a>
                        </li>
                    </ul>
                    <div class="clear" id="FFMenuBgFix">
                    </div>
                </div>
                <div id="masthead">
                    <div id="site-name">
                        New Hope Bible Church
                    </div>
                    <div id="date-time">
                        Monday, May 27, 2024
                    </div>
                    <div id="slogan">
                    </div>
                    <div id="masthead-image">
                    </div>
                </div>
                <div id="columns">
                    <table border="0" cellpadding="0" cellspacing="0" width="100%">
                        <tbody>
                            <tr>
                                <td id="left-column" valign="top">
                                    <div id="left-column-width">
                                        <div id="left-column-content">
                                            <div>
                                                <a href="http://www.oneplace.com/">
                                                    <img alt="" height="86" src="/clientimages/49429/general/oneplace_logo_globe.jpg" style="width: 114px; height: 33px" width="249">
                                                </a>
                                            </div>
                                        </div>
                                    </div>
                                </td>
                                <td id="center-column" valign="top">
                                    <a name="main-content">
                                    </a>
                                    <div id="center-column-content">
                                        <div id="bodyCopy">
                                            <h1 class="page-title">
                                                Login
                                            </h1>
                                            <script type="text/javascript">
                                                function validate(oForm) {
                                                    var errors = 0;
                                                    if (oForm.SiteID && oForm.SiteID.value == "") {
                                                        errors++;
                                                        alert("You must enter a site id or domain name.");
                                                        oForm.SiteID.focus();
                                                    }
                                                    if (errors == 0 && oForm.UID.value == "") {
                                                        errors++;
                                                        alert("You must enter a username.");
                                                        oForm.UID.focus();
                                                    }
                                                    if (errors == 0 && oForm.PWD.value == "") {
                                                        errors++;
                                                        alert("You must enter a password.");
                                                        oForm.PWD.focus();
                                                    }
                                                    if (errors == 0 && ((oForm.UID.value).indexOf("@") == -1 || (oForm.UID.value).indexOf(".") == -1)) {
                                                        alert("Your username is not an email address. Please update your profile at your earliest convenience.");
                                                    }
                                                    if (errors == 0) {
                                                        return true;
                                                    } else {
                                                        return false;
                                                    }
                                                }
                                                function HideCookieNotice() {
                                                    document.getElementById("usecookie").style.display = "none";
                                                }
                                                if (window.addEventListener) {
                                                    window.addEventListener("load", HideCookieNotice, false);
                                                }
                                                if (window.attachEvent) {
                                                    window.attachEvent("onload", HideCookieNotice);
                                                }
                                            </script>
                                            <form action="Login.asp" method="post" name="input" onsubmit="return validate(this);">
                                                <div>
                                                    <div>
                                                        <a class="LnkRegisterUser" href="UserProfile.asp?id=49429&amp;func=signup&amp;Referer=https%3A%2F%2Fwww%2Egreekfoot%2Ecom%2Fgfneo%2Findex%2Ephp%3Faction%3Dprofile%3Bu%3D349385">
                                                            Sign Up
                                                        </a>
                                                        |
                                                        <a href="ForgotPassword.asp?id=49429&amp;Referer=https%3A%2F%2Fwww%2Egreekfoot%2Ecom%2Fgfneo%2Findex%2Ephp%3Faction%3Dprofile%3Bu%3D349385">
                                                            Forgot Password
                                                        </a>
                                                    </div>
                                                    <div>
                                                        &nbsp;
                                                    </div>
                                                    <table class="optionBox">
                                                        <tbody>
                                                            <tr>
                                                                <td class="label">
                                                                    <label for="UserName">
                                                                        Email:
                                                                    </label>
                                                                </td>
                                                                <td>
                                                                    <input class="required" id="UserName" maxlength="55" name="UID" size="40" type="text" value="">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td class="label">
                                                                    <label for="Password">
                                                                        Password:
                                                                    </label>
                                                                </td>
                                                                <td>
                                                                    <input class="required" id="Password" maxlength="55" name="PWD" size="40" type="password" value="">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td>
                                                                    &nbsp;
                                                                </td>
                                                                <td>
                                                                    <input id="saveSession" name="saveSession" type="checkbox" value="1">
                                                                    <label for="saveSession">
                                                                        <span class="LnkStayLoggedIn">
                                                                            Remember Me
                                                                        </span>
                                                                    </label>
                                                                    <a href="javascript:toggleView('usecookie');">
                                                                    </a>
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td>
                                                                    &nbsp;
                                                                </td>
                                                                <td>
                                                                    <input name="Referer" type="hidden" value="https://www.greekfoot.com/gfneo/index.php?action=profile;u=349385">
                                                                    <input name="id" type="hidden" value="49429">
                                                                    <input name="SessionID" type="hidden" value="530151360">
                                                                    <input class="submit" id="btnLogin" type="submit" value="Log In">
                                                                    <script type="text/javascript">
                                                                        document.open();
                                                                        document.write('<input type="button" value="Exit" class="cancel" onclick="document.location=\'https://www.greekfoot.com/gfneo/index.php?action=profile;u=349385\';" />');
                                                                        document.close();
                                                                    </script>
                                                                    <noscript>
                                                                        <a href="https://www.greekfoot.com/gfneo/index.php?action=profile;u=349385" title="Exit Login">
                                                                            Exit Login
                                                                        </a>
                                                                    </noscript>
                                                                </td>
                                                            </tr>
                                                        </tbody>
                                                    </table>
                                                    <div>
                                                        &nbsp;
                                                    </div>
                                                    <div class="bgLight padded">
                                                        <strong>
                                                            Note: If you are unable to log in using your email address
                                                        </strong>
                                                        , you may have signed up with a different username. Try entering your username in the
                                                        <em>
                                                            Email
                                                        </em>
                                                        field. Once you have successfully logged in, you will be prompted to update your account to use your email address in the future.
                                                    </div>
                                                    <div id="usecookie">
                                                        <h3>
                                                            Remember Me
                                                        </h3>
                                                        <div>
                                                            To enhance system security and performance, user sessions only remain active for up to 20 minutes between page requests. Selecting "Remember Me" will keep your session active for up to 24 hours from your last page request.
                                                        </div>
                                                        <div>
                                                            &nbsp;
                                                        </div>
                                                        <div>
                                                            Because the token will be stored on the computer's hard drive until you log out (even if you disconnect from the internet, close your browser, or turn off your computer), you should always log out before leaving the computer unattended.
                                                        </div>
                                                        <div>
                                                            &nbsp;
                                                        </div>
                                                        <div>
                                                            <strong>
                                                                WARNING:
                                                            </strong>
                                                            Do not select the "Remember Me" option if you are using a public or shared computer. Forgetting to log out could allow other people to access your account.
                                                        </div>
                                                    </div>
                                                </div>
                                            </form>
                                        </div>
                                    </div>
                                </td>
                                <td id="right-column" valign="top">
                                    <div id="right-column-width">
                                        <div id="submenu">
                                        </div>
                                        <div id="right-column-content">
                                        </div>
                                    </div>
                                </td>
                            </tr>
                        </tbody>
                    </table>
                    <div class="clear">
                    </div>
                </div>
                <!-- END COLUMNS -->
                <div id="footer">
                    <div id="footer-content">
                        <div id="copyright">
                            <a href="http://e-zekiel.com">
        Church Website by E-zekiel
                            </a>
                        </div>
                        <div id="tools">
                            <a class="TipSearchSite" href="/templates/default.asp?id=49429&amp;PG=search" id="tools-search-link" title="Search this site.">
                                <img alt="Search this site." class="TipSearchSite" height="24" id="tools-search-image" src="/common/images/clear.gif" width="24">
                            </a>
                            <a href="/templates/default.asp?id=49429&amp;PG=siteindex" id="tools-sitemap-link" title="View the site map.">
                                <img alt="View the site map." class="LnkSiteMap" height="24" id="tools-sitemap-image" src="/common/images/clear.gif" width="24">
                            </a>
                            <form action="/System/Login.asp?id=49429&amp;PG=ePage" id="emailThisPage" method="post" onsubmit="sendContents();return false;">
                                <div>
                                    <input name="PageLink" type="hidden" value="http://www.newhopebible.net/System/Login.asp?Referer=https%3A%2F%2Fwww.greekfoot.com%2Fgfneo%2Findex.php%3Faction%3Dprofile%3Bu%3D349385&amp;id=49429">
                                    <input name="PageContents" type="hidden">
                                    <input alt="Email this page to a friend." class="TipEmailPage" height="24" id="tools-email-image" src="/common/images/clear.gif" title="Email this page to a friend." type="image" width="24">
                                </div>
                            </form>
                        </div>
                    </div>
                    <!-- END FOOTER-CONTENT -->
                </div>
                <!-- END FOOTER -->
            </div>
            <!-- END CONTENT -->
        </div>
        <!-- END SITE-CONTENT -->
    </body>
</html>

Latest requests

# Url Url Source Date
1 http://www.newhopebible.net/System… 2024-05-27 22:39:29
2 https://thebolditalic.com/?gi=cdd0… 2024-05-27 22:39:29
3 https://thebolditalic.com/?gi=0f11… 2024-05-27 22:39:28
4 https://thebolditalic.com/?gi=ab4f… 2024-05-27 22:39:27
5 https://baremetal.com/ 2024-05-27 22:39:27
6 https://thebolditalic.com/?gi=2d70… 2024-05-27 22:39:26
7 https://accounts.google.com/v3/sig… 2024-05-27 22:39:25
8 https://thebolditalic.com/?gi=252c… 2024-05-27 22:39:24
9 https://thebolditalic.com/?gi=4783… 2024-05-27 22:39:23
10 https://thebolditalic.com/?gi=1c8d… 2024-05-27 22:39:23
11 https://thebolditalic.com/?gi=a076… 2024-05-27 22:39:22
12 https://thebolditalic.com/?gi=2fa9… 2024-05-27 22:39:21
13 https://thebolditalic.com/?gi=4242… 2024-05-27 22:39:21
14 https://thebolditalic.com/?gi=fbcc… 2024-05-27 22:39:20
15 https://thebolditalic.com/?gi=51dc… 2024-05-27 22:39:19
16 https://thebolditalic.com/?gi=02a8… 2024-05-27 22:39:18
17 https://thebolditalic.com/?gi=f9cb… 2024-05-27 22:39:18
18 https://thebolditalic.com/?gi=b7bd… 2024-05-27 22:39:17
19 https://edremitajans-com.cdn.amppr… 2024-05-27 22:39:16
20 https://thebolditalic.com/?gi=6e73… 2024-05-27 22:39:15