Loading...
Помощь по скриптам | покодирую бесплатно
Lintifor (01.11.2016 в 15:26)
mc_smail , кто бы говорил показать твой код?

axax...давай.самому интересно
Lintifor , Го нааиши основу каталога
Черный Волк , какой тз скинь в лс посмотрю
mc_smail , require_once '../incfiles/core.php';
require_once '../incfiles/func.php';
require_once '../incfiles/auth.php';
require_once '../incfiles/user.php';

if (empty($user_id)) {go(URL.'/');}

$title = lang('Мои Новости','Мої Новини');
require_once '../incfiles/head.php';

echo '<div class="title for_pc">
    <a href="'.URL.'/feed/" onclick="Page.Go(this.href); return false;">Записи</a>
    <a href="'.URL.'/feed/photos.php" onclick="Page.Go(this.href); return false;">Фото</a>
    <a href="'.URL.'/feed/update.php" onclick="Page.Go(this.href); return false;">'.lang('Обновления','Оновлення').'</a>
    <a class="title_a_hover" href="'.URL.'/feed/groups.php" onclick="Page.Go(this.href); return false;">'.lang('Сообщества','Спільноти').'</a>
    <a href="'.URL.'/feed/search.php" onclick="Page.Go(this.href); return false;">'.lang('Поиск','Пошук').'</a>
    </div>';

        
?>
<html>
<head>
<script type="text/javascript">
function Menu(id)
{
var menu = document.getElementById('menu_' + id).style;
if (menu.display == 'none')
{
menu.display = 'block';
}
else
{
menu.display = 'none';
}
}
</script>
</head>
</body> 
</html>


<div class="block for_mobile"><a class=" " li onclick="javascript:Menu('1')"><? echo'<img src="'.URL.'/design/img/filter.jpg" width="25" height="25" alt="filter news"/> '.lang('Фильтр новостей','Фільтр новин').''; ?></li/></div>
</a>
<ul id="menu_1" style="display:none;" >
<div class="content_block for_mobile">
<?echo'
<a href="'.URL.'/feed/" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/feed.png"/>'.lang('Записи','Записи').'</li></a>
<a href="'.URL.'/feed/photos.php" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/photo.png"/>'.lang('Фото','Фото').'</li></a>
<a href="'.URL.'/feed/update.php" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/users.png"/>'.lang('Обновления','Оновлення').'</li></a>
<a href="'.URL.'/feed/groups.php" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/groups.png"/>'.lang('Сообщества','Спільноти').' &#10004;</li></a>
<a href="'.URL.'/feed/search.php" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/journal.png"/>'.lang('Поиск','Пошук').'</li></a>
';
?>

</div>

</ul></div>
    
    <?php    
    
    
    
    
    
    
if ($user['count_groups']>0)
{
        $arr_my_groups = mysql_fetch_array(mysql_query("SELECT * FROM `my_groups` WHERE `user_id` = '".$user_id."' LIMIT 1"));
        $arr_lists = implode(",", array(substr(str_replace("||",",",$arr_my_groups['groups']),1,-1)));
        $all = mysql_result(mysql_query("SELECT COUNT(`id`) FROM `groups_wall` WHERE `wall_id` IN (".$arr_lists.")"),0);
        
        $cp = ceil($all/10);
        $p = (isset($_GET['p']) and is_numeric($_GET['p']) and $_GET['p']>1 and $_GET['p']<=$cp) ? $_GET['p'] : 1;
        $start = $p*10-10;

        $res = mysql_query("SELECT * FROM `groups_wall` WHERE `wall_id` IN (".$arr_lists.") ORDER by `time` DESC LIMIT $start,10");
        while ($arr = mysql_fetch_array($res))
        {
            echo group_wall_post($arr,0,0,1);
        }
        navi($p,$cp,'/feed/groups.php?');
}    
    

require_once '../incfiles/foot.php';

