var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); document.write('
'); if ((typeof LOGINZA == "undefined") || !LOGINZA) { var LOGINZA = { 'loaded': false, 'token_url': null, 'selected_provider': null, 'providers_set': null, 'service_host': 'http://web.archive.orghttp://loginza.ru', 'lang': null, 'ajax': false, 'mobile': false, 'callback': null, 'hash': '' }; }; LOGINZA.show = function(lnk) { LOGINZA.selected_provider = LOGINZA.getQueryStringValue(lnk, 'provider'); LOGINZA.providers_set = LOGINZA.getQueryStringValue(lnk, 'providers_set'); LOGINZA.token_url = LOGINZA.getQueryStringValue(lnk, 'token_url'); LOGINZA.lang = LOGINZA.getQueryStringValue(lnk, 'lang'); LOGINZA.mobile = LOGINZA.getQueryStringValue(lnk, 'mobile'); if (LOGINZA.mobile == 'auto') { var nav = window.navigator.userAgent; var mobua = ['iPhone', 'Android', 'iPad', 'Opera Mobi', 'Kindle/3.0']; LOGINZA.mobile = false; for (var i=0; i= 0) { LOGINZA.mobile = true; break; }; }; } else if (LOGINZA.mobile) { LOGINZA.mobile = true; } else { LOGINZA.mobile = false; }; if (!LOGINZA.mobile && !LOGINZA.loaded) { if(!+"\v1") {var ps = 'absolute';location.href = '#top';} else {var ps = 'fixed';}; var cldDiv = document.createElement("div"); cldDiv.id = 'loginza_auth_form'; cldDiv.style.overflow = 'visible'; cldDiv.style.backgroundColor = 'transparent'; cldDiv.style.zIndex = '10000'; cldDiv.style.position = ps; cldDiv.style.display = 'block'; cldDiv.style.top = '0px'; cldDiv.style.left = '0px'; cldDiv.style.textAlign = 'center'; cldDiv.style.height = '878px'; cldDiv.style.width = '1247px'; cldDiv.style.paddingTop = '125px'; cldDiv.style.backgroundImage = 'url(/php/uAuth/uauth.php?img=1)'; var cntDiv = document.createElement("div"); cntDiv.style.position = 'relative'; cntDiv.style.display = 'inline'; cntDiv.style.overflow = 'visible'; var img = document.createElement("img"); img.onclick = LOGINZA.close; img.style.position = 'relative'; img.style.left = '348px'; img.style.top = '-332px'; img.style.cursor = 'hand'; img.style.width = '7px'; img.style.height = '7px'; img.style.border = '0'; img.alt = 'X'; img.title = 'Close'; img.src = LOGINZA.service_host+'/img/widget/close.gif'; var iframe = document.createElement("iframe"); iframe.id = 'loginza_main_ifr'; iframe.width = '359'; iframe.height = '350'; if (LOGINZA.mobile) { iframe.width = '320'; iframe.height = '480'; }; iframe.scrolling = 'no'; iframe.frameBorder = '0'; iframe.src = "javascript:'

Загрузка…

'"; cntDiv.appendChild(img); cldDiv.appendChild(cntDiv); cldDiv.appendChild(iframe); try { cldDiv.style.paddingTop = (window.innerHeight-350)/2 + 'px'; } catch (e) { cldDiv.style.paddingTop = '100px'; }; cldDiv.style.paddingLeft = 0; cldDiv.style.height = '2000px'; cldDiv.style.width = document.body.clientWidth + 50 + 'px'; document.body.appendChild(cldDiv); LOGINZA.loaded = true; if (LOGINZA.ajax) { setInterval(LOGINZA.hashParser, 500); }; $('#loginza_main_ifr').after('
Интеграция с uCoz by G-XPert
'); }; if (!LOGINZA.token_url) { alert('Error token_url value!'); } else { var loginza_url = LOGINZA.service_host+'/api/widget.php?overlay=true&w=' +document.body.clientWidth+ '&token_url='+encodeURIComponent(LOGINZA.token_url)+ '&provider='+encodeURIComponent(LOGINZA.selected_provider)+ '&providers_set='+encodeURIComponent(LOGINZA.providers_set)+ '&lang='+encodeURIComponent(LOGINZA.lang)+ '&ajax='+(LOGINZA.ajax ? 'true' : 'false')+ (LOGINZA.mobile ? '&mobile=true' : ''); if (LOGINZA.mobile) { document.location = loginza_url; } else { document.getElementById('loginza_main_ifr').setAttribute('src', loginza_url); }; }; if (!LOGINZA.mobile) { document.getElementById('loginza_auth_form').style.display = ''; }; return false; }; LOGINZA.close = function () { document.getElementById('loginza_auth_form').style.display = 'none'; }; LOGINZA.resize = function () { var frm = document.getElementById('loginza_auth_form'); if (frm) { frm.style.width = document.body.clientWidth + 50 + 'px'; try { frm.style.paddingTop = (window.innerHeight-350)/2 + 'px'; } catch (e) { frm.style.paddingTop = '100px'; }; }; }; LOGINZA.getQueryStringValue = function (link, key) { var url_str = link; var match = null; var query_str = url_str.match(/^[^?]*(?:\?([^#]*))?(?:$|#.*$)/)[1] var _query_regex = new RegExp("([^=]+)=([^&]*)&?", "g"); while ((match = _query_regex.exec(query_str)) != null) { if (decodeURIComponent(match[1]) == key) { return decodeURIComponent(match[2]); }; }; return null; }; LOGINZA.findClass = function (str, node) { if (document.getElementsByClassName) { return (node || document).getElementsByClassName(str); } else { var node = node || document, list = node.getElementsByTagName('*'), length = list.length, Class = str.split(/\s+/), classes = Class.length, array = [], i, j, key; for(i = 0; i < length; i++) { key = true; for(j = 0; j < classes; j++) {if (list[i].className.search('\\b' + Class[j] + '\\b') == -1) {key = false;};}; if (key) {array.push(list[i]);}; }; return array; }; }; LOGINZA.addEvent = function (obj, type, fn){ if (obj.addEventListener){ obj.addEventListener( type, fn, false); } else if(obj.attachEvent) { obj.attachEvent( "on"+type, fn ); } else { obj["on"+type] = fn; }; }; LOGINZA.init = function () { LOGINZA.addEvent(window, 'resize', LOGINZA.resize); LOGINZA.addEvent(document, 'keydown', function(e) { e = e || window.event; if (e.keyCode == 27) { LOGINZA.close(); }; return true; }); }; LOGINZA.widget = function () { var iframeNode = document.getElementById('loginza_main_ifr'); if (iframeNode.contentDocument) {return iframeNode.contentDocument;}; if (iframeNode.contentWindow) {return iframeNode.contentWindow.document;}; return iframeNode.document; }; LOGINZA.hashParser = function () { var func, param; try { var hash = LOGINZA.widget().location.hash.substr(1); var commands = hash.split(';'); var callbacks = [ ['token:', 'getToken'] ]; if (hash != LOGINZA.hash) { for (var k=0; k
Вы не ввели e-mail адрес!
'); }; }; LOGINZA.auth_go = function(nick,t) { if (nick) { $(t).attr('disabled','disabled').val('Подождите…'); $('#auth_frame').contents().find('input[name="login"]').val(nick); $('#auth_frame').attr('onload','LOGINZA.prov()'); $('#auth_frame').load(function(){LOGINZA.prov();}); $('#auth_frame').contents().find('#n_login').submit(); } else { _uWnd.alert('

Вы не ввели логин!
'); }; }; function auth_go(t) { var code = $('#auth_code input[name="code"]').val(); var seckey = $('#seckey_auth').val(); if (code) { $(t).val('Подождите…').attr('disabled','disabled'); $('#auth_frame').contents().find('input[name="code"]').val(code); $('#auth_frame').contents().find('input[name="seckey"]').val(seckey); $('#auth_frame').attr('onload','LOGINZA.prov()'); $('#auth_frame').load(function(){LOGINZA.prov();}); $('#auth_frame').contents().find('#n_login').submit(); } else { _uWnd.alert('

Вы не ввели код безопасности!
'); }; }; LOGINZA.prov = function() { var status = $('#auth_frame').contents().find('#ident_status').html(); if ($('#auth_frame').contents().find('#ident_status').size() > 0) { $('#auth_frame').removeAttr('onload'); $('#auth_frame').unbind('load'); if (status == '0') { _uWnd.alert('
Неизвестная ошибка!
Пожалуйста, свяжитесь с Администратором ресурса.
'); }; if (status == '141') { _uWnd.close('new_login') $('#auth_frame').contents().find('#n_login').submit(); } if (status == '5') { _uWnd.alert('
Неверный код безопасности!
'); }; if (status == '6') { _uWnd.alert('
В логине содержатся недопустимые символы или он слишком короткий!
'); $('#auth_button').removeAttr('disabled').val('"Авторизоваться"'); }; if (status == '7') { _uWnd.alert('
Пользователь с таким логином уже зарегистрирован!
'); $('#auth_button').removeAttr('disabled').val('Авторизоваться'); }; if (status == '4') { eval($('#auth_frame').contents().find('#capcha').html()); }; if (status == '2') { _uWnd.close('secure');_uWnd.close('new_email'); new _uWnd('new_login','Установка логина','430','200',{autosize:0,close:0,modal:1},'
К сожалению, логин, под которым Вы хотите авторизоваться, уже занят.


Пожалуйста, введите в поле ниже другой логин.


'); }; if (status == '9') { _uWnd.close('secure');_uWnd.close('new_email'); new _uWnd('new_login','Установка логина','430','200',{autosize:0,close:0,modal:1},'

Установите, пожалуйста, свой логин. Он будет отображаться на сайте.


'); }; if ((status == '10') || (status == '11')) { if (status == '11') {_uWnd.alert('
Неверно введён e-mail адрес!
');}; _uWnd.close('secure'); new _uWnd('new_email','Установка e-mail-адреса','430','200',{autosize:0,close:0,modal:1},'

Перед авторизацией введите, пожалуйста, свой e-mail адрес в поле ниже.


'); }; }; }; LOGINZA.redirect = function () { $('#loginza_main_ifr, #g-xpert').hide(); $('body').append(''); }; LOGINZA.addEvent(window, 'load', LOGINZA.init); LOGINZA.addEvent(window, 'message', LOGINZA.scriptMessage); } /* playback timings (ms): captures_list: 104.328 exclusion.robots: 0.079 exclusion.robots.policy: 0.071 cdx.remote: 0.062 esindex: 0.009 LoadShardBlock: 42.887 (3) PetaboxLoader3.datanode: 163.495 (4) CDXLines.iter: 17.347 (3) load_resource: 321.303 PetaboxLoader3.resolve: 198.045 */