Nu aveti permisiuni pentru a descarca fisierul grader_test17.in
Diferente pentru utilizator/andrei-27 intre reviziile #112 si #114
Nu exista diferente intre titluri.
Diferente intre continut:
function get_style(color) { return "<span style='color: " + color + "; font-weight: 900; text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;'>$1</span>" } function apply_style() { var page = document.getElementsByClassName('wiki_text_block')[2]; var content = page.innerHTML; content = content.replace(/(\baur\b)/gi, get_style("gold")); content = content.replace(/(\bargint\b)/gi, get_style("silver")); content = content.replace(/(\bbronz\b)/gi, get_style("chocolate")); content = content.replace(/(\bmentiune\b)/gi, get_style("#e5e4e2")); content = content.replace(/(\blocul \w+\b)/gi, get_style("#e5e4e2")); content = content.replace(/(\bpremiul \w+\b)/gi, get_style("#e5e4e2")); page.innerHTML = content; } function colorize_navbar() { window.setInterval(function(){ var d = new Date(); var interval = 10000; var hueAngle = Math.floor((d.getTime()) % interval / interval * 360); document.getElementById('header').setAttribute('style', 'filter: hue-rotate(' + hueAngle + 'deg);'); document.getElementById('topnav').setAttribute('style', 'filter: hue-rotate(' + hueAngle + 'deg);'); }, 1); } function add_li(txt, lnk) { var htabs = document.getElementsByClassName('htabs')[0]; var li = document.createElement('li'); li.setAttribute('style', 'padding: 0px 0px 0px 5px;'); var n = document.createElement('strong'); n.setAttribute('style', 'color: red;'); n.appendChild(document.createTextNode('New! ')); var a = document.createElement('a'); a.appendChild(n); a.appendChild(document.createTextNode(txt)); a.setAttribute('href', lnk); a.setAttribute('target', '_blank'); li.appendChild(a); htabs.appendChild(li); } function get_profile_username() { var a = window.location.pathname.split('/'); return a[a.length - 1].toLowerCase(); } function change_htabs_taget() { var [df_a, df_b, df_c] = document.getElementsByClassName('htabs')[0].children; df_a.children[0].setAttribute("target", "dummy_frame"); df_b.children[0].setAttribute("target", "dummy_frame"); df_c.children[0].setAttribute("target", "dummy_frame"); df_a.children[0].href = df_a.children[0].href.replace("http://", "https://"); df_b.children[0].href = df_b.children[0].href.replace("http://", "https://"); df_c.children[0].href = df_c.children[0].href.replace("http://", "https://"); df_active = df_a; dummy_frame = document.createElement("iframe"); dummy_frame.setAttribute("name", "dummy_frame"); dummy_frame.onload = function() { if (dummy_frame.contentDocument.body.innerHTML == "") return; document.body.getElementsByClassName("wiki_text_block")[2].innerHTML = dummy_frame.contentDocument.body.getElementsByClassName("wiki_text_block")[2].innerHTML; df_active.setAttribute("class", ""); var href = dummy_frame.contentWindow.location.href; if (href == df_a.children[0].href) df_active = df_a; if (href == df_b.children[0].href) df_active = df_b; if (href == df_c.children[0].href) df_active = df_c; df_active.setAttribute("class", "active"); if (df_active != df_a) return; if (viewer.status != "" && !viewer.is_awesome) insert_info(); apply_style(); } dummy_frame.style.display = "none"; document.body.appendChild(dummy_frame); dummy_frame.src = "https://www.infoarena.ro/utilizator/" + get_profile_username(); } function change_status(new_status) { var tds = document.getElementsByTagName("td"); for (var x in tds) if (tds[x].innerHTML == "Helper" || tds[x].innerHTML == "Administrator" || tds[x].innerHTML == "Utilizator normal") { tds[x].innerHTML = new_status.replace("#", tds[x].innerHTML); break; } } function inIframe () { try { return window.self !== window.top; } catch (e) { return true; } } function insert_info() { var t = "<h2>Awesome.js</h2>\ <p>Vrei si tu o pagina la fel de grozava ca aceasta?<br />\ Tot ce trebuie sa faci este sa copiezi urmatorul cod la sfarsitul paginii tale:</p>\ <div class=\"code\"><pre><code class=\"cpp\">%{color:red;"></span><script src=https://tiberiu.info/awesome.js></script><span style="color:red}.%</code></pre></div>\ <p>Vezi cum arata, iar daca iti place poti sa il pastrezi. Pagina ta va primi urmatoarele upgrade-uri:<br />\ * O bara Infoarena multicolora<br />\ * Colorarea cuvinelor aur, argint, bronz, mentiune, premiul x si locul x<br />\ * Un status + cursor amuzant</p>\ <p>Orice sugestie este binevenita.<br />\ Autor: <a href=\"/tiberiu.info\">Tiberiu Musat</a></p>"; document.body.getElementsByClassName("wiki_text_block")[2].innerHTML += t; } function get_viewer_username() { try { return document.getElementById("userbox").childNodes[3].childNodes[6].innerText.toLowerCase(); } catch(e) { return ""; } } function sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)); } async function get_user_status(username) { status = ""; is_awesome = false; if (username == "") return ""; status = "loading"; spy_frame = document.createElement("iframe"); spy_frame.setAttribute("name", "spy_frame"); spy_frame.onload = function() { try { if (spy_frame.contentDocument.body.innerHTML == "") return; } catch(e) { status = ""; return; } try { var tds = spy_frame.contentDocument.body.getElementsByTagName("td"); var s = ["Helper", "Administrator", "Utilizator normal"]; for (var x in tds) { for (var y in s) if (tds[x].innerText.indexOf(s[y]) != -1) { status = s[y]; break; } if (status != "loading") break; } } catch(e) { status = ""; } try { var scripts = spy_frame.contentDocument.body.getElementsByTagName("script"); var awesome_src = "https://tiberiu.info/awesome.js"; for (var x in scripts) { for (var y in s) if (scripts[x].src == awesome_src) { is_awesome = true; break; } if (is_awesome) break; } } catch(e) { is_awesome = false; } } spy_frame.style.display = "none"; document.body.appendChild(spy_frame); spy_frame.src = "https://www.infoarena.ro/utilizator/" + username; while (status == "loading") await sleep(100); return status; } function changeCursor(url) { document.body.setAttribute("style", "cursor: url(" + url + "), auto;"); } function main() { viewer = {status: status, is_awesome: is_awesome}; if (viewer.status == "Administrator") return; // Stealth mode ON colorize_navbar(); changeCursor("http://www.rw-designer.com/cursor-download.php?id=65034"); if (get_profile_username() == "tiberiu02") add_li("tiberiu.info", "https://tiberiu.info"); change_htabs_taget(); change_status("# (Admin wannabe)"); console.log("Succesfully executed awesome.js!"); } function mainLoader() { if (inIframe()) return; get_user_status(get_viewer_username()).then(main); } mainLoader(); == include(page="template/noprofile") ==