Search results

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

    New VL site for a battle of the bands competition

    nice idea, I am sure it will do well for you.
  4. 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.
  5. Mark

    Blog Toplist

    nice, very simple and clean :) What is that "b" or "earth" icon represent in the ranking tables?
  6. 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...
  7. 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...
  8. 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"}
Top