首先参考的是秋风的这篇文章:LogMeIn + VPN 打造 Xrumer 运行环境
http://premiumvpn.eu/ 速度超快,支持spam —打不开
https://www.goldenfrog.com/vyprvpn VyprVPN提供无限的速度,没有使用或下载上限。 VPN服务器之间的自由切换,无限 IP 位置供你使用,不须额外费用。—–好像没有什么名气,网上也查不到配合使用XRUMER的评价!
http://strongvpn.com/ —- 不错,BHW很多人推荐
http://www.ipredator.se/ —-不错,BHW很多人推荐
http://hidemyass.com/vpn/ —-不错,BHW很多人推荐
vpntunnel.se —-不错
免费.edu邮箱
1. 注册地址 https://eims.maricopa.edu/MAW/MAW.html
2. 选则 “I am a new student and have never attended any Maricopa Community College or Skill Centers.”
3. 去 http://zh-cn.fakenamegenerator.com/advanced.php生成一个美国人的信息
4. 完成注册
5. 登陆地址 http://mail.google.com/a/maricopa.edu
我用这个通过了amazon students的验证
LNMP军哥一键包之修复最新php漏洞
备份并打开upgrade_php.sh文件 查找php.net,
找到wget -c http://xxxxxxxxxxxxxxxx/php-$php_version.tar.gz
替换成wget -c http://downloads.php.net/johannes/php-$php_version.tar.gz
然后执行升级脚本输入5.3.9RC4 ,等编译完就行了
Nginx反向代理
采集耗电、费时间,对方更换了规则,还得重新配置采集规则。相信很多做垃圾站的朋友会有类似感慨。
相信大家都已经很熟悉 Apache 和 Nginx, 其实它们本身都有关键词替换功能,也就是说,你根本不需要安装任何额外的软件,甚至连 php/mysql 都省了,只要用 Apache 或者 nginx 就可以实现网站克隆/伪原创。
要点只有2个:
1. 反向代理
2. 关键词替换
下面就讲讲过程 (centos-32bit)
1. nginx + substitutions 安装
nginx 自带一个Substitution模块,但该模块只能写一行,所以我们改用 substitutions
下面是安装一些预备软件
1 2 3 4 5 6 | yum -y --noplugins install wget zip yum -y --noplugins install unzip yum -y --noplugins install gcc yum -y --noplugins install make yum -y --noplugins install pcre-devel yum -y --noplugins install openssl-devel |
下载软件
1 2 | wget -c http://www.nginx.org/download/nginx-1.0.8.tar.gz svn checkout http://substitutions4nginx.googlecode.com/svn/trunk/ substitutions4nginx-read-only |
编译软件
1 2 3 4 5 | tar zxf nginx-1.0.8.tar.gz cd nginx-1.0.8.tar.gz ./configure ./configure --add-module=path/substitutions4nginx-read-only //注意这里的path是相对应的真实路径 make make install |
此时,nginx应该安装在于 /usr/local/nginx 下面
配置 nginx.conf
1 2 3 4 5 6 7 8 | server_name www.beaublog.com; location / { subs_filter ca-pub-对方gg用户 ca-pub-替换成你的; subs_filter 6121088089 612108343455; //把google ad 的广告号 6121088089 改成你自己的,你懂的!:D proxy_pass http://www.beaublog.com; //反向本站为例。 index index.html index.htm; } |
记住subs_filter 命令的格式,你想替换设么就随你了。
另外, 反向代理的个数是不限制的。只要你掌握了规则,一个网站下可以包含n多个网站的镜像。 一个nginx 上也可以跑 n多个网站。就看你自己怎么运用了。
别忘了吧logo地址替换成自己的
参考:http://www.hostloc.com/thread-94331-1-1.html
微软学生账号申请window 2008 R2 正版授权
https://domains.live.com/members/signup.aspx?domain=stu.xawl.edu.cn
先去注册EUD邮箱
https://www.dreamspark.com/ 登陆,好像不能用火狐 !
点击“sign in”,用刚才注册的EDU邮箱账号登录
点击“Get Verified”,选“China”,“Verify as a Student”,“Get verified through my school”,“Continue”,
选:陕西省 西安文理学院
会发给你刚才注册EDU邮箱一份验证信,按信里的链接完成认证,就可以去下载软件了!
windows 几个必要软件下载地址
每次安装每次都要找,很麻烦。索性先记录一下
XR 用其他验证码 如DeathByCaptcha
编辑anticaptcha.ini
[ANTI-CAPTCHA.COM]
Key=username:password
GetBalanceIntervalSec=50
RetriveAllCaptchaStatusIntervalSec=5
SendCaptchaAttemptsCount=5
SendCaptchaAttemptInterval=20
WaitCaptchaCodeTimeSec=120
OnFailStrategyId=0
Host=api.deathbycaptcha.com
其他依此类推
XR TOOLS 中每个工具的作用
Links counter 计算txt文件中有多少发送条目,其实没有多大作用,本身xr打开加载后,左下角就可以显示!
Links post-processing 链接后缀处理 因为xr发布成功的数据是包含了各种后缀和日志形式的 通过这个工具可以处理成简单的纯网址形式
Delete all links according to black list 字面意思就很清楚了:根据黑名单中删除所有的链接 ,依据是xblack.txt 中的连接
Delete duplicated links : 删除重复连接
Filter by domains zone :去除连接中的特定网址,如去除wordpress.com
Sort Success id*.txt by topic number: 统计成功链接中的发帖数
Links database analysis :链接分析工具了 可以用这个过滤一些垃圾SPAM论坛
Links database Filter:用于过滤链接
Links patterns analysis:用于分析链接中的共同特征 这个可以用于发现一些成功链接的共同特征然后用于HR搜索过滤词
Links database Filter的具体用法
Further:
1) Open Tools> Links database filter
2) Chose “Src. base” (source database) by pressing “…” button – in our case is LinksList id1.txt
3) In field “Filter-words” enter words from the list, separated by space.
4) Search scope – chose “Only links” (searching will be done only in domain names)
5) From option “Strings, which contains these words -” chose “Remove”. So, all links, which contains words from list, will be deleted.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | /feedback /contact /?content=contactus /di_contact /TOCContactUs. contacts.php contacts.htm /index.jsp?pageId=contact contactform.php ?class=Contact /send_msg kontakt /SendMessage. /sendfriend/ /sendtofriend. sendtoafriend send-private-message send2friend |
可用IP查询,IP段查询
http://www.ctohome.com/linux-vps-pack/ip.php
google加密搜索
中文加密:https://encrypted.google.com/webhp?hl=zh-CN
英文加密:https://encrypted.google.com/webhp?hl=en
设置hosts
74.125.235.97 encrypted.google.com