http://www.icyphoenix.com/viewtopic.php?f=28&t=54
-----------------------------------
KugeLSichA
Sun 13 Aug, 2006 12:29

Donation (Spenden) MOD with PayPal IPN
-----------------------------------
Hi there,

some month ago i have started to addapt this MOD to phpBBXS.

i ant to share this with you, when the new release is out, but next week i have to leave my home for work and so i´m not on my PC, so i´ll share it now.

[code]
##############################################################
## MOD Title: Donation MOD phpBBXS
##
## MOD Author: sandodo < zouxiong@loewen.com.sg > (Xiong Zou) http://bbs.loewen.com.sg & http://forum.loewen.com.sg
##
## MOD Addon Developer/author: KugeLSichA < kugelsicha@caromonline.de > (HoLLe) http://www.caromguild.de
##
## MOD Description: Admin can set PayPal accounts to receive donations,
##                  Donors can choose to be anonymous when donation,
##                  Admin can set how many points to give to donor when donation, (Must have points MOD installed, otherwise, set it to 0 )
##                  Admin can also set how many posts count to give to donor when donation, 
##                  Admin can set current donation goal, description and duration,
##                  Admin can set to display top donors or last donors,
##                  Admin can manually inset donation information
##                  Admin can set which group the donor can join after donation, currently support different two groups
##                  Admin can set which special rank the donor will be set to after donation, anonymous donor will not be set for this special rank
##                  Supports multi-currencies.
##                  
##                  NOTE: I set up the user rank No.5 ("user_rank5") for the donors Special rank!
##                  
##                  Only the First Admin (user_id = 2) can set up and change the PayPal email adress in ACP!
##
## MOD Version: 1.0.3
##
## MOD DEMO: http://www.caromguild.de
##
## MOD Requirements: phpBBXS Version 058 or higher
##
## Installation Level: Easy
## Installation Time: 10
## Files To Edit: 13
##                adm/index.php
##                forum.php
##                includes/constants.php
##                includes/functions.php
##                includes/functions_dbmtnc.php
##                includes/page_header.php
##                language/lang_english/lang_admin.php
##                language/lang_english/lang_main.php
##                language/lang_german/lang_admin.php
##                language/lang_german/lang_main.php
##                templates/ca_aphrodite/index_body.tpl
##                templates/ca_aphrodite/overall_header.tpl
##                viewonline.php
## Included Files:  22
##                  donors.php
##                  donateconfirm.php
##                  donateresult.php
##                  donate.php
##                  donateshowresult.php
##                  
##                  templates/ca_aphrodite/donors_body.tpl
##                  templates/ca_aphrodite/donate_body.tpl
##                  templates/ca_aphrodite/donate_topupconfirm_body.tpl
##                  
##                  adm/admin_donors.php
##                  adm/admin_donate_currency.php
##                  adm/admin_donate_settings.php
##                  
##                  templates/ca_aphrodite/admin/donors_config_body.tpl
##                  templates/ca_aphrodite/admin/donate_currency_config_body.tpl
##                  templates/ca_aphrodite/admin/donate_settings_config_body.tpl
##                  
##                  language/lang_english/lang_admin_donate.php
##                  language/lang_english/email/html/thanku_donation.tpl
##                  language/lang_english/email/txt/thanku_donation.tpl
##                  language/lang_german/lang_admin_donate.php
##                  language/lang_german/email/html/thanku_donation.tpl
##                  language/lang_german/email/txt/thanku_donation.tpl
##                  
##                  images/PayPal_mark_37x23.gif
##                  install/db_update.php
##############################################################
##############################################################
## Author Notes:
##
## Terms of Use 
## 
## All of my MODifications are to use and edit/change for phpBB End Users 
## Plese DO NOT remove any copyright/licence declaration when using the MODification 
## I will remain as the sole developer for all my MODifications unless stated otherwise
## 
## Distribution Terms 
## All of my MODifications are prohibited to distribute to others without the permission 
## from me.
## Plese DO NOT remove any copyright/licence declaration when using the MODification 
## I will remain as the sole developer for all my MODifications unless stated otherwise
## 
## Re-Distribution Terms 
## If you are distributing WHOLE or PART of my MOD in your MOD Projects or Pre-modded 
## Projects or any other means, you must: Get the formal authorization from me first.
## Plese DO NOT remove any copyright/licence declaration when using the MODification 
## I will remain as the sole developer for all my MODification unless stated otherwise. Do 
## NOT declare youself as my co-developer 
## Re-Distribution Terms DOES NOT apply to MOD authors that developing Add-Ons to my MOD. 
## 
##############################################################
## MOD History:
##
##   2004-09-20  -  Version 1.0.1
##      - init version
##  
##   2004-10-15  -  Version 1.0.2
##      - second release: admin manual insert donation record; devide donor to different groups; mark donor as donor;
##  
##   2006-08-09  -  Version 1.0.2 XS
##      - some changes/code cleanup to get this running with the phpBBXS Version 058 or higher
## 
##   2006-09-23  -  Version 1.0.3 XS
##      - created new page admin_donate_settings.php
##      - created thanku_donation.tpl so that the donor can recieve an Thank You Email
##      - Only first Admin (with userid 2) can set up the PayPal email adress in ACP
##      - view donors at donate.php page bottom
##      - added PAGE_DONATE session, so that Admin can see if a user is viewing the donate pages
##      - some TPL and PHP cleanup
##	- changed, deleted and added all lang VARS (phpBB conform)
##	- merged the two admin_lang pages into one
##	- added different "Donate" language images, set by userlanguage
##  
## 
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
[/code]

