Search results

  1. Mark

    Installed script and now visitors to my site get a warning message that this site is not a trusted

    what is your URL? most likely that has nothing to do with our script.
  2. Mark

    Premium Members

    To take this one step further and make this show random premium members instead of the newest: change the query in sources/misc/skin.php like so: $result = $DB->query("SELECT * FROM {$CONF['sql_prefix']}_sites WHERE premium_flag = 1 ORDER BY RAND() LIMIT {$CONF['premium_number']}", __FILE__...
  3. Mark

    About banners

    In general, people respond much better to a banner with a good call to action, believe it or not if you don't tell someone to "click here" many users will not even know the intention. First rule of banner design is always include a call to action, there have been many case studies done over the...
  4. Mark

    Error 500

    no problem, I have sent you a private message with your key
  5. Mark

    Screenshots

    Hey Karl, I am rebooting the screenshot server now. We also have a new screenshot server online, to try it you can find & replace all instances of "servebeer" with "servehttp" in sources/admin/screenshots.php
  6. Mark

    Is this possible? Horizontal listings rather than vertical?

    example of an incomplete skin in development: http://visiolist.com/d/dev/category/Entertainment/
  7. Mark

    Gateway protection

    no this is not a core feature, though I believe someone has posted "adscapthca" in gateway mod here.
  8. Mark

    Error 500

    No need, you can use the same API key, it doesn't matter what domain. Premium has always been included with each release, there is nothing to download.
  9. Mark

    Screenshots

    are they black here? http://visiolist.servebeer.com/screenshots/
  10. Mark

    I have a problem with the plugin premium!

    yes, the token is required.
  11. Mark

    Add another website as a member not working!

    this has now been fixed in 0.7 final :) thanks again!
  12. Mark

    Welcome mail

    Also check your error log via your host for any clues, this function is confirmed working on every list I have access too.
  13. Mark

    Add another website as a member not working!

    Hello, that feature works just fine. A couple questions to help us figure out whats happening. What version do you have installed now? and what version did you originally start with? does /sources/user_cp/join_existing.php exist?
  14. Mark

    smtp mail option

    I would go out on a limb and assume we are dealing with a free web host? If so, you will need a real web hosting account as hosting any topsite can be quite server intensive once you have a few active members. If this is a paid hosting service I would recommend you consider moving to a different...
  15. Mark

    Membership vote!

    yup, this needs to run every X hours. Usually a cron or psuedo cron to handle this. $DB->query("TRUNCATE TABLE {$CONF['sql_prefix']}_ip_log", __FILE__, __LINE__);
  16. Mark

    Membership vote!

    No this is not planned for a future version. A plugin is the way to handle this.
  17. Mark

    Offline Ranking

    it will be a fair sized task to do this, basically you need to add a new database field to store the last offline/online check (made in stats page) in the VL_sites table. Then create a plugin for rankings.php so you can use the value from this new field to filter out the offline members. Note...
  18. Mark

    Offline Ranking

    This could be a bit tricky, most likely your offline/online check is only done in stats.php not rankings.php (would be very slow in rankings). I would need to see the code used in that plugin to be able to offer any guidance.
  19. Mark

    VisioList 0.7 Beta

    they will stay active for as long as you have set in your admin panel under member settings: "Inactive members removed from public view after this many days (set to 0 to turn off)"
  20. Mark

    Implemented Bruteforce prevention

    Just a quick update to this, brute force detection has been added to 0.7 beta 2 and will be included in the next release. Thanks!
Top