⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 icqlib.php

📁 The goal with this project was to make it possible for almost any mobile-phone to use ICQ and be abl
💻 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 ('&lt;##icqimage0000&gt;',								 '&lt;##icqimage0001&gt;',								 '&lt;##icqimage0002&gt;',								 '&lt;##icqimage0003&gt;',								 '&lt;##icqimage0004&gt;',								 '&lt;##icqimage0005&gt;',								 '&lt;##icqimage0006&gt;',								 '&lt;##icqimage0007&gt;',								 '&lt;##icqimage0008&gt;',								 '&lt;##icqimage0009&gt;',								 '&lt;##icqimage000a&gt;',								 '&lt;##icqimage000b&gt;',								 '&lt;##icqimage000c&gt;',								 '&lt;##icqimage000d&gt;',								 '&lt;##icqimage000e&gt;',								 '&lt;##icqimage000f&gt;'); 								//:-):-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 + -