Full credit goes to the first MOD Author Xiong Zou. And also thx to him that he gives me the right to share this with you, because its not under the GPL. You can also visit his forum for other new cool staff.

The Donation MOD can be download in my testforum    http://www.caromguild.de/downloads.php?cat=3   no register is required.

it would be great if you can help me to find bugs, and report them here, but lease not that im away for a week after today evening.

Also if i have some free time i need to do some code cleanup, but the MOD should work now.

enjoy and have fun.

greets


-----------------------------------
difus
Sun 13 Aug, 2006 12:44

Re: Donation (Spenden) MOD With PayPal IPN
-----------------------------------
can't download without registration


-----------------------------------
KugeLSichA
Sun 13 Aug, 2006 12:52

Re: Donation (Spenden) MOD with PayPal IPN
-----------------------------------
opps.. sry.

Fixed!


-----------------------------------
Nikola
Sun 13 Aug, 2006 13:05

Re: Donation (Spenden) MOD with PayPal IPN
-----------------------------------
[quote]We dont want to insert only a simple Donate button here, we also want to explains, why we would be pleased about (every small) donation from you.[/quote]

I like it  :)  It's professional.


-----------------------------------
KugeLSichA
Sun 13 Aug, 2006 13:15

Re: Donation (Spenden) MOD with PayPal IPN
-----------------------------------
[quote user="Nikola" post="320"][quote]We dont want to insert only a simple Donate button here, we also want to explains, why we would be pleased about (every small) donation from you.[/quote]

I like it  :)  It's professional.[/quote]

thx.. the explain texts are from me... maybe not so good translated into english...  ;-)


-----------------------------------
difus
Sun 13 Aug, 2006 13:43

Re: Donation (Spenden) MOD With PayPal IPN
-----------------------------------
thanks

it is nice to see download mod  :up:


-----------------------------------
ganesh
Mon 14 Aug, 2006 10:39

Re: Donation (Spenden) MOD With PayPal IPN
-----------------------------------
Great! Thanks.


-----------------------------------
KugeLSichA
Thu 24 Aug, 2006 20:53

Re: Donation (Spenden) MOD With PayPal IPN
-----------------------------------
[quote user="difus" post="333"]thanks

it is nice to see download mod  :up:[/quote]

ok now im back and i will start clean up the code and provide it as an XS MOD in the near future :)


-----------------------------------
KugeLSichA
Sat 26 Aug, 2006 10:03

Re: Donation (Spenden) MOD with PayPal IPN
-----------------------------------
please apply this patch.

[code linenumbers=false]
#
#-----[ OPEN ]------------------------------------------
#
donors.php

