Welcome![Sign In][Sign Up]
Location:
Search - php curl

Search list

[Other Databases人才查看PHP

Description:

 File:view.php

  

  error_reporting(E_ALL & ~E_NOTICE);

  $referer = "http://www.sichuanrc.com/dl/person/resume/preview.asp&seeFlag=1";

  $url = "http://www.sichuanrc.com/dl/person/resume/preview.asp";

  $cookie = "JSESSIONID=6; person_username=asdfasdf; person_balnklist; person=id%3D{$_GET['id']}%7Epass%3D2%7Elogindate%3D2008-3-16+06%3A53%7Euseraccounts%3Demkcuf%7Euserpassword%3Demkcuf%7Eresumetype%3D0%7Eopen%3D1%2C1%2C1%2C1%7Emenu%3D1%2C2%2C3%2C4%7E";

  $curl=curl_init();

  curl_setopt($curl,CURLOPT_HEADER,1);

  curl_setopt($curl,CURLOPT_RETURNTRANSFER,1);

  curl_setopt($curl,CURLOPT_REFERER,$referer);

  curl_setopt($curl,CURLOPT_URL,$url);

  if(isset($useproxy) && !empty($proxy))

  curl_setopt($curl,CURLOPT_PROXY,"$proxy");

  curl_setopt($curl,CURLOPT_COOKIE,$cookie);

  $content=curl_exec($curl);

  echo $content;

  ?>


Platform: | Size: 916 | Author: liuqianer | Hits:

[WEB Codedemo

Description: 本代码主要实现封装curl。 将curl统一成一个固定的类文件(PHP5) 方便开发者开发小偷程序和模拟浏览器进行访问。 支持POST、GET方法。 支持随HTTP302自动跳转功能。 支持文件上传。 支持代理。 支持SSL验证。 可以让你很方便地使用PHP的CURL功能。-The main achievement of this code package curl. Unity will curl into a fixed type of document (PHP5) to develop and facilitate the development of procedures and simulation of thieves browser for a visit. Support for POST, GET method. Support with automatic HTTP302 Jump function. Support for file uploads. Support agent. Support for SSL authentication. Can let you easily use PHP
Platform: | Size: 4096 | Author: wasiuk | Hits:

[Browser Clientcurl

Description: Curl语言是由美国国防部高级研究项目代理资助,马萨诸塞州科技学院的David A. Kranz开发的Web开发语言, HTML语言的创建者Tim Berners-Lee也参与其中。该语言的目标是用一种统一的面向对象的语言代替HTML、Cascading Style Sheets、JavaScript等;仅使用Curl便可开发出Web应用的各种软件。可以与Java、.NET、PHP、Perl等编程语言一起使用,利用Curl语言开发的程序可以在浏览器中运行,也可独立运行,并且因为它以类似JRE的形式提供了客户端运行环境Surge RTE,能够轻松开发出日益流行的Rich Client应用程序。 Web 应用程序即将进入下一时代,Curl提供了设计更好、更快、更吸引人并更无限可用的用户体验的机会 —— 全部在浏览器中实现。使用Curl富互联网应用(RIA)平台,企业可以像使用传统客户端-服务器模式那样拥有高度的互动性和复杂性。 -err
Platform: | Size: 1956864 | Author: jjh | Hits:

[WEB CodeInvite_friendly

Description: PHP通过curl登录邮箱 获取邮箱联系人-PHP. Get Email Contact List.(Gmail, Yahoo, Tom, etc.)
Platform: | Size: 46080 | Author: Huan | Hits:

[Internet-NetworkRemoteControl

Description: Remote call based an the use CURl. Allows you to dynamically load modules. The server and client part not differ
Platform: | Size: 4096 | Author: uncle Stein | Hits:

[Othercurl.class

Description: curl post 以及get的class封装
Platform: | Size: 1024 | Author: kevin | Hits:

[Applicationscityweathers

Description: Give you a city weather details for any cities around the world. Usinh PHP and CUrl
Platform: | Size: 4915200 | Author: Kailash | Hits:

[source in ebookbaidu

Description: PHP的一个类,一个图片远程采集并生成的类.很好用的.-php curl image from remote url addr.
Platform: | Size: 1024 | Author: 删除 | Hits:

[Linux-Unixcurl-7.19.2.tar

Description: curl的作用:curl是一个利用URL语法在命令行方式下工作的文件传输工具。 它支持很多协议:FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE 以及 LDAP。curl同样支持HTTPS认证,HTTP POST方法, HTTP PUT方法, FTP上传, kerberos认证, HTTP上传, 代理服务器, cookies, 用户名/密码认证, 下载文件断点续传,上载文件断点续传, http代理服务器管道( proxy tunneling), 甚至它还支持IPv6, socks5代理服务器, 通过http代理服务器上传文件到FTP服务器等等,功能十分强大。原来php默认并不进行此项功能的扩展,但还是有的,只是没有让它生效罢了。打开PHP安装目录,搜索以下三个文件 ssleay32.dll、libeay32.dll和 php_curl.dll, 一一拷贝到系统目录下的system32文件夹下,修改php.ini文件,找到 extension= php_curl.dll行,去掉前面的 号,保存,重启服务器 -php
Platform: | Size: 2869248 | Author: zhu | Hits:

[WEB Codephp_curl_qq_mail

Description: PHP CURL QQ好友邀请 QQ邮箱登录-Php curl for qq mail to get concater
Platform: | Size: 3072 | Author: 范超 | Hits:

[WEB Codecurl_php_book_v3.2.seevn.net

Description: curl using in php programer
Platform: | Size: 464896 | Author: linuxpham | Hits:

[WEB Codecurl

Description: PHP 封装curl函数 支持 header get post cookie 等。-PHP curl functions support package header get post cookie like.
Platform: | Size: 2048 | Author: Suimm | Hits:

[WEB Codetest

Description: 利用php+curl技术来模拟网页发送post请求,登陆网站(Using php+curl technology to simulate web pages to send post request, landing site)
Platform: | Size: 1024 | Author: 下下雪 | Hits:

[Web Servercurl-master

Description: 封装curl扩展 方便用来在php脚本中发送http get和post请求(curl vendor package author:xiaohigh)
Platform: | Size: 3072 | Author: SageLee | Hits:

[Othercurl-7.54.0

Description: 网络访问开发包,可以帮助php程序员快速开发模拟网络访问的程序(Network access development kit that can help PHP programmers to quickly develop simulation procedure of network access)
Platform: | Size: 5145600 | Author: Gurad | Hits:

[Other多得宝支付接口php代码

Description: 多的宝PHP接口代码 可以提供给大家进行参考使用 算例用的是FORM提交方式(form submit mehod pay api)
Platform: | Size: 8192 | Author: 天天向上啊 | Hits:

[Windows Developcurl

Description: 采用php编程语言实现cURL实现Get(Implementation of cURL with PHP programming language Get)
Platform: | Size: 1024 | Author: zhang1san | Hits:

[OtherIndexController.class

Description: curl抓取数据方法,调用curl传递参数抓取数据(Curl grabs the data method and calls the curl to pass the data to capture the data)
Platform: | Size: 21932032 | Author: hjmmmmmm | Hits:

[Other53e1845f00019b0100000000

Description: php模拟登录,达到下载网络上面的一个HTTPS的资源,或者通过调用WebService查询北京的当前天气(PHP simulates login, reaches a HTTPS resource on the top of the network or calls WebService to query the current weather in Beijing.)
Platform: | Size: 8192 | Author: 戴德蒙 | Hits:

[OtherPHP网址压缩转发系统_r8yeju

Description: php源码实现,本套源码采用cmcc.in开放的数据接口写成,依赖开放的数据接口因此php环境必须要开启CURL函数,不开启这个函数没有办法正常运行使用本软件,站长可以快速的搭,参看、研究和阅读,提升自我(PHP source code realization, this set of source adopts the CMCC. Written in an open data interface, relying on open data interface so the PHP environment must open the CURL functions, do not open this function has no way to normal operation, using the software of webmaster can quickly build, see, research, and reading, improve yourself)
Platform: | Size: 277504 | Author: svkihazh | Hits:
« 12 3 4 »

CodeBus www.codebus.net