Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-16-2010, 01:58 PM
unknown22 unknown22 is offline
 
Join Date: Aug 2010
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default paypal vbulletin

Hi,

I have this made up and would like to know more on how I can use it to work with paypal.

As you see the Top 20 Donors I like it to show the members who donated on it with links to there page. And create a module on vba cmps?

Code:
<font size="1"><b>title</font>

<br />
<br />
<br />
<b><u>Make a Donation</u></b><br />
<br />
<br />

<form action="yii" method="post">

<table width="100%" border="0" cellspacing="6" cellpadding="10">
  <tr>
    <td align="left" bgcolor="#444444" nowrap="nowrap" style="padding: 10px;">Display Name:</td>

    <td align="left" bgcolor="#333333" nowrap="nowrap" style="padding: 10px;"><select type="radio" name="os1">
             <option value="0">anonymous</option>
              </select></td>
  </tr>
  <tr>
    <td align="left" bgcolor="#444444" nowrap="nowrap" style="padding: 10px;">Donation Amount:</td>
    <td align="left" bgcolor="#333333" nowrap="nowrap" style="padding: 10px;">
      <input id="amt_0" name="amount" value="" type="radio"><label for="amt_0">&nbsp;Other <input name="amount5" value="5.00 min" size="8" type="text"><br></label>            
      <input id="amt_5" name="amount" value="5" type="radio"><label for="amt_5"> $5<br></label>
      <input id="amt_10" name="amount" value="10" checked="checked" type="radio"><label for="amt_10"> $10<br></label>
      <input id="amt_15" name="amount" value="15" type="radio"><label for="amt_15"> $15<br></label>

      <input id="amt_20" name="amount" value="20" type="radio"><label for="amt_20"> $20<br></label>
      <input id="amt_25" name="amount" value="25" type="radio"><label for="amt_25"> $25<br></label>
      <input id="amt_50" name="amount" value="50" type="radio"><label for="amt_50"> $50<br></label>
      <input id="amt_100" name="amount" value="100" type="radio"><label for="amt_100"> $100<br></label><input id="amt_85" name="amount" value="85" type="radio"><label for="amt_85"> $85 finish her</label></td>

  </tr>
  <tr>
    <td align="left" bgcolor="#444444" nowrap="nowrap" style="padding: 10px;">Donation is for?</td>
    <td align="left" bgcolor="#333333" nowrap="nowrap" style="padding: 10px;"><input type="text" name="os0" value="" size="10" maxlength="50"> (optional)</td>

    <td align="left"></td>
  </tr>
  <tr>
    <td align="center" colspan="2" nowrap="nowrap" style="padding: 10px;">

      <input type="hidden" name="on1" value="Userid">
      <input type="hidden" name="on0" value="For (optional)">
      <input type="hidden" name="cmd" value="_donations">

      <input type="hidden" name="business" value="Q4LPT9USHHPDQ">
      <input type="hidden" name="lc" value="US">
      <input type="hidden" name="item_name" value="Donation">
      <input type="hidden" name="currency_code" value="USD">
      <input type="hidden" name="no_note" value="1">
      <input type="hidden" name="no_shipping" value="1">
      <input type="hidden" name="rm" value="1">
      <input type="hidden" name="notify_url" value="">
      <input type="hidden" name="return" value="">

      <input type="hidden" name="cancel_return" value="">
      <input type="hidden" name="bn" value="picture">
      <input type="image" src="picture" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
      <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
      </form>

    </td>
    <td align="left"></td>
  </tr>

</table>
<br><br><font size="+1"><b>Hall of Fame</b></font><br>
<br>

<table width="100%" border="0" cellspacing="0" cellpadding="1">
  <tr>
    <td align="left">


<table width="172" border="0" cellspacing="0" cellpadding="1">
  <tr>
    <td align="left" colspan="2" style="font-size:13px;font-weight:bold;">Top 20 Donors</td>

  </tr><tr>

                    </tr><tr><td>&nbsp;</td></tr>
        <tr>
            <td align="left" colspan="2" style="font-size:13px;font-weight:bold;">Donors this month</td>
          </tr><tr>

                    </tr><tr><td>&nbsp;</td></tr>
        <tr>
            <td align="left" colspan="2" style="font-size:13px;font-weight:bold;">Donors past months</td>
          </tr><tr>
                    </tr><tr>

    </td>
    <td align="center" valign="top" style="padding-left:40px;padding-right:40px;font-size:13px;font-family: 'trebuchet MS', arial, helvetica, sans-serif;">

    </td>
  </tr>
</table>


            </td>

        
        
    </tr>
</table>
Reply With Quote
  #2  
Old 09-16-2010, 02:48 PM
phpdesk phpdesk is offline
 
Join Date: Jan 2005
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have you checked any of the Paypal Donation mods available out there? Some may come with extended functionality such as top donations and other statistics.
Reply With Quote
  #3  
Old 09-16-2010, 04:12 PM
unknown22 unknown22 is offline
 
Join Date: Aug 2010
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

They all come with these useless meters instead of actually list members who donated and maybe a small meter under that.
Reply With Quote
  #4  
Old 09-17-2010, 01:16 AM
Trek Trek is offline
 
Join Date: Sep 2003
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You might try this: https://vborg.vbsupport.ru/showthread.php?t=250340

It lists the members, amounts, whatever you want really.
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 12:41 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04143 seconds
  • Memory Usage 2,198KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)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_postinfo_query
  • fetch_postinfo
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete