1.8.x

MySubscriptions 2.0

Submitted by The Plug, , Thread ID: 20717

Thread Closed
The Plug
The Boss
Level:
0
Reputation:
20
Posts:
354
Likes:
56
Credits:
225
26-04-2016, 02:09 PM
This post was last modified: 26-04-2016, 02:09 PM by The Plug
#1
Description
MySubscriptions allows board administrators to setup PayPal subscriptions on their MyBB forum.

Features:
  • Supports PayPal and CoinPayments.
  • Multiple subscription plans.
  • Option to create a plan which adds a usergroup to users's additional groups list when subscribing (instead of changing the primary group) - this allows a user to have multiple subscriptions on the site.
  • Subscriptions logs (subscription creation, subscription cancellation, subscription expiration).
  • Automatically removes someone from a usergroup they have subscribed once the subscription has expired.
  • You can choose one-off payments instead of recurring subscriptions (which are only available for PayPal).
  • Recurring payments stats page on the Admin CP which shows a list of subscribers to recurring subscriptions in a certain period of time (this only affects subscriptions made after v1.3) plus total subscribers for each plan and total income.
  • One-off payments stats page on the Admin CP which shows a list of subscribers to one-off subscriptions in a certain period of time (this only affects subscriptions made after v1.3) plus total subscribers for each plan and total income.
  • It is possible to set, for each plan, which usergroups can see it and therefore subscribe to it.
  • Each plan can have a custom PM.
    Change Log2.0- Added CoinPayments as alternative to PayPal for One-off payments (setting)- TLS v1.2 is now used if available- Added a feature to the ACP which allows admins to upgrade a member to a certain plan- Fixed a bug where if a user had subscribed and is banned, he would be unbanned and moved back to their original group after the subscription expires- Added a page to the UserCP where users can see their active subscriptions and how much time is left until they expire- [one-off payments] One week before the subscription expires (any time), an e-mail is sent alerting the user (unless emails are disabled by the user or this feature was disabled by the admin)- Fixed a possible bug in the PayPal reversal handler- Fixed a bug in recurring subscriptions (URL would be malformed for cURL request and some installations would stop the request execution)
    Content locked
    This content has been locked. Please login or register in order to unlock it.

RE: MySubscriptions 2.0

Tactrus
Junior Member
Prime
Level:
0
Reputation:
-5
Posts:
92
Likes:
3
Credits:
7
30-04-2016, 09:21 AM
This post was last modified: 30-04-2016, 10:06 AM by Tactrus
#2
Thank you for this plugin.

RE: MySubscriptions 2.0

Azzid
Closed Account
Level:
0
Reputation:
11
Posts:
110
Likes:
3
Credits:
36
30-04-2016, 12:02 PM
#3
Thank you for this plugin could come in handy Smile

RE: MySubscriptions 2.0

bingo
Junior Member
Level:
0
Reputation:
0
Posts:
62
Likes:
4
Credits:
41
16-05-2016, 02:24 PM
This post was last modified: 18-05-2016, 08:00 PM by bingo
#4
Thanks and i posted new version Smile https://nulledbb.com/Thread-Leak-MySubscriptions-2-0-1
MySubscriptions 2.0.1

26-04-2016, 02:09 PM
ThePlugLTD Wrote:
Description
MySubscriptions allows board administrators to setup PayPal subscriptions on their MyBB forum.

Features:
  • Supports PayPal and CoinPayments.
  • Multiple subscription plans.
  • Option to create a plan which adds a usergroup to users's additional groups list when subscribing (instead of changing the primary group) - this allows a user to have multiple subscriptions on the site.
  • Subscriptions logs (subscription creation, subscription cancellation, subscription expiration).
  • Automatically removes someone from a usergroup they have subscribed once the subscription has expired.
  • You can choose one-off payments instead of recurring subscriptions (which are only available for PayPal).
  • Recurring payments stats page on the Admin CP which shows a list of subscribers to recurring subscriptions in a certain period of time (this only affects subscriptions made after v1.3) plus total subscribers for each plan and total income.
  • One-off payments stats page on the Admin CP which shows a list of subscribers to one-off subscriptions in a certain period of time (this only affects subscriptions made after v1.3) plus total subscribers for each plan and total income.
  • It is possible to set, for each plan, which usergroups can see it and therefore subscribe to it.
  • Each plan can have a custom PM.
    Change Log2.0- Added CoinPayments as alternative to PayPal for One-off payments (setting)- TLS v1.2 is now used if available- Added a feature to the ACP which allows admins to upgrade a member to a certain plan- Fixed a bug where if a user had subscribed and is banned, he would be unbanned and moved back to their original group after the subscription expires- Added a page to the UserCP where users can see their active subscriptions and how much time is left until they expire- [one-off payments] One week before the subscription expires (any time), an e-mail is sent alerting the user (unless emails are disabled by the user or this feature was disabled by the admin)- Fixed a possible bug in the PayPal reversal handler- Fixed a bug in recurring subscriptions (URL would be malformed for cURL request and some installations would stop the request execution)
    Content has been stripped. Go to the quoted post to view the content.

thanks but can you post new updated version MySubscriptions 2.0.1 as my thread link broken

RE: MySubscriptions 2.0

shacker
Novice
Level:
0
Reputation:
0
Posts:
26
Likes:
1
Credits:
13
21-05-2016, 01:40 PM
#5
Thank you bro! Can you post also the new 2.0.1 version?

RE: MySubscriptions 2.0

bingo
Junior Member
Level:
0
Reputation:
0
Posts:
62
Likes:
4
Credits:
41
22-05-2016, 04:06 PM
This post was last modified: 22-05-2016, 05:25 PM by bingo
#6
That is what i asked before bro. I asked him but it seems he cannot get hold of new version.

also this version 2.0 is bugged with Sqli error in coinpayment php file. If you want to test then setup on host and run havij or do manual sql injection . its raw header injection and get your site hacked. that was the reason i asked for 2.0.1 in hopes the bug will be fixed , i am not sure if the coder of this plugin did this purposely or not

at this line
PHP Code:
if($sub['enabled'] == && ($status == 100 || $status == 2) && $amount1 == $sub['price'] && $currency1 == $mybb->settings['mysubscriptions_coinpayments_currency']) 
{
if (
$sub['additional'])
join_usergroup($custom$sub['group']);
else 
and one more in other file which i dont remember now

Users browsing this thread: 1 Guest(s)