vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Administrative and Maintenance Tools - Disallow Access to Paid Subscriptions (https://vborg.vbsupport.ru/showthread.php?t=188585)

TheInsaneManiac 08-18-2008 10:00 PM

Disallow Access to Paid Subscriptions
 
*It looks like no one needs this mod so I am no longer supporting it. However if you find yourself to be one that needs it PM me. I will add IP denying and a Post Count option.

Sometimes if you have a Paid Subscription set up to allow your members to view a new forum with content that you hold secret, you may not wish for it to get out. A while back I had a member I was fairly good friends with. I found out he was stealing some of my content and went easy on him by just removing his access. So later on down the road I found out he purchased another Paid Subscription and begun stealing content again. So this will allow you to define a list of user IDs to not allow access to your Paid Subscription area.

Features
  • Disable and Enable the Mod.
  • Manage which users are denied access to purchase Paid Subscriptions.
  • Manage a custom error message when a user is denied access to purchase Paid Subscriptions.
  • All features are accessible via AdminCP-> VBulletin Options-> Paid Subscription Access


There are 2 template edits

Find:
Code:

<td class="panelsurround" align="center">
Below Add:
Code:

<if condition="$bbuserinfo['userid'] != $vbulletin->options['paidsubscriptionaccess']">

Find:
Code:

</td>
</tr>
</table>

Above Add:
Code:

<else />
$vboptions[paidsubscriptionerror]
</if>


To Do
  • Figure out why it is not letting me use template hooks.

M-Tuning 08-19-2008 07:21 PM

Nice, but don't need it

TheInsaneManiac 08-19-2008 08:06 PM

Quote:

Originally Posted by M-Tuning (Post 1602546)
Nice, but don't need it

Yea it's really only useful if your paid subscriptions allow access to additional forums, which my paid subscriptions do. Figured if I needed it, others might.

JetHaCkR 08-20-2008 02:19 AM

Yo Man!,
Now This Is Really Good,
I Dont Need It At The Moment But This Is A Brilliant Idea Man,
Could Really Come In Handy

Q-v-n-s-Q 08-20-2008 03:48 AM

very nice idea, thanks

redraider 08-20-2008 12:35 PM

I think this is a great idea .....

TheInsaneManiac 08-20-2008 03:26 PM

Quote:

Originally Posted by JetHaCkR (Post 1602765)
Yo Man!,
Now This Is Really Good,
I Dont Need It At The Moment But This Is A Brilliant Idea Man,
Could Really Come In Handy

Thanks, once I figure out why my automatic template edits are not working, I plan on adding a feature to not allow access after X amount of posts.

Hornstar 08-20-2008 08:32 PM

They would just create a new account tho. It is not really going to stop them for good. Nice idea tho, thanks for sharing.

TheInsaneManiac 08-20-2008 09:00 PM

Quote:

Originally Posted by hornstar1337 (Post 1603256)
They would just create a new account tho. It is not really going to stop them for good. Nice idea tho, thanks for sharing.

Guess I should implement some type of IP or Cookie detection system? Course this is why you should use AE. However if they insist on getting back into your Paid Subscription area, then I guess that's when you ban them lol.

However like I said if you have AE on and enable "No Paid Subscription Access after X posts" then surely they will slip up sometime and you will notice they are on another account and you can do w/e you wish.

mavortium 05-22-2009 11:19 PM

Actually this is superb and suits my needs exactly. I hope you continue to develop it.


All times are GMT. The time now is 05:10 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01095 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete