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)

nhlchuck68 07-20-2009 01:37 AM

Quote:

Originally Posted by Calystos (Post 1824174)
I must be doing something wrong, or another addon I've got is causing it not to work. I've read that certain addons such as vbseo live stat cause it not to work. But I'm not using that, so not sure whats stopping it from working for me. And yeah I'm also on 3.8.2. And my forums open (mostly).

Any ideas?

Any luck with yours? Mine was working for months and just stopped with 3.8.2 as well.

multiplex 07-24-2009 01:06 AM

this works great on 3.8.3

i also have usergroups restrictions working

there are many suggestions in this thread to make that work but this is the only one that worked for me

find:
Code:

$datecut = "AND thread.lastpost >= " . (TIMENOW - ($daysprune * 86400));
$prefetched = null;



add below it:
Code:

if(is_member_of($vbulletin->userinfo,1, 2, 3, 8))
{
        print_no_permission();
}


brandon515 07-27-2009 11:14 PM

I am running 3.8.3 and it is updating, but only when you manually refresh the page. The ajax portion doesn't seem to work anymore since I upgraded to 3.8.3....any ideas?

Thanks,
Brandon

Electronic Punk 07-31-2009 12:08 AM

Also seem to be having issues with it since I moved my forums from up a level ;s

Wonksta 08-20-2009 01:35 AM

Can anyoen explain why so many guests are trying to view my vbispy.php???

https://vborg.vbsupport.ru/external/2009/08/47.jpg

jonty 08-20-2009 07:31 PM

It would be really cool if it could scan social groups (permission based, naturally) as well:cool:

realdx 09-30-2009 11:28 PM

seems working gr8 on my 3.8.4! Thanks for the work!!

trotskid 10-02-2009 12:06 AM

I have seen this page from Digital Point with a similar vBSpy and I wondering if it's the same or another one.

This one looks better.. :rolleyes:

kmike 10-03-2009 05:04 AM

Digital Point's mod was the first. Arguably, this mod is a rip off from Digitalpoint's Spy, or at the very least inspired by it:
http://forums.digitalpoint.com/showt...01#post1384601
The only thing that is unique to this mod is the server-side script, since obviously it couldn't be copied from Digitalpoint.

trotskid 10-03-2009 01:41 PM

Thank you for the info kmike :up:

blackberry 10-18-2009 06:28 PM

Quote:

Originally Posted by brandon515 (Post 1856820)
I am running 3.8.3 and it is updating, but only when you manually refresh the page. The ajax portion doesn't seem to work anymore since I upgraded to 3.8.3....any ideas?

Thanks,
Brandon

