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 - vBISpy - AJAX real-time feed of new posts/threads (https://vborg.vbsupport.ru/showthread.php?t=125947)

styleforum 08-21-2008 07:26 PM

Is there any way to have this run in a frame on the side of the forum page, or in an IFRAME of some sort, so it will continually update while people do whatever they are doing?

PyroMarkus 08-22-2008 03:24 PM

Thanks for this great thing!

Is this possible to move to an htaccess protected directory? Great thing but I would like to prohibit my normal users and all the spiders out there to start it. Is it more than just replacing all src=" within the php-script to corrected paths?

Or can I simply put some lines in the php-code to just allow my admins and moderators to open it?

PyroMarkus 08-22-2008 05:01 PM

It seem to work good but not perfect in 3.7.2
Some messages in some threads are not listed, although they should be listed in the shown time frame. Some messages before and afterwards are listed but some not.

Its not a question of rights, I am admin and see the other messages in the threads...

Daniel_HBK 09-02-2008 01:57 PM

really very good hack , i need to change the direction because my forum in Arabic so i need to make it from Right to left and how i can change phrases ?

..

Busterking 09-09-2008 02:56 PM

Some of my forums have custom fonts, anyway of fixing the Forum row on the right side so that it doesn't show the code:

http://www.10-78.com/forums/vaispy.php

Thanks

mikkitine 09-10-2008 09:19 PM

Quote:

Originally Posted by fordsho (Post 1482834)
Ok, if I want to exclude specific forums from ispy, would you explain how to do that? I'm still not clear. (I did install it successfully, and it works great, I just have some things I dont want going through spy)

Quote:

Originally Posted by MPDev (Post 1069236)
Yes, forum permissions are checked. You can also exclude specific forums by changing the line:

Code:

    // Do not list these forums even if they have permissions (test categories, etc)
    $blockforums = "26,13";

in vaispy.php - I use this to block test post forums and such.

. ;)

Julrou 09-16-2008 04:14 PM

Quote:

Originally Posted by SecondV (Post 1593785)
Your problem seems to be your decimal sep ($vbulletin->userinfo['lang_decimalsep']).

Although, to fix it, you could try editing your vaispy.php file:

FIND
PHP Code:

$thread['views'] = vb_number_format($thread['views']); 

REPLACE WITH
PHP Code:

$thread['views'] = vb_number_format($thread['views']);
$thread['views'] = str_replace(' '''$thread['views']); 


I've just read it and...

it totally works !!!
You're the man ! :up::up::up:

One more question : at this time, it only shows the last post for each thread. Is there a way to show the really last 20 posts, even if some are posts of a same thread ?:)

komirad 09-21-2008 11:15 AM

Do you know where to get the time interval variable?
I want to adjust the rate the script requests for new posts.

ymy 10-10-2008 08:48 AM

it worked with me from 3.6.5 to 3.6.11

and Installed on new VB 3.7.3 it worked perfectly

thanks

wtrk 10-17-2008 03:45 AM

mine just suddenly stopped working. it was wokring fine on 3.7.2 ?? no changes to my site have happened in months.


All times are GMT. The time now is 12:18 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.02098 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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