Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Paypal Module (dropdown) On vBa CMPS Details »»
Paypal Module (dropdown) On vBa CMPS
Version: 1.00, by DementedMindz DementedMindz is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.7 Rating:
Released: 01-13-2006 Last Update: Never Installs: 94
 
No support by the author.

This is fairly simple to install ill post the code incase the module dont work. but before i go any further i would like to thank derekivey for helping me out on this... so here is a image to show you how it looks... and i am trying to explain this as best as i can and make it as simple as i can... keep in mind you can change the image by going to paypal and chose another one of there images


make a new template named it adv_portal_paypal
and in that template add this code...


Code:
<tr>
 <td class="$bgclass">
<div align="center"><span class="smallfont">If You Like This Website, And Would Like To Give Something In Return, You Can Make A Donation. Your Donation Will Be Used To Pay For Hosting Service, Domain, And Maintenance Costs Only!</span></div>
<br />
<form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post">
  <div align="center">
  <input type="hidden" name="cmd" value="_xclick" />
  <input type="hidden" name="business" value="youremail@whatever.com" />
  <input type="hidden" name="item_name" value="Website Support Donation" />
  <input type="hidden" name="no_note" value="1" />
  <input type="hidden" name="currency_code" value="USD" />
  <input type="hidden" name="tax" value="0" />
    $ 
  <select name="amount">
    <option value="1.00">1.00</option>
    <option value="2.00">2.00</option>
    <option value="3.00">3.00</option>
    <option value="4.00">4.00</option>
    <option value="5.00">5.00</option>
    <option value="10.00">10.00</option>
    <option value="20.00">20.00</option>
    <option value="25.00">25.00</option>
    <option value="50.00">50.00</option>
    <option value="100.00">100.00</option>
  </select>
  </div>
<br />
<br />
<div align="center"><span class="smallfont">Select Your Donation Amount And Then Press The Donate Button.</span></div>
<br />
<fieldset class="fieldset" style="margin:0px 0px 0px 0px">
<br />
   <div align="center"><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" alt="Make payments with PayPal - it's fast, free and secure!" /><br /><br /></div></fieldset>
   </form>
  </td>
</tr>

in the code make sure you change youremail@whatever.com to your email...

then add a module, you want to add a Template Module

and in the module settings add this

Module Title: Donations
Template to Include: adv_portal_paypal
Use Module Shell Template : yes
Title Row Colspan: 1
and set your Usergroups to what ever you want

hope this helps and if any one wants to edit the code or make it easier to install feel free.

it is 100% html complaint. please let me know if you have any problems

*******************
3/12/05
changed the code a bit also made a module where they can input the donation amount...
*******************


New Module Code
*******************


Code:
<tr>
 <td class="$bgclass">
<div align="center"><span class="smallfont">If You Like This Website, And Would Like To Give Something In Return, You Can Make A Donation. Your Donation Will Be Used To Pay For Hosting Service, Domain, And Maintenance Costs Only!</span></div>
<br />
<form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post">
  <div align="center">$
  <input type="text" name="amount" size="6" value="5.00" />
  <input type="hidden" name="cmd" value="_xclick" />
  <input type="hidden" name="business" value="youremail@whatever.com" />
  <input type="hidden" name="item_name" value="Website Support Donation" />
  <input type="hidden" name="no_note" value="1" />
  <input type="hidden" name="currency_code" value="USD" />
  <input type="hidden" name="tax" value="0" />
  </div>
<br />
<br />
<div align="center"><span class="smallfont">Select Your Donation Amount And Then Press The Donate Button.</span></div>
<br />
<fieldset class="fieldset" style="margin:0px 0px 0px 0px">
<br />
   <div align="center"><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" alt="Make payments with PayPal - it's fast, free and secure!" /><br /><br /></div></fieldset>
   </form>
  </td>
</tr>

the second code allows users to input there donation amout and is installed the same.....


