Badarosk0

Results 30 comments of Badarosk0

When using the script it showed my IP address number. One detail is that I received 2 donations in a single day. One of the donates released automatically and the...

> Try check nginx access.log. > Rows with access to notify page. > > Maybe some paypal's IP that doesnt resolved correctly by gethostbyaddr(). I understand, and if I don't...

> /var/log/apache2/access.log I found, what needs to be identified?

> | grep 'notify' /var/log/apache2/access_log /var/log/apache2/error_log I see these 2 files, the .log is not available

> cat /var/log/apache2/access_log | grep 'notify' Just old information, nothing recent. No logs for this year appeared

Maybe there is some configuration in php that I need to activate to solve this problem? Module? This started to happen when I installed php 7.4. When I used php...

> https://github.com/rathena/FluxCP/blob/master/lib/Flux/PaymentNotifyRequest.php#L139 > > You can replace this line > `if (in_array($received_from, $allowed_hosts) && $this->verify()) {` > > with > > `if ($this->verify()) {` > > To disable IP check,...

> > Can SiteLock affect this? > > if it something like CloudFlare - yes. So that must be it, most likely. Thanks

> https://github.com/rathena/FluxCP/blob/master/lib/Flux/PaymentNotifyRequest.php#L139 > > You can replace this line `if (in_array($received_from, $allowed_hosts) && $this->verify()) {` > > with > > `if ($this->verify()) {` > > To disable IP check, it...

> @Badarosk0 https://www.paypal-community.com/t5/PayPal-Reporting/IPN-Failing-with-Fatal-Failure/td-p/2840623/page/2 looks like paypal problem, but no information about fixes So this seems to be recent. A new problem perhaps. But there are some donates that work well,...