Hello,
If a banned user (eg. by IP address) visits a page that uses SSI and displays content from SMF, then what will they see?
Thanks
Banned users can see SSI included in non forumpages. If you want to disable that, see here:
http://www.simplemachines.org/community/index.php?topic=356089.msg2422033#msg2422033
http://www.simplemachines.org/community/index.php?topic=13205.msg131477#msg131477
Thanks for your reply.
I tried that and put this at the top of the page
<?php
$ssi_ban = 1;
require("forum/SSI.php");
?>
but still banned users can see the page.
You see, I've banned this proxy and yet I can still access the main page (but not the actual forum) through it. http://anonymouse.org/cgi-bin/anon-www.cgi/http://www.thismeanslove.com
Can they see the whole page including the SSI or only the parts not containing SSI?
Quote from: xenovanis on July 11, 2010, 06:11:36 AM
Can they see the whole page including the SSI or only the parts not containing SSI?
The whole page including the SSI. See that proxy link. I've banned that proxy (check by clicking on the 'Forum' link) yet it can see the main page (the posts are from SSI).
This:
$ssi_ban = true;
...works for me.
Quote from: spottedhog on July 11, 2010, 10:37:51 AM
This:
$ssi_ban = true;
...works for me.
That works like a charm.
Thank you :)
Great. I'll remember that :)
Marking this solved.
Quote from: xenovanis on July 12, 2010, 08:12:18 AM
Great. I'll remember that :)
Marking this solved.
Ow I wanted to do that >:(