开启辅助访问 切换到宽版

精易论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

用微信号发送消息登录论坛

新人指南 邀请好友注册 - 我关注人的新帖 教你赚取精币 - 每日签到


求职/招聘- 论坛接单- 开发者大厅

论坛版规 总版规 - 建议/投诉 - 应聘版主 - 精华帖总集 积分说明 - 禁言标准 - 有奖举报

查看: 1967|回复: 1
收起左侧

[js/PHP求助] 怎么修改文字并提取图片啊

[复制链接]
结帖率:50% (1/2)
发表于 2015-10-12 09:56:07 | 显示全部楼层 |阅读模式   江西省赣州市
10精币
怎么把这三行文字修改并提取修改后的图片啊求教  网址:http://tp.388g.com/make.php?id=736
GH41I(C_`O{I`ZK`KX`KEZY.png



结帖率:50% (1/2)
发表于 2015-10-12 09:56:08 | 显示全部楼层   湖北省武汉市
<?php
header("Content-Type:text/html;charset='UTF-8'");       
        class web_get{
                public $url;
                public $method=0;
                public $postdata;
                public $cookie;
                public $return_cooke;
                public $refer='';
                public $outtime=60;
                public $https=false;
                private $ch;
        public function  __construct(){
                define('_LOCAL_DIR', dirname(__FILE__).'/tmp');                                       
                  if(!is_dir(_LOCAL_DIR)){
                          mkdir(_LOCAL_DIR);
                  }
                  define('_LOCAL_COOKIE_path', tempnam(_LOCAL_DIR,'cookie'));
          $this->ch=curl_init();
        }
        public function   __destruct(){
                curl_close($this->ch);
        }
        public function  _getweb(){
        curl_setopt($this->ch,CURLOPT_URL,$this->url);
        //curl_setopt($this->ch,CURLOPT_HEADER,1);//启用时会将头文件的信息作为数据流输出,可以看见文件头信息
        curl_setopt($this->ch,CURLOPT_REFERER,$this->refer);
        curl_setopt($this->ch,CURLOPT_TIMEOUT,$this->time);
        curl_setopt($this->ch,CURLOPT_RETURNTRANSFER,1);
        curl_setopt($this->ch,CURLOPT_COOKIE,$this->cookie);//提交cookie  多个之间加; 一个分号+一个空格
        curl_setopt($this->ch,CURLOPT_COOKIEJAR,_LOCAL_COOKIE_path);//返回cookies作为文件保存
        curl_setopt ( $this->ch, CURLOPT_SSL_VERIFYPEER, $this->https ); //https访问,禁用安全验证      
        curl_setopt($this->ch,CURLOPT_POST,1);//开启后  为POST
        curl_setopt($this->ch,CURLOPT_POSTFIELDS,$this->data);//POST数据
        $data=curl_exec($this->ch);
                return $data;
        }
}
$url=new web_get();
$first=urlencode('第一个'.mt_rand(1,100));
$second=urlencode('第二个'.mt_rand(1,100));
$third=urlencode('第三个'.mt_rand(1,100));
$return=$url->_getweb($url->url='http://tp.388g.com/aosbegin00006.php?id=736&text1='.$first.'&text2='.$second.'&text3='.$third.'&text4=undefined&text5=undefined&rnd=0.817423045868054');
$pos=strpos($return, 'tmp/');
$pos2=strpos($return, 'gif');
$pic_url='http://tp.388g.com/maker/'.substr($return,$pos,$pos2-$pos).'gif';       
        ?>
        <img src="<?php echo $pic_url; ?>" />

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则 致发广告者

发布主题 收藏帖子 返回列表

sitemap| 易语言源码| 易语言教程| 易语言论坛| 易语言模块| 手机版| 广告投放| 精易论坛
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论,本站内容均为会员发表,并不代表精易立场!
论坛帖子内容仅用于技术交流学习和研究的目的,严禁用于非法目的,否则造成一切后果自负!如帖子内容侵害到你的权益,请联系我们!
防范网络诈骗,远离网络犯罪 违法和不良信息举报电话0663-3422125,QQ: 793400750,邮箱:wp@125.la
Powered by Discuz! X3.4 揭阳市揭东区精易科技有限公司 ( 粤ICP备12094385号-1) 粤公网安备 44522102000125 增值电信业务经营许可证 粤B2-20192173

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