readme
来自「ajax 聊天室,实现多人聊天,无刷新!」· 代码 · 共 18 行
TXT
18 行
///////////////////////////////////
// ajax im v3.0 //
// AJAX Instant Messenger //
// Copyright (c) 2006-2007 //
// unwieldy studios/Joshua Gross //
// http://unwieldy.net/ajaxim/ //
// Do not remove this notice //
///////////////////////////////////
The is_online.php script allows you to display a users status as an image. It is very simple to use.
To use:
1. Edit the configuration at the top of the is_online.php script.
2. Upload the is_online.php script and accompanying images folder.
3. To display a user's status, insert this line anywhere:
<img src="[pathtoscript]/is_online.php?user=[username]" />
Replace [pathtoscript] with the path to the script and [username] with the username you want to display the status of.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?