• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC TFS 1.5 MyAAC Gesior Shop System

L0FIC

Active Member
Joined
May 29, 2024
Messages
72
Reaction score
48
Hey guys!

Some players of some regions do not get premium points added to their accounts upon donating through paypal.

I don't use paypal business, so I can't set ipn on paypal website it seems.

Before paypal business guys start crying --> donation and automatically adding points to the player accounts has worked fine for 6 months now, only stopped working a week ago.
IT STILL WORKS 100% AS INTENDED if the donators are from US or Canada. Paypal account gets the donation and the players receive their points.

I had reasons to believe Cloudflare is the problem, but even after pausing cloudflare on my website problem still persists.
I added paypal ip addresses to cloudflare still swedish players dont get their points upon donation.
And once again, cloudflare is disabled right now.

Only error I'm getting is sent over by email, it's a IPN paypal WARNING message.
But once again, this has all worked before for myaac without specifically setting ipn anywhere.
And I want to mention again here that currently IT IS working for region US and CANADA. Don't know if that is some type of clue.

Any ideas on how to fix and how it only works as intended for a certain region only? Weird behavior, and it came all of a sudden.

Any ideas what to check?

Best,
Z
 
Last edited:
Hey!

Looking at your website, I see you are using the Certbot SSL certificate.

I have high guess, that it may cause problems. Because I did different tests for some peoples, and it's working when using direct IP without the domain and SSL.

Can you try installing some paid SSL certificate?

For now, that's my only guess.

Also - what does it say on Paypal IPN History? https://www.paypal.com/merchantnotification/ipn/history
 
Hey!

Looking at your website, I see you are using the Certbot SSL certificate.

I have high guess, that it may cause problems. Because I did different tests for some peoples, and it's working when using direct IP without the domain and SSL.

Can you try installing some paid SSL certificate?

For now, that's my only guess.

Also - what does it say on Paypal IPN History? https://www.paypal.com/merchantnotification/ipn/history
Hello,

Thanks for replying MyAAC king!
Used certbot when it worked also.
Still swedish donations not working and I deleted cloudflare alltogether.

IPN link/settings on paypal i don't even know if I can access since I only have private paypal.

And i have never touched IPN before when it worked as intended. Only change i remember doing was in some paypal.php i think, i changed "yourdomain.com" or something to zamonia77.com. Rest unchanged.

What's weird is that it's not my first time setting it up, it has always worked but ever since i got ddos attacked and tried working against it, swedish donations have malfunctioned.

Perhaps solution is ipn settings but it's nothing i had to implement with Gesiors shop system before, it just worked as intended after installing plugin regardless of country donating.

I was thinking about more adresses from paypal to allow in cloudflare but as I said i have removed it alltogether, no clue why swedish donations dont work. And the other donations take longer than it used to for the players to get the points.

Any ideas what I might have done?
 
I got the same issue as well spoke with @Gesior.pl about it and he told me that my site is not Https:// yet and I need a domain

But if you got a domain already you need to setup your IPN in your paypal account
Go to your Seller Tools>Instant Payment Notfication>Choose IPN settings>Recive(enable)>and add your paypal_report URL

if you dont know your paypal url it might be yourdomain.com/paypal_report
also check your paypal they might sent you IPN warning same they did with me and telling me with the URL

Those the ip that is reaching from paypal maybe if you need some
$paypalServerIps = [
'173.0.81.1/24',
'173.0.81.33/24',
'173.0.81.65/24',
'64.4.240.0/21',
'64.4.241.0/24',
'64.4.242.0/23',
'66.211.168.0/22',
'91.243.72.0/23'
];
 
Back
Top