Re: [ANNOUNCE] forum.openoffice.org

2013-11-06 Thread janI
On 6 November 2013 17:35, Daiwe wrote: > Try replacing $_SERVER['REMOTE_ADDR'] > in session_begin in session.php > with $_SERVER['HTTP_X_FORWARDED_FOR'] > Thx a lot for your proposal, which I can see is correct (this is exactly what I did for wiki, when I was admin). I am not appl admin an

Re: [ANNOUNCE] forum.openoffice.org

2013-11-06 Thread janI
On Nov 6, 2013 3:46 PM, "FR web forum" wrote: > > >proxy is configured transarent, the admins jut need to change the php2bb > >config, to make use of the header info. > Thanks jan > We are on PhpBB 3 > I don't find this parameter in ACP. > Could you be more explicit? not more than I expect you ha

Re: [ANNOUNCE] forum.openoffice.org

2013-11-06 Thread FR web forum
>proxy is configured transarent, the admins jut need to change the php2bb >config, to make use of the header info. Thanks jan We are on PhpBB 3 I don't find this parameter in ACP. Could you be more explicit? - To unsubscribe, e-ma

Re: [ANNOUNCE] forum.openoffice.org

2013-11-05 Thread janI
On Nov 5, 2013 9:38 PM, "FR web forum" wrote: > > > >But still, we need the real IP. It's useful in case of spam. > +1 > Sometime, we have a spambot with multiple accounts. > Disable by IP is the only one thing to stop it. > > The solution is to configure server as transparent proxy. proxy is con

Re: [ANNOUNCE] forum.openoffice.org

2013-11-05 Thread FR web forum
>But still, we need the real IP. It's useful in case of spam. +1 Sometime, we have a spambot with multiple accounts. Disable by IP is the only one thing to stop it. The solution is to configure server as transparent proxy. - To

Re: [ANNOUNCE] forum.openoffice.org

2013-11-05 Thread Hagar Delest
Le 05/11/2013 09:55, Ricardo Berlasso a écrit : Ban spammers by IP is a bad idea. Most Internet users, and that's include most human spammers, use dynamic IP connections so you are only banning an IP that will be used by others, maybe valid users. It happened to me once on an online service I use

Re: [ANNOUNCE] forum.openoffice.org

2013-11-05 Thread Ricardo Berlasso
2013/11/4 FR web forum > > >you should use the ip in the header and not tcpip level. traffic goes > This is a function of PhpBB > We use to ban spammer by ip > Ban spammers by IP is a bad idea. Most Internet users, and that's include most human spammers, use dynamic IP connections so you are onl

Re: [ANNOUNCE] forum.openoffice.org

2013-11-04 Thread FR web forum
>you should use the ip in the header and not tcpip level. traffic goes This is a function of PhpBB We use to ban spammer by ip - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-

Re: [ANNOUNCE] forum.openoffice.org

2013-11-04 Thread janI
On Nov 4, 2013 4:10 PM, "FR web forum" wrote: > > >All http://forum.openoffice.org request are permanently redirected to > >https://forum.openoffice.org > > PhpBB store the ip address for each post > We have a problem with https > All posts are the same ip 140.211.11.74 (erebus-ssl.apache.org) y

Re: [ANNOUNCE] forum.openoffice.org

2013-11-04 Thread FR web forum
>All http://forum.openoffice.org request are permanently redirected to >https://forum.openoffice.org PhpBB store the ip address for each post We have a problem with https All posts are the same ip 140.211.11.74 (erebus-ssl.apache.org)

Re: [ANNOUNCE] forum.openoffice.org

2013-11-04 Thread FR web forum
Hello, Good work! But forums seems to be slow now. - Mail original - De: "janI" À: "dev" , infrastruct...@apache.org Envoyé: Dimanche 3 Novembre 2013 11:55:52 Objet: [ANNOUNCE] forum.openoffice.org Hi I am happy to announce that https://forum.openoffice.org is

Re: [ANNOUNCE] forum.openoffice.org

2013-11-03 Thread Ricardo Berlasso
2013/11/3 janI > Hi > > I am happy to announce that https://forum.openoffice.org is now open. > > All http://forum.openoffice.org request are permanently redirected to > https://forum.openoffice.org > > The site has been briefly tested, and the http/https mix problem exist on > forum, just like o

[ANNOUNCE] forum.openoffice.org

2013-11-03 Thread janI
Hi I am happy to announce that https://forum.openoffice.org is now open. All http://forum.openoffice.org request are permanently redirected to https://forum.openoffice.org The site has been briefly tested, and the http/https mix problem exist on forum, just like on wiki. Thanks to all that help