Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Digital Point Spy Details »»
Digital Point Spy
Version: 1.11, by digitalpoint digitalpoint is offline
Developer Last Online: May 2016 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.x.x Rating:
Released: 05-26-2010 Last Update: 09-09-2012 Installs: 404
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

About
This is a Digg-style spy for seeing what's going on in your forum in realtime.

This is something I originally made about 4 years ago. Now that I rewrote it for vBulletin 4 (it also now uses the bundled YUI for animation), I decided to also wrap it up as a product package and release it for the world to use.

Installation
  • Put the spy.php file in your forum folder.
  • Put the digitalpoint_spy.js file in your clientscript folder.
  • Install the product-digitalpoint_spy.xml product under AdminCP -> Plugins & Products -> Manage Products -> Add/Import Product
You can see a live version in action here:
http://forums.digitalpoint.com/spy.php


1.1.0 Update
  • Moved JavaScript to external file (works around template parsing bug with early versions of vBulletin 4.0.x).
  • XML generation is done with vBulletin's XML Builder class (let it deal with weird characters).
  • Switched JavaScript library to from YUI to jQuery (for an end user, it means better animations).
  • Changed do=xml to do=feed (works around servers that are overly protective and think they are trying to be hacked and blocking the request).

Download Now

File Type: zip digitalpoint_spy-111.zip (8.3 KB, 399 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
abualjori, Erica1977, farru, Sarah EI, Seductor

Comments
  #192  
Old 12-06-2010, 05:12 AM
New Joe's Avatar
New Joe New Joe is offline
 
Join Date: May 2009
Posts: 1,128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So a few things dp:

Will you be making any changes to this Mod?
Adding the option to choose only certain user groups to be able to use this?
Adding 'Times' on the Posts and Threads which show on the spy page?
Reply With Quote
  #193  
Old 12-08-2010, 03:55 AM
New Joe's Avatar
New Joe New Joe is offline
 
Join Date: May 2009
Posts: 1,128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This one is the main thing I'd like to include, I have looked around in the spy.php file but don't know how to add or edit to do this:
Adding 'Times/Dates' on the Posts and Threads which show on the spy page.

I found this in the spy.php:
Quote:
$output .= '<event>' .
'<id>' . $event['spyid'] . '</id>' .
'<what>' . $what[$event['action']] . '</what>' .
'<title>' . $event['title'] . '</title>' .
'<preview>' . $event['preview'] . '</preview>' .
'<who>' . iif ($event['action'] != 42, $event['username']) . '</who>' .
'<threadid>' . $event['threadid'] . '</threadid>' .
'<postid>' . $event['postid'] . '</postid>' .
'<userid>' . iif ($event['action'] != 42, $event['userid']) . '</userid>' .
'<forumid>' . $event['forumid'] . '</forumid>' .
'<forumname>' . $vbulletin->datastore->registry->forumcache[$event['forumid']]['title'] . '</forumname>' .
'</event>';
}
I tried to add time/date but as i am not a coder i really did not know what i was doing and it did not work.
Anyone could give a heads up for what code and where to add it so it will show the date and time on the spy page.
Thanks.
Reply With Quote
  #194  
Old 12-08-2010, 07:13 PM
digitalpoint's Avatar
digitalpoint digitalpoint is offline
 
Join Date: Mar 2004
Location: San Diego, California
Posts: 502
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not really sure what the real value in the date/time is to be honest. If your board is busy, they would just all be streaming through with the current time and they would mostly all be the same. If your board is inactive, it would make your board appear very inactive since you could see the huge gaps in time between anything happening...
Reply With Quote
  #195  
Old 12-08-2010, 07:46 PM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice will this work for vb 3.8?
Reply With Quote
  #196  
Old 12-09-2010, 11:55 AM
MonsterDK MonsterDK is offline
 
Join Date: Nov 2002
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bada_bing View Post
Nice will this work for vb 3.8?
be nice if it actually worked at all for me. vb 4.x
Reply With Quote
  #197  
Old 12-09-2010, 05:21 PM
Reinhard Reinhard is offline
 
Join Date: Oct 2006
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Shawn,

spy worked in 4.08, but shows thread titles with german umlauts as "unknown" and display not the first message line, if there are umlauts.
Reply With Quote
  #198  
Old 12-09-2010, 06:35 PM
digitalpoint's Avatar
digitalpoint digitalpoint is offline
 
Join Date: Mar 2004
Location: San Diego, California
Posts: 502
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bada_bing View Post
Nice will this work for vb 3.8?
Nope, it's 4.x only.
Reply With Quote
  #199  
Old 12-09-2010, 07:02 PM
MonsterDK MonsterDK is offline
 
Join Date: Nov 2002
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

But seems pretty limited to what it will work on.
I have a fresh install of vb 4.0.6 pl 1 as a test board. I've disabled the few mods I had on there.
and also that will not work.

I dunno what the problem is but the point of on my main board and there been other mods possibly causing a conflict can't be the case.

It's a strange one... offered to allow the Coder access to my test board but that was declined.
So it seems support it quite limited then unfortunately. Shame because I've seen other people comment on this issue as well.
Reply With Quote
  #200  
Old 12-09-2010, 08:28 PM
OttoBomb OttoBomb is offline
 
Join Date: Jun 2007
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a 4.1 vb and it doesn't work for me either. I have a stock install and it baffles me why it isn't working, but I certainly don't think support actually means he will provide tech support for my board. Most mods work for most people, but 100% compatibility is beyond most coders. It doesn't work for me, and I can live with that.
Reply With Quote
  #201  
Old 12-09-2010, 08:35 PM
MonsterDK MonsterDK is offline
 
Join Date: Nov 2002
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OttoBomb View Post
I have a 4.1 vb and it doesn't work for me either. I have a stock install and it baffles me why it isn't working, but I certainly don't think support actually means he will provide tech support for my board. Most mods work for most people, but 100% compatibility is beyond most coders. It doesn't work for me, and I can live with that.
I understand this. But if were saying that specific board installs are not working and there is nothing to cause this. Surely, it deserves a closer look?

I'd even throw a couple of quid in the pot for the coders time. How on earth do we progress with this?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:40 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.26047 seconds
  • Memory Usage 2,342KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete