SITE LOGO
Приветствую Вас
Гість
Главная
|
Регистрация
|
Вход
Пт, 17.10.2025, 06:43
Меню сайта
НОВИНИ
ПОЕЗІЯ та ПРОЗА
ФОРУМ
ФОТОАЛЬБОМ
ВІДЕОАЛЬБОМ
АКТИВНІСТЬ
ВІКТОРИНИ/ТЕСТИ
Про сайт
і
правила сайту
||
- моб. версія
Анумо знову віршувать! 05-07
Новини на Баштанка.НЕТ
На сайті всього:
9
Гостей:
9
Користувачів:
0
Пошук на "Анумо...!"
Наш опрос
Скільки Вам років?
До 14 років
Від 14 до 18 років
Від 18 до 24 років
Від 24 до 33 років
Від 33 до 45 років
Від 45 до 55 років
Від 55 до 65 років
Від 65 років
[
Результаты
·
Архив опросов
]
Всего ответов:
1573
Главная
» Комментарии пользователя [suziria]
Найдено комментариев:
1637
Показано комментариев:
391-420
Страницы:
«
1
2
...
12
13
14
15
16
...
54
55
»
2
1247
suziria
• 20:36, 06.02.2016
[
Лінк на твір
]
0
1246
suziria
• 20:35, 06.02.2016
[
Лінк на твір
]
Cумна реальність...
0
1245
suziria
• 18:15, 03.02.2016
[
Лінк на твір
]
1
1244
suziria
• 18:12, 03.02.2016
[
Лінк на твір
]
0
1243
suziria
• 18:11, 03.02.2016
[
Лінк на твір
]
0
1242
suziria
• 14:06, 23.01.2016
[
Лінк на твір
]
Слава Україні!
0
1241
suziria
• 14:02, 23.01.2016
[
Лінк на твір
]
0
1240
suziria
• 23:15, 16.01.2016
[
Лінк на твір
]
0
1239
suziria
• 23:12, 16.01.2016
[
Лінк на твір
]
0
1238
suziria
• 17:07, 11.01.2016
[
Лінк на твір
]
Серденько мами хоче знати,
Що вернуться усі сини.
1
1237
suziria
• 17:27, 10.01.2016
[
Лінк на твір
]
гарний твір! Ліричний і трохи щемний...
0
1236
suziria
• 19:45, 08.01.2016
[
Лінк на твір
]
1
1235
suziria
• 10:41, 08.01.2016
[
Лінк на твір
]
0
1234
suziria
• 10:45, 06.01.2016
[
Лінк на твір
]
З Різдвом Христовим!
0
1233
suziria
• 15:31, 03.01.2016
[
Лінк на твір
]
Слава Україні!
0
1232
suziria
• 15:29, 03.01.2016
[
Лінк на твір
]
За удачу!
0
1231
suziria
• 13:41, 02.01.2016
[
Лінк на твір
]
Слава Україні!
0
1230
suziria
• 13:39, 02.01.2016
[
Лінк на твір
]
0
1229
suziria
• 21:01, 21.12.2015
[
Лінк на твір
]
В мене також
0
1228
suziria
• 22:38, 19.12.2015
[
Лінк на твір
]
0
1227
suziria
• 22:33, 19.12.2015
[
Лінк на твір
]
Слава Україні!
0
1226
suziria
• 18:40, 07.12.2015
[
Лінк на твір
]
0
1225
suziria
• 18:37, 07.12.2015
[
Лінк на твір
]
Щоночі гул і скрегіт плит
Так, ніби тисячі копит
Лупцюють землю.
0
1224
suziria
• 19:24, 05.12.2015
[
Лінк на твір
]
гарненька!
0
1223
suziria
• 09:36, 04.12.2015
[
Лінк на твір
]
0
1222
suziria
• 21:01, 03.12.2015
[
Лінк на твір
]
Героям слава!
0
1221
suziria
• 21:23, 29.11.2015
[
Лінк на твір
]
Краса жінок, прекрасна та свята
0
1220
suziria
• 21:22, 29.11.2015
[
Лінк на твір
]
Це - осінь пізня!
0
1219
suziria
• 14:08, 22.11.2015
[
Лінк на твір
]
0
1218
suziria
• 14:07, 22.11.2015
[
Лінк на твір
]
'); var elem = $(elem); elem.find('img').hide(); elem.append(waitImg); var messageID = elem.attr('data-message-id'); var notSpam = elem.attr('data-not-spam') ? 0 : 1; // invert - 'data-not-spam' should contain CURRENT 'notspam' status! $.post('/index/', { a : 101, scope_id : uCoz.spam.config.scopeID, message_id : messageID, not_spam : notSpam }).then(function(response) { waitImg.remove(); elem.find('img').show(); if (response.error) { alert(response.error); return; } if (response.status == 'admin_message_not_spam') { elem.attr('data-not-spam', true).find('img').attr('src', '/.s/img/spamfilter/notspam-active.gif'); $('#del-as-spam-' + messageID).hide(); } else { elem.removeAttr('data-not-spam').find('img').attr('src', '/.s/img/spamfilter/notspam.gif'); $('#del-as-spam-' + messageID).show(); } //console.log(response); }); return false; }; uCoz.spam.report = function(scopeID, messageID, notSpam, callback, context) { return $.post('/index/', { a: 101, scope_id : scopeID, message_id : messageID, not_spam : notSpam }).then(function(response) { if (callback) { callback.call(context || window, response, context); } else { window.console && console.log && console.log('uCoz.spam.report: message #' + messageID, response); } }); }; uCoz.spam.reportDOM = function(event) { if (event.preventDefault ) event.preventDefault(); var elem = $(this); if (elem.hasClass('spam-report-working') ) return false; var scopeID = uCoz.spam.config.scopeID; var messageID = elem.attr('data-message-id'); var notSpam = elem.attr('data-not-spam'); var target = elem.parents('.report-spam-target').eq(0); var height = target.outerHeight(true); var margin = target.css('margin-left'); elem.html('
').addClass('report-spam-working'); uCoz.spam.report(scopeID, messageID, notSpam, function(response, context) { context.elem.text('').removeClass('report-spam-working'); window.console && console.log && console.log(response); // DEBUG response.warning && window.console && console.warn && console.warn( 'uCoz.spam.report: warning: ' + response.warning, response ); if (response.warning && !response.status) { // non-critical warnings, may occur if user reloads cached page: if (response.warning == 'already_reported' ) response.status = 'message_spam'; if (response.warning == 'not_reported' ) response.status = 'message_not_spam'; } if (response.error) { context.target.html('
' + response.error + '
'); } else if (response.status) { if (response.status == 'message_spam') { context.elem.text(uCoz.spam.sign.notSpam).attr('data-not-spam', '1'); var toggle = $('#report-spam-toggle-wrapper-' + response.message_id); if (toggle.length) { toggle.find('.report-spam-toggle-text').text(uCoz.spam.sign.hidden); toggle.find('.report-spam-toggle-button').text(uCoz.spam.sign.show); } else { toggle = $('
' + uCoz.spam.sign.hidden + '
' + uCoz.spam.sign.show + '
').hide().insertBefore(context.target); uCoz.spam.handleDOM(toggle); } context.target.addClass('report-spam-hidden').fadeOut('fast', function() { toggle.fadeIn('fast'); }); } else if (response.status == 'message_not_spam') { context.elem.text(uCoz.spam.sign.spam).attr('data-not-spam', '0'); $('#report-spam-toggle-wrapper-' + response.message_id).fadeOut('fast'); $('#' + uCoz.spam.config.idPrefix + response.message_id).removeClass('report-spam-hidden').show(); } else if (response.status == 'admin_message_not_spam') { elem.text(uCoz.spam.sign.admSpam).attr('title', uCoz.spam.sign.admSpamTitle).attr('data-not-spam', '0'); } else if (response.status == 'admin_message_spam') { elem.text(uCoz.spam.sign.admNotSpam).attr('title', uCoz.spam.sign.admNotSpamTitle).attr('data-not-spam', '1'); } else { alert('uCoz.spam.report: unknown status: ' + response.status); } } else { context.target.remove(); // no status returned by the server - remove message (from DOM). } }, { elem: elem, target: target, height: height, margin: margin }); return false; }; uCoz.spam.handleDOM = function(within) { within = $(within || 'body'); within.find('.report-spam-wrap').each(function() { var elem = $(this); elem.parent().prepend(elem); }); within.find('.report-spam-toggle-button').not('.report-spam-handled').click(function(event) { if (event.preventDefault ) event.preventDefault(); var elem = $(this); var wrapper = elem.parents('.report-spam-toggle-wrapper'); var text = wrapper.find('.report-spam-toggle-text'); var target = elem.attr('data-target'); target = $(target); target.slideToggle('fast', function() { if (target.is(':visible')) { wrapper.addClass('report-spam-toggle-shown'); text.text(uCoz.spam.sign.shown); elem.text(uCoz.spam.sign.hide); } else { wrapper.removeClass('report-spam-toggle-shown'); text.text(uCoz.spam.sign.hidden); elem.text(uCoz.spam.sign.show); } }); return false; }).addClass('report-spam-handled'); within.find('.report-spam-remove').not('.report-spam-handled').click(function(event) { if (event.preventDefault ) event.preventDefault(); var messageID = $(this).attr('data-message-id'); del_item(messageID, 1); return false; }).addClass('report-spam-handled'); within.find('.report-spam-btn').not('.report-spam-handled').click(uCoz.spam.reportDOM).addClass('report-spam-handled'); window.console && console.log && console.log('uCoz.spam.handleDOM: done.'); try { if (uCoz.manageCommentControls) { uCoz.manageCommentControls() } } catch(e) { window.console && console.log && console.log('manageCommentControls: fail.'); } return this; }; uCoz.spam.handleDOM();
1-30
31-60
...
331-360
361-390
391-420
421-450
451-480
...
1591-1620
1621-1637
Форма входа
Логін:
Пароль:
запам'ятати
Забули пароль
|
Реєстрація
Друзья сайта
(міні-чат)
Увійдіть на сайт...
АВТОР-АДМІН САЙТУ:
Facebook
,
Instagram
,
Viber:
0680839579
E-mail:
vagonta@gmail.com
Copyright MyCorp © 2025
Хостинг від
uCoz