#
#-----[ FIND ]------------------------------------------
#
	$template->assign_vars(array(
		'PAGINATION' => generate_pagination("acctrecords.$phpEx?topicdays=$topic_days&userid=$user_id&mode=$donormode", $topics_count, $topicsperpage, $start),
#
#-----[ REPLACE WITH ]------------------------------------------
#
	$template->assign_vars(array(
		'PAGINATION' => generate_pagination("donors.$phpEx?topicdays=$topic_days&userid=$user_id&mode=$donormode", $topics_count, $topicsperpage, $start),
[/code]

Download package updated


-----------------------------------
KugeLSichA
Mon 25 Sep, 2006 20:55

Re: Donation (Spenden) MOD with PayPal IPN
-----------------------------------
first Post updated


-----------------------------------
columbo1979
Fri 17 Nov, 2006 09:18

Re: Donation (Spenden) MOD With PayPal IPN
-----------------------------------
Hello,
my english is very bad.
Can you include this mode as standard in the next version?


-----------------------------------
Mighty Gorgon
Sun 19 Nov, 2006 19:57

Re: Donation (Spenden) MOD with PayPal IPN
-----------------------------------
[quote user="columbo1979" post="4830"]Hello,
my english is very bad.
Can you include this mode as standard in the next version?[/quote]
I think it won't be included in the package... it will probably remain an addon. :wink:


-----------------------------------
fracs
Sun 26 Nov, 2006 10:43

Re: Donation (Spenden) MOD With PayPal IPN
-----------------------------------
Italian, Spanish, Catala and Serbian translations? :oops:


-----------------------------------
KugeLSichA
Fri 16 Mar, 2007 09:52

Re: Donation (Spenden) MOD with PayPal IPN
-----------------------------------
after IP is no BETA Status i release this as Add On on my site....

I have done some changes to this version.

cheers


-----------------------------------
Zuker
Sat 07 Apr, 2007 20:50

Re: Donation (Spenden) MOD with PayPal IPN
-----------------------------------
[b]This modification is only for php XS and maybe is not working with IcyPhoenix.

If you are the author or are able to make them icy compatible, please feel free to post it.    

Thanks for your time and the good work so far.[/b]


-----------------------------------
KugeLSichA
Sun 08 Apr, 2007 22:26

Re: Donation (Spenden) MOD with PayPal IPN
-----------------------------------
i have this MOD with some changes working in Icy Phoenix RC 1.0.11.11

If i have some free time in the naxt weeks i do an addon for Icy Phoenix...

greetz


-----------------------------------
Zuker
Sun 08 Apr, 2007 23:19

Re: Donation (Spenden) MOD with PayPal IPN
-----------------------------------
[quote user="KugeLSichA" post="11632"]i have this MOD with some changes working in Icy Phoenix RC 1.0.11.11

If i have some free time in the naxt weeks i do an addon for Icy Phoenix...

greetz[/quote]

Great Kugel ;)


-----------------------------------
DrCaOs
Thu 24 Jul, 2008 19:34

Re: Donation (Spenden) MOD With PayPal IPN
-----------------------------------
I want to have this mod but where is the Download? 

THX CaOs  :D


-----------------------------------
KugeLSichA
Thu 24 Jul, 2008 20:19

Re: Donation (Spenden) MOD With PayPal IPN
-----------------------------------
[quote user="DrCaOs" post="30007"]I want to have this mod but where is the Download? 

THX CaOs  :D[/quote]

hey CaOs,

some time ago i have removed this MOD download from my site because i need to change some things for the new IP version .27  but the last month i havn´t had enough time to do these changes...

but thanks for the reminder... i´ll try to work on this the next days...

if its available again... i´ll let you know here

greetz


-----------------------------------
DrCaOs
Thu 24 Jul, 2008 22:00

Re: Donation (Spenden) MOD With PayPal IPN
-----------------------------------
THX

und viele grüße aus Chemnitz ;)


-----------------------------------
antiqueclassicautos
Tue 03 Feb, 2009 02:52

Re: How To ?Donation (Spenden) MOD With PayPal IPN
-----------------------------------
I want to apply this donation mod to my site antiqueclassicautos.com How exactly to I install it, or is there a better mod, or is there a donation script within icy phoenix, I am new and would appreciate any help and suggestions.
Also I am trying to build the most awesome classic and antique automoble site on the planet, so if your game please register, but more importantly please let me know how to get this installed. Thank You.
Dan


-----------------------------------
Chaotic
Tue 03 Feb, 2009 03:06

Re: Donation (Spenden) MOD With PayPal IPN
-----------------------------------
Have you looked here:

[url=http://www.icyphoenix.com/viewtopic.php?f=21&t=4978]Donation MOD 1.0.4


-----------------------------------
KugeLSichA
Fri 06 Feb, 2009 16:33

Re: Donation (Spenden) MOD With PayPal IPN
-----------------------------------
i lock this topic here... please look at the new donation mod topic... link in chaotic´s message above


