centos安装飞信最新版 _休闲linux下飞信安装详细过程 安装过程
centos安装飞信最新版 _休闲首先是下载包    包名是fetion20091117-linux.tar.gz
centos安装飞信最新版 _休闲http://www.it-adv.net/fetion/downng/fetion20091117-linux.tar.gz 包下载地址
centos安装飞信最新版 _休闲本机环境安装到独立的目录
centos安装飞信最新版 _休闲[root@10vps ~]# mkdir /feixin
centos安装飞信最新版 _休闲上传到这个目录中
centos安装飞信最新版 _休闲cd /feixin
centos安装飞信最新版 _休闲[root@10vps feixin]# tar -zxvf fetion20091117-linux.tar.gz
centos安装飞信最新版 _休闲[root@10vps feixin]# cd fx
centos安装飞信最新版 _休闲[root@10vps feixin]# ./fetion
centos安装飞信最新版 _休闲./fetion: error while loading shared libraries: libACE-5.7.2.so: cannot open shared object file: No such file or directory
centos安装飞信最新版 _休闲[root@10vps fx]# cp libACE-5.7.2.so /lib/
centos安装飞信最新版 _休闲[root@10vps fx]# ./fetion
centos安装飞信最新版 _休闲./fetion: error while loading shared libraries: libACE_SSL-5.7.2.so: cannot open shared object file: No such file or directory
centos安装飞信最新版 _休闲[root@10vps fx]# cp libACE_SSL-5.7.2.so /lib
centos安装飞信最新版 _休闲[root@10vps fx]# ./fetion
centos安装飞信最新版 _休闲./fetion: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
centos安装飞信最新版 _休闲[root@10vps fx]# cp libssl.so.4 /lib
centos安装飞信最新版 _休闲[root@10vps fx]# ./fetion
centos安装飞信最新版 _休闲./fetion: error while loading shared libraries: libcrypto.so.4: cannot open shared object file: No such file or directory
centos安装飞信最新版 _休闲[root@10vps fx]# cp libcrypto.so.4 /lib/
centos安装飞信最新版 _休闲上面的意思也就是lib里面缺少这几个文件直接拷贝即可,我只是把出错过程也记录下来,文件就在下载的软件包里
centos安装飞信最新版 _休闲出现下面的界面表示飞信安装成功了已经可以运行了
centos安装飞信最新版 _休闲[root@10vps fx]# ./fetion
centos安装飞信最新版 _休闲************************ IMPORTANT STATEMENT ************************
centos安装飞信最新版 _休闲**                                                                                                                                 **
centos安装飞信最新版 _休闲**     PLEASE DON’T USE THIS SOFTWARE TO SEND JUNK SHORT MESSAGES.     **
centos安装飞信最新版 _休闲**     OTHERWISE PLEASE BEAR YOUR OWN CONSEQUENCES.                                    **
centos安装飞信最新版 _休闲**                                                                                                                                 **
centos安装飞信最新版 _休闲**                                                                Version:[20091117002-linux]            **
centos安装飞信最新版 _休闲*********************************************************************
centos安装飞信最新版 _休闲This program is the console version of China Fetion!
centos安装飞信最新版 _休闲It’s free for personal user.
centos安装飞信最新版 _休闲This project website: http://www.it-adv.net/
centos安装飞信最新版 _休闲
centos安装飞信最新版 _休闲AUTHOR:KelvinH MSN/EMAIL:shichangguo@msn.com
centos安装飞信最新版 _休闲
centos安装飞信最新版 _休闲Usage:
centos安装飞信最新版 _休闲        –mobile=[mobile]
centos安装飞信最新版 _休闲        –sid=[sid]
centos安装飞信最新版 _休闲        –pwd=[pwd]
centos安装飞信最新版 _休闲        –config=[config file] *format:index mobile password
centos安装飞信最新版 _休闲        –index=[index no in config file,refer to sample.conf]
centos安装飞信最新版 _休闲
centos安装飞信最新版 _休闲        –debug    *debug mode on
centos安装飞信最新版 _休闲        –hide    *login fetion in hidden state
centos安装飞信最新版 _休闲        –to=[mobile/sid]
centos安装飞信最新版 _休闲        –add=[uri]
centos安装飞信最新版 _休闲        –command-path=[command file path]
centos安装飞信最新版 _休闲        –robotmode
centos安装飞信最新版 _休闲        –daemon(linux only)
centos安装飞信最新版 _休闲        –proxy-ip(http proxy ip)
centos安装飞信最新版 _休闲        –proxy-port(http proxy port)
centos安装飞信最新版 _休闲        –msg-gb=[gb2312/gbk message]
centos安装飞信最新版 _休闲        –msg-utf8=[utf8 message]
centos安装飞信最新版 _休闲        –msg-type=[0/1/2/3 sms longsms smartmsg mms]
centos安装飞信最新版 _休闲        –file-gb=[gb2312/gbk file]
centos安装飞信最新版 _休闲        –file-utf8=[utf8 file]
centos安装飞信最新版 _休闲        –query-cmcc-no
centos安装飞信最新版 _休闲        –testaccount
centos安装飞信最新版 _休闲        –auto-retry
centos安装飞信最新版 _休闲        –get-web-session
centos安装飞信最新版 _休闲        –action=getpiccode –mobile=13910000000 –pwd=[pwd] (–piccode-url=[url])
centos安装飞信最新版 _休闲        –action=appsubscribe –mobile=[mobile] –pwd=[pwd] –pic-certificate-id=[certid] –pic-cert-code=[certcode] –apply-sub-service-url=[url]
centos安装飞信最新版 _休闲        –action=subscribe –mobile=[mobile] –pwd=[pwd] –sms-code=[smscode] –subscribe-url=[url]
centos安装飞信最新版 _休闲        –action=updatepwd –mobile=[mobile] –pwd=[pwd] –sms-code=[smscode] –update-pwd-url=[url]
centos安装飞信最新版 _休闲此时即可用下面的命令发送信息了,达到的效果和飞信一样 ,134的用户也就你本人给159的好友发送消息成功(要加了好友才可以发)
centos安装飞信最新版 _休闲[root@10vps feixin]# ./fetion –mobile=134******** –pwd=password –to=159******** –msg-utf8=10vps-test
centos安装飞信最新版 _休闲除此之外你还可以直接发送txt文件内的内容给你的好友发送方法见下
centos安装飞信最新版 _休闲[root@10vps feixin]# vi /tmp/10vps-test.txt
centos安装飞信最新版 _休闲内容随便写     10vps-test 保存后 直接发送即可
centos安装飞信最新版 _休闲[root@10vps feixin]# ./fetion –mobile=158******** –pwd=password –to=159********    –file-utf8=/tmp/10vps-test.txt
centos安装飞信最新版 _休闲
centos安装飞信最新版 _休闲发送后好友即可收到你发的信息
centos安装飞信最新版 _休闲后期还可以使用交互的脚本来使用短信重启apache
centos安装飞信最新版 _休闲测试中!本文出自 51CTO.COM技术博客    
centos安装飞信最新版 _休闲
centos安装飞信最新版 _休闲
centos安装飞信最新版 _休闲