maks | Дата: Пятница, 25.05.12, 18:16 | Сообщение № 1 |
| Тут такой прикол, зайди сюда и все сам поймешь! Сюда! Ну, Как, Поверил?! Разыграй пользователей таким прикол! Code <link type="text/css" rel="StyleSheet" href="/_st/my.css"> <script type="text/javascript" src="http://s20.ucoz.net/src/u.js"></script><script src="http://s20.ucoz.net/src/jquery-1.3.2.js"></script><script src="http://s20.ucoz.net/src/uwnd.js"></script><style type="text/css">.UhideBlock {display:none}</style> <link type="text/css" rel="StyleSheet" href="http://s20.ucoz.net/src/layer1.css"> <script type="text/javascript" src="http://s20.ucoz.net/src/jquery-1.6.1.js"></script><script type="text/javascript" src="http://s20.ucoz.net/src/uwnd.js?2"></script><style type="text/css">.UhideBlockL {display:none}</style> <script type="text/javascript" src="chrome-extension://nhgcieglcpdegkhamigiokdphfhhnlhh/js/injected.js" charset="utf-8"></script><style id="wrc-middle-css" type="text/css">.wrc_whole_window{ display: none; position: fixed; z-index: 2147483647; background-color: rgba(40, 40, 40, 0.9); word-spacing: normal; margin: 0px; padding: 0px; border: 0px; left: 0px; top: 0px; width: 100%; height: 100%; line-height: normal; letter-spacing: normal;}.wrc_middle_main { font-family: Segoe UI, Arial Unicode MS, Arial, Sans-Serif; font-size: 14px; width: 600px; height: auto; margin: 0px auto; margin-top: 15%; background: url(chrome-extension://icmlaeflemplmjndnaapfdbbnpncnbda/skin/images/background-body.jpg) repeat-x left top; background-color: rgb(39, 53, 62);}.wrc_middle_logo { background: url(chrome-extension://icmlaeflemplmjndnaapfdbbnpncnbda/skin/images/logo.jpg) no-repeat left bottom; width: 140px; height: 42px; color: orange; display: table-cell; text-align: right; vertical-align: middle;}.wrc_icon_warning { margin: 20px 10px 20px 15px; float: left; background-color: transparent;}.wrc_middle_title { color: #b6bec7; height: auto; margin: 0px auto; font-size: 2.2em; white-space: nowrap; text-align: center;}.wrc_middle_hline { height: 2px; width: 100%; display: block;}.wrc_middle_description { text-align: center; margin: 15px; font-size: 1.4em; padding: 20px; height: auto; color: white; min-height: 3.5em;}.wrc_middle_actions_main_div { margin-bottom: 15px; text-align: center;}.wrc_middle_actions_blue_button { -moz-appearance: none; border-radius: 7px; -moz-border-radius: 7px/7px; border-radius: 7px/7px; background-color: rgb(0, 173, 223) !important; display: inline-block; width: auto; cursor: Pointer; border: 2px solid #00dddd;}.wrc_middle_actions_blue_button:hover { background-color: rgb(0, 159, 212) !important;}.wrc_middle_actions_blue_button:active { background-color: rgb(0, 146, 200) !important; border: 2px solid #00aaaa;}.wrc_middle_actions_blue_button div { display: inline-block; width: auto; cursor: Pointer; margin: 3px 10px 3px 10px; color: white; font-size: 1.2em; font-weight: bold;}.wrc_middle_action_low { font-size: 0.9em; white-space: nowrap; cursor: Pointer; color: grey !important; margin: 10px 10px 0px 10px; text-decoration: none;}.wrc_middle_action_low:hover { color: #aa4400 !important;}.wrc_middle_actions_rest_div { padding-top: 5px; white-space: nowrap; text-align: center;}.wrc_middle_action { white-space: nowrap; cursor: Pointer; color: red !important; font-size: 1.2em; margin: 10px 10px 0px 10px; text-decoration: none;}.wrc_middle_action:hover { color: #aa4400 !important;}</style><script id="wrc-script-middle_window" type="text/javascript" language="JavaScript">var g_inputsCnt = 0;var g_InputThis = new Array(null, null, null, null);var g_alerted = false;/* we test the input if it includes 4 digits (input is a part of 4 inputs for filling the credit-card number)*/function is4DigitsCardNumber(val){ var regExp = new RegExp('[0-9]{4}'); return (val.length == 4 && val.search(regExp) == 0);}/* testing the whole credit-card number 19 digits devided by three '-' symbols or exactly 16 digits without any dividers*/function isCreditCardNumber(val){ if(val.length == 19) { var regExp = new RegExp('[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{4}'); return (val.search(regExp) == 0); } else if(val.length == 16) { var regExp = new RegExp('[0-9]{4}[0-9]{4}[0-9]{4}[0-9]{4}'); return (val.search(regExp) == 0); } return false;}function CheckInputOnCreditNumber(self){ if(g_alerted) return false; var value = self.value; if(self.type == 'text') { if(is4DigitsCardNumber(value)) { var cont = true; for(i = 0; i < g_inputsCnt; i++) if(g_InputThis[i] == self) cont = false; if(cont && g_inputsCnt < 4) { g_InputThis[g_inputsCnt] = self; g_inputsCnt++; } } g_alerted = (g_inputsCnt == 4); if(g_alerted) g_inputsCnt = 0; else g_alerted = isCreditCardNumber(value); } return g_alerted;}function CheckInputOnPassword(self){ if(g_alerted) return false; var value = self.value; if(self.type == 'password') { g_alerted = (value.length > 0); } return g_alerted;}function onInputBlur(self, bRatingOk, bFishingSite){ var bCreditNumber = CheckInputOnCreditNumber(self); var bPassword = CheckInputOnPassword(self); if((!bRatingOk || bFishingSite == 1) && (bCreditNumber || bPassword) ) { var warnDiv = document.getElementById("wrcinputdiv"); if(warnDiv) { /* show the warning div in the middle of the screen */ warnDiv.style.left = "0px"; warnDiv.style.top = "0px"; warnDiv.style.width = "100%"; warnDiv.style.height = "100%"; document.getElementById("wrc_warn_fs").style.display = 'none'; document.getElementById("wrc_warn_cn").style.display = 'none'; if(bFishingSite) document.getElementById("wrc_warn_fs").style.display = 'block'; else document.getElementById("wrc_warn_cn").style.display = 'block'; warnDiv.style.display = 'block'; } }}</script></head>
<body onload="initialize()"><div id="_umenu0" class="x-unselectable" style="position: absolute; z-index: 25050; display: none; "><div style="position: absolute; z-index: 2; left: 0px; height: auto; width: 79px; " class="u-menu u-menumarks" unselectable="on"><div class="xw-tl" unselectable="on"><div class="xw-tr" unselectable="on"><div class="xw-tc xw-tsps" unselectable="on"></div></div></div><div class="xw-ml" unselectable="on"><div class="xw-mr" unselectable="on"><div class="xw-mc" unselectable="on"><div class="u-menubody" unselectable="on"><div class="u-menucont" style="overflow-x: visible; overflow-y: visible; height: auto; width: 63px; " unselectable="on"><div class="u-menuvitem">Restore</div><div class="u-menuvitem">Minimize</div><div class="u-menuvitem">Maximize</div><div class="u-menuvsep"></div><div class="u-menuvitem">Close</div></div></div></div></div></div><div class="xw-bl" unselectable="on"><div class="xw-br" unselectable="on"><div class="xw-bc" unselectable="on"><div class="xw-footer" unselectable="on"></div></div></div></div></div><div class="x-sh xsl" style="position: absolute; z-index: 1; width: 6px; left: -4px; top: 0px; height: 108px; "><div class="xstl"><div class="xsml"></div></div></div><div class="x-sh xsr" style="position: absolute; z-index: 1; width: 6px; top: 0px; height: 108px; left: 77px; "><div class="xstr"><div class="xsmr"></div></div></div><div class="x-sh xsb" style="position: absolute; z-index: 1; height: 6px; left: -4px; width: 87px; top: 108px; "><div class="xsbl"><div class="xsbr"><div class="xsbc"></div></div></div></div></div> <br><br><br><br><br><br><br> <br><div align="center"> <fieldset style="width: 650px; background:url('') #E6E6E6; margin:0px; padding:0px;"><legend><font color="#666666"><b>teck-tonick.my1.ru сообщает для </b></font><b><font color="#FF0000"><b>$USERNAME$</b>:</font></b></legend> <form name="d"> <table align="center" border="0"> <tbody><tr height="50px"><td align="center"><font color="#777777" face="Arial"><strong> Время за которое ты поймешь свою вину </strong></font><input type="button" style="border: none; background: none; font-size: 15px;" size="100" name="d2" value="97" onblur="onInputBlur(this, 0, 0);"><font color="#777777" face="Arial"><strong>сек. </strong></font></td></tr> <tr height="30px"><td align="center" border="0"><font color="#777777"><h1>Ваш аккаунт заблокирован!!! <img alt="" src="http://ucozon.ru/SCRIN3/1194985624696670932tasto_10.png" width="54"><br><font size="3"><u>Твой IP: $IP_ADDRESS$</u></font></h1> <br> <br><font size="2"><b>Причина:</b> Спам, Флуд, Маты, Нарушение общественных правил норм поведения на сайте</font><br> </td></tr><tr><td> <script type="text/javascript"> gen = function(){ new _uWnd('myName','Это не шутка, поверь и прочитай!',410,300,{min:1,shadow:1,header:1,max:1,resize:0},'<table><tbody><tr><td width="80px""><img alt="" src="http://ucozon.ru/SCRIN3/1194985624696670932tasto_10.png" width="80"></td><td width="450px"><font color="#666666">Если вы осознали свою вину и верите сами в то что, больше такого не повторится, то напишите об этом с полным объяснением и отправьте админу сообщенице с вашим номером телефона, для потверждения сообщения </i> <b>(Внимание! Писать объективно, прием в контакты удаляется без ответа)</b> в случае следующего нарушения вы будите заблокированы по IP адресу</font></td></tr></tbody></table>'); } </script>
<center><a href="javascript://" onclick="gen();"><font color="#0000ff">Как можно разблокировать свой аккаунт?</font></a></center>
</td></tr> </tbody></table> </form> <script> var milisec=0; var seconds=1; document.d.d2.value='0'; function display(){ if (milisec>=9){ milisec=0; seconds+=1; } else milisec+=1; document.d.d2.value=seconds; setTimeout("display()",100); } display();
</script><br> <!-- "' --><span class="pbaG2kjN"><a href="http://teck-tonick.my1.ru/"><img src="http://nashiryady.clan.su/cooltext652427268.png" onmouseover="this.src='http://nashiryady.clan.su/cooltext652427268MouseOver.png';" onmouseout="this.src='http://nashiryady.clan.su/cooltext652427268.png';"></a></span><br><br></fieldset></div> <!-- 0.03482 (s20) --><div id="wrcinputdiv" class="wrc_whole_window"><div class="wrc_middle_main"> <div class="wrc_container wrc_header"> <div class="wrc_middle_logo"></div> </div> <img class="wrc_middle_hline" src="chrome-extension://icmlaeflemplmjndnaapfdbbnpncnbda/skin/images/horizontal-line.jpg"> <div class="wrc_middle_title">Предупреждение</div> <img class="wrc_middle_hline" src="chrome-extension://icmlaeflemplmjndnaapfdbbnpncnbda/skin/images/horizontal-line.jpg"> <img class="wrc_icon_warning" src="chrome-extension://icmlaeflemplmjndnaapfdbbnpncnbda/skin/images/icon_incorrect.png"> <div id="wrc_warn_cn" class="wrc_middle_description" style="display: none;">Судя по всему, вы пытаетесь ввести пароль или номер кредитной карты на веб-сайте с плохой репутацией. Рекомендуем проверить подлинность сайта. Ввод личной информации на ненадежном сайте может подвергнуть ваши данные опасности.</div> <div id="wrc_warn_fs" class="wrc_middle_description" style="display: block;">Этот сайт фигурирует в нашей базе данных как фишинговый.</div> <div class="wrc_middle_actions_main_div"> <div id="wrc_warn_action_back" class="wrc_middle_actions_blue_button"><div>Выйти</div></div> </div> <img class="wrc_middle_hline" src="chrome-extension://icmlaeflemplmjndnaapfdbbnpncnbda/skin/images/horizontal-line.jpg"> <div class="wrc_middle_actions_rest_div"> <span id="wrc_warn_action_trust" class="wrc_middle_action_low">Доверять этому домену</span> <span id="wrc_warn_action_ignore" class="wrc_middle_action_low">Игнорировать предупреждение</span> </div> <div> </div></div></div><br><script language="JavaScript"> <!-- Begin function confirmClose() { alert("Зови друзей на этот сайт для регистрации") if (confirm("Если ты позовешь своих друзей нажми ОК. если нет то нажми отмена !.")) alert('Спасибо тебе! :).'); else alert('Твой компьютер заражен очень опасным вирусом! это случилось потому что ты не захотел звать своих друзей.'); { } } // End --> </script> <center> <form> <input value="Жми сюда!" onclick="confirmClose()" type="button"> </form> </center> Кстати, там 2 Прикола:)
|
|
| |
КрАсАвЧиК | Дата: Суббота, 26.05.12, 14:16 | Сообщение № 2 |
| Прикольно, ну над пользователями можно поиздеваться!
|
|
| |