?? ?????????? ???????? ???? ??????? ? ? ???? ???? smile))
?????? ??? ???? ??? ???? ?? ????? ???, ??????? ???-?? ????????...

Spy wrote:

????? ?? ??? ?????? ???????.
??? ????? ?? PunBB?

???????????? smile
? ?? ??????????? ??? ?? ????????????????

????? ?? ?????????? ? IPB?
????? ??????? ????????
????????? ????? ? ?????????? ????? ????????? ?????

4

(51 replies, posted in Archive)

??? ??? ???-?????? ????? ????????, ??? ?? ??????
? ?????? ????????? ??????? ???-???, ? ??? ???? ????????? CMS, ? ??????? ? ??? ?????? ????? ????????, ? ????? ??? ? ???? ??????? ?????? ???...

5

(51 replies, posted in Archive)

? ??? ?? ?????? ??????????

6

(12 replies, posted in Archive)

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

All image is 15*15
parser.php line 361

//        $text = preg_replace("#(?<=.\W|\W.|^\W)".preg_quote($smiley_text[$i], '#')."(?=.\W|\W.|\W$)#m", '$1<img src="img/smilies/'.$smiley_img[$i].'" width="15" height="15" alt="'.substr($smiley_img[$i], 0, strrpos($smiley_img[$i], '.')).'" />$2', $text);

neu!
        $text = preg_replace("#(?<=.\W|\W.|^\W)".preg_quote($smiley_text[$i], '#')."(?=.\W|\W.|\W$)#m", '$1<img src="img/smilies/'.$smiley_img[$i].'" alt="'.substr($smiley_img[$i], 0, strrpos($smiley_img[$i], '.')).'" />$2', $text);

in AP_EasySmiles.php line 66

Wrong!!!
$db->query('INSERT INTO '.$db->prefix."smilies (id, image, text) VALUES('', '$smiley_code', '$smiley_image')") or error('Unable to add smiley', __FILE__, __LINE__, $db->error());

must!!!!!!!
$db->query('INSERT INTO '.$db->prefix."smilies (id, image, text) VALUES('', '$smiley_image', '$smiley_code')") or error('Unable to add smiley', __FILE__, __LINE__, $db->error());

Notice: Undefined variable: db_prefix in /srv/www/htdocs/web1/html/punbb/install_mod.php on line 23
Installation successful
Smiley SDK has been installed successfully. See readme.txt for further instructions.

Line 23: $sql = 'CREATE TABLE '.$db_prefix."smilies (

Error:
The constant PUN_ROOT must be defined and point to a valid PunBB installation root directory.

Must   define('PUN_ROOT', './'); !!!   before $pun_root = './';

11

(6 replies, posted in Archive)

?????!!!

Super!!!
very very very nice!!!

13

(142 replies, posted in News)

Super!!!
It is faster than phpBB a minimum in 3-4 (I tested smile

I can change, but i dont see in profile


http://alrond.com/raznoe/punbb12.JPG

Anywhere is not present, to what group the person belongs.
accessory to group...I have made group and in a profile there is no display, that it in it

????? ? ?? ???????...?? ??? ??????? ?? ?????????...
1) ????, ?? ?? ???????????
2) ???????????
3) ??????????
4) ???? ????, ??? ??????? ??? ??????, ???????, ?????? ? ??? ?? ???????

???? ?? ???????:
1) ???????????
2) ?????? ?????????
3) ????? ? ?????? ???????? ?? ??????????
4) ????? ?? ? ?????? ???????? ??? ????? ?????, ???????, ???????, ???? ? ??????

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

??????, ??? ?????? ???????????? ?? ??????????????
????????? ????? ???????? ??? PhpBB ??? ????????

18

(30 replies, posted in General discussion)

MAMBO!
there is hack. I do not remember the name. It does sublevels. It works on PHP, so everywhere...

but...
- It must have some sort of versioning support so that you can go back to a previous version of a document. Diff support would be nice as well.
I do not know as it is possible to make

Silly question, but... Can sustain the same loading as the biggest forums? With the same servers?

http://rankings.big-boards.com/
http://www.big-boards.com/statistics/

http://www.gaiaonline.com/forum/index.php
6019 users online 
Gaia has  250440420 articles posted, with 227172302 in storage
We have  1308999 registered users
Most users ever  online was 22683 on Wed Dec 22, 2004 7:32 pm

Hardware config
1 x Celeron 1.3 w/512k RAM, single HD
4 x P4 2.6Ghz w/2GB RAM, single HD
1 x Dual Xeon 2.6 w/4GG RAM, 4 80GB HD running as 2 sets of RAID 0 arrays
1 x Dual Opteron 240 w/4GG RAM, 4 x 15,000RPM 16GB HD as 2 sets of RAID 0 arrays from Raid Array controller, 1 80GB HD for OS

The dual Opteron setup is for the MYSQL server, while the dual Xeon is the main web server for the forums. Within the 4 smaller servers, one is used to serve static information such as graphics and avatars. The rest serves all the other pages like the art rating page, the character item stores, and the link list. The slowest machine is used strictly for displaying the non-vital graphics such as frame borders and forum buttons since the site is very graphic intensive.

?? ???????? sad ???????
Parse error: parse error in /srv/www/htdocs/web1/html/punbb/index.php on line 126

??? ????? ????

$f_id = $cur_forum['fid'];
     $forum_id = $f_id;

    $new_cookie="pun-new-$forum_id";
    $haveread_cookie="pun-haveread-$forum_id";

        $res = $db->query('Select last_post_id as f_maxid FROM '.$db->prefix.'forums WHERE id='.$f_id.'');
            $f_maxid = $db->result($res,0);
        if(!IsSet($$new_cookie)){
                $$new_cookie='0';
        }
      $use_haveread=false;
           if(IsSet($$haveread_cookie)) {
           $arr=explode(".", $$haveread_cookie);
           $old_message=reset($arr);
           array_walk($arr, "explode_haveread");
           $use_haveread=true;
           }
           else{
               $old_message=$$new_cookie;
    }
              $isnew=false;
             if($use_haveread){
              if ($old_message<$f_maxid) {
                  if(!IsSet($haveread[$f_maxid])) {
                    $isnew=true;
                    }
                  }
          }
              elseif($old_message<$f_maxid){
                $isnew=true;
        }
       if($isnew)
{
                $icon = '<img src="img/'.$pun_config['o_default_style'].'_new.png" width="16" height="16" alt="">';
        }
    else
        icon = ' ';
//    if (!$cookie['is_guest'] && $cur_forum['last_post'] > $cur_user['last_visit'])
//    {
//        if ($cur_user['show_img'] == '1')
//            $icon = '<img src="img/'.$cur_user['style'].'_new.png" width="16" height="16" alt="">';
//        else
//            $icon = '<span class="puntext"><b>?</b></span>';
//    }
//    else
//        $icon = ' ';

21

(4 replies, posted in PunBB 1.2 discussion)

http://www.okean.de/ = 600 users online
i need fast forum with more 1000 online-users

22

(4 replies, posted in PunBB 1.2 discussion)

in MySQL table: punbb_online HEAP 126 kB
for user 208 byte...
=> maximum online users 618 (!!!)
but few sad