Search results

  1. vnevermore

    Website description help

    As you can see here, even if paste on the description code/text with more than one line, http://prntscr.com/d6ouwq when i save it, it becomes a huge paragraph with 1 line, which makes it kinda ungly if you ask me. http://prntscr.com/d6ovf0 I know it can make problem on the design on the index...
  2. vnevermore

    User chart on login

    this how i made mine -> http://prntscr.com/d6c8lu
  3. vnevermore

    User chart on login

    okey i find out alone reading the code ^_^ in case someone else will need this, what is called 'in' is votes and 'out' is website visits. now 'unique' is more like valid votes/visits while 'total' is valid + invalid votes, so if we make something like 'total' - 'unique' we will have the invalid...
  4. vnevermore

    User chart on login

    Can someone please explain me what this chart shows? http://prntscr.com/d63akm http://prntscr.com/d63ap2 I consider that it is related with the visitors/clicks of the website that is submitted by the user but what this".." means? right? As i can see, there are a few vars that are replaced...
  5. vnevermore

    bug on "error" while logining in

    yes that worked. thanks for the fix
  6. vnevermore

    bug on "error" while logining in

    with the current version and with everything on default, when you are trying to login and you enter wrong pass/id the script returns you on the "error" page which is ok, but it does not replace the {$wrapper_welcome} with result visitor need to go again to to the main page to re-try. actually...
  7. vnevermore

    Display ip and some other info fo the user on index

    i made it other way, and my problem is fixed, but would be something good to know
  8. vnevermore

    Display ip and some other info fo the user on index

    thanks for sharing magnum do you know how i can make it work on other html's except wrapper.html?
  9. vnevermore

    Display ip and some other info fo the user on index

    also for example {$num_members} loads only on wrapper.html how can i make it load for some other html's also?
  10. vnevermore

    Display ip and some other info fo the user on index

    I would like to display some basic info like, ip, host or country of the user. is there anything related already made so i can edit to my needs? would be good to make it with vars to be replaced like {ip} for example i tried already importing a php file with {include "./get_ip.php"} but as a...
  11. vnevermore

    Vote Check COOKIE

    thanks for sharing, i will try to commit it on my own toplist and post the results
  12. vnevermore

    Implemented Captcha in vote page

    Yes and thanks for pointing this, cause i didn't know it.
  13. vnevermore

    Implemented Captcha in vote page

    We are on 2016, wouldn't sound strange to not allow user's enter with disabled cookies or javascript. Most forum platforms and other known script's are doing it.
  14. vnevermore

    Gateway Page Help

    Yes never said is something new but indeed is a problem don't you think? Especially when the rank of a topsite is calculated from votes that can be botted so easily. Is common sense, if i was a site owner who wanted to enter a toplist, and knew that the first rank/website have 990 of its 1000...
  15. vnevermore

    Gateway Page Help

    Actually a captcha cant resolve that kind of problems, developer's should make more advanced checking with the vote's and not just if the ip is the same. A good idea would be to also check cookie's and a combination of some other things/tricks. Check above a video how i botted with my single pc...
  16. vnevermore

    Implemented Captcha in vote page

    I wanted this also, so i come up with a simple and nice idea. I use the recaptcha and using the build in "data-callback" when the captcha is completed, i change using a simple java-script the css visibility of the buttons from hidden to visible. So this way if user's don't complete the captcha...
  17. vnevermore

    Description size

    I've noticed that on all VisioList and also on all aardvark the description window can be dragged and bug the rest design, and being honest doesn't offer anything good the fact that is drag-able. Check the image above which is from the OFF visiolist demo. http://prntscr.com/cai5hj What do you...
  18. vnevermore

    Some registrations things

    1) making from to either to didnt work for me check this -> http://prntscr.com/cai1qq 2) waiting for your reply 3) yes on the default theme works great
  19. vnevermore

    Captchas in Signup page

    Good to know you are working on it. Take your time, we are waiting for the fix. The default one as i already said is very basic, and the questions might be very effective as you are saying again and again but is really old-school and shitty. I am using the question's for now but the reCaptcha is...
Top