Chrisj Posted September 10, 2010 Share Posted September 10, 2010 I'm using this php web script and would like to know what happens upon log-in. I see "will auto hide when logged in". Does this mean the log-in box disappears after log-in? Does it get replaced with something? Can you read the code below and tell me? If so, what replaces it? Thanks. <!-- start of login box - will auto hide when logged in--> <div id="IndexLoginGoldBox_1"> <!--[onload_300;block=div;when [var.show_login_box]=1;comm]--> <div id="IndexLoginGoldBox_2"> <div id="IndexLoginGoldBox_content"> <div id="RelatedVideosTitle"> <span class="font5_14">Login and start Uploading!</span></div> <ul class="IndexLoginGoldBox_list"> <form name="login" action="login.php" method="POST" class="FormIndexLogin"> <li>Username <input type="text" name="user_name_login" size="20" /> </li> <li>Password <input type="password" name="password_login" size="20" /> </li> <li> <input type="hidden" name="submitted" value="yes" /> <input type="submit" value="Login Now" name="logi_n" /> </li> </form> </ul> </div> </div> </div> <!-- end of login box --> Quote Link to comment https://forums.phpfreaks.com/topic/213079-log-in-disappears-upon-login/ Share on other sites More sharing options...
schilly Posted September 10, 2010 Share Posted September 10, 2010 That code doesn't give us anything other than a login form. Have you tried out the script yet to see what it does? Did you look at the login.php file where the form posts to? Quote Link to comment https://forums.phpfreaks.com/topic/213079-log-in-disappears-upon-login/#findComment-1109701 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.