• Could someone tell me if this makes sense?
    4 replies, posted
Okay, so I am going to create a donation system for people and I want to check that my algorithm is possible. >Website Donation page >User purchases plan >Adds User SteamID to SQL Database >Upon login to server, check the database for that steamid >If not found then do nothing >If found then look in rank collumn >Execute ulx adduser ply:Nick() resultfromdatabase The site bit, will be the easy part I think. Does that make sense?
It's pretty straight forward, I don't see why that would not work. Go for it.
[QUOTE=Milkshaker;41758058]Okay, so I am going to create a donation system for people and I want to check that my algorithm is possible. >Website Donation page >User purchases plan >Adds User SteamID to SQL Database >Upon login to server, check the database for that steamid >If not found then do nothing >If found then look in rank collumn >Execute ulx adduser ply:Nick() resultfromdatabase The site bit, will be the easy part I think. Does that make sense?[/QUOTE] maybe an active - boolean column just for IPN checkup? You can, however do it the other way just fine. Also, I would probably just make sure it checks directly from database instead of adding to database after checkup but that's just me.
[QUOTE=Milkshaker;41758058]Okay, so I am going to create a donation system for people and I want to check that my algorithm is possible. >Website Donation page >User purchases plan >Adds User SteamID to SQL Database >Upon login to server, check the database for that steamid >If not found then do nothing >If found then look in rank collumn >Execute ulx adduser ply:Nick() resultfromdatabase The site bit, will be the easy part I think. Does that make sense?[/QUOTE] Try it and see.
It makes sense. Yes. Thats roughly how most pay flows go.
Sorry, you need to Log In to post a reply to this thread.