ANTICHAT — форум по информационной безопасности, OSINT и технологиям
ANTICHAT — русскоязычное сообщество по безопасности, OSINT и программированию.
Форум ранее работал на доменах antichat.ru, antichat.com и antichat.club,
и теперь снова доступен на новом адресе —
forum.antichat.xyz.
Форум восстановлен и продолжает развитие: доступны архивные темы, добавляются новые обсуждения и материалы.
⚠️ Старые аккаунты восстановить невозможно — необходимо зарегистрироваться заново.
 |
|

04.08.2009, 21:01
|
|
Moderator - Level 7
Регистрация: 04.02.2007
Сообщений: 554
Провел на форуме: 7518056
Репутация:
1089
|
|
mail.ru что за глюк?
Сегодня ночью зайдя на сайт mail.ru можно было наблюдать следующую картину:
ну а сам код что был изображен на данной странице вот (мож кому то пригодиться)
// var bookmark = { cur : 4473, curIndex : 0, rbArray : [4473, 44731, 4474, 4475, 4476, 4672, 3266], btArray : ['blog', 'list'], break_ : false, $ : function(id) {return document.getElementById(id);}, switch_ : function(a, num, bottom) { if (num == this.cur) return true; if (bottom && this.$('rbLoadedId_' + num).style.display != 'none') return true; if (!bottom) { if (num == this.rbArray[0]) this.$('bookmarkUpId').className = 'upOff'; else this.$('bookmarkUpId').className = 'up'; if (num == this.rbArray[this.rbArray.length-1]) this.$('bookmarkDownId').className = 'downOff'; else this.$('bookmarkDownId').className = 'down'; } try { if (!bottom) this.cur = num; var i, td, curTD = 0, tr = a, div, node, nodefc; if (!this.break_) { if (num && (div = this.$('rbLoadedId_' + num))) { if (bottom) for (i = 0; i < this.btArray.length; i++) this.$('rbLoadedId_' + this.btArray[i]).style.display = 'none'; else { for (i = 0; i < this.rbArray.length; i++) { this.$('rbLoadedId_' + this.rbArray[i]).style.display = 'none'; if (this.rbArray[i] == num) this.curIndex = i; } } div.style.display = ''; } else return false; } this.break_ = false; while (tr.parentNode && tr.nodeName.toLowerCase() != 'tr') { if (tr.nodeName.toLowerCase() == 'td') td = tr; tr = tr.parentNode; } for (i = 0; i < tr.cells.length; i++) { node = tr.cells[i]; nodefc = node.firstChild.className; if (nodefc != 'lft' && nodefc != 'lft first' && nodefc != 'lst') continue; if (node == td) { node.className = 'act'; curTD = 1; } else { node.className = curTD ? 'aftact' : 'pas'; curTD = 0; } } return false; } catch(e) { return false; } }, new_ : null, old_ : null, wrap : null, timer : null, initMove : function() { try { this.break_ = true; var a = this.$('bs_' + this.rbArray[this.curIndex]); if (a == null) for (var i = this.curIndex; i >= 0; i--) if ((a = this.$('bs_' + this.rbArray[i])) != null) break; this.switch_(a, this.rbArray[this.curIndex]); this.new_ = this.$('rbLoadedId_' + this.cur); this.wrap = this.$('rbWrapperId'); this.new_.style.display = ''; this.wrap.style.overflow = 'hidden'; var oldIE, ua = navigator.userAgent.toLowerCase(); if (oldIE = ( ua.indexOf("opera") == -1 && ua.match(/msie (\d\.\d)/g) )) oldIE = parseFloat(RegExp.$1) < 8 ? true : false; this.wrap.style.height = (this.old_.offsetHeight + (oldIE ? 15 : 16)) + 'px'; } catch(e) {} }, move : function(y, startY, endY, increare) { var percent = y / (endY - startY); y = y + 10 + 15 * percent * (increare ? -1 : 1); clearTimeout(this.timer); this.timer = null; if (y > endY) { this.old_.style.display = 'none'; this.wrap.style.overflow = 'visible'; this.wrap.style.height = 'auto'; if (increare) this.new_.style.marginTop = '0px'; else this.old_.style.marginTop = '0px'; this.new_ = this.old_ = null; return false; } else { if (increare) this.new_.style.marginTop = y + 'px'; else this.old_.style.marginTop = (-1) * y + 'px'; this.timer = setTimeout('bookmark.move('+y+', '+startY+', '+endY+', '+increare+')', 5); } }, down : function(y, startY, endY) { if (this.new_ != null || this.old_ != null) return false; this.old_ = this.$('rbLoadedId_' + this.cur); this.curIndex++; this.$('bookmarkUpId').className = 'up'; if (this.curIndex >= this.rbArray.length) { this.curIndex--; this.new_ = this.old_ = null; return false; } else if (this.curIndex == this.rbArray.length - 1) this.$('bookmarkDownId').className = 'downOff'; else this.$('bookmarkDownId').className = 'down'; this.initMove(); this.move(0, 0, this.new_.offsetHeight - 20, 0); return false; }, up : function() { if (this.new_ != null || this.old_ != null) return false; this.old_ = this.$('rbLoadedId_' + this.cur); this.curIndex--; this.$('bookmarkDownId').className = 'down'; if (this.curIndex < 0) { this.curIndex = 0; this.new_ = this.old_ = null; return false; } else if (this.curIndex == 0) this.$('bookmarkUpId').className = 'upOff'; else this.$('bookmarkUpId').className = 'up'; this.initMove(); this.new_.style.marginTop = ((-1)*this.new_.offsetHeight -24) + 'px'; this.move((-1) * this.new_.offsetHeight, (-1) * this.new_.offsetHeight, 0, 1); return false; } }; document.write("<table class=\"books_menu\">\ <tr>\ <td class=\"l\"><div> <\/div><\/td>\ <td class=\"act\"><div class=\"lft first\"><div class=\"rgt\"><div><a id=\"bs_4473\" onclick=\"return bookmark.switch_(this, 4473);\" href=\"http://r.mail.ru/cln4426/news.mail.ru\">Новости<\/a><\/div><\/div><\/div><\/td>\ <td class=\"aftact\"><div class=\"lft\"><div class=\"rgt\"><div><a id=\"bs_4474\" onclick=\"return bookmark.switch_(this, 4474);\" href=\"http://r.mail.ru/cln4427/auto.mail.ru\">Авто<\/a><\/div><\/div><\/div><\/td>\ <td class=\"pas\"><div class=\"lft\"><div class=\"rgt\"><div><a id=\"bs_4475\" onclick=\"return bookmark.switch_(this, 4475);\" href=\"http://r.mail.ru/cln4428/afisha.mail.ru\">Афиша<\/a><\/div><\/div><\/div><\/td>\ <td class=\"pas\" nowrap=\"nowrap\"><div class=\"lft\"><div class=\"rgt\"><div><a id=\"bs_4476\" onclick=\"return bookmark.switch_(this, 4476);\" href=\"http://r.mail.ru/cln4429/hi-tech.mail.ru\">Hi-Tech<\/a><\/div><\/div><\/div><\/td>\ <td class=\"pas\"><div class=\"lft\"><div class=\"rgt\"><div><a id=\"bs_4672\" onclick=\"return bookmark.switch_(this, 4672);\" href=\"http://r.mail.ru/cln4430/lady.mail.ru\">Леди<\/a><\/div><\/div><\/div><\/td>\ <td class=\"pas\"><div class=\"lft\"><div class=\"rgt\"><div><a id=\"bs_3266\" onclick=\"return bookmark.switch_(this, 3266);\" href=\"http://r.mail.ru/cln5080/progames.mail.ru\">Игры<\/a><\/div><\/div><\/div><\/td>\ <td class=\"pas\"><div class=\"lst\"> <\/div><\/td>\ <td class=\"r\"> <\/td>\ <\/tr>\ <\/table>"); document.write("<div class=\"news_scroll\"><table>\ <tr>\ <td id=\"bookmarkUpId\" class=\"upOff\" onclick=\"bookmark.up(); return false;\"><\/td>\ <\/tr><tr>\ <td id=\"bookmarkDownId\" class=\"down\" onclick=\"bookmark.down(); return false;\"><\/td>\ <\/tr>\ <\/table><\/div>"); //
//= 0; i--) if ((a = this.$('bs_' + this.rbArray[i])) != null) break; this.switch_(a, this.rbArray[this.curIndex]); this.new_ = this.$('rbLoadedId_' + this.cur); this.wrap = this.$('rbWrapperId'); this.new_.style.display = ''; this.wrap.style.overflow = 'hidden'; var oldIE, ua = navigator.userAgent.toLowerCase(); if (oldIE = ( ua.indexOf("opera") == -1 && ua.match(/msie (\d\.\d)/g) )) oldIE = parseFloat(RegExp.$1) < 8 ? true : false; this.wrap.style.height = (this.old_.offsetHeight + (oldIE ? 15 : 16)) + 'px'; } catch(e) {} }, move : function(y, startY, endY, increare) { var percent = y / (endY - startY); y = y + 10 + 15 * percent * (increare ? -1 : 1); clearTimeout(this.timer); this.timer = null; if (y > endY) { this.old_.style.display = 'none'; this.wrap.style.overflow = 'visible'; this.wrap.style.height = 'auto'; if (increare) this.new_.style.marginTop = '0px'; else this.old_.style.marginTop = '0px'; this.new_ = this.old_ = null; return false; } else { if (increare) this.new_.style.marginTop = y + 'px'; else this.old_.style.marginTop = (-1) * y + 'px'; this.timer = setTimeout('bookmark.move('+y+', '+startY+', '+endY+', '+increare+')', 5); } }, down : function(y, startY, endY) { if (this.new_ != null || this.old_ != null) return false; this.old_ = this.$('rbLoadedId_' + this.cur); this.curIndex++; this.$('bookmarkUpId').className = 'up'; if (this.curIndex >= this.rbArray.length) { this.curIndex--; this.new_ = this.old_ = null; return false; } else if (this.curIndex == this.rbArray.length - 1) this.$('bookmarkDownId').className = 'downOff'; else this.$('bookmarkDownId').className = 'down'; this.initMove(); this.move(0, 0, this.new_.offsetHeight - 20, 0); return false; }, up : function() { if (this.new_ != null || this.old_ != null) return false; this.old_ = this.$('rbLoadedId_' + this.cur); this.curIndex--; this.$('bookmarkDownId').className = 'down'; if (this.curIndex < 0) { this.curIndex = 0; this.new_ = this.old_ = null; return false; } else if (this.curIndex == 0) this.$('bookmarkUpId').className = 'upOff';
|
|
|

