Find this line in install/index.php:
`premium_number` INT(10) NOT NULL,
replace with:
`premium_number` INT(10) NOT NULL default 5,
I also found a few other lines in the installer that your mySQL version will probably have an issue with so I updated them.
Please download the fresh...
Hello all, as many of you have been asking me for an update on Basti, I finally spoke with him today.
The good news: he is alive, healthy and working hard at his new job :)
The bad news: his new job takes so much energy out of him, he has decided to stop coding 100% :(
His admin status...
plugins should be fine, however its possible some plugins may have been coded with mysql_ functions, if anyone experiences any of those please post in the plugin topic in the resource manager and I will make sure that plugin is updated to work with the latest version.
the only way to do that is to setup a cron job on your server to empty the IP log every X hours.
name this file something random like 12324142498878.php and upload to the root directory (where settings_sql.php is found)
then run the script via cron every X hours.
<?php
define('VISIOLIST'...
This latest update bring some much needed MySQLi suppor for new PHP version support, as well as several important security fixes.
Thanks for your support and we hope you enjoy the latest release :)
Fresh Install Instructions
http://visiolist.com/docs/Installing-visiolist
Upgrade Instructions
1) Take a backup of your files and database
2) Upload and replace all the files from the update bundle ( VL-Upgrade-1.5.zip ) via FTP
3) Run yoursite.com/install/update.php from your browser...
Hello, you can add any tag you like in the templates:
table_top_row
table_row
the tags are outlined here: http://visiolist.com/docs/styles-design
namely this part:
so to show how many votes today for example, the tag would be: {$unq_in_0_daily}
to show the votes this week: {$unq_in_0_weekly}
hmm an issue with umlauts in domain names may be able to be solved by modifying our referrer check.
You can also disable google friendly links, that may not be perfect but would work.
I'll see what I can find about verifying domains with umlauts
Hello, SSL/TLS settings should work just fine (tested with cpanel defaults and gmail and both are working).
Please ensure your SMTP port and host are accurate, once confirmed, check your error log for clues.
$mail->Host = $CONF['smtp_host'];
$mail->SMTPAuth = true;
$mail->Port =...
The Disk filled up yesterday after a particularly busy weekend of generating screenshots, I have cleaned it up and added more space to the partition to prevent future occurrences. Thanks for the report!