White Site with "Top Bar" Ads

denniskessler4933

New Member
YetiShare User
Wurlie User
Apr 1, 2015
11
0
1
Ive upgraded now from v3.3 to v3.4.

Now ive a white page after redirect with settings "Ads in TopBar" and "Ads in BottomBar".
it shows only the ads, but not the page.
Whats wrong with it ?
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
It could be that the sites the redirecting to have the option I've added below that blocks frames

Code:
# Don't allow any pages to be framed - Defends against CSRF
#------------------------------
Header set X-Frame-Options DENY
You can test it on my site as I have that option in my .htaccess.

When the top/bottom frame are enabled, the page will not load, you'll have to add the site to the "Sites not to use the iframe redirect on. List of sites separated by a pipe" section for them to redirect properly.
 

denniskessler4933

New Member
YetiShare User
Wurlie User
Apr 1, 2015
11
0
1
also doesn't work with your page (https://www.ysmods.com/)
It works with v3.3
and after update to v3.4 it doesn't work anymore :/
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
My site shouldn't work at all with any version of the script as my site specifically blocks Framed access.

That's what the .htaccess rule I posted above does .