vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - Track Guest Visits (https://vborg.vbsupport.ru/showthread.php?t=232182)

sulasno 08-17-2010 04:59 AM

spiders list moved to http://www.wolfshead-solutions.com/spiders-list

Welshy2008 08-17-2010 11:48 AM

Is this working on vBs 4.0.5 and 4.0.6 please?

sulasno 08-17-2010 12:23 PM

it's working in 4.0.6

Paul M 08-17-2010 01:44 PM

Quote:

Originally Posted by sulasno (Post 2085104)

So it has. Link updated, thanks.

caciocode 08-17-2010 07:18 PM

Tagged

-=Leb=- 09-30-2010 12:30 PM

thx for the awesome hack

Cybeth 10-22-2010 09:34 PM

works not correct with 4.0.8

Eduardo Leon 10-22-2010 10:16 PM

dont work in vbulletin 4.0.8

Dr.osamA 10-23-2010 01:29 AM

Waiting for update for 4.0.8 bro

Swordman844555 10-23-2010 07:25 AM

<a href="https://vborg.vbsupport.ru/showpost.php?p=2112279&postcount=347" target="_blank">Bugfix for 4.0.8</a>

Template: Display_Guests

pete_brady 10-23-2010 08:38 AM

Quote:

Originally Posted by Swordman844555 (Post 2113092)
Bugfix for 4.0.8

Template: Display_Guests

thanks for that. same fix works on a few other WGO templates too (obviously!)

Paul M 10-23-2010 01:35 PM

Quote:

Originally Posted by Leothefox (Post 2112955)
dont work in vbulletin 4.0.8

Yes it does, its only the display that 4.0.8 screws up.

It will be fixed in due course. i have a life you know ;)

Paul M 10-23-2010 03:22 PM

Fixed for vb 4.0.8 WGO style changes in latest release.

KEKforce 10-23-2010 04:24 PM

Quote:

Originally Posted by Paul M (Post 2113215)
Fixed for vb 4.0.8 WGO style changes in latest release.

Works fine again! in 4.0.8!

:)

Thanx Paul

Drakester 10-24-2010 11:58 AM

HI,
I am dumber than a box of rocks because I can not get it to work. I extracted both files and put them where you indicated. It appears to load alright, I can see the guest track page, but I have no options showing up in my user group permissions. I am on 4.07
Thanks for your help

Paul M 10-24-2010 08:53 PM

Well clearly you havent done something right - but it would be impossible to say what without the appropriate server access.

Drakester 10-25-2010 01:29 PM

LOL,
That is a true statement, I thought someone might know of the "usual" things people may have overlooked.

Paul M 10-25-2010 03:39 PM

The usual reason is not uploading the bitfield file to the correct place.

OldSchoolDSL 10-29-2010 01:32 AM

Thanks for this mod

(And for pointing it out in the other thread. LOL )

BajaBoatOwners 11-17-2010 02:52 AM

Quote:

Originally Posted by Paul M (Post 2114021)
The usual reason is not uploading the bitfield file to the correct place.

I can't get it to upload using Product Manager or Plugin Manager

Paul M 11-17-2010 02:03 PM

I suggest you re-read the install instructions :)

Dave-M 12-08-2010 08:07 AM

Hi Paul,

Yesterday, I started getting Vbulletin errors, once I get them, the site goes dead and the server people have to repair the database. After they fixed it, it was OK for a few hours, and then I woke up today to several thousand emails telling me of errors again.

They look something like this:

Code:

Database error in vBulletin 4.0.5:

Invalid SQL:

                SELECT
                        post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
                        user.*, userfield.*, usertextfield.*,
                        icon.title as icontitle, icon.iconpath,
                        avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,
                       
                       
                        editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
                        editlog.reason AS edit_reason, editlog.hashistory,
                        postparsed.pagetext_html, postparsed.hasimages,
                        sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages,
                        sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight,
                        IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid
                       
                       
                FROM post AS post
                LEFT JOIN user AS user ON(user.userid = post.userid)
                LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
                LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
                LEFT JOIN icon AS icon ON(icon.iconid = post.iconid)
                LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
               
                       
                LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid)
                LEFT JOIN postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 21 AND postparsed.languageid = 1)
                LEFT JOIN sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 21 AND sigparsed.languageid = 1)
                LEFT JOIN sigpic AS sigpic ON(sigpic.userid = post.userid)
                       
                WHERE post.postid IN (089129,89145,89148,89174,89186,89284,89304,99824,100011,100020)
                ORDER BY post.dateline;

