Burak BOZ

Results 8 comments of Burak BOZ

Nope! I've tried editing php.ini this is not effective! same error again and again nothing is resolved with php.ini changes. on windows run command: `where comphar` > C:\Users\asus\AppData\Roaming\Composer\vendor\bin\comphar C:\Users\asus\AppData\Roaming\Composer\vendor\bin\comphar.bat edit...

+1 This issue must be fixed! Array ( [messages] => Array ( [0] => To search Pinterest, please sign up or log in. ) [theme] => default )

I've tried your changes unfortunately it didn't worked for me. my usage: > foreach ($bot->pins->search($kelimerows['kelime'])->take(1)->skip($kelimerows['skip_id'])->get() as $pin)

it's interval like 5

No but my code works sometimes I've made 30 requests 1 succeeded but I never know when it works or how.

I'll check it with proxy

Yes, my issue is ip thank you. Proxy fixed my problem

**Actually, overriding php.ini is not a good thing.** **open_basedir** and **disable_functions** can be bypassed with this. You should look into [Hack Tricks](https://book.hacktricks.xyz/network-services-pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass#disable_functions-and-open_basedir) page. Please do not implement this feature or...