Search results

  1. Mark

    Plugin help

    That is one way of doing it, but I don't think you need to query the database again. Custom field values should already be available in the TMPL[] array. They should also be available in the table_ templates without needing to query the database further. try this and see what happens: in...
  2. Mark

    Vote Check COOKIE

    I assume this adds Cookie check to gateway :) thanks for contributing.
  3. Mark

    Implemented Captcha in vote page

    ultimately I think the point is, cheaters gonna cheat :) the best solution it to take all the info we can (vote details log) and ban anyone caught cheating quickly. In niches like gaming where the audience is less mature its more of a problem, but that comes with the territory.
  4. Mark

    Implemented Captcha in vote page

    if you want to block all non JavaScript traffic, that is up to you, but I will not force that on all users. My point was simply that CSS and JavaScript are both controlled client side, so your cheat protection as it is (without blocking those without JavaScript) is very easy to bypass in its...
  5. Mark

    Gateway Page Help

    This is about as close as we could get, a simple log of as many details as possible. But it's still futile, it should be noted that the VPN cheat method posted earlier will still work perfect on this as all of that info can easily be spoofed and most of it is auto spoofed by the VPN. The only...
  6. Mark

    Gateway Page Help

    its a problem, but not something easily solved programmatically. It's common sense, if you are the admin of a toplist (like we all are) and your top ranked sites are known cheaters, you need to delete the cheaters. I am always looking for methods to automate stopping cheaters but in my...
  7. Mark

    Implemented Captcha in vote page

    What happens if JavaScript is disabled? Sadly this too is easy to workaround and cheat :(
  8. Mark

    Gateway Page Help

    What you have posted is nothing new, common knowledge for last 10 years. Open to suggestions.... Cookies can be emptied easily... What other ideas do you have? Stopping proxy is very expensive, consider proxy blocking costs hundreds, sometimes thousands of dollars per month.
  9. Mark

    Want some opinions on my list.. Constructive feedback please.

    excellent job! I think its an outstanding example of a well customized VisioList :)
  10. Mark

    Implemented HTTPS Votes To Pass Google Friendly Links

    https does not pass referrer to http protocol. However, if you install SSL certificate on your VisioList and have your https members link to your https visiolist I *think* referrer tracking should work with Google friendly links. May also need to add this meta tag to your child wrapper <meta...
  11. Mark

    Some registrations things

    1) your theme may not use the jquery validate that is used in parabola. I tested in default theme and it works as expected. 2) For this you can simply make a CSS rule that controls the width. Use the inspect element tool in your browser to figure out what ID/Class to target, if you need help...
  12. Mark

    Live Stats

    yup its possible, and quite easy to do.
  13. Mark

    Description size

    that is browser behavior, all textarea are resizable by default. you can disable this in the theme but it wont work on all browsers see here if you want to add this to your user.css http://stackoverflow.com/questions/5235142/how-to-disable-resizable-property-of-textarea
  14. Mark

    Implemented [Bugfix] Banner files deletion on user deletion

    moved to core feature requests :) much better solution! this will be added to 1.6. Thanks VERY much for your contribution.
  15. Mark

    Regular Banner not Displaying

    Google ad network limits is the standard (150 KB or smaller) https://support.google.com/adwordspolicy/answer/176108?hl=en
  16. Mark

    Regular Banner not Displaying

    hmm that banner is over 7 MegaBytes which is GIANT and will kill your page load and SEO :) that said, I can see the banner was uploaded to your /banners/ folder. I just looked at your site and I can see the banner just fine...
  17. Mark

    Some registrations things

    Brave is an "alpha" release, that I was hoping to get some users working with me on to make it more complete, but for now its quite full of bugs :) 1) you can do this by adding the "required" attribute in the child/join_form template: <textarea required> 2) I'll check this for you, and get...
  18. Mark

    Regular Banner not Displaying

    well banner upload absolutley works, perhaps your skin template is not coded to display banners? try the default skin to see if it works as expected...
  19. Mark

    Captchas in Signup page

    Recaptcha is the only captcha with a problem, I already said I am working on it. The security question is very effective though.
  20. Mark

    Clean URLs

    its already enabled and clean URL's are already working on your list... http://prolist100.com/join/
Top