Fatal error: Cannot redeclare gzdecode() /beartech/phprpc/compat.php on line 181
因为php5.4已经自带了gzdecode函数,所以导致了此冲突;使用
if(!function_exists('gzdecode')){
}
包含phprpc的函数即可.
Fatal error: Cannot redeclare gzdecode() /beartech/phprpc/compat.php on line 181
因为php5.4已经自带了gzdecode函数,所以导致了此冲突;使用
if(!function_exists('gzdecode')){
}
包含phprpc的函数即可.
i will go home
I will go home
I Will Go Home
I WILL GO HOME
1.file_get_contents伪造user_agent
$UserAgent = 'Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20100101 Firefox/14.0.2';
ini_set('user_agent', $UserAgent);
2.curl伪造user_agent
$user_agent = "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; zh-cn) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5"; curl_setopt($c, CURLOPT_USERAGENT, $user_agent);
for example:
表单:
同步功能默认只有localhost,不能修改,这里需要在 config.inc.php里添加一个参数:
/* AllowArbitraryServer */
$cfg['AllowArbitraryServer'] = true;
这样就可以输入目标地址了。
Copyright © 2016 yjiang's cake