![]() |
A robust and highly configurable ventrilo server status plugin for WordPress. This is free utility that is powered by flagships ventrilo_status program and sponsored by InstantVentrilo.com
Basics
This plugin has a hosted or managed operation.
Hosted Option
- Will ask another website what the provided vent server address is doing.
- Has a small ad at the bottom of the script.
- Custom Width
- Custom Height
- Refresh On Demand
- Styled Overflow
- Vent Logo Toggle in Titlebar
Managed Option
- User managed
- No Ad at the bottom of the script
- Custom Width
- Custom Height
- Styled Overflow
- Custom Colors
- Custom Width & Height with Overflow
- Menubar Toggle
- Fancy or Plain Display
- Refresh On Demand
- Automatic Server Software Configuration
- Requires that the webserver is running a linux OS.
- Requires that the webserver have permission to run the program.
- Requires the server to have the ventrilo server port on a whitelist.
Download
The most recent stable version can be downloaded from
http://wordpress.org/extend/plugins/wp-vent-spy/
Beta Version
Would you rather have a bleeding edge version of the plugin? Did you suggest something be added or did you report a bug? Is the current version just not working for you? Then give the beta version a try.
http://superscriptz.net/onykage/wordpress/ventrilo-status-monitor-beta/
Plugin Advertisement
If you want to remove the ad from the status widget, simply click the donate button at the top of the article subject or from inside the plugin options page. Once you have successfully completed the donation a unique ID code will be emailed to you. Enter this code in the Donation ID Code field on the plugin options page to remove the ad from the bottom of the plugin.
F.A.Q.
-
- Q: I am getting “No response from server.” error on the widget
- A: There is no server responce from the ip address + port you provided. Check your information or try a different server you know works. For testing purposes please feel free to use vent.onykage.com:5733.
- Another common reason for this issue is if the ventrilo server host has the web ports blocked. If this is the case then no monitor script will work until you tell the host company to unblock the ports.
-
- Q: The plugin loading image doesnt disappear.
- A: Your current wordpress template is forcing the wrong version of jQuery or not allowing jQuery to function or you have a no script plugin running on your current browser.
-
- Q: The plugin is configured and it doesnt show anything besides the lobby.
- A: Your webhost has the port you assigned as your ventrilo server port blocked. The port needs to be added to your websites whitelist
-
- Q: I got the Error “PHP Unable to start external status process.”, what now?
- A: If you got this error then either A You do not have permission to execute the status program or B Your webhost has deemed the program as a security threat and disabled all access to it or removed it for you. I highly recomend you get a less retarded and more mainstream webhost if this is the case, I recommend hostmonster or webfaction to name a few. Both offer a wide variety of services and are completely customizable to allow for what ever you decide you want to do with your website which is how it should be.
-
- Q: Does the donation ID expire?
- A: Maybe. It depends on the amount of the donation. Donations in excess of 15 USD give ID’s that will not expire. Otherwise the experation is based on how much you use the plugin vs how much you donated. Use a ratio of 0.01 cents per use or 1000 uses per dollar.
Change Log
added option to remove Ventrilo Logo from title bar
added option to remove the Menubar from the status window for managed users.
fixed validation button display on managed pane.
1.2.1a-b-c
various minor bug fixes and adjustments.
1.2
now supports FireFox 2.5 and later, IE 6.5 and later, Chrome(all), Safari(all), Opera(all), Flock
moved ajax were it belongs (in the head)
optimized ajax for smoother operation (now 40% faster process time)
removed loading image
added ventrilo logo to the title bar
reorganised the options page to a more logical easy to use page
added ajax based refresh effect
added toggle based menu to extremespy utility
1.1.372b
changed loader.gif to ajax-loader.gif
changed loading div to align center, and be the width of the sidebar
adjustments made for changing the loader image tutorial
test adjustments to readme.txt to include xml formatting
1.1.364
fixed mulitple security issues with donation system
more code cleanup
1.1.146
added donation activation system
removed old versions from repo. Plugin is now fully stable so older versions are no longer needed.
1.1.033
added sponsorship banner and information into the options page
added sponsorship link into the vspy hosted banner.
1.1.013
added ability to change width/height/overflow on hosted & managed options
1.1.0
several minor code fixes and cleanup
changed the options page banner to a dynamic header
fixed no jquery problem
added managed autofix
1.0.372
fixed a few typeOs
fixed the fancy toggle.
1.0.366
fixed several precurser parse and instant errors.
added some security fixes
added some statitical resorce information to help with debugging.
1.0.326
replaced php file_get_content() with cURL libs as a php.ini workaround for hosted option.
1.0.318
fixed display delay for hosted option
added hosted.php file(jQuery work around for Post())
added loading.gif
added loading sequence in ajax to increase page load speeds
added fancy graphics to display
updated screenshots
added width options
added fancy/plain toggle
added custom colors
added hex color data to buildTable
1.0.115
fixed version oversite (project just now reached 1.0 state.)
added options page
added hosted option
change widget control to dynamic insertion
added file permissions test option for the managed section.;
0.7.77
Cleaned up the code.;
Fixed the file location bug in the widget.;
added a post based display module, please see installation.
0.6.42
added ajax refresh options
0.5.11
project start
inicial addition to wordpress svn










I still get the admin panel refreshing sooo much i cant do anything, i give up.
Thanks for sharing Scautura. Your report fixed my issue!
oops.. I left out a comment some how. Issue resolved with 1.2.1c
if i deactive the plugin it goes away, i tried un installing it and reinstalling it and the error still is there.
[RESOLVED]
When updating now i get this on all my plgin pages Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘add_plugin_update_row’ not found or invalid function name in D:\xxx\gci\wp-includes\plugin.php on line 339
Opps.. ok, fixed this issue with version 1.2.1b. I’ll research a way to put it back in later. Please update to fix the problem.
I am having the same issue as Eric. When viewing the plugin settings, the page refreshes every 4 seconds and I can’t change any of the settings in that timeframe.
[RESOLVED]
The plugin admin page just refreshes ever few seconds, i cant even set any settings.
Thanks, Got it fixed, will update today.
[RESOLVED]
There is a bug in the current (1.2) version as listed in the plugin repository:Towards the bottom of wp-vent-spy.php
echo “<div id=\"vspy\" style=\"position: relative; display: block; ";
should read:
echo "<div id=\"vspy\" style=\"position: relative; display: block; \"";
A missing (escaped) quote causes the rest of the HTML to have issues.