Вход Регистрация
Файл: groups/shop/view.php
Строк: 94
<?php

require_once '../../incfiles/core.php';
require_once 
'../../incfiles/func.php';
require_once 
'../../incfiles/auth.php';
require_once 
'../../incfiles/user.php';

if (!empty(
$_GET['id']) && is_numeric($_GET['id']))
{
    
$id abs(intval($_GET['id']));
    
$result mysql_query("SELECT * FROM `groups` WHERE `id` = '".$id."' LIMIT 1");
    if (
mysql_num_rows($result) == true$arr_group mysql_fetch_array($result);
        else 
go(URL);
}
else 
go(URL);
if (!empty(
$_GET['gid']) && is_numeric($_GET['gid']))
{
    
$gid abs(intval($_GET['gid']));
    
$g_info DB::$dbs->queryFetch("SELECT * FROM groups_shop_goods WHERE `id` = ?",array($gid));
    if (empty(
$g_info)) go(URL);

}
else 
go(URL);

    
$title checkout($arr_group['name']).' :: '.$g_info['name'];
    require_once 
'../../incfiles/head.php';
    echo 
group_access($arr_group);
    echo 
'<div class="title">
    <a href="'
.URL.'/groups/?id='.$id.'" onclick="Page.Go(this.href); return false">'.lang('Сообщество','Спільнота').'</a>
    <a href="'
.URL.'/groups/shop.php?id='.$id.'" onclick="Page.Go(this.href); return false">'.lang('Категории','Категорії').'</a>
    </div>'
;
    if (
$arr_group['access_forum'] == 2) {echo err(lang('Страница не найдена','Сторінка не знайдена')); if ($ajax_query == false) require_once HOME.'/incfiles/foot.php'; exit;}
     
     echo 
'<div class="title"><center>'.$g_info['name'].'</center></div>';
     echo 
'<div class="block"><center>';
        
        
$cp ceil($all/12);
        
$p = (isset($_GET['p']) and is_numeric($_GET['p']) and $_GET['p']>and $_GET['p']<=$cp) ? $_GET['p'] : 1;
        
$start $p*12-12;
        
$n $start;
        
$res mysql_query("SELECT * FROM `groups_shop_file` WHERE `fid` = '".$gid."' ORDER by `time` DESC LIMIT 12");
        while (
$arr mysql_fetch_array($res))
        {
            
$n++;
            echo 
'<img class="preview_mini" src="'.URL.'/files/shop/photos/'.$arr['url'].'"></a>';
            
        }
    echo
'<div class="clean"></div><a class="title_a_hover" id="bg_orange" href="'.URL.'/groups/users_adm.php?id='.$id.'" onclick="Page.Go(this.href); return false">'.lang('Купить','Купити').'</a></div></center></div>';
    if(
$g_info['about'])echo '<div class="block"><b>'.lang('О товаре','Про товар').' : </b>'.$g_info['about'].'</div>';
    if(
$g_info['price'])echo '<div class="block"><b>'.lang('Цена','Ціна').': </b>'.$g_info['price'].'</b> '.$g_info['price_v'].'</div>';
    if(
$g_info['marka'])echo '<div class="block"><b>'.lang('Производитель','Виробник').': </b>'.$g_info['marka'].'</div>';
    if(
$g_info['country'])echo '<div class="block"><b>'.lang('Страна','Країна').': </b>'.$g_info['country'].'</div>';
    if(
$g_info['delivery'])echo '<div class="block"><b>'.lang('Доставка','Доставка').': </b>'.$g_info['delivery'].'</div>';
    if(
$g_info['pays'])echo '<div class="block"><b>'.lang('Способы оплаты','Способи оплати').': </b>'.$g_info['pays'].'</div>';
    if(
$g_info['guarantee'])echo '<div class="block"><b>'.lang('Гарантия','Гарантія').': </b>'.$g_info['guarantee'].'</div>';
    if(
$g_info['material'])echo '<div class="block"><b>'.lang('Материал','Матеріал').': </b>'.$g_info['material'].'</div>';
    if(
$g_info['regions'])echo '<div class="block"><b>'.lang('Регионы доставки','Регіони доставки').': </b>'.$g_info['regions'].'</div>';
    if(
$g_info['back'])echo '<div class="block"><b>'.lang('Условия возврата','Умови повернення').': </b>'.$g_info['back'].'</div>';

    
     if (!empty(
$user_id) && in_array($user_idexplode("||"substr($arr_group['admins'], 1, -1)))) echo '<div class="block">
     <a class="title_a_hover" id="bg_orange" href="'
.URL.'/groups/adm/edit_goods.php?id='.$id.'&amp;gid='.$gid.'" onclick="Page.Go(this.href); return false">'.lang('Редагувати','Редагувати').'</a></div>';
 
    
    

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

?>
Онлайн: 2
Реклама