Search results

  1. Mark

    Affiliate Tracker

    Mark submitted a new resource: Affiliate Tracker - track member referrals Read more about this resource...
  2. Mark

    Show top 20 in category and top 100 in overall

    in another request thread of yours Basti was kind enough to post the plugin to help you learn how to make a simple plugin. If you don't know PHP but still want to make a bunch of custom changes, you might consider hiring someone to help you build these more obscure feature requests.
  3. Mark

    Show top 20 in category and top 100 in overall

    not possible with core settings, you would need to create a plugin to do this.
  4. Mark

    How can you let people vote only once, and not daily.

    no that is all that is the only change that is needed, well at least until the user gets a new IP address.
  5. Mark

    Cron settings isn't working

    I think you have misunderstood how this works. no matter what, the site with the most votes moves up. What happens during cron job is a reset of the rankings (daily weekly or monthly as set in your admin panel) and the move to "next day". Cron is used to clear rankings, not set them.
  6. Mark

    Only gather year-month-day with {join_date}

    I don't have enough information about what you have done to help you further.
  7. Mark

    Database password problem

    just to contribute to this thread, if you change database password or username all you need to update for VisioList is the value in settings_sql.php one thing to watch out for is special characters in passwords like quotes which can cause parse errors.
  8. Mark

    Only gather year-month-day with {join_date}

    close. {join_date2} should be {$join_date2} and you need to ensure $join_date has a value.
  9. Mark

    Only gather year-month-day with {join_date}

    here is a tutorial that will help you http://visiolist.com/community/threads/how-to-create-a-plugin.20/
  10. Mark

    Only gather year-month-day with {join_date}

    that should work just fine, just make sure you are using a plugin for this and not just pasting it into HTML template.
  11. Mark

    How can i add a php script with DB connection?

    well in that case, your only choice other than moving to a new host or hiring someone to help you is to spend some time and learn how to make a simple plugin. http://visiolist.com/community/threads/how-to-create-a-plugin.20/
  12. Mark

    New VL site for a battle of the bands competition

    nice idea, I am sure it will do well for you.
  13. Mark

    How can i add a php script with DB connection?

    your code is fine, I tested on our demo list and it works as expected. Since your web server is returning a 404 error it means it cannot open the file, most likely you need to enable "allow_url_fopen" in php.ini or ask your web host.
  14. Mark

    Blog Toplist

    nice, very simple and clean :) What is that "b" or "earth" icon represent in the ranking tables?
  15. Mark

    How can i add a php script with DB connection?

    That error says the file does not exist. That can only mean 1 thing. This your web server spitting out this error, not visiolist. Perhaps you have missed the quotes around the URL, or perhaps you have space somewhere, or perhaps this function (URL file include) is disabled in your web...
  16. Mark

    How can i add a php script with DB connection?

    your first error is because you put the code in index.php, it goes in your template (gateway) your second error is clear, you tried to include a file that does not exist.... http://www.maffia-toplijst.nl/proxy-detection.php - make this work on its own, then add the tag: {include...
  17. Mark

    How can i add a php script with DB connection?

    Make it a standalone PHP file, then include that file into your template {include "http://yousites.com/yourfile.php"}
  18. Mark

    Just need to clarify

    "Too many connections" - your host has reached MySQL connection limit.
  19. Mark

    Please Select fill form

    You can do this easily with a little JavaScript to force a selection. Using the "name" value of the select box (category in this case) you can add a rule to the jquery validate code in the join form template, along with with your demands. See the jquery validate plugin docs to learn more...
  20. Mark

    Devil Top - Top Games

    very nice job! love the footer design and review system especially :)
Top