Search results

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

    Is this possible? Horizontal listings rather than vertical?

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

    Gateway protection

    no this is not a core feature, though I believe someone has posted "adscapthca" in gateway mod here.
  4. 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.
  5. Mark

    Screenshots

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

    I have a problem with the plugin premium!

    yes, the token is required.
  7. Mark

    Add another website as a member not working!

    this has now been fixed in 0.7 final :) thanks again!
  8. 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.
  9. 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?
  10. 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...
  11. 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__);
  12. Mark

    Membership vote!

    No this is not planned for a future version. A plugin is the way to handle this.
  13. 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...
  14. 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.
  15. 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)"
  16. 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!
  17. Mark

    PayPal Return URL

    yes the form will override this. I will look closer at documenting this feature, i also understand paypal has a new interface for some users which makes our current instructions a bit fuzzy.
  18. Mark

    PayPal Return URL

    Hello, you can leave the Return URL blank, that value is passed dynamically from the order form.
  19. Mark

    Clean Urls & Link Validation

    clean URL's changes yoursite.com/index.php?a=stats&u=something Into: yoursite.com/stats/something button links have nothing to do with clean URL's, if your referring to W3c validation you most likely have unencoded ampersands in the path. If that is the case, replace & with &
  20. Mark

    hi there, im new to this toplist script and i have some questions

    as Basti says, the 100KB limit is a protection that can be changed easily, BUT again, allowing user to upload large banners (even 100KB is too big), you must consider if you have 20 members and they each put up a 100KB banner your home page is now 2MB!! Have you considered the negative impact...
Top