Модифицированный IP.Board 2.0.0 Trial

<a href="http://forum.softagency.ru/viewpartition.php?f=22" target="_blank">http://forum.softagency.ru/viewpartition.php?f=22</a>


гг Да я просто помню сохранял оттуда архивы а как в каком ригистре пишется его ник забывал =) Приходилось частенько заходить туда =)....


Вот там он выкладывал ранше много чего интересного щас редко редко появляется.....
У меня работает кстате заметил там уже обновили чуток раздел последняя версия появилась может он сделает зборочку какнибудь.
 
Я её вот поставил сначало на бесплатный хост там он заработал но главная страница с вопросиками и артефактами((( другие вроде ничё
А потом решил поставить на свой комп проверить мож я че на косячил а там тож самое ток хуже теже каракули на главной но при нажатии на любую ссылку появляется вот такая страничка
Как я понял это ошибка с кодировкой в базе подскажите какие значения подправить)))
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1-->Нет доступаВы не можете вызывать непосредственно этот файл. Если вы произвели обновление, проверьте, что вы обновили все необходимые файлы."; exit(); } class globalmess { var $version = "2.2"; /*-------------------------------------------------------------------------*/ // // AUTO RUN // /*-------------------------------------------------------------------------*/ function auto_run() { global $ibforums, $std, $DB; $time_now = time(); ( $ibforums->member['id'] and $ibforums->member['skin'] ) ? $skin_set = "s.set_skin_set_id = {$ibforums->member['skin']}" : $skin_set = "s.set_default = 1"; $DB->simple_construct( array( 'select' => 'c.*, s.globalmess_css', 'from' => 'conf_settings c, '.SQL_PREFIX.'skin_sets s', 'where' => "c.conf_key LIKE '%globalmess%' AND {$skin_set}" ) ); $DB->simple_exec(); while( $r = $DB->fetch_row() ) { if( $r['globalmess_css'] ); { $colors = unserialize(stripslashes($r['globalmess_css'])); } if( $r['conf_value'] or $r['conf_value'] == '0' ) { $value = $r['conf_value']; } else if( !$r['conf_value'] ) { $value = $r['conf_default']; } $set[ $r['conf_key'] ] = $value; } if( !is_array( $colors ) ) { $colors = $this->make_colors(); } $wwheader = explode( ",", $colors['wwheader'] ); $wwfooter = explode( ",", $colors['wwfooter'] ); $nwheader = explode( ",", $colors['nwheader'] ); $nwfooter = explode( ",", $colors['nwfooter'] ); if( $set['globalmess_state'] == 0 ) { return ""; } $DB->simple_construct( array( 'select' => '*', 'from' => 'global_message' ) ); $DB->simple_exec(); while( $r = $DB->fetch_row() ) { $groups = explode( ",", $r['groups'] ); if( in_array( $ibforums->member['mgroup'], $groups ) and ( !$r['time_from'] or $r['time_from'] < $time_now ) and ( !$r['time_to'] or $r['time_to'] > $time_now ) ) { if($r['type'] == 'normal') { $nrm[] = array( 'text' => $r['message'] ); } if($r['type'] == 'important' ) { $imp[] = array( 'text' => $r['message'] ); } } } if( is_array( $imp ) ) { if( $wwheader[3] != 'nofile' ) { $bgwwimg = "background-image: url( style_images/<#IMG_DIR#>/{$wwheader[3]} );"; } $html .= ""; $html .= "
{$set['globalmess_i_name']}
"; for( $i=0; $iparse_align($text); $text = $this->do_parse($text); $html .= "$text"; } $html .= "

"; } else { $html .= ""; } if( is_array( $nrm ) ) { if( $nwheader[3] != 'nofile' ) { $bgnwimg = "background-image: url( style_images/<#IMG_DIR#>/{$nwheader[3]} );"; } $html .= ""; $html .= "
{$set['globalmess_n_name']}
"; for( $i=0; $iparse_align($text); $text = $this->do_parse($text); $html .= "$text"; } $html .= "

"; } else { $html .= ""; } return $html; } function parse_align($txt) { if( strstr( $txt, "
" ) and strstr( $txt, "​
" ) ) { return " style='text-align:left'"; } if( strstr( $txt, "
" ) and strstr( $txt, "​
" ) ) { return " style='text-align:center'"; } if( strstr( $txt, "
" ) and strstr( $txt, "​
" ) ) { return " style='text-align:right'"; } return ""; } function do_parse($txt) { $txt = preg_replace( "#\[left\](.+?)\[/left\]#is", "\\1", $txt ); $txt = preg_replace( "#\[center\](.+?)\[/center\]#is", "\\1", $txt ); $txt = preg_replace( "#\[right\](.+?)\[/right\]#is", "\\1", $txt ); require_once ROOT_PATH."sources/lib/post_parser.php"; $parse = new post_parser; $txt = $parse->convert( array( 'TEXT' => $txt, 'SMILIES' => 1, 'CODE' => 1 ) ); $txt = $parse->post_db_parse_bbcode($txt); return $txt; } function make_colors() { global $DB, $ibforums; $colors = addslashes(serialize(array( 'wwheader' => "#992A2A,#E3C0C0,#992A2A", 'wwfooter' => "#992A2A,#F2DDDD,#992A2A", 'nwheader' => "#3A4F6C,#D0DDEA,#C2CFDF", 'nwfooter' => "#3A4F6C,#F0F5FA,#C2CFDF" ) ) ); $DB->do_update( 'skin_sets', array( 'globalmess_css' => $colors ), "set_skin_set_id = {$ibforums->member['skin']}" ); return $colors; } function clean_expiried() { global $DB; $time_now = time(); $DB->simple_delete( 'global_message', 'time_to < '.$time_now.' AND time_to != 0' ); $DB->simple_exec(); } } ?><!--c2--></div><!--ec2-->
 
Сверху