Closed Tkd-Alex closed 4 years ago
Can i have the output for this
curl -X POST -d '' https://www.instagram.com/accounts/web_create_ajax/ -v
I've add this on the top of the code:
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
One of the problems it's that the script read the proxy without strip the \n and try to set-up to curl a proxy with new line...
With one proxy I've not problem related to the php code
I've add this on the top of the code:
ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL);
One of the problems it's that the script read the proxy without strip the \n and try to set-up to curl a proxy with new line...
Send me the error
Hi, thanks for your work! I want to try the script but the cur_exec() return null.
if($request == null) echo("is null!");
https://github.com/xosad/Insta-mass-account-creator/blob/master/src/xosad/igGenerator.php#L243Have you any ideas how to handle this?