У Вас есть один вопрос? - Тогда задайте его тут! new!

Тема закрыта
217K
.
Люди берегите воду - пейте пиво...
По скрину поймешь...
http://prntscr.com/3c4rhs
border-radius: 20px 40px 60px 80px;
.
venom, Спс , получилось , а то брал другой код и не выходило
.
Люди берегите воду - пейте пиво...
MAH9IK, Можно и так еще поиграться с радиусом...
http://prntscr.com/3c4v4s
border-radius: 250px 102px 200px 45px / 89px 38px 90px 48px;
.
venom, Это уже перебор)

Вот что мне нужно было
Прикрепленные файлы:
.
И второй
Прикрепленные файлы:
.
Люди берегите воду - пейте пиво...
# MAH9IK (21.04.2014 / 21:56)
venom, Это уже перебор)
Вот что мне нужно было
Я же не написал что это обязательно , так просто для примера....
.
Подскажите кто знает. Попробовал перенести сайт с одного хостинга на другой. Сделал полный бэкап и перекинул туда. Распаковал. Папку public_html из бэкапа полностью кинул в корень. Из папки mysql из бэкапа файл базы закинул в новую базу и прописал ее в incfiles/db.php. Сайт заработал непонятно как и выдает такую ошибку:
Warning : array_key_exists()
expects parameter 2 to be
array, boolean given in /
home/h0012846/public_
html/incfiles/classes/
core.php on line 289
Warning : array_key_exists()
expects parameter 2 to be
array, boolean given in /
home/h0012846/public_
html/incfiles/classes/
core.php on line 293
Warning : array_key_exists()
expects parameter 2 to be
array, boolean given in /
home/h0012846/public_
html/incfiles/classes/
core.php on line 293
Warning : Cannot modify
header information -
headers already sent by
(output started at /home/
h0012846/public_html/
incfiles/classes/
core.php:289) in /home/
h0012846/public_html/
incfiles/classes/
statistic.php on line 246
Warning : Cannot modify
header information -
headers already sent by
(output started at /home/
h0012846/public_html/
incfiles/classes/
core.php:289) in /home/
h0012846/public_html/
incfiles/head.php on
line 29
Warning : Cannot modify
header information -
headers already sent by
(output started at /home/
h0012846/public_html/
incfiles/classes/
core.php:289) in /home/
h0012846/public_html/
incfiles/head.php on
line 30
Warning : Cannot modify
header information -
headers already sent by
(output started at /home/
h0012846/public_html/
incfiles/classes/
core.php:289) in /home/
h0012846/public_html/
incfiles/head.php on
line 32
.
Отрицающий реальность
Как изменить максимальный размер аватара?
.
Hattake, аватары, которые стандартные, вроде имеют уже размер, так что если их менять чтоб были побольшето будет фигня вобщем..
Если те которые обрабатываются при выгрузке...
То идешь сюды uers/includes/profie/images.php
И смотришь вот такое..там видешь циферки 32 - это размер выгружаемого аватара...
case 'avatar':
        /*
        -----------------------------------------------------------------
        Выгружаем аватар
        -----------------------------------------------------------------
        */
        echo '<div class="phdr"><a href="profile.php?user=' . $user['id'] . '"><b>' . $lng['profile'] . '</b></a> | ' . $lng_profile['upload_avatar'] . '</div>';
        if (isset($_POST['submit'])) {
            $handle = new upload($_FILES['imagefile']);
            if ($handle->uploaded) {
                // Обрабатываем фото
                $handle->file_new_name_body = $user['id'];
                //$handle->mime_check = false;
                $handle->allowed = array(
                    'image/jpeg',
                    'image/gif',
                    'image/png'
                );
                $handle->file_max_size = 1024 * $set['flsz'];
                $handle->file_overwrite = true;
                $handle->image_resize = true;
                $handle->image_x = 32;
                $handle->image_y = 32;
                $handle->image_convert = 'png';
                $handle->process('../files/users/avatar/');
                if ($handle->processed) {
                    echo '<div class="gmenu"><p>'........


Вот имзени размеры на какой надо тебе и потом при выгрузке уже будет нужный размер...
.
Hattake, Да...установленные ватары имеют размеры... тоесть если я не ошибась то ебе надо быдет перезалить все аватары в паках на наприрмер 48 пиксеелй ели быудешь делать по 48 пикселей по сайту..
Всего: 6714