Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   3814

Additional [HIDE] parameters | Prevent leeching

by bulkingshop - 28 October, 2024 - 03:50 PM
This post is by a banned member (bulkingshop) - Unhide
308
Posts
235
Threads
2 Years of service
#9
Any additional thoughts from Staff or other members?
This post is by a banned member (bulkingshop) - Unhide
308
Posts
235
Threads
2 Years of service
Bumped #10
This is a bump
This post is by a banned member (Jnsystems) - Unhide
Jnsystems  
Supreme
21
Posts
0
Threads
1 Year of service
#11
(This post was last modified: 25 November, 2024 - 05:02 AM by Jnsystems. Edited 1 time in total. Edit Reason: Clarity )
This could be useful too, but I would go a bit more complex with if statements, for and while loops.

For Example, some content could be restricted as follows: (Sorry Coders)
In this case, Content can be viewed by Supreme members when post is made within 12.75 hours ago, 24.50 hours ago for Infinity, and 36.25 hours ago for Premium Members. After 72 hours, The Thread can be viewed by high REP/Likes members first, then gradually to all members that like the post and Solve 3 different captchas.
Code:
restrict content member(require) {
for (content-post-time < 12.75 hour) {
Require Userrank= < Supreme;
}
for (content-post-time < 24.50 hours) {
Require Userrank= < Infinity;
}
for (content-post-time < 36.25 hours, and > 72 hours) {
Require Userrank= < Premium;
}
If (Free-Member = True) {
Require-Post-Likes=True;
Require-Likes= 250 - (Content-post-time);
Require-Rep= 125 - (Content-post-time);
Require-Captcha=3; 
Captcha-Types=Recaptcha, Turnstyle, Hcaptcha.
}
This post is by a banned member (bulkingshop) - Unhide
308
Posts
235
Threads
2 Years of service
#12
(This post was last modified: 25 November, 2024 - 05:44 AM by bulkingshop. Edited 1 time in total.)
(25 November, 2024 - 05:00 AM)Jnsystems Wrote: Show More
This could be useful too, but I would go a bit more complex with if statements, for and while loops.

For Example, some content could be restricted as follows: (Sorry Coders)
In this case, Content can be viewed by Supreme members when post is made within 12.75 hours ago, 24.50 hours ago for Infinity, and 36.25 hours ago for Premium Members. After 72 hours, The Thread can be viewed by high REP/Likes members first, then gradually to all members that like the post and Solve 3 different captchas.
Code:
restrict content member(require) {
for (content-post-time < 12.75 hour) {
Require Userrank= < Supreme;
}
for (content-post-time < 24.50 hours) {
Require Userrank= < Infinity;
}
for (content-post-time < 36.25 hours, and > 72 hours) {
Require Userrank= < Premium;
}
If (Free-Member = True) {
Require-Post-Likes=True;
Require-Likes= 250 - (Content-post-time);
Require-Rep= 125 - (Content-post-time);
Require-Captcha=3; 
Captcha-Types=Recaptcha, Turnstyle, Hcaptcha.
}

Interesting take. It's a good idea, but I think it will over-complicate things. Appreciate the input.  [Image: PepeBlush.png]

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.



Forum Jump:


Users browsing this thread: 1 Guest(s)