Search results

  1. Mark

    I upgraded to 1.5 but i cannot login into the admin section anymore?

    upgrade to 1.5 will not change any admin login info, are you by chance hosted on godaddy? we are seeing some odd admin login failures on godaddy shared servers. you can use this script to reset admin password. http://visiolist.com/community/threads/i-want-to-change-my-admin-password.518/#post-3280
  2. Mark

    Toplist will not send any email.

    triple check your settings. The mail function works for sure.
  3. Mark

    Not receiving Email

    I see nothing on that postimg.org link but naked hot chicks :) please use the attach function here. VisioList does not log any mail errors.
  4. Mark

    Plugin help

    Sounds like the custom fields variable needs to be initialized (or emptied) in the loop. I would need FTP access to help find a workaround for that one, but it sounds like something that should be fixed in the core... I just haven't got much time at the moment to experiment with setting this up...
  5. Mark

    Captchas in Signup page

    this recaptcha situation is quite interesting, I am noticing the past few days nearly every website I visit that relies on recaptcha is broken the same way. Very odd, I installed a quick sample of the new API and that also failed to connect to Google. I will put this development on hold to...
  6. Mark

    Regular Banner not Displaying

    I suspect you have adblock installed.
  7. 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...
  8. Mark

    Vote Check COOKIE

    I assume this adds Cookie check to gateway :) thanks for contributing.
  9. 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.
  10. 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...
  11. 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...
  12. 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...
  13. Mark

    Implemented Captcha in vote page

    What happens if JavaScript is disabled? Sadly this too is easy to workaround and cheat :(
  14. 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.
  15. Mark

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

    excellent job! I think its an outstanding example of a well customized VisioList :)
  16. 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...
  17. 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...
  18. Mark

    Live Stats

    yup its possible, and quite easy to do.
  19. 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
  20. 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.
Top