Search results

  1. Mark

    #1 site load slow

    I found the root RSS feed and confirmed its loading very fast, not sure what might be the cause in your environment. http://visiolist.com/d/dev/?a=stats&u=osempire
  2. Mark

    #1 site load slow

    interestingly when I add that feed URL to the dev site it loads quickly. http://visiolist.com/d/dev/?a=stats&u=osempire But I also noticed your using a different feed URL from the one I found on their website. Could you PM me the URL you are using so I cant test further?
  3. Mark

    #1 site load slow

    hmm RSS feeds should be cached for instant retrieval, can you check your /cache/ folder and ensure files are being created there with the feed data? edit: ahh I see its just that one site.
  4. Mark

    Just wanted to Say!!!

    happy to help Gerry, thanks for the kind words :)
  5. Mark

    RSS Feed Importer

    is stats_compile_stats.php again find: foreach ($rss->items as $item) { add this after: $feed_i++; if($feed_i++ < 7){ then find: $TMPL['rss_content'] .= $this->do_plugin_skin('./plugins/RssImporter','rssitems'); add this after: } that should do it.
  6. Mark

    Terms And Conditions

    Indeed this plugin is on the todo list to be improved. The terms should actually be stored in the database and editable from the admin settings or language manager. :)
  7. Mark

    RSS Feed Importer

    That date is coming from your servers PHP configuration, I believe you need to use the setlocal function: http://www.php.net/manual/en/function.setlocale.phpbut I am not familiar with this. Some other options: you can reformat the date by editing /plugins/RSSImporter/stats_compile_stats.php...
  8. Mark

    RSS Feed Importer

    Alright the fix is now up, you can download and reinstall the updated plugin and your all set.
  9. Mark

    RSS Feed Importer

    Sure, I'll have a look at this over the weekend and should be able to get a resolution fairly easy.
  10. Mark

    Screenshot updating

    HI Anna, thanks for the notification I'll check into the IE compatibility. Just a reminder to everyone that screenshot rendering was given a big facelift in the 0.7 release and that is the only supported version at the moment :)
  11. Mark

    Screenshot updating

    Submitting a forum post to a topsite should never happen under normal circumstances, but if you like I can give you some code that will parse out the domain name only and use that for screenshots. So if someone submits www.companyofheroesmods.com-phpBB-viewtopic.php-f=8&t=16 then the...
  12. Mark

    Import from Toplistx and shell_exec() questions

    sounds good, let us know if you have any questions.
  13. Mark

    Import from Toplistx and shell_exec() questions

    Hello, Indeed, shell_exec() would open some security holes in shared hosting environment. 1) I can create an importer for your toplistX script, we dont have an importer for that product at the moment but it should only take a couple of hours to create one. Depending on how toplstX stores the...
  14. Mark

    Having Problem w/ Join email

    Hmm that is odd. Can you start a private conversation with me? Include your admin password and FTP login. If your not yet running v 0.7 please upgrade first.
  15. Mark

    User language switcher

    sure, I have made this before for Aardvark so it should be trivial to make it into a VL plugin.
  16. Mark

    Change "Your Site Here"

    search the phrases from the admin panel language manager. This is where you change all the verbiage.
  17. Mark

    Stats Problem

    Edit your index.php file and remove or comment out this part: // Is it a new day/week/month? list($last_new_day, $last_new_week, $last_new_month) = $DB->fetch("SELECT last_new_day, last_new_week, last_new_month FROM {$CONF['sql_prefix']}_etc", __file__, __line__); $time = time() + (3600...
  18. Mark

    Language

    months on the stats page comes from your servers PHP installation. We are looking at changing that in the future to allow our languages to override this.
  19. Mark

    Installation Problem

    check your error logs for a clue, internal server error is coming from your system configuration.
  20. Mark

    Stats Plugin

    Hi Wayne, I think the Google analytics plugin here just lets the admin add his ad code from the admin panel, its not connecting to the API or anything. Some of the differences in traffic stats could be attributed to Google Analytics filtering out bots etc which the topsite button.php does not...
Top