Search results

  1. Mark

    Link code error

    I am investigating now and will let you know what I find in a few minutes.
  2. Mark

    VisioList 1.5

    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...
  3. Mark

    VisioList 1.5

    Thanks for the report, I will post a fix when I am at my desk in the morning.
  4. Mark

    Basti Hiatus

    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...
  5. Mark

    VisioList 1.5 Released - June 2 2016

    Your license has expired, active members area license is required for the latest releases and screenshot API.
  6. Mark

    VisioList 1.5 Released - June 2 2016

    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.
  7. Mark

    How can I view the Votes as a number

    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'...
  8. Mark

    Upgrading PHP 5.4 to 5.5

    Hello, thanks for your patience, version 1.5 with PHP 5.5 support is now available in the downloads area.
  9. Mark

    VisioList 1.5 Released - June 2 2016

    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 :)
  10. Mark

    VisioList 1.5

    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...
  11. Mark

    How can I view the Votes as a number

    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}
  12. Mark

    Premium Members List 1

    what do you mean? you want to show a premium member in #1 spot regardless of how many votes? OR you want to make the #1 vote leader automatic premium?
  13. Mark

    Umlaute in der Domain

    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
  14. Mark

    Live Stats

    What information exactly would you like displayed?
  15. Mark

    Appears to be a language problem when I install.

    very odd, you should not need to do this. Sounds like perhaps you did not run the importer during the installation process.
  16. Mark

    Toplist will not send any email.

    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 =...
  17. Mark

    admin function: http referrer and proxy blocker

    did you try this? http://visiolist.com/community/threads/test-proxy-prevention.1026/
  18. Mark

    Screenshots stopped working

    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!
  19. Mark

    Getting Ads to work

    Hi, this should help: http://visiolist.com/docs/Banner-Ad-Rotator
  20. Mark

    Upgrading PHP 5.4 to 5.5

    Visiolist 1.5 will be released within 2 weeks and will include mysqli support which will work with 5.5
Top