file_get_contents return 1
check your cloudflare account under your website settings > firewall > Bots
and deactivate Bot Fight Mode
et voila !!
by Amine Boutouil xD
file_get_contents return 1
check your cloudflare account under your website settings > firewall > Bots
and deactivate Bot Fight Mode
et voila !!
by Amine Boutouil xD
file_get_contents php
function url_get_contents ($Url) {
if (!function_exists('curl_init')){
die('CURL is not installed!');
}
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $Url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$output = curl_exec($ch);
curl_close($ch);
return json_decode($output,JSON_OBJECT_AS_ARRAY);
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us