Help for this page

Select Code to Download


  1. or download this
    print "<P><A HREF=$ENV{'SCRIPT_NAME'}?action=buynow&category=&item=$form{'item'}>Buy Now</A></FONT>" if (($buyit ne "") & ($bid < $buyit));
  2. or download this
        print " - <A HREF=$ENV{'SCRIPT_NAME'}\?action=paypal_login\&ALIAS=$form{'ALIAS'}\&balance=$balance> PayPal </A>" if ($config{'allowpaypal'} != 0);
  3. or download this
    #!/usr/bin/perl
    #
    #  IPN Perl Script
    ...
    print( "RESP=OK\r\n" );
    
  4. or download this
    sub postal_login {
        my ($paymentmethod) = $_[0];
        my $currentbalance = &priceformat($form{'balance'},"html");
    ...
    
        }
    }
    
  5. or download this
    #!/usr/bin/perl
    
    print "Content-type: text/html\n\n";
    ...
    
    </readmore>