Is there a donation page script available ?
It doesn't need to be automated , but could be handy...
I'm basicly just trying to use it with paypal
I googled, nothing
arcEMU is the core
This is a discussion on setting up an auto donation page within the WoW Private Server Info & Help forum part of the WoW forum category; Is there a donation page script available ? It doesn't need to be automated , but could be handy... I'm ...

Is there a donation page script available ?
It doesn't need to be automated , but could be handy...
I'm basicly just trying to use it with paypal
I googled, nothing
arcEMU is the core
It dosent matter what core you have... i have tried to make something like this before, but after some attempts i simply had to give up. Talk to some proffesional dude about it and he might help you, but donation pages are a PITA to make...
Everything is everywhere, yet only those with true insight can see the everything.

/* Bump */
There you goseen as how everyone (well all the donators anyway) will have a svn checkout system now I figured i'll share this little gem from Weber.
Its a donation system for your server. Users are prompted to log in, then allowed to specify the amount of money to donate. Upon completion, the user will be awarded 1 point per full unit of currency donated. The user at any time can visit the rewards form, select a realm, character, and reward, and purchase it using their earned points.
DS Features:
Completely automatic handling of donations and rewards.
Supports multiple realms and rewards.
Reward points to purchase rewards with.
Rewards delivered through the mail.
Logs all completed and failed donations.
Supports encrypted account passwords.
Utilizes PayPal - other gateways supported in future.
Can automatically ban accounts that claim chargebacks.
Requirements:
PHP 5+
MySQL
Installation:
Download files and place them in a folder in your web site.
Navigate to install.php in your browser, fill out the configuration form, and click Configure.
Click Run Queries in the install tool.
Delete the install.php.
Configure realms / rewards in MySQL table. See below for info. (Tool will be made later.)
Link to the pages directly or via iframe, donate is /path/?ds=donate, rewards is /path/?ds=rewards.
Table ds_realms:
name: Realm name.
host, user, pass, db: Info for character database for this realm.
Table ds_rewards:
realm: Id in table ds_realms of the realm this reward is available on.
name: Name of the reward.
description: A description of the reward. Be sure to encode html special characters.
cost: cost in points of this reward.
items: List of items to be sent, must be formatted: itemid:quantity and separated by commas, i.e. 123:1,456:1
gold: Amount of gold (In copper!) to send.
[SVN] donationsystem - Revision 24: /
Released under the GNU GPL v3.0 (Licenses - GNU GPL, GNU LGPL, GNU FDL, General Public License, Lesser General Public License, Free Documentation License, List of Free Software Licenses)
Enjoy
![]()
Visit us at morphex-gaming.ucoz.com

Did you make this ?
Who made it?
No i didn't
And i don't know who it was XP
Visit us at morphex-gaming.ucoz.com

Well, one file is missing, config.php x) another addition to this? Or can I recode a votin' system

config.php is created AFTER you set the stuff up in install.php.

OK, created the config file.. still get errors...
Notice: Undefined index: ds in D:\wamp\www\donate2\includes\ds.php on line 17

I'm pretty good with this stuff. I will give it a shot and reply if it works or not. Thanks though. I have been search crazy for one that works. Every one I get it works, but doesn't mail the stuff to you so it's broke.