aman207 / DonatorExpress

Allows members on your server to view and purchase ranks/items without any hassle.
http://dev.bukkit.org/bukkit-plugins/donator-express/
2 stars 3 forks source link

Custom Database #29

Open Nekuroi opened 10 years ago

Nekuroi commented 10 years ago

I don't want to use the WebPortal. Can you add an option to connect with an existing database with custom tables and fields names?

aman207 commented 10 years ago

I'm going up with an alternative actually. It will be a separate plugin that won't even require a database I'll let you know when its ready if you wish.

--- Original Message ---

From: "Nekuroi" notifications@github.com Sent: November 14, 2013 2:35 PM To: "aman207/DonatorExpress" DonatorExpress@noreply.github.com Subject: [DonatorExpress] Custom Database (#29)

I don't want to use the WebPortal. Can you add an option to connect with an existing database with custom tables and fields names?


Reply to this email directly or view it on GitHub: https://github.com/aman207/DonatorExpress/issues/29

Nekuroi commented 10 years ago

i want to use an existing database with users, so they don't need to register again and use another payment method rather than paypal.

aman207 commented 10 years ago

Do you already use another donation webportal? Like BuyCraft?

Nekuroi commented 10 years ago

I'll try to make my own following the tutorials of the payment method i use.

aman207 commented 10 years ago

Well if you want it to work with the plugin, you need to store all user data in a DB called "dep"

You need to have 3 mandatory column's: "email" "username" and "tokens" in order for the plugin to work.

Nekuroi commented 10 years ago

Then again, Can you made the db and columns names configurable? This will be helpful not only for me that i want to use another payment method but also to anyone who want to integrate it with their website/forums.

michalet commented 10 years ago

+1 to the configurable table and columns, as it would allow integration in software such as Xenforo, phpBB or Wordpress (basically any system that uses mysql for storing user data).