The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
bump
|
#12
|
||||
|
||||
Quote:
The trouble with the way you wish to do it, you would have to store ip's now remember anyone on dail up changes ip's so if they can read 10, then tomorrow they can read 10 more. Plus the database of ip's you would have to log in the end is just not worth it IMO |
#13
|
||||
|
||||
this actually wouldn't be too difficult, if you wanted to do it in a loose fashion...
1. Guests browse via a unique session, so just allow X page views per guest session... This would be the quickest, fastest, easiest way, however it would mean if they came back later they could browse X more pages. (But I think most would get the hint the first time they encounter the Please Register page). 2. Bots/spiders are tracked and recognized in vB3, so just exclude them from the limitation. Okay, but now if you didn't want to do the simple session method, then you would need to start tracking via a cookie and/or IP method, which, again isn't all that difficult, but it could build up to a large amount of data depending on how many guests browse your forum. You would need to purge off old data after a certain amount of time. In the long run, I find that people sign up for my forum simply because of the amount of good information they find, and they would like to ask their own questions and such. Also, I have viewing/downloading attachments disabled for guests, so that is also a little encourgement. |
#14
|
|||
|
|||
that sounds pretty good, thru the simple mode...
|
#15
|
||||
|
||||
Just add some extra counter field in the session table, and have the function that manages sessions increment the counter for guests. Then when the number is reached, just have it redirect to the registration page with an additional message.
I don't know how bots are handled, you will have to dig around through the code for that. |
#16
|
|||
|
|||
only problem is i dont know how to code :speechless:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|