vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Limited Guest Viewing -- Improve community registration rates (https://vborg.vbsupport.ru/showthread.php?t=131985)

Ted S 02-18-2008 04:29 AM

This feature does not exist natively. You would have to edit the source code.

mr.reza 02-18-2008 05:06 AM

Quote:

Originally Posted by Ted S (Post 1445716)
This feature does not exist natively. You would have to edit the source code.

thanx TED but can you help me to edit the source? I can't modify codes :(

Ted S 02-18-2008 05:10 AM

I don't provide assistance in learning to code but if you open up the plugin file and sort through it you should be able to find where it checks for guests and go from there. The best way to learn is to try and try some more. Just be sure to try on your dev board.

Aquestor 02-18-2008 10:06 AM

Quote:

Originally Posted by mr.reza (Post 1445679)
:-o are you sure? there is no option to specify which groups can be limitted.
any solution?

I am sorry that was the wrong Add-on i meant here is the code:


Template Modifyoptions:
Code:

before code:
<if condition="$bbuserinfo['usergroupid'] == 15 OR $bbuserinfo['usergroupid'] == 5 OR $bbuserinfo['usergroupid'] == 6 OR $bbuserinfo['usergroupid'] == 7">

after code

</if>


Ted S 02-18-2008 04:35 PM

That code won't work Aquestor. The Limited Guest Viewing system determines who should see the message in the plugin source, not templates as it needs to check for cookies, page types and other factors which are outside the scope of conditionals.

Aquestor 02-18-2008 04:47 PM

I am sorry please forgive me

I am nothing :eek:

Second Time i mix the Hack with another I won`write anything anymore

leanbulk 02-19-2008 04:23 PM

Anyone get this to work for 3.7 beta 4 or above? I am having trouble with this.... installed correctlyand everything but just simply not working... any advice?

Ted S 02-19-2008 11:11 PM

Quote:

Originally Posted by leanbulk (Post 1446735)
Anyone get this to work for 3.7 beta 4 or above? I am having trouble with this.... installed correctlyand everything but just simply not working... any advice?

This addon is for the 3.5/3.6 series of vBulletin only and will not work in 3.7.

leanbulk 02-20-2008 01:10 AM

anything that does this same function for 3.7? I gota have this! lol

Ted S 02-20-2008 03:36 AM

Quote:

Originally Posted by leanbulk (Post 1447021)
anything that does this same function for 3.7? I gota have this! lol

Nothing I am aware of (which is why this hack exists). Once 3.7 is stable, a new version will be released.

leanbulk 02-20-2008 12:35 PM

Awesome Ted. I will keep checking back once 3.7 goes stable. Thanks

anama 02-23-2008 07:43 AM

How do I take off Inactive Reminders By hacked-downloads.co.uk of my footer? The plugin is disable but is still showing the link .

Thank you

Ted S 02-23-2008 08:17 PM

Quote:

Originally Posted by anama (Post 1449214)
How do I take off Inactive Reminders By hacked-downloads.co.uk of my footer? The plugin is disable but is still showing the link .

Thank you

You contact the the maker of that addon and ask them.

drpeppper 03-17-2008 07:48 AM

I adjusted the bot file a bit to include the google/yahoo/msn bots i see getting blocked .

LGV System [Processing Routine]
Code:

// check if user is a bot
                        $lvgbot = ($vbulletin->superglobal_size['_COOKIE'] == 0 AND preg_match("#(google|msnbot|zoints|aol|yahoo|slurp|Yahoo! Slurp Spider|Google Spider|MSNBot Spider)#si", $_SERVER['HTTP_USER_AGENT']));

However Yahoo! Slurp Spider, Google Spider ,MSNBot Spider all are getting the "Viewing 'No Permission' Message"

Is there an Alt file i need to modify as well?

Thank you very much for your help.

Ted S 03-17-2008 03:52 PM

Quote:

Originally Posted by drpeppper (Post 1466836)
I adjusted the bot file a bit to include the google/yahoo/msn bots i see getting blocked .

LGV System [Processing Routine]
Code:

// check if user is a bot
                        $lvgbot = ($vbulletin->superglobal_size['_COOKIE'] == 0 AND preg_match("#(google|msnbot|zoints|aol|yahoo|slurp|Yahoo! Slurp Spider|Google Spider|MSNBot Spider)#si", $_SERVER['HTTP_USER_AGENT']));

However Yahoo! Slurp Spider, Google Spider ,MSNBot Spider all are getting the "Viewing 'No Permission' Message"

Is there an Alt file i need to modify as well?

Thank you very much for your help.

Please read the hack description and instructions to understand how this addon works with bots.

You may want to take a look at exactly what page they are getting blocked on (bots like to view pages like send PM which guests can't often do).

mariocaz 03-18-2008 05:32 PM

Hi Ted,

I want to install this forum, but I have two little questions......

Is this mod not recommended if I have installed vBSEO in my forum ?

I read in the install instructions that the bots(spiders) that are not affected with this mod only are google, yahoo and msn, is that right ?? if yes what about the other spiders ?

thank you a lot!

Ted S 03-18-2008 06:10 PM

Quote:

Originally Posted by mariocaz (Post 1468044)
Is this mod not recommended if I have installed vBSEO in my forum ?

That question would be best directed to vBSEO. I don't know what they recommend or don't recommend.

Quote:

Originally Posted by mariocaz (Post 1468044)
I read in the install instructions that the bots(spiders) that are not affected with this mod only are google, yahoo and msn, is that right ?? if yes what about the other spiders?

This addon uses cookies. Any bot that doesn't use cookies (currently every major bot I'm aware of) won't be effected... no cookies, no blocking pages. For added measure, a list of major bots is also specifically excluded. Although I should clarify that if you block guests at 0 pageviews this may impact bots and is not a recommended setting.

mariocaz 03-18-2008 06:23 PM

Thank you very much, I already installed it.

and now my other question is that also I have installed the welcome headers, so if I put that when the guessts enter to see an 8 threads appears an announcement in the top, the welcome headers don´t appears also ?

thank you again Ted!!

UltraFanatics 03-18-2008 06:27 PM

Will this work for 3.7?

Ted S 03-18-2008 07:01 PM

Quote:

Originally Posted by UltraFanatics (Post 1468093)
Will this work for 3.7?

No.

mariocaz 03-18-2008 07:15 PM

Also I have installed the welcome headers, so if I put that when the guessts enter to see an 8 threads appears an announcement in the top, the welcome headers don´t appears also ?

Also I see that the announcement for the guesst only appears in the forum index and before I installed this mod the welcome headers appears in all the pages of my site not only in the forum index, so i there a way that the announcement of the "limit guesst viewing " also appears in all the pages(posts) instead of only in the Forum Index ??
Because if the guessts are viewinf threads mayb is possible that they don´t see the announcement before to appears the block.

Thank you so much.

Ted S 03-18-2008 11:03 PM

Quote:

Originally Posted by mariocaz (Post 1468131)
Also I have installed the welcome headers, so if I put that when the guessts enter to see an 8 threads appears an announcement in the top, the welcome headers don?t appears also ?

Also I see that the announcement for the guesst only appears in the forum index and before I installed this mod the welcome headers appears in all the pages of my site not only in the forum index, so i there a way that the announcement of the "limit guesst viewing " also appears in all the pages(posts) instead of only in the Forum Index ??
Because if the guessts are viewinf threads mayb is possible that they don?t see the announcement before to appears the block.

Thank you so much.

Your post wasn't really clear but I'll try and answer you as best I can...

Welcome Headers will appear on every page on your site UNLESS you have Limited Guest Viewing installed as well. In this case, welcome headers does not show on thread and post pages where the limited guest viewing message might show. If you want to change this (so welcome headers show on these pages) you can do so by editing your options for the addon.

Keep in mind however that once enabled, it's possible to have both a welcome header and limited guest viewing message show up on the same thread at the same time.

mariocaz 03-19-2008 01:09 AM

Mmmm ok sorry if I didn?t explain me very well.

Ok no problem to have the welcome headears in all pages unless in the posts, but also the limited guests viewing message(announce) in the top is not showing it in the posts for the guests and I think is really important to have it there, because the guesst can see it before appears the block and do nothing in the forum.

you can check it here:

www.all-reefs.com

After 10 posts that you see in the forum like a guest the announce of limited guesst viewing is not showing it in the posts.

Ted S 03-19-2008 02:58 AM

Have you added the required variable to make it show up?

mariocaz 03-19-2008 03:01 AM

Mmmmm no. what variable ?? I don?t see it in the manual. :(

mariocaz 03-19-2008 03:04 AM

Oh yes I forgot to do that.

Forgive me my friend I will do it immediately.

mariocaz 03-19-2008 03:09 AM

Thank you my friend now is working.

TorstenAdam 03-21-2008 12:39 AM

Hello,
thank you for this Add-on!
Sorry for my bad english, but i have a question.
How many spiders can search? Google, yahoo, msn, aol, not more?
Or it this enough?

Ted S 03-21-2008 01:01 AM

Quote:

Originally Posted by TorstenAdam (Post 1470268)
Hello,
How many spiders can search? Google, yahoo, msn, aol, not more?

Read the addon description and you'll find the answer.

laurens800 03-21-2008 07:12 PM

Thanks worked on 3.7 :)

ivanstanchev 03-22-2008 06:15 AM

I wont try it.I still have very good rated of registrations.Anyway i will press installed and nominated because of the great work.

peterpigman 03-22-2008 07:12 AM

I have been fiddling with this to see what affect it has on new members etc, I turned the number of pages up to 30 and new memberships have gone up??? I guess I am saying don't assume the standard settings are the best for your forum.

UltraFanatics 03-22-2008 04:00 PM

Works fine mate :)

IRANCITY 03-22-2008 04:18 PM

i need this hack for vb 3.7 beta 6 help me

Ted S 03-22-2008 05:45 PM

Quote:

Originally Posted by ivanstanchev (Post 1471373)
I wont try it.I still have very good rated of registrations.Anyway i will press installed and nominated because of the great work.

If you're not using it you don't need to mark it as installed as the updates won't pertain to you.

Ted S 03-22-2008 05:46 PM

Quote:

Originally Posted by IRANCITY (Post 1471709)
i need this hack for vb 3.7 beta 6 help me

This addon is for the 3.6 series and will be ported to 3.7 once it is released.

jeff21up 03-25-2008 12:55 PM

Installed and working thank you ;-)

jeff21up 04-02-2008 06:30 AM

Just one question, I have read every thread so as not to repeat something. I understand how it works for bots however on monitoring my who is online for over a week I only ever see the bots reading 1 thread and then they always end up viewing member profiles and never go to another post/thread?
I have settings set to view 1 post for guests, so it seems that after the 1 post they are then moving to member profile as if they cannot get to another post. I have monitored this by staying on the page and reloading page so i can track accurately.
Any thoughts please?
Jeff

jeff21up 04-02-2008 08:01 AM

Sorry to keep asking, what if i have my forum set to require admin approval.
It works fine however when i move someone from "registered" to "Unregistered/Not Logged in" they can still access all of the forum? because i think to enable it to work on the guests you have to have "unregistered/not logged in" to be able to view thread contents. For some reason it works for guests but not for people who have been moved from registered to unregistered/not logged in?
What could i be doing wrong?
Thanks
Jeff

Ted S 04-02-2008 03:01 PM

Quote:

Originally Posted by jeff21up (Post 1480683)
Just one question, I have read every thread so as not to repeat something. I understand how it works for bots however on monitoring my who is online for over a week I only ever see the bots reading 1 thread and then they always end up viewing member profiles and never go to another post/thread?
I have settings set to view 1 post for guests, so it seems that after the 1 post they are then moving to member profile as if they cannot get to another post. I have monitored this by staying on the page and reloading page so i can track accurately.
Any thoughts please?
Jeff

If you feel bots can't navigate your site properly, disable the hack and see what happens (or adjust your settings to allow more than 1 thread to be viewed and see what happens).

That said, a bot will, by it's nature follow links on a thread which include member profiles. How exactly they hop around is a combination of your internal navigation, inbound links, the amount of new content and some other factors... it's not as if they go linear from thread to thread then profile to profile. If all your pages (or most of them) are in the index and updated regularly then you're getting spidered.


All times are GMT. The time now is 08:30 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.01749 seconds
  • Memory Usage 1,831KB
  • 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
  • (3)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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