CHTCONT.PHP3:
The code is as follows:
$sC
$C
if ($ConnID) {
if ($id = = "1" && $ps = "Superldz") {
$result = @odbc_exec ($ConnID, "select TOP stime,scont,snamefrom,snameto,seqid,sipfrom from Chtcont ORDER by SeqID DESC" );
$lMax =-1;
while (@odbc_fetch_into ($result,0,& $rArr)) {
$sLine = $RARR [0]. " ". $RARR [1];
$sLine =str_replace ("%m", $RARR [2]. " [". $RARR [5]."] ", $sLine);
$sLine =str_replace ("%g", $RARR [3], $sLine);
$sLine. = "
n ";
if ($rArr [4]> $lMax) $lMax = $RARR [4];
$sC
}
if ($lMax >-1) @odbc_exec ($ConnID, "UPDATE User SET firsttime=false,lastloc=". $lMax + 1). " WHERE userid= ". $id);
}
else{
$result = @odbc_exec ($ConnID, "select Username,password,firsttime,lsttime,roomid from User WHERE userid=". $id);
if (@odbc_fetch_into ($result,0,& $rArr)) {
if ($RARR [1]== $ps) {
if ($rArr [3]>= (Time ()-1800)} {
if ($RARR [2]) {
$result = @odbc_exec ($ConnID, "select TOP stime,scont,snamefrom,sidfrom,snameto,sidto,seqid from Chtcont WHERE ( Bsecret=false OR (Bsecret=true and (sidfrom=). $id. OR sidto= ". $id." OR sidto=0)) and (roomid= ". $RARR [4]." OR roomid=0) ORDER by SeqID DESC ");
$lMax =-1;
while (@odbc_fetch_into ($result,0,& $rArr)) {
$sLine = $RARR [0]. " ". $RARR [1];
if ($id = = $RARR [3])
$sLine =str_replace ("%m", "You", $sLine);
Else
$sLine =str_replace ("%m", $RARR [2], $sLine);
if ($id = = $RARR [5])
$sLine =str_replace ("%g", "You", $sLine);
Else
$sLine =str_replace ("%g", $RARR [4], $sLine);
$sLine. = "
n ";
if ($rArr [6]> $lMax) $lMax = $RARR [6];
$sC
}
if ($lMax >-1) @odbc_exec ($ConnID, "UPDATE User SET firsttime=false,lastloc=". $lMax + 1). " WHERE userid= ". $id);
}
}
else $sC align= ' center ' > You're out of time.
Click here to log back in
";
}
else $sC align= ' center ' > Password wrong!
Click here to log back in
";
}
else $sC align= ' center ' > The user does not exist!
Click here to log back in
";
}
@odbc_close ($ConnID);
}
else $sC align= ' center ' > system failure, unable to login!
";
?>
<title>Chat content</title>
"The copyright of this article is owned by the author and house Orso near net, if need to reprint, please specify the author and source"
The above describes the sandisksecureaccess with PHP and access to write chat room seven, including the sandisksecureaccess aspects of the content, I hope to be interested in PHP tutorial friends helpful.