• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

How to see who donated in ot ?

Saint Spear

Veteran OT User
Joined
Jun 22, 2016
Messages
1,547
Solutions
18
Reaction score
379
Okey well.. My question is next -- When someone donate in ot , it appears on phpmyadmin its fine
but how to see name of player in-game which donated? Is it script or something like that ? Thanks
 
Okey let me explain it better, in details, example :
An guy Anonymous Donated in ot 5 euros, he got points , its all fine
when i went in phpmyadmin it fine shows email and donated amount
but i want to show Character Name in-game which donated.
Understand a bit better?
 
That depends on your scripts of course. Your question needs some work. What website you are using? Are donations even player related or account related?

Please think before posting
 
That depends on your scripts of course. Your question needs some work. What website you are using? Are donations even player related or account related?

Please think before posting
ZnoteAAC ( Always <3 ! ) , When someone donate its not account and not players it is paypal email, paypal code, donate amount dont appears account name or character name , i want to appear character name
 
You can see the query that is gettin saved by a purchase through paypal on ZnoteAAC here:
ZnoteAAC/ipn.php at 6fa7d19cf15402c53bfaa86c3d632452b3677c89 · Znote/ZnoteAAC · GitHub

Custom is a variable created here:
ZnoteAAC/buypoints.php at 436d68f5d9ba1513fe183de2ac4a9f3d910082c5 · Znote/ZnoteAAC · GitHub

Going through ZnoteAAC files you can see that "$session_user_id" is defined as account id:
ZnoteAAC/createcharacter.php at 436d68f5d9ba1513fe183de2ac4a9f3d910082c5 · Znote/ZnoteAAC · GitHub

Never worked with ZnoteAAC so not sure if it's the id of the account or the account number, you should be able to check this easily.
 
you can create an onthink event which reads the transaction log and (based on time) you can send the broadcast, there are many ways to do it.
 
Back
Top