yep same problem with me :(

any update for 3.8 plz?

MPDev 11-05-2009 11:40 PM

Quote:

Originally Posted by kmike (Post 1894090)
Digital Point's mod was the first. Arguably, this mod is a rip off from Digitalpoint's Spy, or at the very least inspired by it:
http://forums.digitalpoint.com/showt...01#post1384601
The only thing that is unique to this mod is the server-side script, since obviously it couldn't be copied from Digitalpoint.

The mod was inspired by DIGG, not DP. Although we both ended up using the same client-side open source. Only DP removed the required copyrights and attempted to claim credit for work he didn't do and refused to put the credits back in place. I left them in tact and claimed no credit for that work; feel free to read the exchange - https://vborg.vbsupport.ru/showthrea...=125947&page=8

Neither of these mods were particularly difficult once the hard part was done by someone else.

MPDev 11-05-2009 11:41 PM

Quote:

Originally Posted by blackberry (Post 1901782)
yep same problem with me :(

any update for 3.8 plz?

I'm not aware of any issues with 3.8 and have many sites running it; I am not sure where to point to you resolve the conflict.

Tyran1 11-07-2009 04:30 PM

What is with Group Posts?

intruder 11-08-2009 03:13 PM

<a href="https://tinyurl.com/vaispy" target="_blank">http://tinyurl.com/vaispy</a> How can I remove the banner from ispy?
I only have the banner added to the navbar template and vaipsy is the only script that shows the banner twice.
Thanks

Quantnet 11-12-2009 11:46 PM

Great mod. I'm thinking of replacing Cybtec - Latest Reply Ajax mod with this one.

Can anyone show me how to put this box on Forum Home, under Navbar like what they have here

http://www.city-data.com/forum/

Thanks

m_gamini 12-02-2009 07:17 AM

HI Dear Developer and Other Friends,

This Is Very Nice Mod, but i have some problem.

it's work fine on Firefox but when i use IE8 or previous it doesn't work. check this!

http://forum.forex.ir/vaispy.php

it is fix all the time!

could you please help me to fix this?

thank you!

General Ray 12-17-2009 09:43 PM

Quote:

Originally Posted by Quantnet (Post 1913310)
Great mod. I'm thinking of replacing Cybtec - Latest Reply Ajax mod with this one.

Can anyone show me how to put this box on Forum Home, under Navbar like what they have here

http://www.city-data.com/forum/

Thanks

Simple. In the common templates, display the file in an iframe.

Great hack, by the way.

ManagerJosh 12-18-2009 11:18 PM

Any plans to upgrade for vB4? I'd love to add this back to my community :)

Quantnet 12-19-2009 12:29 PM

Quote:

Originally Posted by General Ray (Post 1932545)
Simple. In the common templates, display the file in an iframe.

Great hack, by the way.

Thanks, is that how city-data does it?
I think they do a bit more than that as it will automatically pause after some idle time.

Sushubh 12-22-2009 02:35 AM

alrighty. this is one mod i seriously want for vb4. please help!

Eric 12-27-2009 09:01 AM

I've attached an image of what I've been able to accomplish so far... as you can see, style needs a lot of work. If I can get this working right, I'll send my mods to the author.

Sushubh 12-28-2009 07:15 AM

i think we can use this page even without the regular vb styling. just a page that can show the latest post data in visually usable format. :)

cannot wait to use it with vb4. i am tired of pressing what's new to get access to the latest posts. :D

akee 12-30-2009 10:53 PM

pls update it to vb4

Alien 01-09-2010 12:02 AM

This is one of the features my members miss the most. I hope it's something that can be worked out for vB 4. I'm using it on vB 3.8 on about 5 forums and we love it!

Sushubh 01-09-2010 03:47 AM

the developer seems to be missing from action... i am still waiting for this plugin to work with vb4. :)

akee 01-10-2010 05:12 AM

Quote:

Originally Posted by SecondV (Post 1939263)
I've attached an image of what I've been able to accomplish so far... as you can see, style needs a lot of work. If I can get this working right, I'll send my mods to the author.


Hi,

please share this

Sushubh 01-10-2010 05:26 AM

yeap. as long as it works... interface does not really matter much to me for now :)

Dr.LoVe 01-13-2010 08:32 PM

Is it possible to install it on 3.8.3 ??

Are there any updates for 3.8 ??

Sushubh 01-13-2010 09:03 PM

i ran this addon on all the recent versions of 3.8.x and it worked great for me. but it stopped working the day i updated to 4.x.x...

dieKetzer 01-16-2010 12:20 AM

one of the IB boards is running an ispy on v4
http://www.bikeforums.net/vaispy.php

i wish theyd share

Sushubh 01-16-2010 12:23 AM

oh boy that looks perfect!

Quantnet 01-16-2010 12:44 AM

you guys should see this
http://www.city-data.com/forum/

look at the bottom

Sushubh 01-16-2010 12:51 AM

that is sweet!

MagicThemeParks 01-17-2010 10:17 PM

Quote:

Originally Posted by Quantnet (Post 1913310)
Can anyone show me how to put this box on Forum Home, under Navbar like what they have here

http://www.city-data.com/forum/

Thanks

Wow, that looks beautifully done. :up:

Quote:

Originally Posted by General Ray (Post 1932545)
Simple. In the common templates, display the file in an iframe.

Anyone have an example of how to get it coded into the template?

MPDev 01-18-2010 06:56 PM

They are using vBISpy in an iframe.

http://www.city-data.com/forum/vaispy.php

I did something similiar on one of my sites; but without the iframe - all you need to do is modify the html to suit your page and then incorporate the javascript.

Sushubh 01-18-2010 07:20 PM

they are still running vb 3.7.6 i see...

but the other example mentioned here was running vb4...

that is the things. someone has modified vbispy to run on vb4 but its not available here :(

MPDev 01-18-2010 07:29 PM

There's only a couple queries in the main pull; I assume they just modified the queries. Not sure how much vB4 changes the db structure, but I am not running it so cant tell you.

Sushubh 01-18-2010 07:32 PM

still hoping some dev around here would fix it for vb4. :) a lot of guys are waiting.

bigtime 01-18-2010 08:11 PM

I too would love to see this for V4


All times are GMT. The time now is 03:03 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.04167 seconds
  • Memory Usage 1,814KB
  • 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
  • (2)bbcode_code_printable
  • (9)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