PDA

View Full Version : Administrative and Maintenance Tools - Disallow Access to Paid Subscriptions


TheInsaneManiac
08-18-2008, 10:00 PM
*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:
<td class="panelsurround" align="center">

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


Find:
</td>
</tr>
</table>

Above Add:
<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
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
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
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.

mavortium
05-22-2009, 11:25 PM
There is a ton of "<td class="panelsurround" align="center">"...

lm3a.net
05-23-2009, 08:04 AM
coool

thank u

Carnage
06-11-2009, 03:02 PM
Vbulletin already allows you to deny access on a per subscription basis to a whole usergroup.

Why not setup a new usergroup, make it a bannable into usergroup and deny it from accessing any of your subscriptions. That way you can ban people from being able to subscribe for x period

TheInsaneManiac
06-28-2009, 09:59 PM
Vbulletin already allows you to deny access on a per subscription basis to a whole usergroup.

Why not setup a new usergroup, make it a bannable into usergroup and deny it from accessing any of your subscriptions. That way you can ban people from being able to subscribe for x period
Because that's complicated and it wouldn't stop them from making a new account and just trying to buy it again.


Actually this is superb and suits my needs exactly. I hope you continue to develop it.
If you want me to then send me a PM.


There is a ton of "<td class="panelsurround" align="center">"...
Guess I should have been more specific. Look for that code in your paid subscriptions template.

jmpa
11-06-2009, 01:34 AM
There is a ton of "<td class="panelsurround" align="center">"...

Right! What template are you referring to?