A unique vote is a click in from an IP address that is not in the ip_log.
The ip_log is emptied on the first click after midnight via psuedo cron. So once a day the ip_log is reset.
If you are experiencing issues the place to check is:
/sources/misc/skin.php
line 141:
$mail->SMTPSecure = 'tls';
change to:
$mail->SMTPSecure = 'ssl';
Let me know how you make out, we may need to add a variable and admin field for this.
The upgrade from 1.3 -> 1.5 should have worked no problem, many users have followed that upgrade path.
If you still have your original database all you need to do is import the _sites and _stats tables and your 30 members will show up.
Further, if you can restore to 1.3 and send me FTP login...
Hello, it appears you have a plugin or custom code that is breaking the "in" functions and affecting votes. Please disable all plugins or custom code and try again, then once confirmed its working as expected re-enable each plugin 1 at a time until you find the culprit.
Where would you like the small list to be displayed? on another site? in your wrapper?
You could simply parse the rss feed to get the top 5 results.
http://aatoplist.com/feed.php
unfortunately its waaaay more complicated than that :)
The entire script revolves around the home page displaying actual rankings. There will be problems with pagination, category paths etc that need to be sorted out. Not to mention the OUT traffic will go down dramtically without the top...
Hello, sure! simply copy the contents of table_top_row to the table_row template. Then empty the contents of table_open and table_close. That will make all listing look the same as your "top" members.
Hello, please check your error log for more details about the problem. If problems persist please provide FTP and MySQL credentials in a private conversation so I can test the settings
base URL has absolutely nothing to do with structured data, its only used for relative paths. I think you need to speak with Google about this... the base URL and your "unspecified type" really have zero relationship. I think this is a bug in their validator and you are thinking your will...
Sorry i am still not able to reproduce, can i ask what the problem is? I mean, its showing 0 errors, 0 warnings. What is this line preventing you from doing? Why is this validation so important? is it possible this is a bug with the validator?
If you look at your screenshot, you have added an extra line that is not on my site :) Try putting <meta property="og:locale" content="en_US" /> BEFORE the base tag as it is on my site, I am just not able to reproduce this "issue".
I added the tag:
<meta property="og:locale" content="en_US" />
no problems or errors returned:
https://search.google.com/structured-data/testing-tool#url=https://www.aatoplist.com/
the base tag has nothing to do with structured data that I am aware of.
when I run my lists, I get no errors or warnings.
https://search.google.com/structured-data/testing-tool#url=https%3A%2F%2Fwww.aatoplist.com%2F
So you must have another line of code you have added that is causing the...