LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: perloicq

Perl OICQ 今天发表

[复制链接]
发表于 2004-2-5 13:46:00 | 显示全部楼层
Perl OICQ 问题

1. 先把密码存在环境变量OICQ_PW

$ export OICQ_PW=OICQ密码

$ export OICQ_PW= 这个在哪里改?

这里我怎么稿?
发表于 2004-2-5 14:00:06 | 显示全部楼层
随便在哪个term里面
发表于 2004-2-5 17:18:41 | 显示全部楼层
贴个QQ登录脚本:)
#! /bin/bash
echo "请输入您的QQ号:"
read qq
if [[ ${#qq}<1 ]];then
echo "QQ号不能为空!请重新运行程序!"
exit 0
fi
stty -echo
echo "请输入您的密码:"
read qqpwd
stty echo
if [[ ${#qqpwd}<1 ]];then
echo "QQ密码不能为空!请重新运行程序!"
exit 0
fi
export OICQ_PW=$qqpwd
/usr/local/bin/oicq $qq
发表于 2004-3-16 12:30:52 | 显示全部楼层
怎么老提示我没有设置密码?
我设置了阿
发表于 2004-3-20 02:44:27 | 显示全部楼层
slackware9.1
perl 5.8
无法安装啊
有新的版本或者解决办法么
发表于 2004-6-5 20:09:59 | 显示全部楼层

在freebsd 5.1 中使用0.7版本,登陆失败~

Connecting to server 61.144.238.146:8000......redirected.
Connecting to server 61.141.194.200:8000......failed.
Connecting to server 202.104.129.251:8000......redirected.
Connecting to server 61.141.194.204:8000......failed.
Connecting to server 202.104.129.254:8000......redirected.
Connecting to server 61.141.194.224:8000......failed.
Connecting to server 61.141.194.203:8000......redirected.
Connecting to server 61.141.194.231:8000......failed.
Connecting to server 202.104.129.252:8000......redirected.
Connecting to server 61.144.238.151:8000......no response.
Connecting to server 202.104.129.253:8000......no response.
Connecting to server 61.144.238.145:8000......redirected.
Connecting to server 61.144.238.150:8000......no response.
Connecting to server 218.17.209.22:8000......redirected.
Connecting to server 61.144.238.150:8000......failed.
Failed to login.

请问应该怎么办?如果我PASSWORD错误就能提示我密码错误,那么说应该能连上去的,怎么就登补了呢?
我的网络情况是,教育网,然后通过网通出口出去的,在外面显示的IP都是同一个出口,象代理上网
发表于 2004-8-8 11:16:58 | 显示全部楼层
Can't locate auto/Net/OICQ/dumphex.al in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.6.1/mach /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.6.1/BSDPAN /usr/local/lib/perl5/5.6.1/mach /usr/local/lib/perl5/5.6.1 .) at /usr/local/lib/perl5/site_perl/5.6.1/mach/Net/OICQ.pm line 672
怎么回事?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表