The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
PayPal Donations For vBulletin 3.5.0 Details »» | ||||||||||||||||||||||||||
Sorry Guys...I have disappeared from vB coding completely for the time being...RL is paying me $35/hour to ignore it lol. Hope you understand why I haven't been around... Paypal Donations For vBulletin 3.5 Version 2.02b Hack Provided and coded by )O( Cloudrunner )O( of The Noble Pagan. Release version: 2.02b Release Date: 03 July 2005 Change Log Paypal Donations 2.02
Special Thanks Special Thanks goes to the following people, without their support, this would never have happened: dsboyce8624 guvner SLeeeper And all of the Alpha Testers that helped out with this Hack! I couldn't have done it without you all, Thank you! )O( Cloudrunner )O( What Paypal Donations Is: Paypal Donations is a complete system that controls donations and how they are received via backend interfacing between your vBulletin server and Paypal's payment gateway server. The beauty of this marriage of servers is quite simply automation of the donation process as well as security of the transactions for both you, the administrator, and your users. With the Paypal donations system installed on your forums, you will be able to bring in that much needed income to not only keep your forums alive, but also to help defer costs of doing so to the users of your site without having to bug everyone and beg for money.This seamless integration of Paypal as your backend payment processor not only provides your user with a well known and safe payment processor, but you are saved the hassle of opening a merchant account with your banking institution as well as saves you time in the process as it takes only a few short minutes to sign up with Paypal if you are not already an account holder there. System Requirements OS: vBulletin 3.5 (if you are running this already, then your server has the required installation, GD libraries are required, as well as CURL capabilities for this system to work) Things To Do Before Installation Direct File Edits To vB Resident Files: 1 (needed to group templates in AdminCP)File Uploads: 34 (Of which 18 will be deleted after installation, leaving a total of 16 Files on your server) Direct Database Queries: None, the installer does these for you Direct Plugin Installation: None, the installer does these for you Direct Template Modification: None, the installer installs all new templates, and modifies the resident templates as needed The uninstaller will remove all modifications (to include the templates) should you decide to remove the system from your server. How To Install / Upgrade Paypal Donations Installation and Upgrading are as easy as a human like me could make it. Simply upload all the files from the archive to your server keeping the folder hierarchy intact and then point your browser to the installation file. On most servers it will be one of the following:
If you ever decide to remove the system, just upload the install files and folder again and run the installer and choose uninstall. The uninstaller will remove any and all modifications that it did to your files, database, and templates automatically as well. Its as easy as you can get! Time to install: less than five minutes depending on your upload speed. Steps To Perform After Installation
License Quote:
Final words You will need to add a link somewhere in your navigation system for vBulletin pointing your users to the donations page (if you installed the vBadvanced Module then you have a link on the home page, but you might want to add one in the nav bar as well), as well as setting up your paypal account to give IPN responses to you, you can do this in your Paypal Profile under Instant Payment Notification. To play in PayPal's Sandbox you will need to be registered with their developer network and setup a few sandbox accounts to play with the sandbox properly. I have throughly tested the sandbox functionality, and it is working until they decide to change coding standards again. I sincerely hope that you enjoy this hack, Please feel free to send feedback to tnp@noblepagan.com ! Thank you!)O( Cloudrunner )O( P.s. Should you feel the need to donate to me in thanks, I will not stop you , in fact I will say thank you and that your support is greatly appreciated. If you do donate to me for this hack, I will give the recognition here as well as on The Noble Pagan. You can find my donations page here (also works as a demo site should you feel the need to check it out): The Noble Pagan Donation Page Supporters / CoAuthors Show Your Support
|
Comments |
#1602
|
|||
|
|||
hey sinisterpain...absolutely excellent add-on this..
i am however experiencing a problem.. i use a paypal business account and have already got IPN on for my shop (which uses a different URL to my forum).. the notification URL for IPN is http://shop.xxxxxx.com/payments/paypal_ipn.php my forum is on http://forums.xxxxxx.com and the donations settings are pointing to http://forums.xxxxxx.com/forums/ppverify.php therefore.. when someone donates the transaction goes through succesfully according to paypal but the goal progress is not updated and no valid/invalid/pending transactions appear in the summary page.. guessing i have an issue with a IPN notify URL already pointing to my shop file.. any clues as to how i can get this working properly..? really want to use this on my forum.. (vb3.5.4) many thanks |
#1603
|
||||
|
||||
Quote:
The notify URL should be the link to the ppverify.php file for donations. By what you have posted your notification URL is to your payments/paypal_ipn.php. This must be set in the donation hack but must also be set in your paypal account and you can not have two notification URLs. I appreciate the links but I need more info on what you are trying to accomplish as I can no follow the logic of the shop and the donation Mod. |
#1604
|
|||
|
|||
apologies..maybe i didnt explain it very well..
okay..currently i have an online shop which uses the paypal IPN already..the url in paypal points to my shop paypal_ipn script.. the donation mod requires the paypal IPN url to be pointing at the mod ppverify script.. therefore (i assume) if i am already using my IPN in paypal i cant use it for this mod as i can only specify one paypal IPN url.. hope that makes more sense.. |
#1605
|
||||
|
||||
Quote:
|
#1606
|
|||
|
|||
Hi everyone,
I have been running this hack for a long time with no problems, however after upgrading to vB 3.6.8, and not keeping a copy of my old postbit templates, The little donor icon no longer shows up for anyone in there postbit. also, the user CP no longer has the display donor status show off / on option. Other then that, the hack still works. I tried to re-install the plugin, however this did not restore those two items. Does anyone have the code that needs to be re inserted into the postbit / postbit legacy templates? and does anyone know what I need to do to restore the user CP show donor status? thanks for the help. |
#1607
|
||||
|
||||
Quote:
FIND Code:
<if condition="$show['reputationoption']"> Code:
<!-- DONATIONS --> <fieldset class="fieldset"> <legend><label for="cb_showdonor">My Donor Status</label></legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%"> <tr> <td>Shall We Show Your Donor Status To The Public?</td> </tr> <tr> <td><label for="cb_showdonor"><input type="checkbox" name="showdonor" value="1" id="cb_showdonor" $checked[showdonor] />Show My Donor Status To The Public</label></td> </tr> </table> </fieldset> <!-- END DONATIONS --> FIND Code:
$post[yahooicon]</div> Code:
<!-- DONATIONS --> <if condition="$post['donor'] AND $post['showdonor']"><div><a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_donor.gif" border="0" alt="Donor" /></a></div></if> <!-- END DONATIONS --> FIND Code:
<td class="smallfont" valign="bottom" align="$stylevar[right]"> Code:
<!-- DONATIONS --> <if condition="$userinfo['donor'] AND $userinfo['showdonor'] == '1'"><a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_donor.gif" border="0" alt="Donor" /></a></if> <!-- END DONATIONS --> |
#1608
|
|||
|
|||
Thank You very much. That restored everything.
|
#1609
|
||||
|
||||
Your welcome, but you should never quote the code as it allows non members to see it.
|
#1610
|
|||
|
|||
Quote:
This post must be merged into the first post to help all the users of 3.6 it took me quite some time to find this thanx a lot dude for this excellent hack .. if i make a lof of money from donations i will surely send some towards ur way |
#1611
|
|||
|
|||
so ppl dont haft to look for it. the Product install is here.
https://vborg.vbsupport.ru/showpost....&postcount=119 Im having some issues with the images not showing up like the donate button and the verified seal. any ideas? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|