Thanks smile.

404 sad

ftp://ftp.site.com/

=> ftp://ftp.site.com/

sad

Thank you, Rickard smile.

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 sad.

Hi.

How I can replace posting registration confirmation email to me, not to registering user?

57

(18 replies, posted in Archive)

$locale = 'russian'

is Win32 option in code above. Are you use Windows smile?

58

(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

(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

(19 replies, posted in PunBB 1.2 bug reports)

May be - banning on some personal cookies data makes more good sense?

61

(23 replies, posted in Archive)

MaxiJazz wrote:
adsh wrote:

. ? ?????? ????????????? - "????????" ? ???? ????????

??? ?????? ???? ??????.. ??????? ??? ????? ??? ? "Sticky" ?????.

?????????? ????? ????. ????? ????? - "???????? ????".

62

(23 replies, posted in Archive)

???????? ????? ???????????, ?? ?? ??? ?????????? ? ?????? ?????????.

??, ??? ???? ?????????? - ?????? ?? ??????. ???? ?????????? ?????, ????? ????? ????? ?????? _??_ ????? ?? ????????, ????? ?????????.

63

(23 replies, posted in Archive)

??? - ????????? ??? ?????? ? ?? ????. ? ???? ? ??????? ????? ???????? ? ???????? ????????. ? ?? ????? ????? ??? ??????? ?? ???????? ? ???????? ???????? ?? ?????? ???????. ??? ? ?? ???? ????????? "?? IP" smile...

???? ? ?????? ????????? ????? - ? ??? ?????? ?? _????_ ????????. ?????, ??? ??????...

? ? ????????? ???? - ?????? ? ???? ??????? ??? ?????????????, ?? ???????? ?????? ??? ????? ???? - "?????? + ??????"...

64

(19 replies, posted in PunBB 1.2 bug reports)

azh wrote:

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

(23 replies, posted in Archive)

azh wrote:

?????, ?????
?-??-??-?...
???? ??????? ??? ? ????? ?? ?????????? ;-)))))

??????, ?? ???? ?????? ???? ???????, ??? ????? ??? ??? ?? ????????? ???????? ? ????? ????? ???? ???? wink...

66

(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 smile ?

I hase been many times confused with this - where is my local clients and - where is other clients smile ...

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

(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

(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

(23 replies, posted in Archive)

2 MaxiJazz

1. ???? ??? ??????? ?????? (??????? ??? ???????????). ???? ?? ???????? - ????, ????? ??, ????? ??????, ????? ????.

2. ? ?????? ????????????? - "????????" ? ???? ????????. ???????? ?????, ??? ?? ???? "?????????", ?? - ????? ??????? ?? ???...

70

(27 replies, posted in Archive)

???????? ????? - "--with-charset=xxx" - ??????? ???????? ?? ?????????. ??? ?????? ???? ????. "--with-extra-charsets=" - ??? ?????????...

71

(27 replies, posted in Archive)

??? ? ????? ????? ????????:

--with-charset=win1251ukr --with-extra-charsets=koi8_ukr,koi8_ru,cp1251,latin1

??? ??????????...

72

(27 replies, posted in Archive)

BorisK wrote:

? ??? ??? ???? ???????? ? /etc/my.cnf? ?????? ? ?????? ?? ??????? - ??? ?????? SuSE 9.0.

?? ?????? ?? ?????? - my-medium.cnf. ????????? ?????? ????. ?? ? ???????? ?? ???? ?? ??????????????????...

73

(27 replies, posted in Archive)

BorisK wrote:

???????, ?? ????? ?? ??????? ?????? ???????? ????????? ??? ????????? ? ?????????? ??????. ????? 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

(27 replies, posted in Archive)

BorisK wrote:

? ????? ? ????? ? ?????????????? ?? ???? ??????????? ????????????? ?????????. ???? ???-?? ?? ???? ???? ????? ????????? ?????????? - ?????? ????? ?????????. ? ?????? "???" (? ????? ???? ? "?????") ??????????? "????" ????????????? ???????? ?????????. ????? ??????? ?????????.

? Outlook ???????? ?????????????? ????? ? ??????????? HTML (?????????).

??????????.

??? ?????? ? ????? ??????. ??? ????????? ?????? - ??? ???? ? ????????.

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 smile.

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...