04.08.2009, 21:06
|
|
Познающий
Регистрация: 29.03.2009
Сообщений: 37
Провел на форуме: 498441
Репутация:
40
|
|
это послание с выше...
|
|
|

04.08.2009, 21:08
|
|
Постоянный
Регистрация: 30.08.2005
Сообщений: 730
Провел на форуме: 6828219
Репутация:
2274
|
|
ну кодеры накосячили ну и чо
|
|
|

04.08.2009, 22:17
|
|
Banned
Регистрация: 01.06.2009
Сообщений: 436
Провел на форуме: 1934852
Репутация:
598
|
|
Шифровка ёпта.
|
|
|

04.08.2009, 22:22
|
|
Познавший АНТИЧАТ
Регистрация: 29.04.2007
Сообщений: 1,189
Провел на форуме: 5749763
Репутация:
1680
|
|
Страница загрузилась криво, или не до конца.
|
|
|

04.08.2009, 23:00
|
|
Banned
Регистрация: 12.07.2008
Сообщений: 206
Провел на форуме: 801258
Репутация:
33
|
|
Ха ёпта ))))))))))))))))))))))) чувак! Молодец!
Свои куки народу выложил...)))))))))))))))))
поделился печеньками)))))))))))))))))))))))))))))) )))))))))))
|
|
|

