} else { $username = "游客"; } session_register('username'); save_online($username, get_client_ip()); header("location:".SCRIPT."?action=chat"); }
//开始聊天www.knowsky.com if ($action=="chat") { $online_sum = get_online_sum(); echo "<head><title>[ ".CHAT_NAME." ]</title></head><center><body bgcolor=#C4BFB9 style='font-size:12px;'> <div style='border:1px solid #999966; width:802px;height:450'><iframe src='".SCRIPT."?action=show' name=show_win width=800 height=450 scrolling=auto frameborder=0></iframe></div><br> <marquee width=70% scrollamount=2> ".AD_MSG." </marquee> [当前在线:$online_sum] <iframe src='".SCRIPT."?action=say' name=say_win width=800 height=60 scrolling=no frameborder=0> "; }
//说话界面 if ($action=="say") { echo "<head><title>[ ".CHAT_NAME." ]</title></head><center><body bgcolor=#C4BFB9 style='font-size:12px;'> <form action=".SCRIPT."?action=save method=post name=chat onSubmit='return check()'> [".$_SESSION['username']."]说:<input type=text size=80 maxlength=500 name=chatmsg style=' background-color:#99CC99; width:550px; height:22px; border:1px solid:#000000'> <select name=usercolor> <OPTION selected style='COLOR: #000000' value='000000'>默认颜色</OPTION> <OPTION style='COLOR: #000000' value='#000000'>黑色沉静</OPTION> <option style='COLOR: #ff0000' value='#FF0000'>红色热情</option> <option style='COLOR: #0000ff' value='#0000FF'>蓝色开朗</op 上一页 [1] [2] [3] [4] [5] 下一页 |