Search results

  1. Mark

    Website Page Rank?

    awesome, for a method like this you will want to cache the pagerank instead of looking up every site, every time your rankings page loads. That makes this mod a bit bigger as we need to setup DB table to store the PR value, and pseudo cron to grab the PR every X seconds. Not hard, but quite a...
  2. Mark

    Website Page Rank?

    Great, did you confirm it works on your server? Also reading through the comments it looks like Google will block you for making too many requests... which is the reason I dont bother scraping Google data anymore, if they dont provide an API you will find yourself in a wild goose chase...
  3. Mark

    .htaccess

    VisioList uses /something to handle the $_GET['a'] value from the query string, so you need to use an identifier to let the script know to expect a category name and not a "source" like "stats" I would strongly urge you not to do this, but if you absolutely must.... you can open index.php...
  4. Mark

    Website Page Rank?

    thats a 5 year old thread ;) most posts seems to indicate it didnt work then, at a glance I am 99.9% sure it doesnt work now. If you find a script that you can just upload to your server and it actually works, then we can move forward.
  5. Mark

    Website Page Rank?

    Well my work on the plugin is done, the problem is the script (from pagerankcode.com) that scrapes the pagerank from Google does not work.
  6. Mark

    Website Page Rank?

    Just a heads up, make sure you get that pagerank script working on your server as a standlone product first, I was not able to get it working on my test server. If it does work for you let me know and I'll send you the files to make this a plugin, I made the mistake of making a plugin for it...
  7. Mark

    Website Page Rank?

    {$url} is a template variable and as such will only work in the html templates. For PHP like this, you need to make a plugin. if you want this to show up in rankings you will want to place your PHP code in a plugin file called: rankings_compile_stats.php basically you need to replace this...
  8. Mark

    Website Page Rank?

    that service appears to be broken (a common problem with these since as far as I can recall its a violation of Google policy to use pagerank outside of the toolbar) http://www.displaypagerank.com/pr.jpeg?site=www.google.com unless google has a pagerank of 0 :) when you find one that works...
  9. Mark

    VisioList 0.7 Beta

    if you have SSH you can run this command to correct the file ownership issues, you can also run this as a cron job to keep everything workign smooth. lets say your account username is "karl" (check with your host first !!), basically when you look at your list of files via FTP under the...
  10. Mark

    Membership vote!

    no that is not a planned core feature. But its easy enough to make a plugin to empty the IP log table every X hours.
  11. Mark

    VisioList 0.7 Beta

    French Language needs to be converted into UTF-8 character set. You can do this yourself if you know how, or I will hire a translator if needed. I cannot provide a release date, it depends on testing and when the new translations are ready.
  12. Mark

    VisioList 0.7 Beta

    Just a note: there is no need to track css changes, the screen.css should be overwritten with each release and any user customizations should be made in user.css. We will however track and post any changes made to .html templates from now on :)
  13. Mark

    VisioList 0.7 Beta

    If your host doesn't have freetype installed, you wont be able to use the default captcha. The other issue is with your PHP handles basically means if you upload a plugin via the admin interface you might not be able to edit/delete it via FTP and in order to edit skins from the admin panel you...
  14. Mark

    VisioList 0.7 Beta

    Find below Visiolist 0.7 BETA - this version has had every file changed for compliance with UTF-8 Charset. This is very important step for VisioList moving forward with multi language system. In addition we have fixed several reported bugs and added a few new features/improvements, I will post a...
  15. Mark

    0.7 version

    its running nice on a few lists, and has been thoroughly tested on fresh installs. All that remains is testing for upgrades which is a bit trickier to test, but I plan on posting beta release this weekend.
  16. Mark

    Any examples of VisioList sites to see?

    also might want to try the enhanced demo, might show a little more http://gametop100.de/ http://toplist-100.de/
  17. Mark

    Long Term Todo A vote button by category?

    this is possible to do with a plugin, lets see what the other users think about this as a core feature.
  18. Mark

    Implemented Website URL / Add Website

    as of today, I have updated the query in 0.7 to use a trimmed URL to avoid the trailing / issue.
  19. Mark

    Implemented Website URL / Add Website

    Indeed, multiple websites per user has been a very common feature request in past years, and is a very useful feature for most list owners. Duplicate URL checking was introduced several versions ago (0.4 or so I think). Not sure how they got through with the same URL on your list, but I'll...
  20. Mark

    Not Feasible Button voting system

    Please start a new topic and we'll see what the other users think.
Top