All public logs

Jump to navigation Jump to search

Combined display of all available logs of Server STB. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:32, 28 June 2024 Admin talk contribs created page Javascript (Created page with "<script> var url = "https://raw.githubusercontent.com/iherbs/quran-json/main/"; async function get(file = "") { return new Promise((resolve, _reject) => { xmlhttp = new XMLHttpRequest(); xmlhttp.open("GET", file); xmlhttp.onreadystatechange = function () { if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { // console.log(xmlhttp.responseText); resolve(xmlhttp.responseText); } }; xmlhttp.send(); }); } async functio...")