66.211.170.66 - - [29/Sep/2022:12:00:37 +1000] "POST /infusions/eshop/paymentscripts/paypal.php HTTP/1.1" 200 13 "-" "Needle/1.6.0 (Node.js v14.20.0; linux x64)"
173.0.81.140 - - [29/Sep/2022:12:00:46 +1000] "POST /infusions/eshop/paymentscripts/paypal_ipnverify.php HTTP/1.1" 500 0 "-" "PayPal IPN ( https://www.paypal.com/ipn )"
//Only allow known Paypal IPテつエs to access this file
if (!in_array($_SERVER['REMOTE_ADDR'],array('216.113.188.202','216.113.188.203','216.113.188.204','173.0.81.140','173.0.81.65','173.0.80.0','66.211.170.66','66.211.168.0','91.243.72.0','64.4.248.0','64.4.240.0')) {
header("HTTP/1.0 404 Not Found");
exit();
}
if ($pdata['ipn'] == 1) {
echo '<input type="hidden" name="notify_url" value="'.$settings['siteurl'].'infusions/eshop/paymentscripts/paypal_ipnverify.php" />';
421 return $datacatar['cuname'];
Line 421 -- 2 minutes ago
Trying to access array offset on value of type bool
//If we do IPN checks, it will be scrapped first version.
//<input type="hidden" name="notify_url" value="'.$settings['siteurl'].'infusions/eshop/ipnverify.php" />
Category Forum
Official releases [Infusions]Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions