Paypal & Firebug plugin with firefox

Discussion in 'PayPal' started by lowridertj, Aug 4, 2007.

Thread Status:
Not open for further replies.
  1. #1
    How is it that I can encrypt a button such as

    
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
                              <font size="2">
                              <input type="image" src="https://www.paypal.com//en_US/i/btn/x-click-but02.gif" border="0" name="submit8" alt="Make payments with PayPal - it's fast, free and secure!" />
                              <input type="hidden" name="add" value="1" />
                              <input type="hidden" name="cmd" value="_xclick" />
    
                              <input type="hidden" name="custom" value="admin" />
                              <input type="hidden" name="business" value="paypal@pimpin187.com" />
                              <input type="hidden" name="item_name" value="Pimpin187 SPECIAL DOUBLE CREDITS  2,600 credits admin" />
                              <input type="hidden" name="item_number" value="1" />
                              <input type="hidden" name="item_id" value="1" />
                              <input type="hidden" name="amount" value="20.00" />
                              <input type="hidden" name="page_style" value="Primary" />
                              <input type="hidden" name="no_shipping" value="1" />
                              <input type="hidden" name="notify_url" value="http://www.pimpin187.com/ipn.php" />
    
                              <input type="hidden" name="return" value="http://www.pimpin187.com/index.php" />
                              <input type="hidden" name="cancel_return" value="http://www.pimpin187.com/index.php" />
                              <input type="hidden" name="currency_code" value="USD" />
                              <input type="hidden" name="bn" value="PP-ShopCartBF" />
                              </font>
                            </form>
    
    
    Code (markup):
    so that someone cant use plugins such as firebug for firefox to change the amount that it costs to purchase something. I have in my ipn file to check amount and call back from paypal however it still is not secure enough. it still comes back as a bought purchase for the original amount and cost.

    Thanks,
    TJ
     
    lowridertj, Aug 4, 2007 IP
  2. lowridertj

    lowridertj Well-Known Member

    Messages:
    2,882
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    195
    #2
    any help here how to encrypt it with still holding the custom field as it has a php variable?
     
    lowridertj, Aug 4, 2007 IP
  3. inworx

    inworx Peon

    Messages:
    4,860
    Likes Received:
    201
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You have an option in your account.

    Login to your account
    merchant Tools
    Buttons and fill up the required options in and check generate encrypted button.

    It'll be fine.
     
    inworx, Aug 5, 2007 IP
  4. lowridertj

    lowridertj Well-Known Member

    Messages:
    2,882
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    195
    #4
    but do I just exclude or add the html line for the custom line?

    as it pulls a variable within php

    thanks again for your help
     
    lowridertj, Aug 5, 2007 IP
Thread Status:
Not open for further replies.