Version: 1.11, by digitalpoint
Developer Last Online: May 2016
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
For a site that has it installed, but it's not working, can you give me the URL to the spy.php page and also check that you have something in the digitalpoint_spy table? I have a theory... but need to see one that is doing it (don't need server access, just normal public access to see the spy.php page).
For a site that has it installed, but it's not working, can you give me the URL to the spy.php page and also check that you have something in the digitalpoint_spy table? I have a theory... but need to see one that is doing it (don't need server access, just normal public access to see the spy.php page).
dp, as I asked you in PM, what is this digitalpoint_spy table? and where is it found?
as I can't find it and you sorta dismissed it saying nothing apart from installing the mod needs to be done.
thanks
For a site that has it installed, but it's not working, can you give me the URL to the spy.php page and also check that you have something in the digitalpoint_spy table? I have a theory... but need to see one that is doing it (don't need server access, just normal public access to see the spy.php page).
I will however provide you with the test site url in private (PM).
dp, as I asked you in PM, what is this digitalpoint_spy table? and where is it found?
as I can't find it and you sorta dismissed it saying nothing apart from installing the mod needs to be done.
thanks
It should be in your forum database along with the other normal forum tables.
The ones I've seen not working so far has the web servers returning an HTTP "406 - Not Acceptable" when the web browser requests the XML feed. This is going to be some sort of configuration issue on the server-side.
Maybe a mod_security module set in overly aggressive blocking mode.
You could try adding this to your .htaccess file to test if disabling mod_security fixes it:
Code:
SecFilterEngine Off
Either way, it's something specific to the web server that's forcing a 406 error, but only when it's getting the XML feed of new events.
The ones I've seen not working so far has the web servers returning an HTTP "406 - Not Acceptable" when the web browser requests the XML feed. This is going to be some sort of configuration issue on the server-side.
Maybe a mod_security module set in overly aggressive blocking mode.
You could try adding this to your .htaccess file to test if disabling mod_security fixes it:
Code:
SecFilterEngine Off
Either way, it's something specific to the web server that's forcing a 406 error, but only when it's getting the XML feed of new events.
If I try that, I get the following error when putting a .htaccess file on my forum root with that line.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@blah.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.