Перейти к содержанию

toxamot

Новичок
  • Публикаций

    1
  • Зарегистрирован

  • Посещение

  • Отзывы

    0%

Сообщения, опубликованные toxamot


  1. module/forum.php

     

    	 * =================
    	 *   IPB
    	 * =================
    	 */
        if ( $l2cfg["forum"]["version"] == "ipb" ) {
    	    $fsql = "
     SELECT tid,title,state,last_post,last_poster_id,last_poster_name
     FROM {$l2cfg["forum"]["prefix"]}topics
     WHERE forum_id NOT IN ({$l2cfg["forum"]["deny"]})
     ORDER BY last_post DESC
     LIMIT {$l2cfg["forum"]["count"]}";
    	    $furl_user = "index.php?showuser=";
    	    $furl_link = "index.php?showtopic={topic_id}' title='{desc_id}'";
        }
    

×
×
  • Создать...