Vote Manager

Basti

Administrator
Staff member
VERSION 1.1#

Plan for this plugin is to give you more control over hits in statistics. Currently the features are rather limited, but updates are already planned and will be included as time allows.
The page can be found in admin under the tools menu

Features
1) Backup stats before doing anything
2) Complete toplist hits in reset. Javascript confirm popup is included so you dont reset by mistake
3) Alter hits in for all members at once, or use a list of members you define. Alternatively you can edit a member directly to edit his hits in.

Updates
15.01.2013 - Some visual improvements
15.01.2013 - Lets you choose to alter all members or a list you define
15.01.2013 - Ability to backup the stats table before doing anything. Recommended!

Planned Features
1) View votes, ip, whois, time via a vote log.
2) Clear the log regularly, so it doesnt gets to big

Installation
1) Please do the following change to sources/admin.php . This change will be included into VisioList 1.0 so you don't need to reapply the change
Find this line
Code:
require_once("{$CONF['path']}/sources/admin/{$page_name}.php");
Replace that line with the following
Code:
          $sources = 'sources/admin';
          // Plugin Hook - Include new admin source file
          eval(PluginManager::getPluginManager()->pluginHooks('admin_include_source'));
 
          require_once("{$CONF['path']}/{$sources}/{$page_name}.php");
2) Upload plugin through admin plugin manager or ftp

If you encounter any issues, please let me know.
 

Attachments

EdgarO

New Member
Es funktioniert OHNE probleme.
Hammmer! Perfekt! Danke dir.

It works WITHOUT problems.
Perfect! Thank you.
 

Basti

Administrator
Staff member
Plugin has been updated. See post #1 for the list of updates. To update simply reupload the zip.

Note: please make use of the new backup function in case something goes wrong!
 

dario85

MCraftCore,MCraftCourse & MCraftSpleef Owner
I am getting the following error.

Code:
Warning: require_once(./sources/admin/vote_manager.php) [function.require-once]: failed to open stream: No such file or directory in /home/mcraftli/public_html/sources/admin.php on line 105
 
Fatal error: require_once() [function.require]: Failed opening required './sources/admin/vote_manager.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mcraftli/public_html/sources/admin.php on line 105
 

Basti

Administrator
Staff member
Step 1 is missing, change to sources/admin.php
have a closer look, line 105
 
Top