Ulysses Stuff > Ulysses Release Archives
PUDS v0.2.7 - PayPal-ULX Donation System
cah98:
I attached a screenshot of what my finished donation page looks like and it has some kinds of errors that i would like help with.
Edit: I disabled these notifications inside the php.ini and it seems to be working as it should now.
Edit#2 Nvm when i press the paypal donate button nothing happens.
Scratch:
So I got to thinking, what would happen if someone gives me money on PayPal without using PUDS
I don't know much about PayPal, I had to set up a premier account or something, even then the IPN didn't show (Found it in the actual profile settings page)
cah98:
You need to change your account to premier for ipn to become available. It is free so just do it :)
Scratch:
Okay, so I have set up the config.php to my liking, and have followed (what I think is outdated) Installation Tutorial
But I have no idea how to set up the DataBase table.
Anyone able to give a hand?
One More Thing:
--- Quote ---<A shitty Email> Scratch 2.00 STEAM_0:0:32493517 donator
IP: 103.23.148.228 Port: 27025 Password: HIDDEN Command: status STEAM_0:0:32493517 donator
Unable to connect!Unable to connect to Rcon, please check your configuration.
--- End quote ---
IP, Port and RconPass are correct, is there an off chance that my host is blocking outside access?
Wully616:
Hey guys,
I'm finally back from training finally, I can start fixing things that have broke since I've been away and start adding features.
Firstly:
--- Quote from: Wully616 on September 28, 2013, 07:53:23 AM ---My webhost is the same, I will change the Allow_url_fopen is only needed for the steam login functionality.
I will change the steam login system when I have time after training.
--- End quote ---
The steam login system depends on Allow_url_fopen, I'll try get this changed to use Curl as soon as I figure it out xD.
--- Quote from: rainbow Dash on October 02, 2013, 03:02:17 AM ---Hey wully, any chance you could make it so it works with multiple servers?
--- End quote ---
Certainly! You mean a user donates once and gets the rank/perk on both servers? I can do that :)
--- Quote from: Darkness717 on October 07, 2013, 02:31:05 PM ---Did anyone figure out how to add
self:PS_GivePoints( xxx );?
I'd like it to auto give points as well.
--- End quote ---
I'll get this added as well once I finish the web based configuration, which will make it a lot easier for users to add in what servers/ranks/perks they want for each donation!
--- Quote from: Scratch on October 27, 2013, 11:10:32 AM ---So I got to thinking, what would happen if someone gives me money on PayPal without using PUDS
I don't know much about PayPal, I had to set up a premier account or something, even then the IPN didn't show (Found it in the actual profile settings page)
--- End quote ---
Without PUDS the donation will go through like a regular paypal donation, you would get an e-mail regarding it, but you would need to do your own administration for giving the player any ranks/perks they applied for.
--- Quote from: Scratch on October 28, 2013, 04:51:22 PM ---Okay, so I have set up the config.php to my liking, and have followed (what I think is outdated) Installation Tutorial
But I have no idea how to set up the DataBase table.
Anyone able to give a hand?
One More Thing:
IP, Port and RconPass are correct, is there an off chance that my host is blocking outside access?
--- End quote ---
The database is automatically made the first time a donation comes through ( this includes the first donation done using the paypal sandbox).
The only thing you need to do for the database is set up a user in your mysql database and a database for the donation info to be stored in. Then fill out the config details in config.php.
--- Code: ---///MySQL Database Configuration///
$UseDB = "true"; //Change to false if you do not want to use a MySQL database.
$HOST = "localhost"; //If this script is on the same webserver as your database leave as localhost
$DBUSER = "scratch_paypal"; //The user for the MySql database
$DBPASS = "passwordhere"; //Password for the MySql user
$DBNAME = "scratch_donations"; //The name of the database
$DBTABLE = "donations"; //The name of the database table to store the donation information
--- End code ---
The table does not need to be created already, the script will do that for you so you can name $DBTABLE whatever you want and the script will create it. Or if you already have created a table, input that tables name.
Finally Scratch,
There may be a chance your host is blocking outside access, you will need to send them a support ticket to request the port to be open (27015 I believe JamminR said).
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version