FAQ

Please view the official wiki here

Plugin FAQ

What does this plugin do for me?

DonatorExpress allows you to buy packages in exchange for tokens (virtual currency). You buy those tokens in a self-hosted webportal, rather than have a 3rd party host it for you. DE also has a bit of an economy function to it. It allows you to buy and sell tokens in exchange for money (using vault).

DonatorExpress is especially useful, since you users decide when they want to spend their tokens. They don't have to make up their mind right away.

The plugin doesn't seem to connect to the database

Make sure that the database you connected to allows for outside connections. Also makes sure that you have included the port number in db-host in your config.yml

When running a command, I get a NullPointerException and a really long error (Or a SQLException)

Your server dropped connection to the database or the plugin timed out when attempting to connecting to the database. To fix this, ensure that you have the correct database details in your config.yml (including the port number) and that the database you are trying to connect to is allowing outside connections.

Where can I suggest a feature?

Have something cool you want added into the plugin? Suggest it here. We reply to all suggestions/bugs.

Something isn't working right or I found a bug

Sorry things couldn't work out, but don't worry, if you submit an issue here we will get back to you as soon as we can to help you out.

If you found a bug, great! Try to include the steps that will reproduce the problem. Although we are normally pretty damn good, we are not physic's so submitting that report will really help us out! If the report is urgent and has the possibility of breaking the plugin or webportal, you can contact me directly at [email protected]

Webportal FAQ

I see a “Server can not generate this image”

Method 1)

Edit /generate/diamond.php and try including the FULL/ABSOLUTE path for the SHOWG.TTF font file.

Example for cPanel Servers: Find: $font_file = 'SHOWG.TTF'; in diamond.php and then Edit it to something like: $font_file = '/home/cpanelusr/public_html/donate/generate/SHOWG.TTF'; Where the cpanelusr is the username for the cPanel account and donate is the installation directory of the portal.

Method 2)

Edit login-home.php and find the following lines:

/diamond.php?text=<?php echo $diamond2; ?>">

/diamond.php?text=<?php echo $diamond4; ?>">

Replace them with:

//targetcraft.net/demo/dep/generate/diamond.php?text=" rel="noopener nofollow" target="_blank">http://targetcraft.net/demo/dep/generate/diamond.php?text=<?php echo $diamond1; ?>">

//targetcraft.net/demo/dep/generate/diamond.php?text=" rel="noopener nofollow" target="_blank">http://targetcraft.net/demo/dep/generate/diamond.php?text=<?php echo $diamond2; ?>">

//targetcraft.net/demo/dep/generate/diamond.php?text=" rel="noopener nofollow" target="_blank">http://targetcraft.net/demo/dep/generate/diamond.php?text=<?php echo $diamond3; ?>">

//targetcraft.net/demo/dep/generate/diamond.php?text=" rel="noopener nofollow" target="_blank">http://targetcraft.net/demo/dep/generate/diamond.php?text=<?php echo $diamond4; ?>">

What this will do is generate the image from our web server which is running the demo portal efficiently resolving your problems!

I don't get an email when registering for an account

Make sure your webserver/webhost supports the phpmail function. If its not, usually you can send a request to your host for it to be enabled.

Users don't get their tokens after confirmation of payment

Your IPN URL in your paypal settings probably isn't setup correctly. Read this.

I don't like the default 10,25,50 and 100 virtual currency packages, can I change that?

You sure can. You just need to edit a couple values, read this wiki article on how to do that

Questions?

Have a question, bug, something not working for you? Well we can help! Simply contact us here and we will be happy to assist you. No registration required.