Sandisksecureaccess writing a chat room with PHP and access seven

Source: Internet
Author: User
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.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.