MySQL Error  : Table './databasenamehere/user' is marked as crashed and should be repaired
Error Number  : 145
Request Date  : Wednesday, December 8th 2010 @ 07:38:43 AM
Error Date    : Wednesday, December 8th 2010 @ 07:38:43 AM
Script        : http://www.mysite.com/forums/blah-blah.html
Referrer      :
IP Address    : edited
Username      : Unregistered
Classname    : vB_Database
MySQL Version :

I'm running 4.0.5. Never had any problems with this until yesterday, and nothing has changed on the server, at least not by me.

I wonder if you could shed any light on this please? I'd really appreciate it.

Thanks.

Paul M 12-08-2010 10:35 AM

Not sure why you have posted in this thread ? That error means your User table has crashed and needs to be repaired. It has no connection to the Guest Tracking mod. :)

Dave-M 12-08-2010 07:25 PM

Oops, sorry :)

What happened was, I googled the error from one of the early emails, and there were a few links pointing to this thread (including one from vbseo.com), but today's errors, as you quite rightly say, aren't related.

I do apologise :)

Dave.

Boofo 12-09-2010 08:46 AM

Paul, for some reason when this is enabled, it is adding a trailing comma to the Currently Active Users ($activusers). If I disable the mod, the comma is gone.

Paul M 12-09-2010 04:10 PM

No idea on that.

This makes no changes to active users, and I dont see any extra comma on my test forum.

Boofo 12-09-2010 05:26 PM

I'm sure it has something to do with the commalist. That is still screwed up in certain browsers.

OldSchoolDSL 12-12-2010 08:35 AM

Another job well done Paul

Working in 4.0.8 Patch Level 2

Habsy 12-15-2010 03:56 AM

Not working on 4.1 PL2. Does not appear on mainpage

djbaxter 12-15-2010 04:02 AM

Quote:

Originally Posted by Habsy (Post 2134104)
Not working on 4.1 PL2. Does not appear on mainpage

Working fine for me on 4.10 PL2.

Check your settings and/or rebuild/revert your styles.

Habsy 12-15-2010 05:04 AM

I got it now, it was conflicting with another mod that messed up my usergroup functionality. Once I deleted that mod it works fine.

Thanks.

rexxxy 12-22-2010 07:23 PM

thank you paul i will install this when i get home

Mikevet1984 01-05-2011 01:52 PM

Thank you for this great mod!

But I face some problems with it. My vBulletin version is 4.0.8 suite.

1. Although my forum has visitors this mod shows all the time that ''No guests have visited the forum today''.

I myself visited the forum as a guest and still shows the same message that no guests visited the forum. If needed I can provide screenshot.

2. When the display collapse option is set to <YES> from the control panel the mod does not work at all. When I click on the arrow for the mod to get expanded no info are shown.... This does not happen if the display collapse option is set to ''no''.

The same problem happens to me with another mod called ''Member visit tracking'' of the same Coder.

if anybody knows how to overcome the problem please advise me what to do....

Thank you in advance for every reply!

Regards,
''Michael''

Paul M 01-05-2011 07:39 PM

There is no way to answer you without access to your forum - since the mod itself works fine, something on your forum must be broken.

Paul M 01-06-2011 08:47 PM

Quote:

Originally Posted by Mikevet1984 (Post 2144408)
1. Although my forum has visitors this mod shows all the time that ''No guests have visited the forum today''.

2. When the display collapse option is set to <YES> from the control panel the mod does not work at all. When I click on the arrow for the mod to get expanded no info are shown.... This does not happen if the display collapse option is set to ''no''.

I looked tonight with the access you gave me.

1. This seems to be working fine - however, your forum is closed, so it cannot have any guests atm.

2. This is being broken by another modification you have installed - Animation Effects I have left that disabled.

The snow effect is slowing it down, but not actually breaking anything.

Mikevet1984 01-06-2011 09:05 PM

I would like to thank publically PaulM for his immediate response to me help request.

Paul you are very good guy!

Thank you again for everything!

Palehorse74480 01-10-2011 07:57 AM

Quote:

You can get an improved Spiders Definition file from this site.
Ok, how do I edit my spider defs? where are they? What to edit, etc etc...

thanks

jojojijijojo1 01-11-2011 02:29 AM

Thanks for the great mod, I was using it for my vb3.x.x board, but 1 question, will this work on my vb 4.0.7? I know you said that it is not compilable with 4.0.7 and lower, but just want to make sure, because I need it so bad. Like what are the misfunctions that can occur if I decided to use it on my vb 4.0.7 board?

Paul M 01-11-2011 10:50 AM

It wont install (unless you fudge the xml).

If you did install it, it wont display correctly.

RK KINGKONG 01-22-2011 11:32 AM

great working well on 4.1.1 no issues atm , will get back if any are noticed , thank you for time & effort . much appreciated


All times are GMT. The time now is 06:14 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.01372 seconds
  • Memory Usage 1,819KB
  • 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_code_printable
  • (8)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