Use phpcurl to log in to Open Source China; remember to replace the account number and password with a valid account and no password?php/*** php curl logs into open source China * @author yearnfar*/define(SELF_PATH, realpath(dirname(__FILE__))));$useragent = $_SERVER[ 'HTTP_USER_AGENT'];$postdata = http_build_query(
Use php curl to log in to Open Source China; remember to replace the account number and password with a valid account number and password<?php /** * php curl登陆开源中国 * @author yearnfar */ define(SELF_PATH, realpath(dirname(__FILE__))); $useragent = $_SERVER['HTTP_USER_AGENT']; $postdata = http_build_query(array( 'email' => '账号', 'pwd'=> sha1('密码') , 'save_login'=>1 )); //exit($postdata); //cookies保存路径 is_dir(SELF_PATH.'/cookies') or mkdir(SELF_PATH.'/cookies'); $cookiejar = tempnam(SELF_PATH."/cookies/", "cookie"); $url = array( 0=> 'https://www.oschina.net/action/user/hash_login', 1=> 'http://my.oschina.net/yearnfar', 2=> 'https://www.oschina.net/home/login', ); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url[0]); curl_setopt($ch, CURLOPT_TIMEOUT , 10); //curl执行最长时间(秒) curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_SSLVERSION,3); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); //curl_setopt($ch, CURLOPT_PORT , 80); //连接端口 curl_setopt($ch, CURLOPT_USERAGENT, $useragent); curl_setopt($ch, CURLOPT_POST, true); //提交的数据 curl_setopt($ch, CURLOPT_POSTFIELDS, $postdata); //提交的数据 curl_setopt($ch, CURLOPT_COOKIEJAR, $cookiejar); //保存cookie信息 $data = curl_exec($ch); curl_close($ch); //print_r($data); //exit(); $ch = curl_init($url[1]); curl_setopt($ch, CURLOPT_HEADER, 0); //curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); //https curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_COOKIEFILE, $cookiejar); $contents = curl_exec($ch); curl_close($ch); print_r($contents);

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

Zend Studio 13.0.1
Powerful PHP integrated development environment

SublimeText3 Linux new version
SublimeText3 Linux latest version
