Unique Votes are not counting

Hostpro

VisioList Humanization Project
Hey,

On both of my sites when the somebody votes for a site it counts as a unique vote like normal, but then if anybody else wants to vote for the same site anywhere in the world it will not count as another unique vote but as a total vote.

Now the rankings are all messed up because every can only gain a maximum of 1 unique vote a day as all other votes only count towards total votes and not to unique votes.

This is happeneing on both of my sites:

http://mybbtopsites.com/
http://forumtopsites.net/

Please can you tell me how to fix this?

Thanks,

Liam
 

Basti

Administrator
Staff member
Odd issue,
what plugins do you have installed?
Any custom coding added yourself?

Please pm me ftp access for one of the sites, something odd is going on. Its almost as it treat everyone with the same ip
 

Basti

Administrator
Staff member
Hmm, default plugins. Will need to look at your files
Who knows what might have went wrong on your site, might as well be something with your host, hard to say without testing a bit
 

Hostpro

VisioList Humanization Project
I haven't changed any files on mybbtopsites.com and the only thing I have changed on forumtopsites.net is the table_top_row which is shown below:

Code:
<div class="table_top">
    <div class="table_top_inside_border">
    <div class="table_top_inside">  
 
      <table id="top-list">
<tr>
<td class="c1">#{$rank}</td>
  <td class="c2"><a href="{$url}" onclick="out(this,'{$username}');" rel="nofollow"><img src="{$banner_url}" alt="{$title}"  class="vistip" title="{$title}"/></a><br>{$description}</td>
<td class="c3">{$unq_in_overall}</td>
<td class="c4"><a href="{$list_url}/index.php?a=in&u={$username}" class="stats_vote" rel="nofollow">VOTE</a>
</td>
</tr>
</table>
      
      
      {$rankings_custom_fields}
 
<div>{$social_pages}</div>
 
    </div>
    </div>
 
</div>
Everything else is straight from the install.
 

Basti

Administrator
Staff member
I know you have said that, but i cant help unless i see whats up. Might be partly crashed file while uploading, something specific to your hosting.
As it works perfectly fine on other sites and has always since years with aardvark.

This is a problem i cant reproduce, so it needs investigating on the site where it happens
 

Hostpro

VisioList Humanization Project
Well during setup my hosting did crash like 5 times, but all was working well before. I'll delete everything and start from a fresh install, if that fails I'll send you the ftp info to take a look at,

Thanks,
 
Top