• 随机标签:
当前位置:首页 >> 开心网技巧 >> 开心网外挂之怎么样做开心网外挂
« 摇钱树果实-摇钱树种植指南及功能详解

开心网外挂之怎么样做开心网外挂

日期:2010-3-11 13:13:0 发布:admin 发所属类别:开心网技巧 浏览次数:

< Zend Framework手册中英文版1.8 2009年4月30日 下载
《剖析开心网外挂系列》 >
怎么样做开心网外挂
要开发开心网只需要扎实的基础就行了,基础就包括DHTML AJAX、HTTP协议、正则表达式、CURL、一门自己认识的语言
其实外挂就是自动模拟真实操作而已,平时你是怎么操作的你就让程序怎么做就行了。
简单说,就两步操作,登录 做你想做的事,我们先来说登录
一、登录
只需要把用户名和密码提交到这个网址就行了http://www.kaixin001.com/login/login.php
可以用curl扩展来实现,我喜欢用snoopy,下面是俺的代码
/**
* 登陆函数
*/
public function login( $email = ”, $password = ” ) {
if ( empty($email) -- empty($password) ) {
return false;
}
$this->geturl( self::$action_login, array(’email’ => $email, ‘password’ => $password));
}
/**
* 访问给定的url,如果有$formvars参数就会提交该数组参数
*/
public function geturl( $url, $formvars = array() ) {
$formvars ? $this->snoopy->submit( $url, $formvars ) : $this->snoopy->fetch( $url );
$this->current_page = $url;
return $this->snoopy->results;
}
二、要做的事
比如说我们要自动记录东西(http://www.kaixin001.com/!record/index.php)
再模拟提交一个表单到http://www.kaixin001.com/!record/submit.php就行了,方法与上面的类似
这样一个非常简单的开心网外挂就做好了
Tags: 开心网外挂
This entry was posted on 星期一, 05月 18th, 2009 at 18:48 and is filed under php, 开心网外挂, 生活. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
9 Responses to “怎么样做开心网外挂”
Kfc Online Menu Says:
09月 7th, 2009 at 21:07 i think its very great site!!!
Kfc Delivery Says:
09月 7th, 2009 at 23:31 great site. Keep doing
Diet Capsules Says:
09月 8th, 2009 at 06:30 i think your site is very cool!!!
Cheats Nfs Says:
09月 8th, 2009 at 07:37 i think your site is very cool!!!
Disney Channel Game Says:
09月 8th, 2009 at 15:53 excellent work, thanks
Drugstore.com Coupon Says:
09月 9th, 2009 at 03:22 your site is very great!!!
Cheap Cigarettes Says:
09月 9th, 2009 at 15:43 excellent work, thanks
cigarettes coupons Says:
09月 10th, 2009 at 08:16 very nice site
Kfc Recipe Says:
09月 10th, 2009 at 17:49 Perfect site
Leave a Reply
凤凤和东东的博客 is proudly powered by WordPress
Entries (RSS) and Comments (RSS).

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

日历

网友推荐

最新评论及回复

最近发表

Powered By Z-Blog 1.8 Walle Build 91204 for MsSql  管理登陆

开心攻略网 版权所有 Copyright 2004-2009 tushan.net Some Rights Reserved.闽ICP备06015886号