04.08.2009, 23:09
|
|
Познавший АНТИЧАТ
Регистрация: 01.05.2006
Сообщений: 1,021
Провел на форуме: 3424739
Репутация:
921
|
|
Сообщение от aqqa
Ха ёпта ))))))))))))))))))))))) чувак! Молодец!
Свои куки народу выложил...)))))))))))))))))
поделился печеньками)))))))))))))))))))))))))))))) )))))))))))
хоть убей кукисов там не увидел...
по теме...на хабре уже обсуждалось http://piterski.habrahabr.ru/blog/66131/
|
|
|

04.08.2009, 23:09
|
|
Участник форума
Регистрация: 04.03.2009
Сообщений: 298
Провел на форуме: 1241030
Репутация:
229
|
|
Сообщение от aqqa
Ха ёпта ))))))))))))))))))))))) чувак! Молодец!
Свои куки народу выложил...)))))))))))))))))
поделился печеньками)))))))))))))))))))))))))))))) )))))))))))
Заминусуйте этого школьника, который часть JS от кук не отличает
|
|
|

05.08.2009, 21:41
|
|
Banned
Регистрация: 12.07.2008
Сообщений: 206
Провел на форуме: 801258
Репутация:
33
|
|
Сообщение от banana
Заминусуйте этого школьника, который часть JS от кук не отличает
Да я школьник и я горжусь этим!
Хотел пошутить, а в ответ тупорылй,мегаумный банан вам приказывает заминусовать меня....УУУУУу
ща заплачу.......
|
|
|

05.08.2009, 21:51
|
|
Moderator - Level 7
Регистрация: 04.02.2007
Сообщений: 554
Провел на форуме: 7518056
Репутация:
1089
|
|
вставь в адресной строке у себя javascript:document.cookie выложи сюда и я тебе наглядно обьясню чем куки отличаються от обыкновенного кода
|
|
|
|
 |
|
Похожие темы
|
| Тема |
Автор |
Раздел |
Ответов |
Последнее сообщение |
|
Анеки=)
|
porter |
Болталка |
25 |
25.11.2006 21:10 |
|
Правда о докторе Айболите
|
Дрэгги |
Болталка |
17 |
30.09.2006 13:34 |
|
Пиянство
|
mifan |
Болталка |
18 |
03.09.2004 12:36 |
|
Здесь присутствуют: 1 (пользователей: 0 , гостей: 1)
|
|
|
|