Search results

  1. Mark

    Multitopsite ?

    what is the exact code you used? did you verify the path to ssi.php was correct? this should work just fine.
  2. Mark

    AdsCaptcha instead of ReCaptcha

    thanks for posting that :) we will look in the future of adding an option to the admin panel to put any of the security measures in gateway to avoid having to edit any PHP files directly.
  3. Mark

    AdsCaptcha instead of ReCaptcha

    not sure off the top of my head, have not added it to gateway myself.
  4. Mark

    AdsCaptcha instead of ReCaptcha

    in the downloads forum section with all the other releases.
  5. Mark

    AdsCaptcha instead of ReCaptcha

    its already released ;) test away
  6. Mark

    AdsCaptcha instead of ReCaptcha

    I havent used it personally, but its in 0.7 release so hopefully some users can provide some feedback.
  7. Mark

    How do you know that you are successful?

    With my lists I always felt if its making a profit, and those profits are growing, then I am winning :) Might sound greedy but its an easy metric for me.
  8. Mark

    Membership Fold

    On a list with less than say 500 members or so, I like to dispay 20-25 per page, with 10-15 showing full table_top templates with banners. On bigger lists I might use smaller listings (maybe show title/category only) and show more members per page, bump premium members to the top of the list...
  9. Mark

    Website Page Rank?

    no problem, happy to help and glad you got it sorted! people break Google's terms all the time, just because so many do it doesnt mean its ok or wise :) There is no API for pagerank, and to my knowledge there never has been and never will be. Its a feature of Google toolbar that has been...
  10. Mark

    Website Page Rank?

    I removed all the links to your site so nobody leeches your button, you might also want to add some .htaccess anti leech protection, those button paths are searchable via google and you will want to protect yourself from others exploiting your server :)
  11. Mark

    Website Page Rank?

    nice job :) now you can do the simple template integration posted above and you should be good to go!
  12. Mark

    Website Page Rank?

    you will need to troubleshoot that, the problem is on or before line 1o.
  13. Mark

    Website Page Rank?

    then you can use the first method as described by basti. simply add this to table_top_row.html ::removed:: i will hold off on the more complex version of the mod until I hear back from you if I should proceed or not.
  14. Mark

    Website Page Rank?

    i see the problem :) there is a space between the < and ? in the opening PHP tag. change that fist tag to <?php and you should be good to go.
  15. Mark

    Website Page Rank?

    sounds good, should have this wrapped up in the next few hours. Will send you an update when its ready.
  16. Mark

    Website Page Rank?

    looks like you uploaded it in binary if I had to guess. Not much I can do from here.
  17. 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...
  18. 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...
  19. 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...
  20. 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.
Top