Plugin Directory

Changeset 2251087


Ignore:
Timestamp:
02/27/2020 02:45:47 AM (6 years ago)
Author:
bpaywall
Message:

tagging version 2.7

Location:
bitcoin-paywall
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • bitcoin-paywall/tags/2.7/readme.txt

    r2251008 r2251087  
    1 === Bitcoin Cash Paywall ===
     1=== Bitcoin Cash ETH PayPal Credit Cards Paywall ===
    22Contributors: bpaywall
    33Donate link: https://ba.net/bitcoin-pay-button
     
    1111
    1212Easy to use automated paywall for premium content and digital goods downloads.
    13 Automate your BTC and BCH payment buttons with real-time USD prices, QRcodes,
    14 email buy links, url pay links and button pay links.
     13Automate your BTC, BCH, ETH, PayPal and Credit Cards payment buttons with real-time
     14USD prices, QRcodes, email buy links, url pay links and button pay links.
    1515
    1616== Description ==
    1717
    1818
    19 Bitcoin Cash Paywall Wordpress Plugin
     19Bitcoin Cash ETH, PayPal, Credit Cards Paywall Wordpress Plugin
    2020https://ba.net/bitcoin-pay-button
    2121
    22 It will allow you to create btc and bch payment links on the fly. Including
    23 real-time usd price and qrcode
     22It will allow you to create BTC, BCH, ETH, Paypal and Credit Card payment links on the fly.
     23Including real-time usd price and qrcode
    2424
    25 Pro version can also manage payment status and automatic product delivery. More crypto coins and PayPal Integrated button and QR maker. <a href="https://ba.net/bitcoin-pay-button/wordpress.html">Pro version details</a>.
     25Pro version can also manage payment status and automatic product delivery.
     26<a href="https://ba.net/bitcoin-pay-button/wordpress.html">Pro version details</a>.
    2627
    2728<b>PRO Wordpress Plugin</b>
  • bitcoin-paywall/tags/2.7/wp-bitcoinpaywall.php

    r2250427 r2251087  
    33Plugin Name: Bitcoin Paywall
    44Plugin URI:  https://ba.net/bitcoin-paywall
    5 Description: This plugin implements a Paywall using BTC, BCH. It automates your sales of digital goods or premium content.
    6 Version:     2.0
     5Description: This plugin allows you to accept BTC, BCH, ETH, PayPal, Credit Cards. Instant Pay Buttons. No registration, non-custodial. It automates your sales of digital goods or premium content. Bitcoin Paywall.
     6Version:     2.7
    77Author:      BA.net
    88Author URI:  https://ba.net/
     
    4242   register_setting( 'bitcoin_paywall_options_group', 'bitcoin_paywall_option_name5', 'bitcoin_paywall_callback' );
    4343
     44   add_option( 'bitcoin_paywall_option_name6', '0X1aa814776f64ca11b12f02aa5ff2c1221a27bef6');
     45   register_setting( 'bitcoin_paywall_options_group', 'bitcoin_paywall_option_name6', 'bitcoin_paywall_callback' );
    4446
    4547}
     
    6870  <div>
    6971  <?php screen_icon(); ?>
    70   <h2>Bitcoin Paywall</h2>
     72  <h2>Bitcoin Cash Paywall</h2>
    7173  <form method="post" action="options.php">
    7274  <?php settings_fields( 'bitcoin_paywall_options_group' ); ?>
     
    7678  <p>Configure your payment buttons here. Then cut and paste the links or buttons on your wordpress pages, or external sites and social media.
    7779<p>
    78 Pro version can manage payment status and automatic product delivery. Also integrates with Paypal and Credit Cards. <a href="https://ba.net/bitcoin-pay-button/wordpress.html" target=_blank>Upgrade Here</a>
     80Pro version can manage payment status and automatic product delivery. <a href="https://ba.net/bitcoin-pay-button/wordpress.html" target=_blank>Upgrade Here</a>
    7981
    8082<p><br>
     
    8284  <tr valign="top">
    8385  <th scope="row"><label for="bitcoin_paywall_option_name">BCH or BTC Address</label></th>
    84   <td><input type="text" id="bitcoin_paywall_option_name" name="bitcoin_paywall_option_name"
    85 size="35" 
     86  <td><input type="text" id="bitcoin_paywall_option_name" name="bitcoin_paywall_option_name" size="40" 
    8687value="<?php echo get_option('bitcoin_paywall_option_name'); ?>" /></td>
    8788  </tr>
    8889
    8990  <tr valign="top">
     91  <th scope="row"><label for="bitcoin_paywall_option_name6">ETH Address</label></th>
     92  <td><input type="text" id="bitcoin_paywall_option_name6" name="bitcoin_paywall_option_name6" size="40"
     93value="<?php echo get_option('bitcoin_paywall_option_name6'); ?>" /></td>
     94  </tr>
     95
     96
     97  <tr valign="top">
    9098  <th scope="row"><label for="bitcoin_paywall_option_name2">Sales Support Email</label></th>
    91   <td><input type="text" id="bitcoin_paywall_option_name2" name="bitcoin_paywall_option_name2"
    92 size="35"
     99  <td><input type="text" id="bitcoin_paywall_option_name2" name="bitcoin_paywall_option_name2" size="40"
    93100value="<?php echo get_option('bitcoin_paywall_option_name2'); ?>" /></td>
    94101  </tr>
     
    102109<option value="btc" <?php if (get_option('bitcoin_paywall_option_name3')=="btc") echo "selected"; ?> >
    103110BTC</option>
     111<option value="eth" <?php if (get_option('bitcoin_paywall_option_name3')=="eth") echo "selected"; ?> >
     112ETH</option>
     113<option value="paypal" <?php if (get_option('bitcoin_paywall_option_name3')=="paypal") echo "selected"; ?> >
     114PayPal</option>
     115<option value="paypal" <?php if (get_option('bitcoin_paywall_option_name3')=="paypal") echo "selected"; ?> >
     116CCs</option>
    104117</select>
    105118
     
    143156 $button = "https://ba.net/pay/button/btcpay.php?address=".get_option('bitcoin_paywall_option_name')."&supportemail=".get_option('bitcoin_paywall_option_name2')."&product=".get_option('bitcoin_paywall_option_name4')."&amount=".get_option('bitcoin_paywall_option_name5')."";
    144157
     158if (get_option('bitcoin_paywall_option_name3') == "eth")
     159 $button = "https://ba.net/pay/button/ethpay.php?address=".get_option('bitcoin_paywall_option_name6')."&supportemail=".get_option('bitcoin_paywall_option_name2')."&product=".get_option('bitcoin_paywall_option_name4')."&amount=".get_option('bitcoin_paywall_option_name5')."";
     160
     161if (get_option('bitcoin_paywall_option_name3') == "paypal")
     162 $button = "https://ba.net/pay/button/paypal.php?address=".get_option('bitcoin_paywall_option_name')."&supportemail=".get_option('bitcoin_paywall_option_name2')."&product=".get_option('bitcoin_paywall_option_name4')."&amount=".get_option('bitcoin_paywall_option_name5')."";
     163
    145164echo "<center>
    146165<a href=".$button." target=_blank>your customised pay link</a>
  • bitcoin-paywall/trunk/readme.txt

    r2251008 r2251087  
    1 === Bitcoin Cash Paywall ===
     1=== Bitcoin Cash ETH PayPal Credit Cards Paywall ===
    22Contributors: bpaywall
    33Donate link: https://ba.net/bitcoin-pay-button
     
    1111
    1212Easy to use automated paywall for premium content and digital goods downloads.
    13 Automate your BTC and BCH payment buttons with real-time USD prices, QRcodes,
    14 email buy links, url pay links and button pay links.
     13Automate your BTC, BCH, ETH, PayPal and Credit Cards payment buttons with real-time
     14USD prices, QRcodes, email buy links, url pay links and button pay links.
    1515
    1616== Description ==
    1717
    1818
    19 Bitcoin Cash Paywall Wordpress Plugin
     19Bitcoin Cash ETH, PayPal, Credit Cards Paywall Wordpress Plugin
    2020https://ba.net/bitcoin-pay-button
    2121
    22 It will allow you to create btc and bch payment links on the fly. Including
    23 real-time usd price and qrcode
     22It will allow you to create BTC, BCH, ETH, Paypal and Credit Card payment links on the fly.
     23Including real-time usd price and qrcode
    2424
    25 Pro version can also manage payment status and automatic product delivery. More crypto coins and PayPal Integrated button and QR maker. <a href="https://ba.net/bitcoin-pay-button/wordpress.html">Pro version details</a>.
     25Pro version can also manage payment status and automatic product delivery.
     26<a href="https://ba.net/bitcoin-pay-button/wordpress.html">Pro version details</a>.
    2627
    2728<b>PRO Wordpress Plugin</b>
  • bitcoin-paywall/trunk/wp-bitcoinpaywall.php

    r2250427 r2251087  
    33Plugin Name: Bitcoin Paywall
    44Plugin URI:  https://ba.net/bitcoin-paywall
    5 Description: This plugin implements a Paywall using BTC, BCH. It automates your sales of digital goods or premium content.
    6 Version:     2.0
     5Description: This plugin allows you to accept BTC, BCH, ETH, PayPal, Credit Cards. Instant Pay Buttons. No registration, non-custodial. It automates your sales of digital goods or premium content. Bitcoin Paywall.
     6Version:     2.7
    77Author:      BA.net
    88Author URI:  https://ba.net/
     
    4242   register_setting( 'bitcoin_paywall_options_group', 'bitcoin_paywall_option_name5', 'bitcoin_paywall_callback' );
    4343
     44   add_option( 'bitcoin_paywall_option_name6', '0X1aa814776f64ca11b12f02aa5ff2c1221a27bef6');
     45   register_setting( 'bitcoin_paywall_options_group', 'bitcoin_paywall_option_name6', 'bitcoin_paywall_callback' );
    4446
    4547}
     
    6870  <div>
    6971  <?php screen_icon(); ?>
    70   <h2>Bitcoin Paywall</h2>
     72  <h2>Bitcoin Cash Paywall</h2>
    7173  <form method="post" action="options.php">
    7274  <?php settings_fields( 'bitcoin_paywall_options_group' ); ?>
     
    7678  <p>Configure your payment buttons here. Then cut and paste the links or buttons on your wordpress pages, or external sites and social media.
    7779<p>
    78 Pro version can manage payment status and automatic product delivery. Also integrates with Paypal and Credit Cards. <a href="https://ba.net/bitcoin-pay-button/wordpress.html" target=_blank>Upgrade Here</a>
     80Pro version can manage payment status and automatic product delivery. <a href="https://ba.net/bitcoin-pay-button/wordpress.html" target=_blank>Upgrade Here</a>
    7981
    8082<p><br>
     
    8284  <tr valign="top">
    8385  <th scope="row"><label for="bitcoin_paywall_option_name">BCH or BTC Address</label></th>
    84   <td><input type="text" id="bitcoin_paywall_option_name" name="bitcoin_paywall_option_name"
    85 size="35" 
     86  <td><input type="text" id="bitcoin_paywall_option_name" name="bitcoin_paywall_option_name" size="40" 
    8687value="<?php echo get_option('bitcoin_paywall_option_name'); ?>" /></td>
    8788  </tr>
    8889
    8990  <tr valign="top">
     91  <th scope="row"><label for="bitcoin_paywall_option_name6">ETH Address</label></th>
     92  <td><input type="text" id="bitcoin_paywall_option_name6" name="bitcoin_paywall_option_name6" size="40"
     93value="<?php echo get_option('bitcoin_paywall_option_name6'); ?>" /></td>
     94  </tr>
     95
     96
     97  <tr valign="top">
    9098  <th scope="row"><label for="bitcoin_paywall_option_name2">Sales Support Email</label></th>
    91   <td><input type="text" id="bitcoin_paywall_option_name2" name="bitcoin_paywall_option_name2"
    92 size="35"
     99  <td><input type="text" id="bitcoin_paywall_option_name2" name="bitcoin_paywall_option_name2" size="40"
    93100value="<?php echo get_option('bitcoin_paywall_option_name2'); ?>" /></td>
    94101  </tr>
     
    102109<option value="btc" <?php if (get_option('bitcoin_paywall_option_name3')=="btc") echo "selected"; ?> >
    103110BTC</option>
     111<option value="eth" <?php if (get_option('bitcoin_paywall_option_name3')=="eth") echo "selected"; ?> >
     112ETH</option>
     113<option value="paypal" <?php if (get_option('bitcoin_paywall_option_name3')=="paypal") echo "selected"; ?> >
     114PayPal</option>
     115<option value="paypal" <?php if (get_option('bitcoin_paywall_option_name3')=="paypal") echo "selected"; ?> >
     116CCs</option>
    104117</select>
    105118
     
    143156 $button = "https://ba.net/pay/button/btcpay.php?address=".get_option('bitcoin_paywall_option_name')."&supportemail=".get_option('bitcoin_paywall_option_name2')."&product=".get_option('bitcoin_paywall_option_name4')."&amount=".get_option('bitcoin_paywall_option_name5')."";
    144157
     158if (get_option('bitcoin_paywall_option_name3') == "eth")
     159 $button = "https://ba.net/pay/button/ethpay.php?address=".get_option('bitcoin_paywall_option_name6')."&supportemail=".get_option('bitcoin_paywall_option_name2')."&product=".get_option('bitcoin_paywall_option_name4')."&amount=".get_option('bitcoin_paywall_option_name5')."";
     160
     161if (get_option('bitcoin_paywall_option_name3') == "paypal")
     162 $button = "https://ba.net/pay/button/paypal.php?address=".get_option('bitcoin_paywall_option_name')."&supportemail=".get_option('bitcoin_paywall_option_name2')."&product=".get_option('bitcoin_paywall_option_name4')."&amount=".get_option('bitcoin_paywall_option_name5')."";
     163
    145164echo "<center>
    146165<a href=".$button." target=_blank>your customised pay link</a>
Note: See TracChangeset for help on using the changeset viewer.