Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Limited Guest Viewing -- Motivate Guests to Register Details »»
Limited Guest Viewing -- Motivate Guests to Register
Version: 2.0.1, by Ted S Ted S is offline
Developer Last Online: Nov 2020 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 05-09-2008 Last Update: 12-09-2008 Installs: 686
Uses Plugins Template Edits
 
No support by the author.

Version 2.0 of this addon which allows for IP tracking using a mySQL database has been released. This is an optional feature which is disabled by default.


With vBulletin, forum guests are able to view endless amounts of content without being directly asked or forced to register no matter how many times they come back. The purpose of the Limited Guest Viewing System is to drive in registrations by limiting the number of threads guests are able to view without interruption.

This plugin offers two options which can be used to drive in more registrations. The first option allows you to show a reminder message or advertisement after a guest has viewed a certain number of threads. The second option puts up a roadblock stopping guests from viewing threads altogether after reaching a certain number of views. Both options work together to encourage and ultimately force anonymous visitors to either register or login but can also be used separately based on your individual needs.


Modifications/ Instructions:
Template edits: 1
Plugins: 1 (adds 1 template and several settings)
SQL Queries: 2 [1 insert/update] (optional)

This template hack should take under 5 minutes to implement and customize.

Customizing the content / messages:
To customize which messages appear or what they say, go to vBulletin options, select the ?Limited Guest Viewing System? group and configure the options as desired. Each phase can be modified by adding translation text.

Through the ACP you can enable or disable each option, specify the number of threads that can be viewed before the option is enabled and input any forums you wish to exclude from being blocked.

Search Engine Bots (Spiders):

This plugin is intended to use cookies as a result few if any bots will be impacted when it comes to spidering your site [bots do not generally use cookies]. Users with IP logging enabled face more potential impact from spiders. For a full explanation of the impact on bots please read the install file. Questions about this issue should be asked after the install file will be read otherwise responses will direct you to read the file.

IP/ Database Logging:
As of version 2.0 this addon now allows for IP logging via mySQL instead of just using cookies. IP logging tracks visitors by IP address stopping issues associated with cookie clearing making the system more secure. This is optional and is turned off by default.




There are 3 possible downsides of this option you should be aware of.
  1. The system adds an additional query and update every time a guest views a thread which adds to your server load.
  2. Some users on ISPs like AOL share IPs and could be forced to register without being able to access any threads.
  3. While spiders often change IPs and are specifically excluded (by hostmask) from the addon this is not absolute and it is possible they could be blocked. See the install file for more on this.
Welcome headers compatibility:
The Limited Guest Viewing is designed to work with the Welcome Headers System version 3.6 without any conflict. If you are using the notices system in 3.7 there is the possibility of duplicating messages.

Updates
- 12/10/2008 - Bug update to fix issue #2-01
-10/30/2008 - Release of version 2.0 beta
-05/04/2008 - Release of 3.7.0 version

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #232  
Old 12-26-2008, 02:52 PM
TriMe's Avatar
TriMe TriMe is offline
 
Join Date: Apr 2008
Location: Ottawa
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted S View Post
The installer was unable to create a table for storing records. Please create one manually via phpmyadmin, mysql shell or similar.

Code:
CREATE TABLE vb.lgv (
        id smallint(5) unsigned NOT NULL auto_increment,
        ipaddress VARCHAR(25) NOT NULL default '0.0.0.0',
       firstaccess INT UNSIGNED NOT NULL DEFAULT '0',
       views INT(4) NOT NULL DEFAULT '0',
       lastactivity INT UNSIGNED NOT NULL DEFAULT '0',
        PRIMARY KEY (id),
        KEY indexs (ipaddress,views,lastactivity)
      ) TYPE=MyISAM
Some reason it's not letting me write the table through the phpmyadmin either. I get a error:

#1142 - CREATE command denied to user

But I have all admin access rights.

Any suggestions?
Reply With Quote
  #233  
