Thanks .
51 2004-06-26 23:27
Re: Nickname Paste - 2.1.2 (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
52 2004-06-26 21:04
Re: Nickname Paste - 2.1.2 (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
404
53 2004-06-21 18:59
Topic: ftp link conversion bug (1 replies, posted in PunBB 1.2 bug reports)
ftp://ftp.site.com/
54 2004-06-21 18:09
Re: Admin / Moderator confirm registration (15 replies, posted in Feature requests)
Thank you, Rickard .
55 2004-06-20 23:27
Re: Admin / Moderator confirm registration (15 replies, posted in Feature requests)
User get email without activation link, Moderator get dublicate email with activation link.
Another way is special page to activate users (only) manually.
I to be confronted with uncontrolled users registration .
56 2004-06-20 23:08
Topic: Admin / Moderator confirm registration (15 replies, posted in Feature requests)
Hi.
How I can replace posting registration confirmation email to me, not to registering user?
57 2004-04-10 22:19
Re: Problem with writing cyrillic (18 replies, posted in Archive)
$locale = 'russian'
is Win32 option in code above. Are you use Windows ?
58 2004-04-08 23:46
Re: Problem with writing cyrillic (18 replies, posted in Archive)
There is no problem with post reply in cyrillic. After installing ru-lang pack with this code in ru_common.php:
// Determine what locale to use
switch (PHP_OS)
{
case 'WINNT':
case 'WIN32':
$locale = 'russian';
break;
case 'FreeBSD':
case 'NetBSD':
case 'OpenBSD':
$locale = 'ru_RU.CP1251';
break;
default:
$locale = 'ru_RU';
break;
}
// Attempt to set the locale (required for fulltext indexing to work correctly)
setlocale(LC_CTYPE, $locale);
// Language definitions for frequently used strings
$lang_common = array(
// Text orientation and encoding
'lang_direction' => 'ltr', // ltr (Left-To-Right) or rtl (Right-To-Left)
'lang_encoding' => 'windows-1251',
'lang_multibyte' => false,
Forum works fine with russian without this pack, when you set default encoding CP1251 in MySQL config (or - at compiling).
59 2004-02-21 00:11
Re: About detecting user IP (19 replies, posted in PunBB 1.2 bug reports)
You can not login to forum without cookie. There is - ban, based on user name, not IP. And we also may ban user, based on "proxy ip + local user ip". In alternative...
60 2004-02-20 23:26
Re: About detecting user IP (19 replies, posted in PunBB 1.2 bug reports)
May be - banning on some personal cookies data makes more good sense?
61 2004-02-20 23:22
Re: Пара вопросов (23 replies, posted in Archive)
adsh wrote:. ? ?????? ????????????? - "????????" ? ???? ????????
??? ?????? ???? ??????.. ??????? ??? ????? ??? ? "Sticky" ?????.
?????????? ????? ????. ????? ????? - "???????? ????".
62 2004-02-20 22:54
Re: Пара вопросов (23 replies, posted in Archive)
???????? ????? ???????????, ?? ?? ??? ?????????? ? ?????? ?????????.
??, ??? ???? ?????????? - ?????? ?? ??????. ???? ?????????? ?????, ????? ????? ????? ?????? _??_ ????? ?? ????????, ????? ?????????.
63 2004-02-20 22:26
Re: Пара вопросов (23 replies, posted in Archive)
??? - ????????? ??? ?????? ? ?? ????. ? ???? ? ??????? ????? ???????? ? ???????? ????????. ? ?? ????? ????? ??? ??????? ?? ???????? ? ???????? ???????? ?? ?????? ???????. ??? ? ?? ???? ????????? "?? IP" ...
???? ? ?????? ????????? ????? - ? ??? ?????? ?? _????_ ????????. ?????, ??? ??????...
? ? ????????? ???? - ?????? ? ???? ??????? ??? ?????????????, ?? ???????? ?????? ??? ????? ???? - "?????? + ??????"...
64 2004-02-20 22:20
Re: About detecting user IP (19 replies, posted in PunBB 1.2 bug reports)
by ip
My local clients have the same ip's such another local clients.
If I ban any local addres - I ban this addres in _all_ local networks...
65 2004-02-20 21:59
Re: Пара вопросов (23 replies, posted in Archive)
?????, ?????
?-??-??-?...
???? ??????? ??? ? ????? ?? ?????????? ;-)))))
??????, ?? ???? ?????? ???? ???????, ??? ????? ??? ??? ?? ????????? ???????? ? ????? ????? ???? ???? ...
66 2004-02-20 21:44
Re: About detecting user IP (19 replies, posted in PunBB 1.2 bug reports)
H-mm. And how I can tell the difference between my local clients (10.0.0.0/8) and clients in another corporative networks ?
I hase been many times confused with this - where is my local clients and - where is other clients ...
There is an idea to ban users by it's cookies personal data or use together - user local address and proxy address (X-Forwarded-For + VIA)...
67 2004-02-20 21:04
Topic: About detecting user IP (19 replies, posted in PunBB 1.2 bug reports)
I found bug with user IP detecting.
When user going to forum through proxy server, his IP addres is detected by user local address, not proxy server address. I think, that address detected by X-Forwarded-For header, not real IP...
I use forum on the server in big corporative network (server hase real IP). And I can see many local addreses (10.xxx.xxx.xxx, 192.168.xxx.xxx) in forum user details, wich not present in my network...
68 2004-02-20 21:01
Re: Apache 2 (7 replies, posted in PunBB 1.2 bug reports)
A use forum with Apache 2 during 2 month and have no any problems. PHP is compiled as Apache module.
69 2004-02-20 21:00
Re: Пара вопросов (23 replies, posted in Archive)
2 MaxiJazz
1. ???? ??? ??????? ?????? (??????? ??? ???????????). ???? ?? ???????? - ????, ????? ??, ????? ??????, ????? ????.
2. ? ?????? ????????????? - "????????" ? ???? ????????. ???????? ?????, ??? ?? ???? "?????????", ?? - ????? ??????? ?? ???...
70 2004-01-22 13:34
Re: Перевод всего (почти) (27 replies, posted in Archive)
???????? ????? - "--with-charset=xxx" - ??????? ???????? ?? ?????????. ??? ?????? ???? ????. "--with-extra-charsets=" - ??? ?????????...
71 2004-01-21 20:39
Re: Перевод всего (почти) (27 replies, posted in Archive)
??? ? ????? ????? ????????:
--with-charset=win1251ukr --with-extra-charsets=koi8_ukr,koi8_ru,cp1251,latin1
??? ??????????...
72 2004-01-20 20:06
Re: Перевод всего (почти) (27 replies, posted in Archive)
? ??? ??? ???? ???????? ? /etc/my.cnf? ?????? ? ?????? ?? ??????? - ??? ?????? SuSE 9.0.
?? ?????? ?? ?????? - my-medium.cnf. ????????? ?????? ????. ?? ? ???????? ?? ???? ?? ??????????????????...
73 2004-01-20 13:32
Re: Перевод всего (почти) (27 replies, posted in Archive)
???????, ?? ????? ?? ??????? ?????? ???????? ????????? ??? ????????? ? ?????????? ??????. ????? FreeBSD/MySQL 4.0.15-log. ????????, ?????? ??? ??????????? (???????? ??????????? ???????).
??? ??????????, ????? ????? ???? ??? ??????? ? WinXP Home (English) / Apache 2.0.48 / PHP 4.3.2 / MySQL 4.0.13-nt - ????? ???? ??? ???? ? ?????? MySQL - ????? ? ????????????? ???????? 1251...
? ???? ?? ????????. ??????? ? ???:
./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data \
--enable-thread-safe-client --with-mysqld-user=mysql --without-debug \
--with-charset=win1251ukr --with-extra-charsets=koi8_ukr,koi8_ru,cp1251,latin1
???? ?????? ??????? ????????? ???????? ? ????????? ??? ??????? ??????.
??? ?????? - 1251 - _??????_ ?????????. ??? ?????? ?? ?????? - ???, ?? ??, ??????, ? ?????? ??? ??????????? (? ???? ????? koi8-u).
???? - ????? ??????????...
74 2004-01-20 13:31
Re: Перевод всего (почти) (27 replies, posted in Archive)
? ????? ? ????? ? ?????????????? ?? ???? ??????????? ????????????? ?????????. ???? ???-?? ?? ???? ???? ????? ????????? ?????????? - ?????? ????? ?????????. ? ?????? "???" (? ????? ???? ? "?????") ??????????? "????" ????????????? ???????? ?????????. ????? ??????? ?????????.
? Outlook ???????? ?????????????? ????? ? ??????????? HTML (?????????).
??????????.
??? ?????? ? ????? ??????. ??? ????????? ?????? - ??? ???? ? ????????.
75 2004-01-20 02:19
Re: Posting all messages when sibscribed on topic (not first only) (9 replies, posted in Feature requests)
M-mm. There is Russian / Ukrainian / etc (post USSR users) specific - most of internet users use dial-up and basically use e-mail, not web-travels .
And moust of these users going to the forum when they want reply to topic only.
The biggest russian public forum http://forum.ru-board.com/ use subscription for every reply to topic...
I think that this function (post every reply) may be added _optionally_ in admin panel...