i finaly got my script ready and it is ready to be released
i know some users asked about a auto donation reward script and finaly there is a script that can do that
this is what the script can do
- Reward VIP level
- Reward Ep ( or any other currency in emoney)
- own server name ( will be on header and on the buttons )
- own rewards ( up to 5 rewards for vip and for credits = 10 in total)
- a Serial (yes , it is montly based)
- CURL need to be installed ... that is all
- Edit the donate.php file ... that is all you need to edit (it is a lot )
- get a valid serial from

- instand reward after payment ( paypal ipn )
so now we got those information , lets start to show the script
you can find a demo and the file on

i can provide free trial serials if you like or you can test out the demo
the script got 2 versions , a version with a footer link ( copyright powerchaos ) and a version with out a footer link
the script can be used in iframe (paypal opens in new window on google chrome)
and for the users who are wondering , yes the script is encoded but does not need "special" software to read exept for curl (is installed on most hosts )
below you can find the readme back
Code:
Dear user Thank you for using powerchaos donation script to be able to use the script you need to have a few things first you need to have CURL enabled if you got a firewall , please open port 443 to be able to make a secure connection to paypal (https) with out those things the script will not work after this is done , open the donate.php file and EDIT the following lines as requested (follow the comment , it start with // ) to make it easy , here is a example config page ////////////////////////////////////////////////////////////////////////////////////////// ///// Copyright PowerChaos Company /// Created at 23/12/2011 // http://powerchaos.com /// ///////////////////////////////////////////////////////////////////////////////////////// //fill in your serial number that you got from http://donate.powerchaos.info $serial = "123456789"; // Here we need your serial , a invalid serial will prevent the script from working //Database info $host = "localhost"; // your host ... -> mostly localhost or 127.0.0.1 $username = "root"; // Your User that can acces the database -> mostly root $password = "test"; // Your user password -> mostly test $vipdata = "account"; // Your ACCOUNT database to be able to reward vip level -> mostly account or my $gamedata = "my2"; // Your GAME database , to reward credits -> mostly my or my2 //fill in your paypal adress $paypal = ""; // ofcourse your paypal email adress ... or you do not going get a single donation $server = "PowerChaos Example Page"; // Change this to your server name ... it will be on the header and on the button //fill in your currency , you can choose from this currency's : AUD , EUR , GBP , USD , CAD $currency = "EUR"; // most cases is this USD //fil in your Prices for VIP level $vipitemvalue1 = "10"; // optional , leave it emty if you do not like to use it $vipitemvalue2 = "20"; // optional , leave it emty if you do not like to use it $vipitemvalue3 = "30"; // optional , leave it emty if you do not like to use it $vipitemvalue4 = "40"; // optional , leave it emty if you do not like to use it $vipitemvalue5 = "50"; // optional , leave it emty if you do not like to use it //fill in the Vip Level Names (the name it shows to the client like vip level 1 ) $vipitemname1 = "10 euro for vip level 1"; // optional , leave it emty if you do not like to use it $vipitemname2 = "20 euro for vip level 2"; // optional , leave it emty if you do not like to use it $vipitemname3 = "30 euro for vip level 3"; // optional , leave it emty if you do not like to use it $vipitemname4 = "40 euro for vip level 4"; // optional , leave it emty if you do not like to use it $vipitemname5 = "50 euro for vip level 5"; // optional , leave it emty if you do not like to use it //fil in your Vip Level , numbers only as this is the vip level reward they get (vip level 1 = 1 ) $vipitemreward1 = "1"; // optional , leave it emty if you do not like to use it $vipitemreward2 = "2"; // optional , leave it emty if you do not like to use it $vipitemreward3 = "3"; // optional , leave it emty if you do not like to use it $vipitemreward4 = "4"; // optional , leave it emty if you do not like to use it $vipitemreward5 = "5"; // optional , leave it emty if you do not like to use it //fil in your Prices For Credit Rewards $credititemvalue1 = "1"; // optional , leave it emty if you do not like to use it $credititemvalue2 = "2"; // optional , leave it emty if you do not like to use it $credititemvalue3 = "3"; // optional , leave it emty if you do not like to use it $credititemvalue4 = "4"; // optional , leave it emty if you do not like to use it $credititemvalue5 = "5"; // optional , leave it emty if you do not like to use it //fill in the Credit Names (the name it shows to the client like 1 EP ) $credititemname1 = "1 euro for 100 ep"; // optional , leave it emty if you do not like to use it $credititemname2 = "2 euro for 200 ep"; // optional , leave it emty if you do not like to use it $credititemname3 = "3 euro for 300 ep"; // optional , leave it emty if you do not like to use it $credititemname4 = "4 euro for 400 ep"; // optional , leave it emty if you do not like to use it $credititemname5 = "5 euro for 500 ep"; // optional , leave it emty if you do not like to use it //fil in your Credit Rewards, numbers only as this is the Credit reward they get (1 credit reward = 1 ) $credititemreward1 = "100"; // optional , leave it emty if you do not like to use it $credititemreward2 = "200"; // optional , leave it emty if you do not like to use it $credititemreward3 = "300"; // optional , leave it emty if you do not like to use it $credititemreward4 = "400"; // optional , leave it emty if you do not like to use it $credititemreward5 = "500"; // optional , leave it emty if you do not like to use it ////////////////////////////////////////////////////////////////////////////////////////// ///// Copyright PowerChaos Company /// Created at 23/12/2011 // http://powerchaos.com /// ///////////////////////////////////////////////////////////////////////////////////////// The serial you buy will be avaible for 30 days , after 30 days you need to buy a new serial to be able to use the script again you can easy get a serail with 1 single button from http://donate.powerchaos.info each serial can be used only 1 time , if it expire is it expired and a new serial need to be used (protection system) the serial can be easy replaced by replacing the numbers ( 123456789 ) $serial = "123456789"; serials are not bound to accounts , it can be free used where you like to use it , or can be sold to other users if you like ... you are free to do with the serial what you like to do as those serials only works for 30 days we offer 2 kind of serials at current momement , more kind of serials can come with time the first kind serial ( 3 EURO / M ) contains a backlink to powerchaos company and is located in the footer ( it looks like "© PowerChaos Company 2011" ) The second kind of serial ( 5 EURO / M ) does not contain that backlink the script is encoded for security reasons , do you need extra functions for any kind of reason feel free to contact me and i can provide those customisations for you for a certain price customitation get only charged if you like to have it unic (price depends if you like it encoded or not) it will be done for free if it can be released in the main script instalation of the script will be done for free in case you can not install it , but certain information is needed ------ *SERIAL ( http://donate.powerchaos.info ) *acces to the database of the GAME SERVER (username/pass) *username of the user who can acces the GAME and ACCOUNT databases on the server *Password of the GameServer *is it hosted localy ( on vps) or remote ( on http://dehost.org for example) ----- Please email above information to
and the instalation will take time in the next 24 hours if support is needed , feel free to contact
for the needed support support will be provided free of charge as long it contains a valid licence for bug reports , please send a bug report to
Thank you enjoy the script Greetings From PowerChaos Company http://powerchaos.com
(always latest version) or from this forum as atachmentso enjoy this script
Greetings From PowerChaos