*******************
Future Plans:
would like to set it up to track the donations via Paid Subscriptions
*******************

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 01-20-2006, 06:58 PM
DruidToolz DruidToolz is offline
 
Join Date: Oct 2005
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah but what if someone doesn't want to add vba to there forum and just want to install the paypal module

how would someone would be able to do that...
Reply With Quote
  #23  
Old 01-20-2006, 08:24 PM
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Posts: 1,474
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well like the title of the mod says Paypal Module (dropdown) On vBa CMPS so it only works on a module for vBa CMPS so far that ive tested it on... i may work on one for vbulletin once i get my test site up but this is for vBa CMPS...
Reply With Quote
  #24  
Old 01-20-2006, 09:13 PM
Guest210212002
Guest
 
Posts: n/a
Default

If you're running vBAdvanced and don't know how to add modules, it'd do you lots of good to have a look at the documentation on their site. Everything's explained pretty clearly.
Reply With Quote
  #25  
Old 01-20-2006, 09:25 PM
Guest210212002
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by DruidToolz
yeah but what if someone doesn't want to add vba to there forum and just want to install the paypal module

how would someone would be able to do that...
They'd start a new thread asking how instead of cluttering up this mod thread with requests that have nothing to do with CMPS.

I'm sorry to be blunt, but this is a mod for "Paypal Module on vBa CMPS". If you aren't running CMPS, it doesn't concern you.
Reply With Quote
  #26  
Old 01-30-2006, 08:40 AM
jmacieira's Avatar
jmacieira jmacieira is offline
 
Join Date: Sep 2004
Location: Portugal
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Opsss, DementedMindz ...nothing apear for me


Code:
<tr>
 <td class="$bgclass">
<center><span class="smallfont">Se gosta de REEFFORUM, e se nos considera ?teis para a comunidade aquariofilista, n?o deixe de nos ajudar, contribuido com um donativo para a nossa causa. O seu donativo ser? usado para a promo??o, divulga??o e actualiza??o deste forum!</span></center>
<br />
<form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post">
  <div align="center">
  <input type="hidden" name="cmd" value="_xclick" />
  <input type="hidden" name="business" value="administrador@reefforum.net" />
  <input type="hidden" name="item_name" value="Donativo a REEFFORUM" />
  <input type="hidden" name="no_note" value="1" />
  <input type="hidden" name="currency_code" value="EUR" />
  <input type="hidden" name="tax" value="0" />
    ? 
  <select name="amount">
    <option value="5.00">5.00</option>
    <option value="10.00">10.00</option>
    <option value="25.00">25.00</option>
    <option value="50.00">50.00</option>
    <option value="100.00">100.00</option>
  </select>
  </div>
  <center>
<br />
<center><span class="smallfont">Seleccione o valor do seu donativo e valide no bot?o em baixo.</span></center>
<br />
<fieldset class="fieldset" style="margin:0px 0px 0px 0px">
<br />
   <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" alt="Fa?a os seus pagamentos por PayPal - ? r?pido, gratuito e seguro!" /><br /></fieldset></center>
   </form>
  </td>
</tr>
please see my code :ermm:
Reply With Quote
  #27  
Old 01-30-2006, 09:03 AM
jmacieira's Avatar
jmacieira jmacieira is offline
 
Join Date: Sep 2004
Location: Portugal
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

opss...resolved

tank's
Reply With Quote
  #28  
Old 01-30-2006, 01:38 PM
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Posts: 1,474
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok no problem i was just looking i just got on
Reply With Quote
  #29  
Old 02-12-2006, 05:45 PM
Mudvayne's Avatar
Mudvayne Mudvayne is offline
 
Join Date: Dec 2005
Location: /dev/null/
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice hack..
[high]* Mudvayne clk install
[/high]

http://www.golpo.net
Reply With Quote
  #30  
Old 02-16-2006, 03:31 PM
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Posts: 1,474
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #31  
Old 02-17-2006, 04:33 PM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for sharing this
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:43 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04593 seconds
  • Memory Usage 2,311KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (9)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete