vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - Limited Guest Viewing -- Motivate Guests to Register (https://vborg.vbsupport.ru/showthread.php?t=231352)

cameraguru 08-11-2011 04:28 PM

nice one cheers

gox 08-16-2011 02:49 AM

Quote:

Originally Posted by Ted S (Post 2231808)
It's marked for 4.1.x unless someone knows otherwise

Hi Ted,

Yea, we have it installed on 4.1.5 and it seems to be working fine. Just wanted to be sure.

Is there a place we can check for error logging in case errors are being logged behind the scenes?

G.

kfyonur 08-16-2011 06:55 AM

how can i allow google bot ? how can google scan my site.

David_R 08-16-2011 09:41 AM

Thanks for the mods, soon ill install and vote for it :)

Ted S 08-16-2011 02:42 PM

Quote:

Originally Posted by kfyonur (Post 2234056)
how can i allow google bot ? how can google scan my site.

Read the main mod thread.

Ted S 08-16-2011 02:43 PM

Quote:

Originally Posted by gox (Post 2234004)
Hi Ted,

Yea, we have it installed on 4.1.5 and it seems to be working fine. Just wanted to be sure.

Is there a place we can check for error logging in case errors are being logged behind the scenes?

G.

Your web analytics would be the best place to see the impact of the mod.

leftanalog 08-17-2011 06:30 PM

Amazon bots crawling my site indexing for Alexa are getting blocked. I have database logging off.
Im not sure why they are getting blocked.

Ted S 08-17-2011 06:32 PM

Quote:

Originally Posted by leftanalog (Post 2234669)
Amazon bots crawling my site indexing for Alexa are getting blocked. I have database logging off.
Im not sure why they are getting blocked.

How do you know they are getting blocked?

BadgerDog 08-17-2011 07:46 PM

Quote:

Originally Posted by leftanalog (Post 2234669)
Amazon bots crawling my site indexing for Alexa are getting blocked. I have database logging off.
Im not sure why they are getting blocked.

I'm running data base logging ON (set at custom 30 days) and Alexa bots are accessing our site fine, at least according to PaulM's guest logging mod ....

Regards,
Doug

gox 08-19-2011 04:34 AM

Ted,

On occasion, BOTH messages appear at the same time. For example, a fresh visitor comes to the forum, after three post views, they get the first message, i.e., "... enjoying ...". After another two post views, BOTH messages appear, i.e., "... enjoying ...", and "... exceeded ...". On subsequent post views, only the "... exceeded ..." shows up.

Why would this be happening?

Thanks.

Ted S 08-20-2011 01:11 AM

Quote:

Originally Posted by gox (Post 2235206)
Ted,

On occasion, BOTH messages appear at the same time. For example, a fresh visitor comes to the forum, after three post views, they get the first message, i.e., "... enjoying ...". After another two post views, BOTH messages appear, i.e., "... enjoying ...", and "... exceeded ...". On subsequent post views, only the "... exceeded ..." shows up.

Why would this be happening?

Thanks.

Do you have the thresholds set to the same value?

Even then this should not happen as the block produces a hard error which doesn't call in the template variable...

gox 08-20-2011 02:16 AM

No, but I did adjust them to be further apart since discovering this behavior. Seems to be working okay for now.

Any ideas on what might cause this to happen?

Andrei29 08-21-2011 02:24 PM

Great mod! Installed and work perfectly!

Ted S 08-21-2011 07:20 PM

Quote:

Originally Posted by gox (Post 2235628)
No, but I did adjust them to be further apart since discovering this behavior. Seems to be working okay for now.

Any ideas on what might cause this to happen?

It shouldn't be possible but then again, if it's happening, it's possible.

Maybe a cache issue? Or someone opening multiple windows and hitting counts differently over time?

gox 08-28-2011 06:22 PM

Quote:

Originally Posted by Ted S (Post 2236298)
It shouldn't be possible but then again, if it's happening, it's possible.

Maybe a cache issue? Or someone opening multiple windows and hitting counts differently over time?

Yea, possibly. I'll advise if it crops us again.

Thanks.

Davey-UK 08-30-2011 05:44 PM

Could this be made so that it could also be used for regular members to be persuaded to upgrade to a paid/subscribed member?

Ted S 08-30-2011 07:20 PM

Quote:

Originally Posted by Davey-UK (Post 2240059)
Could this be made so that it could also be used for regular members to be persuaded to upgrade to a paid/subscribed member?

Sure but it's neither foolproof nor designed that way out of the box. Fixing the design is easy as it just takes 3 lines of code editing... making it impossible to stop, well, that's another story.

Davey-UK 08-31-2011 04:22 PM

Quote:

Originally Posted by Ted S (Post 2240104)
Sure but it's neither foolproof nor designed that way out of the box. Fixing the design is easy as it just takes 3 lines of code editing... making it impossible to stop, well, that's another story.

Any chance of sharing the edits please? :(

Ted S 08-31-2011 04:34 PM

Quote:

Originally Posted by Davey-UK (Post 2240497)
Any chance of sharing the edits please? :(

It's not code I've written but in short you'd find all the spots that check for a guest, change that to see if it's not a guest and they're not in a certain group and you're done.

Davey-UK 08-31-2011 05:17 PM

Oh, i thought you said its simply 3 lines of code to edit, as though it was a quicky that you had already done. :mad:

Drache 08-31-2011 06:25 PM

Will this stop spiders and search index if I enable this plugin?

Davey-UK 08-31-2011 06:36 PM

Quote:

Originally Posted by Drache (Post 2240539)
Will this stop spiders and search index if I enable this plugin?

There is a write up in the readme file about spiders.

Ted S 08-31-2011 09:59 PM

Quote:

Originally Posted by Davey-UK (Post 2240519)
Oh, i thought you said its simply 3 lines of code to edit, as though it was a quicky that you had already done. :mad:

Nope. Just visualizing the changes in my head :D

Davey-UK 09-01-2011 03:09 PM

Quote:

Originally Posted by Ted S (Post 2240632)
Nope. Just visualizing the changes in my head :D

U dont want to mirror that thought into my head do you? Please :)

Ted S 09-01-2011 03:11 PM

Quote:

Originally Posted by Davey-UK (Post 2240847)
U dont want to mirror that thought into my head do you? Please :)

Quote:

you'd find all the spots that check for a guest, change that to see if it's not a guest and they're not in a certain group and you're done.
That's how you do it.

datoneer 09-07-2011 03:09 PM

My version is 4.1.1 and this not working at all

lapiervb 09-12-2011 02:23 AM

It isnt working with 4.1.5 either......

Ted S 09-15-2011 04:26 AM

Quote:

Originally Posted by lapiervb (Post 2244746)
It isnt working with 4.1.5 either......

You'll need to elaborate on what you mean.

Is the block message not showing?

The warning message?

Is an error coming up?

What "isn't working"?

silverf0x 09-19-2011 11:23 PM

I`m trying to use on 4.1.6...

the block message isn`t showing..

edit: my mistake.. it`s working fine!

kfyonur 09-26-2011 08:29 AM

Which setting would you recommend

gox 10-07-2011 04:44 PM

Hi Ted,

Have you updated this plugin at all for VB 4.1.7, or do you have plans to do so?

Thanks for your work!

G.

Ted S 10-07-2011 07:51 PM

Quote:

Originally Posted by gox (Post 2254393)
Hi Ted,

Have you updated this plugin at all for VB 4.1.7, or do you have plans to do so?

Thanks for your work!

G.

I'm not aware of any reason why it needs an upgrade for the minor version change?

gox 10-07-2011 11:57 PM

... thanks Ted for your reply.

vanquish.securi 10-08-2011 03:13 AM

Works great on 4.1.7. Marked.

elwachiman 10-27-2011 10:38 PM

perfect in vb 4.1.2 xd

simmer1974 11-06-2011 03:17 PM

Any ideas to solve this? Found some problems similair like mine, but didn't found the solution.
PHP Code:

Database error in vBulletin 4.1.7:

Invalid SQL:
CREATE TABLE lgv (
                          
id int(7unsigned NOT NULL auto_increment,
                          
ipaddress VARCHAR(25NOT NULL default '0.0.0.0',
                            
firstaccess INT UNSIGNED NOT NULL DEFAULT '0',
                            
views INT(4NOT NULL DEFAULT '0',
                            
lastactivity INT UNSIGNED NOT NULL DEFAULT '0',
                          
PRIMARY KEY (id),
                          
KEY indexs (ipaddress,views,lastactivity)
                        ) 
TYPE=MyISAM;

MySQL Error   You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 9
Error Number  
1064 


Ted S 11-06-2011 04:53 PM

Not sure why that errored but you can remove the TYPE=MyISAM

simmer1974 11-06-2011 06:05 PM

That did it, its InnoDB instead of MyISAM

Ted S 11-06-2011 06:53 PM

Quote:

Originally Posted by simmer1974 (Post 2265078)
That did it, its InnoDB instead of MyISAM

That will work just fine as there's nothing particular about the table to need one vs the other.

Wild Bronco 12-04-2011 09:57 PM

This is an excellent mod, but I can't get it to work globally on vBulletin It does not count articles in CMS and not blog's and not photo views only threads.

Is this something that will be included later?


All times are GMT. The time now is 05:52 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.01764 seconds
  • Memory Usage 1,830KB
  • 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
  • (1)bbcode_php_printable
  • (19)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