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=131314)

Paul M 11-25-2006 04:28 PM

How will changing the name of the phrase make any difference :confused:

Shazz 11-25-2006 04:31 PM

Edit the phrase through adminCP? :tired:

coffee 11-25-2006 06:53 PM

Not exactly the name of the phrase, but the code too.

Now when it shows bots it says: "Google Spiders (5), MSNBot Spiders (2)"

To translate that to Arabic the phrase lets me change the word "Spiders" alone, while the code writes the rest.

I need to show it this way: "Spiders Google (5), Spiders MSNBot (2)"

Current variable is:
PHP Code:

$vbphrase[spiders

The asked variable is:
PHP Code:

$vbphrase[x_spiders

And its English value is:
PHP Code:

{1Spiders 

Arabic like this:
PHP Code:

Spiders {1


coffee 11-25-2006 06:56 PM

Quote:

Originally Posted by Shazz (Post 1124923)
Edit the phrase through adminCP? :tired:

lol@u Shazz, you know I'm a member since 2001 ;)

Paul M 11-25-2006 10:03 PM

Quote:

Originally Posted by coffee (Post 1125007)
Not exactly the name of the phrase, but the code too.

Now when it shows bots it says: "Google Spiders (5), MSNBot Spiders (2)"

To translate that to Arabic the phrase lets me change the word "Spiders" alone, while the code writes the rest.

I need to show it this way: "Spiders Google (5), Spiders MSNBot (2)"

Current variable is:
PHP Code:

$vbphrase[spiders

The asked variable is:
PHP Code:

$vbphrase[x_spiders

And its English value is:
PHP Code:

{1Spiders 

Arabic like this:
PHP Code:

Spiders {1


Okay, I see what you mean. I'll try and remember to allow that in the next update - however, that probably won't be for a while now, so you'll just have to edit the plugin until then.

OTTIX 11-25-2006 10:09 PM

Hello where change I on German?

Total guests that have visited the forum in the last 24 hours

by Micha

coffee 11-25-2006 11:00 PM

Quote:

Originally Posted by Paul M (Post 1125116)
Okay, I see what you mean. I'll try and remember to allow that in the next update - however, that probably won't be for a while now, so you'll just have to edit the plugin until then.

That; I did already :)

Thank you very much.

OTTIX 11-26-2006 09:07 AM

please,where change I on German?

Total guests that have visited the forum in the last 24 hours

by micha

Bandwurm 11-26-2006 11:16 AM

<a href="http://www.vbhacks-germany.org/showthread.php?t=6343" target="_blank">http://www.vbhacks-germany.org/showthread.php?t=6343</a>

There is the german translation.

firstrebel 11-26-2006 11:35 AM

Another top class mod from Paul M

Bob

AzzidReign 11-28-2006 03:28 PM

Alright, I've been trying to get this mod working for a while now...and I keep getting this same error:

Quote:

Fatal error: Cannot use string offset as an array in /home/xxxxxx/public_html/forums/global.php(356) : eval()'d code on line 37
Line 37 is this:
// ################################################## ###########################


I overwrote global with a fresh one from 3.6.4 so I know for a fact that I haven't modified it. Any idea on what I can do to fix this?

Paul M 11-28-2006 04:11 PM

It does not mean line 37 of global.php, it's line 37 of the code running under the global_start hook. Unfortunately, unless you disable ALL your other plugins, there is no way to be sure what line of this plugin that corresponds to.

Also, as I previously mentioned, this has been known to be a php bug, what version of php are you running.

AzzidReign 11-28-2006 04:12 PM

I'm running php 5.1.6.

Paul M 11-28-2006 05:15 PM

Then I have no idea, it seems to be something unique to your set-up. I'm testing 1.06 locally atm which has a few minor internal code changes, but I don't know if that will make any difference to you. It will be uploaded sometime in the next 24 hours.

AzzidReign 11-28-2006 05:43 PM

These are all the mods I have installed:

Add Usergroup as Moderator 1.0.10 This Hack allows you to have whole Usergroups as Moderators for Forums

Advanced PM Options 1.2.1

Automatic Welcome PM 1.0.4

Custom Links 1.6.0

Cyb - Advanced Forum Statistics 4.2

Cyb - Sticky-Closed-Poll Prefixes 1.8

Do not show who's online for guests 1.1

EWT - Forum List Ads 1.0.0

Guest Tracking 1.05

ibProArcade for vBulletin 2.5.7

Left Side Column 1.0.2

Let PHP Live! 1

Miserable Users 2.12

Moderation Auto-PM 2.0.1

Multiple Login Detector 1.03

NoSpam! 1.1

Payment Phrases 1.12

PMs Sender 2.0

Post Thank You Hack 5.3

Prevent Doubleposts 1.0 Beta 4

Random User Picker 1.01

Reported post creates new thread 2.01

Separate Sticky and Normal Threads 1.20

vB Pager 3.0.4

vBadvanced CMPS 2.2.1 (vB 3.6)

vbBOL 1.3.2

vBSEO 3.0.0 RC6

vBSEO :: Conditional Signatures 1.4.1

vBSEO :: Sitemap Generator 1.7

WAP 1.0

Welcome Headers 4.1.2

Again, I'm using vb 3.6.4. I hope this helps find out what the error is and hopefully we can figure out a way to fix it.

Also, I have only tried it with IE 6 to view the site when the product is enabled. I dont know if that may be the cause too, I'm going to try it in FF shortly.

EDIT: Same thing in FF.

DannyMilner 11-28-2006 06:38 PM

Great idea, top marks.

Paul M 11-29-2006 08:47 AM

1.06 Uploaded.

There are some slight internal code changes which should be transparent (but if you have a problem, try this version).

The phrasing has been altered slightly to allow the word "Spiders" to be placed before or after the spider name (or removed completely).

Other than this, no changes. If neither of the above concern you then you do not need to upgrade.

KURTZ 11-29-2006 09:03 AM

UPDATED!

xfaethorx 11-29-2006 11:26 AM

daft question but how do you view what the guest was trying to access or accessed?

Philster 11-29-2006 11:42 AM

Paul, is there no special spider.xml file mod required. I've reviewed your thread and cannot see mention of it so I presume your single plug-in does it all then?

Phil.

Shazz 11-29-2006 01:04 PM

/me updates
thanx

Nathan2006 11-29-2006 05:13 PM

Thanks Paul

Updated :)

Paul M 11-29-2006 05:26 PM

Quote:

Originally Posted by xfaethorx (Post 1128021)
daft question but how do you view what the guest was trying to access or accessed?

From post #108 ;

Quote:

The request variables in use are logged
e.g. what values were used for threadid, userid, calendarid etc.

The above two can be combined to show you what each guest was actually doing on the forum when they last visited.
Note: At the moment this mod does not actually make use of this data, it is there for future use - or you can write your own code to query the guest table and display this information in any form you like

Quote:

Originally Posted by Philster (Post 1128028)
Paul, is there no special spider.xml file mod required. I've reviewed your thread and cannot see mention of it so I presume your single plug-in does it all then?

No changes to the spider xml are required.

Zia 11-30-2006 02:16 AM

Quote:

Originally Posted by Paul M (Post 1127933)
1.06 Uploaded.
The phrasing has been altered slightly to allow the word "Spiders" to be placed before or after the spider name (or removed completely).


Thnx Man :)

it was my request...nice to get it within this mods..


Thankx...

AzzidReign 12-01-2006 04:07 PM

I still get the same error with this version. I'm gonna try to figure out whats going on b/c I want this mod :(

ninjamaster 12-01-2006 10:05 PM

thanks :)

Bounce 12-01-2006 10:36 PM

installed,thanks paul , voted for HOTM :cool:

Shazz 12-02-2006 12:30 AM

Quote:

Originally Posted by hIBEES (Post 1129692)
installed,thanks paul , voted for HOTM :cool:

HOTM? :confused:

Paul M 12-02-2006 02:39 AM

The old name for MOTM.

Shazz 12-02-2006 02:42 AM

Quote:

Originally Posted by Paul M (Post 1129769)
The old name for MOTM.

Ohhh
[high]* Shazz does the same[/high]

Paul M 12-02-2006 02:49 AM

Quote:

Originally Posted by AzzidReign (Post 1129486)
I still get the same error with this version. I'm gonna try to figure out whats going on b/c I want this mod :(

What datastore storage method are you using ?

firstrebel 12-02-2006 09:18 AM

This mod is currently showing Yahoo Slurp = 16 on my forum, but Who's Online shows considerably more.

Bob

puertoblack2003 12-02-2006 10:29 PM

Quote:

Originally Posted by firstrebel (Post 1129906)
This mod is currently showing Yahoo Slurp = 16 on my forum, but Who's Online shows considerably more.

Bob

yea me as well i was wondering what's going on i normally get about 50% crawler between googles, yahoo and so on and it had drop to about 10 to 20% , this happened after i installed it so i did some test i disabled it for a day and what a difference and i installed it and it showed that it was this hack so i will uninstalled this till the author fix the issues.

Paul M 12-02-2006 10:46 PM

Then it will probably stay uninstalled, because so far I haven't seen a specific issue to fix.

hendri 12-03-2006 12:15 AM

nice.. installed

Bounce 12-03-2006 03:52 PM

Quote:

Originally Posted by Paul M (Post 1129769)
The old name for MOTM.

aye lol sorry never realised it had changed name from hack to mod...doh

firstrebel 12-03-2006 07:57 PM

Quote:

Originally Posted by Paul M (Post 1130340)
Then it will probably stay uninstalled, because so far I haven't seen a specific issue to fix.

Not a response I would have expected. An explanation would be more helpful please.

Bob

blogtorank 12-04-2006 06:56 PM

Quote:

Originally Posted by Paul M (Post 1129775)
(All options are in vBulletin Options > Track Visitors)

This is now called: "Guest Tracking" under the vBulletin Options correct? :cool:

blogtorank 12-04-2006 07:02 PM

Quote:

Originally Posted by firstrebel (Post 1129906)
This mod is currently showing Yahoo Slurp = 16 on my forum, but Who's Online shows considerably more.

Bob

My thoughts are with this that who's online is more up-to-date within seconds than this section that you are viewing you know? Basically all in all you load a screen with the Guest Tracker and it shows then and that's it, then you view who's online via the online.php which keeps updating continuously "live time" per the seconds you have defined in the vB options area... Just my thoughts of this issue you are talking about.

Just an educated guess is all ;) could be right or could be wrong!

Paul M 12-04-2006 07:34 PM

Quote:

Originally Posted by blogtorank (Post 1131827)
This is now called: "Guest Tracking" under the vBulletin Options correct? :cool:

Hmmm, yes, it seems I renamed it, I'll update the post. :)


All times are GMT. The time now is 11:17 AM.

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.02093 seconds
  • Memory Usage 1,833KB
  • 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
  • (8)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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