Old 12-27-2008, 05:21 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need database create rights for your vbulletin database user. Admin rights are not relevant here.
Reply With Quote
  #234  
Old 12-27-2008, 05:32 PM
welovehiphop's Avatar
welovehiphop welovehiphop is offline
 
Join Date: Jun 2007
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great add on
Reply With Quote
  #235  
Old 12-27-2008, 09:34 PM
EricPSF's Avatar
EricPSF EricPSF is offline
 
Join Date: Jan 2007
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

I have being using this mod for sometime until yesterday that I'm unable to view any attachments even though I'm logged in.

The error message said that I'm do not have the permission to view the file and asked me to refresh page and logged in again?!

Any advise? I have disable this mod and everything goes smooth again.

Thank you.
Reply With Quote
  #236  
Old 12-27-2008, 10:15 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EricPSF View Post
Hi,

I have being using this mod for sometime until yesterday that I'm unable to view any attachments even though I'm logged in.

The error message said that I'm do not have the permission to view the file and asked me to refresh page and logged in again?!

Any advise? I have disable this mod and everything goes smooth again.

Thank you.
This mod does not look at the attachments system. Are you encountering an error when you login and view attachments or while logged out?
Reply With Quote
  #237  
Old 12-28-2008, 01:58 AM
James Argo's Avatar
James Argo James Argo is offline
 
Join Date: Jul 2007
Location: In my bassement...
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you Ted, I've installed this mod for long time, and I'm happy with it

I have to report some issue, in my experience, updating the product to recent version has erased the translation of both lgv phrases. I tested it twice, in my local testing server and my live site as well. As soon as I upgrade, the translation phrases were blank, I need to re-write it.

I run vBulletin 3.7.3, updating the mod from version 1.5.2 (as listed in product manager) to the latest 3.7.0.

Does anyone have same issue?

Other than that, everything works great! Thank you!
Reply With Quote
  #238  
Old 12-28-2008, 03:42 AM
EricPSF's Avatar
EricPSF EricPSF is offline
 
Join Date: Jan 2007
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted S View Post
This mod does not look at the attachments system. Are you encountering an error when you login and view attachments or while logged out?
Hi Ted,

I hv clicked on the attachments when I'm logged in. I can't see the thumbnails too, just the lettering.jpg, for example. When I clicked on the filename, it brings me to the page asking me to key in my username and password. When I tried to key in all my particulars, logged in and click on the attachments again, it still doesn't work.
Reply With Quote
  #239  
Old 12-28-2008, 04:02 AM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by James Argo View Post
Thank you Ted, I've installed this mod for long time, and I'm happy with it

I have to report some issue, in my experience, updating the product to recent version has erased the translation of both lgv phrases. I tested it twice, in my local testing server and my live site as well. As soon as I upgrade, the translation phrases were blank, I need to re-write it.

I run vBulletin 3.7.3, updating the mod from version 1.5.2 (as listed in product manager) to the latest 3.7.0.

Does anyone have same issue?

Other than that, everything works great! Thank you!
If you override a phrase it will be rewritten... Theres no way to restore a phrase once it's been reset so you would have to retranslate. I'm not sure why this is happening on an upgrade as the phrases haven't been changed but I'll be sure to look into it.
Reply With Quote
  #240  
Old 12-28-2008, 04:03 AM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EricPSF View Post
Hi Ted,

I hv clicked on the attachments when I'm logged in. I can't see the thumbnails too, just the lettering.jpg, for example. When I clicked on the filename, it brings me to the page asking me to key in my username and password. When I tried to key in all my particulars, logged in and click on the attachments again, it still doesn't work.
And when you disable this addon and only this addon and follow the same steps what happens?
Reply With Quote
  #241  
Old 12-28-2008, 05:02 AM
SPARKS MAN's Avatar
SPARKS MAN SPARKS MAN is offline
 
Join Date: Sep 2008
Location: baghdad- iraq
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks i translate only the message appear to the guest
to Arabic
thank u very much
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:57 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04993 seconds
  • Memory Usage 2,322KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete