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 |
#1272
|
|||
|
|||
Quote:
This is one of the most important Hack so I hope someone will take over! Hurry up, Billspaintball! And good luck with what you are doing, Cloudrunner! |
#1273
|
||||
|
||||
Got this up and running on vB 3.6.3 with the help of reading numerous posts.. :glasses:
However, not sure if it's set up properly because it seems a bit confusing to use how I have it setup. When you go to my PayPal Donation's page, it appears that users have to click on the PayPal logo in order to be taken to PayPal. There's no instructions that the users needs to do that. Am I missing something here gang? When going here --> http://www.9thsf-igc.com/forum/donate.php it looks so much easier to make a donation. Thank you to all of you who made this hack happen for us 3.6.x users.... Mark |
#1274
|
||||
|
||||
Quote:
1. You must make sure that you have either a Business or Premiere account with Paypal. 1. If you do not, then you will need to upgrade your Paypal account to that level before this system will work. 2. You must have Paypal's IPN (Instant Payment Notification) turned on in your Paypal Profile. 1. You do not need to have it pointing at any particular file for this system to work as the system will tell Paypal where to send the IPN to credit your users and notify you of the transaction. 3. You will need to run through the donations settings at the end of the installer and make sure that you have all the required information in there. 4. Please note that this system can be placed into test mode (default setting is ON when system is first installed). 1. This setting tells the system whether to speak with the real Paypal Server for transactions or with Paypal's Sandbox (testing) server. If you wish to test the system before going live you will need to have access to Paypal's Sandbox server, you can sign up for access there at: http://developer.paypal.com. 5. You will need to input your Paypal Account Email into the settings 6. You will need to input the full URL to your donate.php file so that your users can make it back to your site after payment 7. You will need to input the full URL to your ppverify.php file so that Paypal can send your IPNs to you and your system can process the information and give your users credit for the donation 8. You must create a goal(s), then create a button(s) and point your button(s) to the goal(s). |
#1275
|
|||||||
|
|||||||
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Thank you so much for an in depth reply about this. Very kind of you to take that kind of time out to help a stranger. |
#1276
|
||||
|
||||
Quote:
No you do not need to use a goal should you not wish. But you do need to create a donation button. |
#1277
|
||||
|
||||
Quote:
However, once I have a PayPal Donation button, where am I to put this (template)? Thanks |
#1278
|
||||
|
||||
Quote:
You will need to edit the donation_bits template under paypal donations templates (Admin Cp=>styles&templates=>style manager=>PaypalDonation Templates=>donation_bits). find: Code:
<if condition="$vboptions['ipn_test'] == 1">
<form name="donate" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<else />
<form name="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
</if>
<input type="hidden" name="notify_url" value="$vboptions[notify_url]">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure">
Code:
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
|
#1279
|
||||
|
||||
i have v3.5.4 did everything, only thing is the donate button is not showing!! help!!!
|
#1280
|
|||
|
|||
Did you do a search of this thread? The answer has been posted here about 10 times now.
|
#1281
|
||||
|
||||
i already did this
<?xml version="1.0" encoding="ISO-8859-1"?><navgroups product="vbulletin"> and this In your admincp, there are two options: Set donations to test only? (set to no) Donations System Active? (set to yes) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|