Jump to content

Recommended Posts

Posted (edited)
  On 8/20/2018 at 5:03 PM, GhostOfSoul said:

hello guys
 i have a question, is there any way to put donation method on website?  after he get in game and write /donate or .donate and he get the donate coins?

Expand  

 

multiple ways but this include php system also so nobody will do it for free. 

I did send you pm if you're interest. Afcourse there are several ways to do it but still it's not just 10 lines of code.

Edited by Kara`
Posted
  On 8/20/2018 at 5:06 PM, Kara` said:

 

multiple ways but this include php system also so nobody will do it for free. 

I did send you pm if you're interest. Afcourse there are several ways to do it but still it's not just 10 lines of code.

Expand  

 

what do you mean by php system?

Posted
  On 8/20/2018 at 5:09 PM, xxdem said:

 

what do you mean by php system?

Expand  

 

The website part. He want donate from site and receive it though game. Donate in website via paypal api or whichever method, store tokens in SQL and in game receive - exchange tokens into items or whatever. Isn't PHP necessary to be done though website? 

Posted
  On 8/20/2018 at 5:11 PM, Kara` said:

 

The website part. He want donate from site and receive it though game. Donate in website via paypal api or whichever method, store tokens in SQL and in game receive - exchange tokens into items or whatever. Isn't PHP necessary to be done though website? 

Expand  

 

you think that a website script or paypal api is the only way?

Posted (edited)
  On 8/20/2018 at 5:17 PM, xxdem said:

It can be done in the GameServer with casual Java code, very few know the method and I will not be the one to reveal it

Expand  

I've seen something like that with a .bat (back in 2010) that it checked pp donation id in database and reward automaticaly all players. True it can be done though java only.

 

The way i imagine is to do it though the pp api and let players after donation add their transcation id in some npc or voice and you check via the bat or automatical using a timer if the transcation is done.

Edited by Kara`
Posted
  On 8/20/2018 at 5:19 PM, Kara` said:

I've seen something like that with a .bat that it checked pp donation id in database and reward automaticaly all players. True it can be done though java only.

Expand  

 

this is totally irrelevant, I am not talking about the internal verification but the external GameServer -> Paypal real time donation verification, ammount, donationId etc

Posted

shared mythras source has something like this. the command can be executed, but then first, the 'donation' needs to be on the database table. The data is probably inserted via a api or php script after a 'succesful' donation confirmation from the website. 

Posted
  On 8/20/2018 at 5:27 PM, HyperBlown said:

shared mythras source has something like this. the command can be executed, but then first, the 'donation' needs to be on the database table. The data is probably inserted via a api or php script after a 'succesful' donation confirmation from the website. 

Expand  

 

read again my post, you don't need anything external like scripts or paypal apis

Posted (edited)
  On 8/20/2018 at 5:27 PM, HyperBlown said:

shared mythras source has something like this. the command can be executed, but then first, the 'donation' needs to be on the database table. The data is probably inserted via a api or php script after a 'succesful' donation confirmation from the website. 

Expand  

 

Oh please with this s*t source. If i see this thing one more time i'll throw up. One reason ro and ru shouldn't be allowed to code. Picking L2J & messing up classes and call it unique project. 

 

  On 8/20/2018 at 5:22 PM, xxdem said:

 

this is totally irrelevant, I am not talking about the internal verification but the external GameServer -> Paypal real time donation verification, ammount, donationId etc

Expand  

 

The one i mentioned is also "external" way, if you refer in the part i said that player submit his transcation id then without any match data how are you suppose to reward the proper person? Other than the submit part everything i said its external way. 

 

If im mistaken again okay. 

Edited by Kara`
Posted
  On 8/20/2018 at 5:31 PM, Kara` said:

 

Oh please with this s*t source. If i see this thing one more time i'll throw up. One reason ro and ru shouldn't be allowed to code. Picking L2J & messing up classes and call it unique project. 

 

 

The one i mentioned is also "external" way, if you refer in the part i said that player submit his transcation id then without any match data how are you suppose to reward the proper person? Other than the submit part everything i said its external way. 

 

If im mistaken again okay. 

Expand  

 

you can't even understand what I am talking about, just forget about it

Posted
  On 8/20/2018 at 5:17 PM, xxdem said:

It can be done in the GameServer with casual Java code, very few know the method and I will not be the one to reveal it

Expand  

You will need some libs though :P

 

And don't tell me you won't, it will take more more time without them. But yeah, possible...

Posted (edited)
  On 8/20/2018 at 6:39 PM, Solomun said:

You will need some libs though :P

 

And don't tell me you won't, it will take more more time without them. But yeah, possible...

Expand  

Never disagree with xxdem you piece of fluffy stuff. Warned, next time is perma

 

PS. I hope elfocrash wont see this and start commenting against xxdem cause again e-war.

Edited by Kara`

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...