VERSION 1.5#
Credit for this plugin goes to LemoniscooL . Originally it was a paid plugin but he stopped the support and handed it over to us. So here it is for free and a bit extended
What does Callback Vote Check mean?
The Callback System catches the votes, checks the database if the user voted already today, and then calls a script located on your members server telling the script if that person voted already.
The script on your webmasters server will then be able to reward the voter automatically with whatever he wants, for example virtual currencies or downloads etc.
Features?
1) Postback function: This plugin adds the possibility for your webmasters to check weather a user of them voted already on that day or not and according to that reward them with something for example game currencies or a download etc.
Installation
1) Upload the .zip file via the plugin manager inside the ACP
2) Visit your admin settings -> Premium promotion setting and fill in your server ip ( ask your host if you are unsure ). This is an important step and helps your members to validate that the call to their script came from your website. Could also be disabled if needed. Send me a pm for instructions if you must
3) open skins/your_skin/gateway.html and find
and change it to
4)If you use clean urls add the following to the rewrite rules located in .htaccess
Updates
VisioList v0.9
Versions below are not tested and may lead to unexpected results!
If you used the previous paid version. Either fully uninstall it or drop me a PM with ftp/cpanel/admin data so i can update your previous version, as there are quite a few changes in the code.
Credit for this plugin goes to LemoniscooL . Originally it was a paid plugin but he stopped the support and handed it over to us. So here it is for free and a bit extended
What does Callback Vote Check mean?
The Callback System catches the votes, checks the database if the user voted already today, and then calls a script located on your members server telling the script if that person voted already.
The script on your webmasters server will then be able to reward the voter automatically with whatever he wants, for example virtual currencies or downloads etc.
Features?
1) Postback function: This plugin adds the possibility for your webmasters to check weather a user of them voted already on that day or not and according to that reward them with something for example game currencies or a download etc.
- Explanation and example script for the toplist member are located at your-site.com/callback-guide/ or your-site.com/?a=callback if you use no clean urls. You should add this url to your menu so your users know what to do
Installation
1) Upload the .zip file via the plugin manager inside the ACP
2) Visit your admin settings -> Premium promotion setting and fill in your server ip ( ask your host if you are unsure ). This is an important step and helps your members to validate that the call to their script came from your website. Could also be disabled if needed. Send me a pm for instructions if you must
3) open skins/your_skin/gateway.html and find
Code:
{$list_url}/index.php?a=in&u={$username}&sid={$sid}
Code:
{$list_url}/index.php?a=in&u={$username}&sid={$sid}{$p_callback_id}
Code:
RewriteRule ^callback-guide/ index.php?a=callback [L]
- 09.12.2012: Fixed the error reporting
- 29.12.2012: Fixed incompatibility with ServerCheck Plugin
- 02.01.2013: Implemented the Plugin Update Check of VL 0.9
- 09.01.2013: Implemented the Extern IP Check function (request of cajkan)
- 02.09.2013: Code updates, major bug fix with the callbackback function
VisioList v0.9
Versions below are not tested and may lead to unexpected results!
If you used the previous paid version. Either fully uninstall it or drop me a PM with ftp/cpanel/admin data so i can update your previous version, as there are quite a few changes in the code.
Attachments
-
9.1 KB Views: 30