Jump to content

ahron333

Members
  • Posts

    25
  • Joined

  • Last visited

ahron333's Achievements

Member

Member (2/5)

0

Reputation

  1. thanks i got this working
  2. what do u mean dosent match the error message of what
  3. i am just making sure if($json['status'] !== 'fail' AND !empty($result) AND $result !== false) { $data = [ 'status' => true, 'username_followed' => $account, ]; echo json_encode($data); }else { echo $result; } } curl_close ($ch); $json_data = [ 'status' => true, 'message' => 'followed all users' ]; return json_encode($json_data); }else{ $error = curl_error($ch).PHP_EOL; curl_close ($ch); return $error; }
  4. you mean from the code yes?
  5. PHP Parse error: syntax error, unexpected '2019' (T_LNUMBER) in C:\Users\Pot\Desktop\Insta-mass-account-creator-master\InstaAccountBot.php on line 287 Parse error: syntax error, unexpected '2019' (T_LNUMBER) in C:\Users\Pot\Desktop\Insta-mass-account-creator-master\InstaAccountBot.php on line 287 now this is the only errors i get sorry for being idiot 24/7
  6. i am not playing around for real i am just trying to fix it and i am new to this and u are saying stuff that idk but i am trying my best
  7. u said to remove the "statement"
  8. something about the code? idk
  9. C:\Users\Pot\Desktop\Insta-mass-account-creator-master>php create.php PHP Fatal error: Uncaught Error: Call to undefined function xosad\php_info() in C:\Users\Pot\Desktop\Insta-mass-account-creator-master\InstaAccountBot.php:72 Stack trace: #0 C:\Users\Pot\Desktop\Insta-mass-account-creator-master\InstaAccountBot.php(109): xosad\InstaAccountBot->generateCsrfToken() #1 C:\Users\Pot\Desktop\Insta-mass-account-creator-master\create.php(9): xosad\InstaAccountBot->createAccount('95.110.230.142:...') #2 {main} thrown in C:\Users\Pot\Desktop\Insta-mass-account-creator-master\InstaAccountBot.php on line 72 Fatal error: Uncaught Error: Call to undefined function xosad\php_info() in C:\Users\Pot\Desktop\Insta-mass-account-creator-master\InstaAccountBot.php:72 Stack trace: #0 C:\Users\Pot\Desktop\Insta-mass-account-creator-master\InstaAccountBot.php(109): xosad\InstaAccountBot->generateCsrfToken() #1 C:\Users\Pot\Desktop\Insta-mass-account-creator-master\create.php(9): xosad\InstaAccountBot->createAccount('95.110.230.142:...') #2 {main} thrown in C:\Users\Pot\Desktop\Insta-mass-account-creator-master\InstaAccountBot.php on line 72 now i am getting this error
  10. how do i "restart httpd" on my pc
  11. what kind of server i am hosting this on my pc...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.