Posts: 38
Threads: 6
Joined: Dec 2013
Do you think this is a good idea? There have been talks in order to make donating easier text boxes can come up where a player can enter their PayPal details and the server can do all the work for them. So they don't need to log in on their browser.
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Nope. Paypal is about real money, and I really wouldnt want my paypal account being pushed in some game server database, even if it was a 100% trused server. If youre really talking about giving your full login and password, this would be the best way for the user to get scammed without any way to get the money back, and the best way for the owner to get into real legal trouble if some of the data gets leaked. Afaik this would even violate paypals terms and conditions, eventually getting your account and money locked.
And all that risk just to safe some clicks in the browser?
Posts: 426
Threads: 56
Joined: Jul 2012
Reputation:
0
I wouldn't even use this method until SA-MP could come up with a way to be compatible with secured communication with PayPal or something.
Internet connections can be hijacked without encryption. This is where SSL certificates come into play.
Posts: 1,097
Threads: 97
Joined: Jul 2010
Reputation:
0
In the given situation you as server owner can VERY easily store the player's login details - a simply printf(); will do. Therefore hardly anyone would accept the risk of the server owner doing this.
Posts: 1,051
Threads: 23
Joined: May 2010
Reputation:
0
I had hard times trusting steam on that one, now sa-mp eh? Nooooope.
Target's database was breached last month in the US. In a much more smaller environment like SA-MP, I would imagine that this would happen quite often, especially in untrusted servers. It's a great idea, though.