📄 icqlib.php
字号:
<? // Wapmess, originally developed by G鰎an (depeh) Johansson, Sweden
//
// Feel free to improve this program in any way you can, but please share your version!
// More info and the latest version is avaiable at:
// http://sourceforge.net/projects/wapmess/require_once("config.php");require_once("rtfclass.php");function icqimage2smiley($data){ $sea = array ('<##icqimage0000>', '<##icqimage0001>', '<##icqimage0002>', '<##icqimage0003>', '<##icqimage0004>', '<##icqimage0005>', '<##icqimage0006>', '<##icqimage0007>', '<##icqimage0008>', '<##icqimage0009>', '<##icqimage000a>', '<##icqimage000b>', '<##icqimage000c>', '<##icqimage000d>', '<##icqimage000e>', '<##icqimage000f>'); //:-):-O:-|:-/:-(:-{}:*):'-(;-):-@:-<:-X:-P8-)O-):-D $repl = array (":)", ":o", ":|", ":/", ":(", ":*", ":}", ";(", ";)", ">:o", ":C", ":X", ":p", "8)", "0:)", ":D"); return str_replace($sea,$repl,$data);}function rtf2txt($data){ $sea = array ("\'e5","\'e4","\'f6","\'c5","\'c4","\'d6"); $repl = array ("
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -