i need a login script.
Heres the log in code taken from index.php, I think its as easy as editing this, but i cant program, and cant afford to spend $50 on a book thats 450 pages long to learn how...
if ($action=="login") {
$noheader=1;
}
if ($action=="signup") {
header("Location: member.php?action=signup");
exit;
}
require("global.php");
if (isset($action)==0 or $action=="") {
$action="showforums";
}
if ($action=="login") {
verifyusername($username,$password);
if ($url!="" and $url!="index.php") {
$username=urlencode($username);
if (strpos($url,"?")>0) {
$url.="&username=$username&password=".substr(md5($password),0,strlen($password));
} else {
$url.="?username=$username&password=".substr(md5($password),0,strlen($password));
}
header("Location: $url");
} else {
eval("echo standardredirect($bbtitle,"".gettemplate("redirect_login")."","index.php");");
}
exit;
}
Thanks in advance!
i am a computer student from india .... i read ur problem ...i am redy to help you... what is ur plan ? which is ur site?
mail me
ratheeshcalicut@rediffmail.com
-Adam
#If you have any other info about this subject , Please add it free.# |

