View Single Post
  #2  
Old 04-12-2007, 02:15 PM
DiSpy's Avatar
DiSpy DiSpy is offline
 
Join Date: Feb 2007
Location: South Florida!!
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's an example of what i'm talking about:

http://www.wrestlingforum.com/register.php?do=start

How did they put that page into thier registration page I wonder... but it's exactly what i'm looking for for the subscription page.

Once a user clicks a button in the appropriate column, it takes them to the built-in page to buy that subscription.

----
Upon further inspection of the payments.php page...

If you view the source of the page for a paypal transaction, you find normal looking form submission code:

Code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <fieldset class="fieldset">
        <legend>Order Using PayPal</legend>
        <div style="padding:3px">
            <div style="margin-bottom:3px">To pay for your subscription using <a href="http://www.paypal.com" target="_blank">PayPal</a> click the button below and follow the onscreen instructions.</div>
            <div>
                
<input type="hidden" name="cmd" value="_xclick-subscriptions" />
<input type="hidden" name="business" value="<removed>" />
<input type="hidden" name="item_name" value="Member Subscription" />
<input type="hidden" name="item_number" value="<removed>" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="a3" value="5.00" />
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="M">
<input type="hidden" name="src" value="1">
<input type="hidden" name="sra" value="1">
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="shipping" value="0.00" />
<input type="hidden" name="return" value="<removed>" />
<input type="hidden" name="cancel_return" value="<removed>" />
<input type="hidden" name="notify_url" value="<removed>" />
<input type="hidden" name="custom" value="<removed (username)>" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="tax" value="0.00" />

                <input type="submit" class="button" style="font-weight:normal" value="Order Using PayPal" />
            </div>
        </div>
    </fieldset>
</form>
So, my question is... can I make my own page, with my own buttons, and just paste that info in from the "payments.php?do=order" pages for each package that I create.

Will that work? (at least for paypal payments)
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01301 seconds
  • Memory Usage 1,771KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete