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 |
#592
|
||||||
|
||||||
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
|
#593
|
|||||||
|
|||||||
Hello,
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
You need to realize that these modifications are added to this site free of charge. the coder is not getting paid. If they are running a specific version of vb and they create a mod for their site and release it as UNSUPPORTED, they are doing all of us a favor in releasing it. They don't owe any of us a damn thing and they certainly are not obligated to upgrade the script because a bunch of non coders want them to. Do you follow me? Everyone that visits this site that isn't a coder needs to step back and realize that THEY need this site. The coders don't need this site. lol They can just code up their own modifications. Anything you get off of vb.org is a gift and some gratitude should be displayed to the coders for releasing it in the first place. My perception of those of you on the site that talk trash about modifications not working and how this was expected and that was expected is that you have no concept of how this site works. Everyone DONATING their mods are utilizing THEIR time and efforts to help improve this community and everyone elses individual communities. They owe none of us anything and yet a handful of you seem to think they do indeed owe you something. Those of you that are epecting things should take some initiative and learn to code. Some PHP and mysql knowledge will get you started. Once you know how to code, spend hours and hours writing up modifications for vb.org and then list them. Now that they are up, wait 2-3 weeks and watch the ungrateful and inconsiderate non coders start making rude and disrespectful comments about your modifications because they can't get it to work. (Even though it works on your site and several other sites.) Let me know exactly how you feel about releasing your mods after a bunch of clowns start ripping into you. Maybe then the concept of gratitude will be understood. |
#594
|
|||||||||
|
|||||||||
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
|
#595
|
|||
|
|||
How would I change the link to paypal.com? For some reason I get https://www.sandbox.paypal.com/cgi-bin/webscr at my site.
|
#596
|
|||
|
|||
Quote:
|
#597
|
|||
|
|||
I re-installed this afternoon and it has screwed up my template. I've attached a screen shot of what it has done and a uninstall has not solved the issue.
Anyone know what is causing this? |
#598
|
|||
|
|||
Quote:
|
#599
|
|||
|
|||
Yes I have taken it offline, the screen shot shows what every thread appears like. Just window after window
|
#600
|
|||
|
|||
check your postbit template to see if any donation code is duplicated.
|
#601
|
|||
|
|||
Quote:
Code:
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if><div>$post[reputationdisplay]</div></if> <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> Code:
<!-- DONATIONS --> <if condition="$post['donor'] == '1'"><if condition="$post['showdonor'] == '1'"><div><a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_donor.gif" border="0"></a></div></if></if> <!-- END DONATIONS --> Code:
</div> <if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if><div>$post[reputationdisplay]</div></if> <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> <!-- DONATIONS --> <if condition="$post['donor'] == '1'"><if condition="$post['showdonor'] == '1'"><div><a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_donor.gif" border="0"></a></div></if></if> <!-- END DONATIONS --> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|