Hi ! I installed AFFILIATE SPLIT PAY PRO script on my website but now I can't login. Everything seem correct but maybe I forget something. Does someone have met the same problem? Thank Lydie
I try to do it individual and both. but no result. I don't know if I do it well. Can you give me the step please I do it in this website with login.php: http://www.miraclesalad.com/webtools/md5.php
this is my login.php file <? require "../includes/admin/connect.php"; require "../includes/admin/variables.php"; ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <TITLE><?=$progname?> Admin</TITLE> <style type="text/css"> body { background-image: url(<?=$path?>admin/images/bg2.gif); background-image: repeat; font-family : Verdana,Lucida,sans-serif; } body,tr,td { font-size : 85%; } a { color : #336699; text-decoration : none; } a:hover { text-decoration : underline; font-weight: bold; } TD{ font-family: "verdana"; font-size: "12px"; text-align: left; font-weight: normal; } </style> </head> <BODY LEFTMARGIN=0 TOPMARGIN=10 MARGINWIDTH=0 MARGINHEIGHT=10 BGPROPERTIES=FIXED> <CENTER><TABLE width=686 border=2 bordercolor=#000855 cellpadding=5 cellspacing=0 bgcolor=#ffffff> <TR> <TD><IMG SRC="<?=$path?>admin/images/header.gif" WIDTH=700 HEIGHT=100 BORDER=0 ALT=""></TD> </TR> <TR> <TD><CENTER><form name="login" action="<? echo ($PHP_SELF); ?>" method="POST"> <TABLE width=50%> <TR> <TD width=15%>Email</TD> <TD width=85%><input type="text" name="uid" size="30"/></TD> </TR> <TR> <TD>Password</TD> <TD><input type="password" name="pwd" size="30"/></TD> </TR> <TR> <TD colspan=2><CENTER><input type="hidden" name="page" value="0"/><input style="background: #6699CC; color: #FFFFFF; border-width: 1; border-color: #8DDAD9;" class="pushbutton" type="submit" name="submit" value="Admin Login" title="Admin Login"/></TD> </TR> </TABLE></form></CENTER><CENTER><form name="reminder" action="reminder.php" method="POST"><TABLE width=50%><TR> <TD colspan=2><CENTER><input type="text" name="email" size="30"/><br><input style="background: #6699CC; color: #FFFFFF; border-width: 1; border-color: #8DDAD9;" class="pushbutton" type="submit" name="submit" value="Forgot Password" title="Forgot Password Click Here"/></CENTER></form></TD></TR></TABLE></form></CENTER></TD> </TR> <TR> <TD><IMG SRC="<?=$path?>admin/images/footer.gif" WIDTH=700 HEIGHT=35 BORDER=0 ALT=""></TD> </TR> </TABLE> </CENTER></BODY></HTML> PHP: is it wrong? Lydie
your login form post variables to login.php again and i can't see any code to check authentication !did you write this codes yourself ? what is content of 2 php file(s) included ?