No gateway page when toplist loaded in iframe?

LemoniscooL

Member
Hi!
This is a question not directly related to visio list but my vote script.
Aside of developing plugins for visio list and programming other stuff im also a private server owner and just renewed my vote check script and its working with most of the toplists but the visio list toplists arent working as no gateway page is being shown when vote link is loaded inside an iframe.

I need to load the vote links inside an iframe as im checking for the page reloading (window.history) with javascript to verify if the user voted or not (still can be cheated to not vote i know but anyways ..) when using this with visio lists its simply showing the ranking page, not the gateway page (and due to the fact that not everyone is using my callback plugin for their lists i cant use that)

Anyways, any ideas how to make the gateway page load inside iframes or where (what file) visio list is preventing it from being loaded?

thanks in advance
greetz
 

Basti

Administrator
Staff member
Most likely the cheat protection is being triggered. When the vote links just contain your list url, cheating is detected using the http referrers ( click not coming from same domain as registered with ).
This check gets disabled if one turn off google friendly links in admin settings. So nothing you can control really. Links are then index.php?a=in&u=username

Is the page you put your link on the same domain as you registered on the toplists?
If it is, try using the index.php?a=in&u=username version to vote and see if it changes anything.

If nothing of the above we have to try a few things
 
Top