?>
Lintifor (01.11.2016 в 16:00)
mc_smail , require_once '../incfiles/core.php';
require_once '../incfiles/func.php';
require_once '../incfiles/auth.php';
require_once '../incfiles/user.php';

if (empty($user_id)) {go(URL.'/');}

$title = lang('Мои Новости','Мої Новини');
require_once '../incfiles/head.php';

echo '<div class="title for_pc">
    <a href="'.URL.'/feed/" onclick="Page.Go(this.href); return false;">Записи</a>
    <a href="'.URL.'/feed/photos.php" onclick="Page.Go(this.href); return false;">Фото</a>
    <a href="'.URL.'/feed/update.php" onclick="Page.Go(this.href); return false;">'.lang('Обновления','Оновлення').'</a>
    <a class="title_a_hover" href="'.URL.'/feed/groups.php" onclick="Page.Go(this.href); return false;">'.lang('Сообщества','Спільноти').'</a>
    <a href="'.URL.'/feed/search.php" onclick="Page.Go(this.href); return false;">'.lang('Поиск','Пошук').'</a>
    </div>';

        
?>
<html>
<head>
<script type="text/javascript">
function Menu(id)
{
var menu = document.getElementById('menu_' + id).style;
if (menu.display == 'none')
{
menu.display = 'block';
}
else
{
menu.display = 'none';
}
}
</script>
</head>
</body> 
</html>


<div class="block for_mobile"><a class=" " li onclick="javascript:Menu('1')"><? echo'<img src="'.URL.'/design/img/filter.jpg" width="25" height="25" alt="filter news"/> '.lang('Фильтр новостей','Фільтр новин').''; ?></li/></div>
</a>
<ul id="menu_1" style="display:none;" >
<div class="content_block for_mobile">
<?echo'
<a href="'.URL.'/feed/" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/feed.png"/>'.lang('Записи','Записи').'</li></a>
<a href="'.URL.'/feed/photos.php" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/photo.png"/>'.lang('Фото','Фото').'</li></a>
<a href="'.URL.'/feed/update.php" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/users.png"/>'.lang('Обновления','Оновлення').'</li></a>
<a href="'.URL.'/feed/groups.php" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/groups.png"/>'.lang('Сообщества','Спільноти').' &#10004;</li></a>
<a href="'.URL.'/feed/search.php" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/journal.png"/>'.lang('Поиск','Пошук').'</li></a>
';
?>

</div>

</ul></div>
    
    <?php    
    
    
    
    
    
    
if ($user['count_groups']>0)
{
        $arr_my_groups = mysql_fetch_array(mysql_query("SELECT * FROM `my_groups` WHERE `user_id` = '".$user_id."' LIMIT 1"));
        $arr_lists = implode(",", array(substr(str_replace("||",",",$arr_my_groups['groups']),1,-1)));
        $all = mysql_result(mysql_query("SELECT COUNT(`id`) FROM `groups_wall` WHERE `wall_id` IN (".$arr_lists.")"),0);
        
        $cp = ceil($all/10);
        $p = (isset($_GET['p']) and is_numeric($_GET['p']) and $_GET['p']>1 and $_GET['p']<=$cp) ? $_GET['p'] : 1;
        $start = $p*10-10;

        $res = mysql_query("SELECT * FROM `groups_wall` WHERE `wall_id` IN (".$arr_lists.") ORDER by `time` DESC LIMIT $start,10");
        while ($arr = mysql_fetch_array($res))
        {
            echo group_wall_post($arr,0,0,1);
        }
        navi($p,$cp,'/feed/groups.php?');
}    
    

require_once '../incfiles/foot.php';

?>

с этим кодом понятно. Это со скрипта Livebook. А свой покажешь?
"покодирую бесплатно"
как "кодируеш" в utf-8??
________
посл. ред. 01.11.2016 в 16:08; всего 1 раз(а); by kolyan_[vip]
kolyan_[vip] (01.11.2016 в 16:07)
"покодирую бесплатно"
как "кодируеш" в utf-8??

ахахахах
Lintifor (01.11.2016 в 16:00)
mc_smail , require_once '../incfiles/core.php';
require_once '../incfiles/func.php';
require_once '../incfiles/auth.php';
require_once '../incfiles/user.php';

if (empty($user_id)) {go(URL.'/');}

$title = lang('Мои Новости','Мої Новини');
require_once '../incfiles/head.php';

echo '<div class="title for_pc">
    <a href="'.URL.'/feed/" onclick="Page.Go(this.href); return false;">Записи</a>
    <a href="'.URL.'/feed/photos.php" onclick="Page.Go(this.href); return false;">Фото</a>
    <a href="'.URL.'/feed/update.php" onclick="Page.Go(this.href); return false;">'.lang('Обновления','Оновлення').'</a>
    <a class="title_a_hover" href="'.URL.'/feed/groups.php" onclick="Page.Go(this.href); return false;">'.lang('Сообщества','Спільноти').'</a>
    <a href="'.URL.'/feed/search.php" onclick="Page.Go(this.href); return false;">'.lang('Поиск','Пошук').'</a>
    </div>';

        
?>
<html>
<head>
<script type="text/javascript">
function Menu(id)
{
var menu = document.getElementById('menu_' + id).style;
if (menu.display == 'none')
{
menu.display = 'block';
}
else
{
menu.display = 'none';
}
}
</script>
</head>
</body> 
</html>


<div class="block for_mobile"><a class=" " li onclick="javascript:Menu('1')"><? echo'<img src="'.URL.'/design/img/filter.jpg" width="25" height="25" alt="filter news"/> '.lang('Фильтр новостей','Фільтр новин').''; ?></li/></div>
</a>
<ul id="menu_1" style="display:none;" >
<div class="content_block for_mobile">
<?echo'
<a href="'.URL.'/feed/" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/feed.png"/>'.lang('Записи','Записи').'</li></a>
<a href="'.URL.'/feed/photos.php" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/photo.png"/>'.lang('Фото','Фото').'</li></a>
<a href="'.URL.'/feed/update.php" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/users.png"/>'.lang('Обновления','Оновлення').'</li></a>
<a href="'.URL.'/feed/groups.php" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/groups.png"/>'.lang('Сообщества','Спільноти').' &#10004;</li></a>
<a href="'.URL.'/feed/search.php" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/journal.png"/>'.lang('Поиск','Пошук').'</li></a>
';
?>

</div>

</ul></div>
    
    <?php    
    
    
    
    
    
    
if ($user['count_groups']>0)
{
        $arr_my_groups = mysql_fetch_array(mysql_query("SELECT * FROM `my_groups` WHERE `user_id` = '".$user_id."' LIMIT 1"));
        $arr_lists = implode(",", array(substr(str_replace("||",",",$arr_my_groups['groups']),1,-1)));
        $all = mysql_result(mysql_query("SELECT COUNT(`id`) FROM `groups_wall` WHERE `wall_id` IN (".$arr_lists.")"),0);
        
        $cp = ceil($all/10);
        $p = (isset($_GET['p']) and is_numeric($_GET['p']) and $_GET['p']>1 and $_GET['p']<=$cp) ? $_GET['p'] : 1;
        $start = $p*10-10;

        $res = mysql_query("SELECT * FROM `groups_wall` WHERE `wall_id` IN (".$arr_lists.") ORDER by `time` DESC LIMIT $start,10");
        while ($arr = mysql_fetch_array($res))
        {
            echo group_wall_post($arr,0,0,1);
        }
        navi($p,$cp,'/feed/groups.php?');
}    
    

require_once '../incfiles/foot.php';

?>

И где ты там увидел говнокол?? ололо..
если ты канешно хоть понимаешь что такое говнокод
Онлайн: 2
Время:
Gen. 0.1011
(c) Bym.Guru 2010-2026