I was on a community before where the owner made a donation page for super admins + so that if someone donates to one of the communities servers the super admins would get details of (player name - steamid - server - how much paid - action taken?) the action taken meaning the player was given their credits and donator ranks etc so the admin would click the box so the other admins would know not to take action on the donation.
I am looking for something like this again.
I’m hoping someone might know a source for something like this or possibly an alternative?
Here, I copy pasted this right off of my own /www/ folder with no edits whatsoever. This saves my donations to a physical text file and saves a log so I can check if a donation went through. I then read the file, string.explode the contents and save it to a database, and empty ipn.txt.
If you used this simple system you could easily write is as JSON instead (which looking at it now I should have done) and do a util.JSONToTable, send the last 20 keyvalue pairs of the table to admin requesting the information and display it in VGUI.