├── LICENSE ├── README.md ├── modules ├── Agent.php ├── ArticleInfo.php ├── Counter.php ├── Export.php ├── Forms.php ├── Graph.php ├── OAuth.php ├── RFAde.php ├── RangeContribs.php ├── WebRequest.php ├── WebTool.php └── Xtools.i18n.php └── public_html ├── Export.php ├── XTools.js ├── adminstats └── index.php ├── agent └── config.php ├── api.php ├── articleinfo └── index.php ├── autoblock └── index.php ├── autoedits └── index.php ├── bash ├── base.php └── index.php ├── blame └── index.php ├── ec └── index.php ├── echo ├── core └── index.php ├── editsummary ├── core └── index.php ├── index.php ├── info.php ├── ipcalc └── index.php ├── isAdmin └── index.php ├── multiquery.fcgi ├── oauthredirector.php ├── pages └── index.php ├── pcount ├── index.php └── index2.php ├── rangecontribs └── index.php ├── rfa └── index.php ├── rfap └── index.php ├── rfbp2 └── index.php ├── sc └── index.php ├── snottywong tools └── adminscore.php ├── static ├── XTools_gadget.user.js ├── config.json.idk ├── css │ ├── bootstrap-theme.css │ ├── bootstrap-theme.css.map │ ├── bootstrap-theme.min.css │ ├── bootstrap.css │ ├── bootstrap.css.map │ ├── bootstrap.min.css │ ├── style.css │ └── stylenew.css ├── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ └── glyphicons-halflings-regular.woff ├── images │ ├── Blue_Fedora_hat_12.png │ ├── Echo_Icon_18.png │ ├── anybrowser.png │ ├── callout.png │ ├── flags │ │ ├── __MACOSX │ │ │ ├── gif │ │ │ │ ├── ._.DS_Store │ │ │ │ ├── ._ao.gif │ │ │ │ ├── ._catalonia.gif │ │ │ │ ├── ._cd.gif │ │ │ │ ├── ._europeanunion.gif │ │ │ │ ├── ._gb.gif │ │ │ │ ├── ._lc.gif │ │ │ │ ├── ._me.gif │ │ │ │ └── ._rs.gif │ │ │ └── png │ │ │ │ ├── ._.DS_Store │ │ │ │ ├── ._ao.png │ │ │ │ ├── ._catalonia.png │ │ │ │ ├── ._cd.png │ │ │ │ ├── ._europeanunion.png │ │ │ │ ├── ._gb.png │ │ │ │ ├── ._lc.png │ │ │ │ ├── ._me.png │ │ │ │ └── ._rs.png │ │ ├── famfamfam_flag_icons.zip │ │ ├── gif │ │ │ ├── .DS_Store │ │ │ ├── ad.gif │ │ │ ├── ae.gif │ │ │ ├── af.gif │ │ │ ├── ag.gif │ │ │ ├── ai.gif │ │ │ ├── al.gif │ │ │ ├── am.gif │ │ │ ├── an.gif │ │ │ ├── ao.gif │ │ │ ├── ar.gif │ │ │ ├── as.gif │ │ │ ├── at.gif │ │ │ ├── au.gif │ │ │ ├── aw.gif │ │ │ ├── ax.gif │ │ │ ├── az.gif │ │ │ ├── ba.gif │ │ │ ├── bb.gif │ │ │ ├── bd.gif │ │ │ ├── be.gif │ │ │ ├── bf.gif │ │ │ ├── bg.gif │ │ │ ├── bh.gif │ │ │ ├── bi.gif │ │ │ ├── bj.gif │ │ │ ├── bm.gif │ │ │ ├── bn.gif │ │ │ ├── bo.gif │ │ │ ├── br.gif │ │ │ ├── bs.gif │ │ │ ├── bt.gif │ │ │ ├── bv.gif │ │ │ ├── bw.gif │ │ │ ├── by.gif │ │ │ ├── bz.gif │ │ │ ├── ca.gif │ │ │ ├── catalonia.gif │ │ │ ├── cc.gif │ │ │ ├── cd.gif │ │ │ ├── cf.gif │ │ │ ├── cg.gif │ │ │ ├── ch.gif │ │ │ ├── ci.gif │ │ │ ├── ck.gif │ │ │ ├── cl.gif │ │ │ ├── cm.gif │ │ │ ├── cn.gif │ │ │ ├── co.gif │ │ │ ├── cr.gif │ │ │ ├── cs.gif │ │ │ ├── cu.gif │ │ │ ├── cv.gif │ │ │ ├── cx.gif │ │ │ ├── cy.gif │ │ │ ├── cz.gif │ │ │ ├── de.gif │ │ │ ├── dj.gif │ │ │ ├── dk.gif │ │ │ ├── dm.gif │ │ │ ├── do.gif │ │ │ ├── dz.gif │ │ │ ├── ec.gif │ │ │ ├── ee.gif │ │ │ ├── eg.gif │ │ │ ├── eh.gif │ │ │ ├── england.gif │ │ │ ├── er.gif │ │ │ ├── es.gif │ │ │ ├── et.gif │ │ │ ├── europeanunion.gif │ │ │ ├── fam.gif │ │ │ ├── fi.gif │ │ │ ├── fj.gif │ │ │ ├── fk.gif │ │ │ ├── fm.gif │ │ │ ├── fo.gif │ │ │ ├── fr.gif │ │ │ ├── ga.gif │ │ │ ├── gb.gif │ │ │ ├── gd.gif │ │ │ ├── ge.gif │ │ │ ├── gf.gif │ │ │ ├── gh.gif │ │ │ ├── gi.gif │ │ │ ├── gl.gif │ │ │ ├── gm.gif │ │ │ ├── gn.gif │ │ │ ├── gp.gif │ │ │ ├── gq.gif │ │ │ ├── gr.gif │ │ │ ├── gs.gif │ │ │ ├── gt.gif │ │ │ ├── gu.gif │ │ │ ├── gw.gif │ │ │ ├── gy.gif │ │ │ ├── hk.gif │ │ │ ├── hm.gif │ │ │ ├── hn.gif │ │ │ ├── hr.gif │ │ │ ├── ht.gif │ │ │ ├── hu.gif │ │ │ ├── id.gif │ │ │ ├── ie.gif │ │ │ ├── il.gif │ │ │ ├── in.gif │ │ │ ├── io.gif │ │ │ ├── iq.gif │ │ │ ├── ir.gif │ │ │ ├── is.gif │ │ │ ├── it.gif │ │ │ ├── jm.gif │ │ │ ├── jo.gif │ │ │ ├── jp.gif │ │ │ ├── ke.gif │ │ │ ├── kg.gif │ │ │ ├── kh.gif │ │ │ ├── ki.gif │ │ │ ├── km.gif │ │ │ ├── kn.gif │ │ │ ├── kp.gif │ │ │ ├── kr.gif │ │ │ ├── kw.gif │ │ │ ├── ky.gif │ │ │ ├── kz.gif │ │ │ ├── la.gif │ │ │ ├── lb.gif │ │ │ ├── lc.gif │ │ │ ├── li.gif │ │ │ ├── lk.gif │ │ │ ├── lr.gif │ │ │ ├── ls.gif │ │ │ ├── lt.gif │ │ │ ├── lu.gif │ │ │ ├── lv.gif │ │ │ ├── ly.gif │ │ │ ├── ma.gif │ │ │ ├── mc.gif │ │ │ ├── md.gif │ │ │ ├── me.gif │ │ │ ├── mg.gif │ │ │ ├── mh.gif │ │ │ ├── mk.gif │ │ │ ├── ml.gif │ │ │ ├── mm.gif │ │ │ ├── mn.gif │ │ │ ├── mo.gif │ │ │ ├── mp.gif │ │ │ ├── mq.gif │ │ │ ├── mr.gif │ │ │ ├── ms.gif │ │ │ ├── mt.gif │ │ │ ├── mu.gif │ │ │ ├── mv.gif │ │ │ ├── mw.gif │ │ │ ├── mx.gif │ │ │ ├── my.gif │ │ │ ├── mz.gif │ │ │ ├── na.gif │ │ │ ├── nc.gif │ │ │ ├── ne.gif │ │ │ ├── nf.gif │ │ │ ├── ng.gif │ │ │ ├── ni.gif │ │ │ ├── nl.gif │ │ │ ├── no.gif │ │ │ ├── np.gif │ │ │ ├── nr.gif │ │ │ ├── nu.gif │ │ │ ├── nz.gif │ │ │ ├── om.gif │ │ │ ├── pa.gif │ │ │ ├── pe.gif │ │ │ ├── pf.gif │ │ │ ├── pg.gif │ │ │ ├── ph.gif │ │ │ ├── pk.gif │ │ │ ├── pl.gif │ │ │ ├── pm.gif │ │ │ ├── pn.gif │ │ │ ├── pr.gif │ │ │ ├── ps.gif │ │ │ ├── pt.gif │ │ │ ├── pw.gif │ │ │ ├── py.gif │ │ │ ├── qa.gif │ │ │ ├── re.gif │ │ │ ├── ro.gif │ │ │ ├── rs.gif │ │ │ ├── ru.gif │ │ │ ├── rw.gif │ │ │ ├── sa.gif │ │ │ ├── sb.gif │ │ │ ├── sc.gif │ │ │ ├── scotland.gif │ │ │ ├── sd.gif │ │ │ ├── se.gif │ │ │ ├── sg.gif │ │ │ ├── sh.gif │ │ │ ├── si.gif │ │ │ ├── sj.gif │ │ │ ├── sk.gif │ │ │ ├── sl.gif │ │ │ ├── sm.gif │ │ │ ├── sn.gif │ │ │ ├── so.gif │ │ │ ├── sr.gif │ │ │ ├── st.gif │ │ │ ├── sv.gif │ │ │ ├── sy.gif │ │ │ ├── sz.gif │ │ │ ├── tc.gif │ │ │ ├── td.gif │ │ │ ├── tf.gif │ │ │ ├── tg.gif │ │ │ ├── th.gif │ │ │ ├── tj.gif │ │ │ ├── tk.gif │ │ │ ├── tl.gif │ │ │ ├── tm.gif │ │ │ ├── tn.gif │ │ │ ├── to.gif │ │ │ ├── tr.gif │ │ │ ├── tt.gif │ │ │ ├── tv.gif │ │ │ ├── tw.gif │ │ │ ├── tz.gif │ │ │ ├── ua.gif │ │ │ ├── ug.gif │ │ │ ├── um.gif │ │ │ ├── us.gif │ │ │ ├── uy.gif │ │ │ ├── uz.gif │ │ │ ├── va.gif │ │ │ ├── vc.gif │ │ │ ├── ve.gif │ │ │ ├── vg.gif │ │ │ ├── vi.gif │ │ │ ├── vn.gif │ │ │ ├── vu.gif │ │ │ ├── wales.gif │ │ │ ├── wf.gif │ │ │ ├── ws.gif │ │ │ ├── ye.gif │ │ │ ├── yt.gif │ │ │ ├── za.gif │ │ │ ├── zm.gif │ │ │ └── zw.gif │ │ ├── png │ │ │ ├── .DS_Store │ │ │ ├── ad.png │ │ │ ├── ae.png │ │ │ ├── af.png │ │ │ ├── ag.png │ │ │ ├── ai.png │ │ │ ├── al.png │ │ │ ├── am.png │ │ │ ├── an.png │ │ │ ├── ao.png │ │ │ ├── ar.png │ │ │ ├── as.png │ │ │ ├── at.png │ │ │ ├── au.png │ │ │ ├── aw.png │ │ │ ├── ax.png │ │ │ ├── az.png │ │ │ ├── ba.png │ │ │ ├── bb.png │ │ │ ├── bd.png │ │ │ ├── be.png │ │ │ ├── bf.png │ │ │ ├── bg.png │ │ │ ├── bh.png │ │ │ ├── bi.png │ │ │ ├── bj.png │ │ │ ├── bm.png │ │ │ ├── bn.png │ │ │ ├── bo.png │ │ │ ├── br.png │ │ │ ├── bs.png │ │ │ ├── bt.png │ │ │ ├── bv.png │ │ │ ├── bw.png │ │ │ ├── by.png │ │ │ ├── bz.png │ │ │ ├── ca.png │ │ │ ├── catalonia.png │ │ │ ├── cc.png │ │ │ ├── cd.png │ │ │ ├── cf.png │ │ │ ├── cg.png │ │ │ ├── ch.png │ │ │ ├── ci.png │ │ │ ├── ck.png │ │ │ ├── cl.png │ │ │ ├── cm.png │ │ │ ├── cn.png │ │ │ ├── co.png │ │ │ ├── cr.png │ │ │ ├── cs.png │ │ │ ├── cu.png │ │ │ ├── cv.png │ │ │ ├── cx.png │ │ │ ├── cy.png │ │ │ ├── cz.png │ │ │ ├── da.png │ │ │ ├── de.png │ │ │ ├── dj.png │ │ │ ├── dk.png │ │ │ ├── dm.png │ │ │ ├── do.png │ │ │ ├── dz.png │ │ │ ├── ec.png │ │ │ ├── ee.png │ │ │ ├── eg.png │ │ │ ├── eh.png │ │ │ ├── en.png │ │ │ ├── england.png │ │ │ ├── er.png │ │ │ ├── es.png │ │ │ ├── et.png │ │ │ ├── europeanunion.png │ │ │ ├── fam.png │ │ │ ├── fi.png │ │ │ ├── fj.png │ │ │ ├── fk.png │ │ │ ├── fm.png │ │ │ ├── fo.png │ │ │ ├── fr.png │ │ │ ├── ga.png │ │ │ ├── gb.png │ │ │ ├── gd.png │ │ │ ├── ge.png │ │ │ ├── gf.png │ │ │ ├── gh.png │ │ │ ├── gi.png │ │ │ ├── gl.png │ │ │ ├── gm.png │ │ │ ├── gn.png │ │ │ ├── gp.png │ │ │ ├── gq.png │ │ │ ├── gr.png │ │ │ ├── gs.png │ │ │ ├── gt.png │ │ │ ├── gu.png │ │ │ ├── gw.png │ │ │ ├── gy.png │ │ │ ├── he.png │ │ │ ├── hk.png │ │ │ ├── hm.png │ │ │ ├── hn.png │ │ │ ├── hr.png │ │ │ ├── ht.png │ │ │ ├── hu.png │ │ │ ├── id.png │ │ │ ├── ie.png │ │ │ ├── il.png │ │ │ ├── in.png │ │ │ ├── io.png │ │ │ ├── iq.png │ │ │ ├── ir.png │ │ │ ├── is.png │ │ │ ├── it.png │ │ │ ├── jm.png │ │ │ ├── jo.png │ │ │ ├── jp.png │ │ │ ├── ke.png │ │ │ ├── kg.png │ │ │ ├── kh.png │ │ │ ├── ki.png │ │ │ ├── km.png │ │ │ ├── kn.png │ │ │ ├── kp.png │ │ │ ├── kr.png │ │ │ ├── kw.png │ │ │ ├── ky.png │ │ │ ├── kz.png │ │ │ ├── la.png │ │ │ ├── lb.png │ │ │ ├── lc.png │ │ │ ├── li.png │ │ │ ├── lk.png │ │ │ ├── lr.png │ │ │ ├── ls.png │ │ │ ├── lt.png │ │ │ ├── lu.png │ │ │ ├── lv.png │ │ │ ├── ly.png │ │ │ ├── ma.png │ │ │ ├── mc.png │ │ │ ├── md.png │ │ │ ├── me.png │ │ │ ├── mg.png │ │ │ ├── mh.png │ │ │ ├── mk.png │ │ │ ├── ml.png │ │ │ ├── mm.png │ │ │ ├── mn.png │ │ │ ├── mo.png │ │ │ ├── mp.png │ │ │ ├── mq.png │ │ │ ├── mr.png │ │ │ ├── ms.png │ │ │ ├── mt.png │ │ │ ├── mu.png │ │ │ ├── mv.png │ │ │ ├── mw.png │ │ │ ├── mx.png │ │ │ ├── my.png │ │ │ ├── mz.png │ │ │ ├── na.png │ │ │ ├── nc.png │ │ │ ├── ne.png │ │ │ ├── nf.png │ │ │ ├── ng.png │ │ │ ├── ni.png │ │ │ ├── nl.png │ │ │ ├── no.png │ │ │ ├── np.png │ │ │ ├── nr.png │ │ │ ├── nu.png │ │ │ ├── nz.png │ │ │ ├── om.png │ │ │ ├── pa.png │ │ │ ├── pe.png │ │ │ ├── pf.png │ │ │ ├── pg.png │ │ │ ├── ph.png │ │ │ ├── pk.png │ │ │ ├── pl.png │ │ │ ├── pm.png │ │ │ ├── pn.png │ │ │ ├── pr.png │ │ │ ├── ps.png │ │ │ ├── pt.png │ │ │ ├── pw.png │ │ │ ├── py.png │ │ │ ├── qa.png │ │ │ ├── re.png │ │ │ ├── ro.png │ │ │ ├── rs.png │ │ │ ├── ru.png │ │ │ ├── rw.png │ │ │ ├── sa.png │ │ │ ├── sb.png │ │ │ ├── sc.png │ │ │ ├── scotland.png │ │ │ ├── sd.png │ │ │ ├── se.png │ │ │ ├── sg.png │ │ │ ├── sh.png │ │ │ ├── si.png │ │ │ ├── sj.png │ │ │ ├── sk.png │ │ │ ├── sl.png │ │ │ ├── sm.png │ │ │ ├── sn.png │ │ │ ├── so.png │ │ │ ├── sr.png │ │ │ ├── st.png │ │ │ ├── sv.png │ │ │ ├── sy.png │ │ │ ├── sz.png │ │ │ ├── tc.png │ │ │ ├── td.png │ │ │ ├── tf.png │ │ │ ├── tg.png │ │ │ ├── th.png │ │ │ ├── tj.png │ │ │ ├── tk.png │ │ │ ├── tl.png │ │ │ ├── tm.png │ │ │ ├── tn.png │ │ │ ├── to.png │ │ │ ├── tr.png │ │ │ ├── tt.png │ │ │ ├── tv.png │ │ │ ├── tw.png │ │ │ ├── tz.png │ │ │ ├── ua.png │ │ │ ├── ug.png │ │ │ ├── um.png │ │ │ ├── us.png │ │ │ ├── uy.png │ │ │ ├── uz.png │ │ │ ├── va.png │ │ │ ├── vc.png │ │ │ ├── ve.png │ │ │ ├── vg.png │ │ │ ├── vi.png │ │ │ ├── vn.png │ │ │ ├── vu.png │ │ │ ├── wales.png │ │ │ ├── wf.png │ │ │ ├── ws.png │ │ │ ├── ye.png │ │ │ ├── yt.png │ │ │ ├── za.png │ │ │ ├── zh.png │ │ │ ├── zm.png │ │ │ └── zw.png │ │ └── readme.txt │ ├── gradient.png │ ├── labs.png │ ├── squiggle.png │ ├── toolserver.png │ └── xhtml.png ├── js │ ├── bootstrap.js │ ├── bootstrap.min.js │ ├── jquery-1.11.1.min.js │ ├── unserialize.jquery.1.0.2.js │ └── xagent.js └── sortable.js ├── templates ├── Forms.php ├── main.php └── main_new.php ├── toolinfo.json └── topedits └── index.php /README.md: -------------------------------------------------------------------------------- 1 | xtools 2 | ====== 3 | 4 | Repository for xtools 5 | The Wikimedia tools available on https://tools.wmflabs.org/xtools/ 6 | -------------------------------------------------------------------------------- /public_html/XTools.js: -------------------------------------------------------------------------------- 1 | var xtoolsagent = { 2 | 3 | defaultCfg : { 4 | 'status': 'enabled', 5 | 'mode' : 'verbose', 6 | }, 7 | 8 | enable : function () { 9 | var cfg = xtoolsagent.defaultCfg; 10 | cfg.status = 'enabled'; 11 | cfg.reenable = 1; 12 | localStorage.setItem('xtoolscfg', JSON.stringify( cfg) ); 13 | $('#xtools').html(''); 14 | $( xtoolsagent.execute ); 15 | }, 16 | 17 | getText : function(){ 18 | // regex = [ 19 | // /ist eine .* Band aus Arkansas/, 20 | // /Mann/ 21 | // ]; 22 | // zz = $('#content').text(); 23 | // ww = $('#content').html(); 24 | // 25 | // $.each( regex, function( index, value ) { 26 | // //alert( index + ": " + value ); 27 | // match = zz.match(value); 28 | // if(match){ 29 | // $('#content').html( ww.replace(match, '' + match + '') ); 30 | // //$('#content').text(zz); 31 | // } 32 | // }); 33 | 34 | 35 | return ; 36 | }, 37 | 38 | execute : function () { 39 | if (mw.config.get('wgArticleId') === 0) return; // no deleted articles, no special pages 40 | if (mw.config.get('wgCurRevisionId') != mw.config.get('wgRevisionId')) return; // only current revision 41 | 42 | var cfg = {}; 43 | try{ 44 | cfg = JSON.parse( localStorage.getItem('xtoolscfg') ); 45 | var test = cfg.mode; 46 | } catch (e) { 47 | cfg = xtoolsagent.defaultCfg; 48 | } 49 | 50 | if ( cfg && (cfg.mode == 'silent' || cfg.status == 'disabled') ){ 51 | silentpos = ($("#pt-notifications").length === 0) ? "#pt-login" : "#pt-notifications" ; 52 | $('
  • ').insertAfter( silentpos ); 53 | if ( cfg.status == 'disabled' ){ 54 | $('#xtools').html('X∅'); 55 | return; 56 | } 57 | 58 | } else{ 59 | $('
     
    ').insertBefore("#contentSub"); 60 | } 61 | 62 | ff = xtoolsagent.getText(); 63 | 64 | var reenable = cfg.hasOwnProperty('reenable') ? "&reenable=1" : ""; 65 | 66 | importScriptURI("//tools.wmflabs.org/xtools/api.php?pageid=" 67 | + mw.config.get('wgArticleId') 68 | + "&db=" + mw.config.get('wgDBname') 69 | + "&nsid=" + mw.config.get('wgNamespaceNumber') 70 | + "&pagetitle=" + mw.config.get('wgPageName') 71 | + "&wditemid=" + mw.config.get('wgWikibaseItemId') 72 | + "&uselang=" + mw.config.get('wgContentLanguage') 73 | + "&mode=" + cfg.mode 74 | + reenable 75 | + "&test=test" 76 | ); 77 | 78 | }, 79 | resultloaded : function( resp ) { 80 | var res = JSON.parse(resp.resp); 81 | $("#xtools").html( res.html ); 82 | 83 | if ( res.cfg ) { 84 | localStorage.setItem('xtoolscfg', res.cfg); 85 | } 86 | return; 87 | } 88 | 89 | }; 90 | if ( (mw.config.get('wgAction') == "view") ) $( xtoolsagent.execute ); 91 | -------------------------------------------------------------------------------- /public_html/autoblock/index.php: -------------------------------------------------------------------------------- 1 | setLimits(); 9 | $wt->getPageTemplate( 'form' ); 10 | 11 | $wt->assign( 'defaultUser', '%' ); 12 | 13 | $wi = $wt->wikiInfo; 14 | $lang = $wi->lang; 15 | $wiki = $wi->wiki; 16 | $domain = $wi->domain; 17 | 18 | $user = $wgRequest->getVal('user'); 19 | # $ui = $wt->getUserInfo(); 20 | # $user = $ui->user; 21 | 22 | //Show form if &article parameter is not set (or empty) 23 | if( !$user ) { 24 | $wt->showPage(); 25 | } 26 | if (!$domain ){ 27 | $wt->error = "No wiki or project specified - default project set to: en.wikipedia"; 28 | $lang = "en"; 29 | $wiki = "wikipedia"; 30 | $domain = "en.wikipedia.org"; 31 | } 32 | 33 | $dbr = $wt->loadDatabase($lang, $wiki); 34 | 35 | $userdb = $dbr->strencode ($user); 36 | $query = " 37 | SELECT ipb_id, ipb_by_text, UNIX_TIMESTAMP(ipb_expiry) as ipb_expiry, ipb_user 38 | FROM ipblocks 39 | WHERE ipb_auto = 1 AND ipb_reason LIKE '%$userdb%' 40 | "; 41 | 42 | $result = $dbr->query( $query ); 43 | 44 | $list = '#idexpiryadminaction'; 45 | if ( count($result) >0 ){ 46 | foreach( $result as $i => $out ) { 47 | $list .= ' 48 | 49 | '.($i+1).'. 50 | #' . $out['ipb_id'] . ' 51 | '.date('Y-m-d H:i',$out["ipb_expiry"]).' 52 | - blocked by ' . htmlspecialchars( $out['ipb_by_text'] ) . ' 53 | Lift block 54 | 55 | '; 56 | } 57 | } 58 | else{ 59 | $list = $I18N->msg('noresult', array("variables" => array($user) ) ).'. Try % instead.'; 60 | } 61 | $wt->content = getPageTemplate( 'result' ); 62 | $wt->assign( 'list', $list ); 63 | $wt->assign( 'domain', $domain ); 64 | $wt->assign( 'searchtext', $user ); 65 | 66 | unset( $list, $result ); 67 | $wt->showPage(); 68 | 69 | 70 | /**************************************** templates **************************************** 71 | * 72 | */ 73 | function getPageTemplate( $type ){ 74 | 75 | $templateResult = ' 76 |
    77 |
    78 |

    79 | Autoblock 80 | •  {$domain} 81 |

    82 |
    83 |
    84 |
    85 |
    86 |

    {#searchresult#} [{#hide#}]

    87 |
    88 |
    89 |

    {#tosearch#}: {$searchtext}

    90 | 91 | {$list} 92 |
    93 |
    94 |
    95 |
    96 |
    97 | '; 98 | 99 | if( $type == "result" ) { return $templateResult; } 100 | } 101 | 102 | -------------------------------------------------------------------------------- /public_html/autoedits/index.php: -------------------------------------------------------------------------------- 1 | setLimits(); 10 | $wt->getPageTemplate( "form" ); 11 | 12 | $wi = $wt->wikiInfo; 13 | $lang = $wi->lang; 14 | $wiki = $wi->wiki; 15 | $domain = $wi->domain; 16 | 17 | $ui = $wt->getUserInfo(); 18 | $user = $ui->user; 19 | 20 | $begin = $wt->checkDate( $wgRequest->getVal( 'begin' ) ); 21 | $end = $wt->checkDate( $wgRequest->getVal( 'end' ) ); 22 | 23 | //Show form if &article parameter is not set (or empty) 24 | if( !$lang || !$wiki || !$user ) { 25 | $wt->showPage(); 26 | } 27 | 28 | $dbr = $wt->loadDatabase( $lang, $wiki ); 29 | $cnt = new Counter( $dbr, $user, $domain, true ); 30 | 31 | 32 | //Start doing the DB request 33 | $data = $cnt->calcAutoEditsDB( $dbr, $begin, $end ); 34 | 35 | $list = ''; 36 | foreach ( $data["tools"] as $toolname => $count ){ 37 | $list .= ' 38 | 39 | '.$toolname.' 40 | '.$wt->numFmt($count).' 41 | 42 | '; 43 | } 44 | 45 | $wt->content = getPageTemplate( "result" ); 46 | 47 | $wt->assign( 'list', $list); 48 | $wt->assign( 'username', $user); 49 | $wt->assign( 'usernameurl', rawurlencode($user) ); 50 | $wt->assign( 'domain', $domain); 51 | $wt->assign( 'lang', $lang); 52 | $wt->assign( 'wiki', $wiki); 53 | $wt->assign( 'start', $data['start'] ); 54 | $wt->assign( 'end', $data['end'] ); 55 | $wt->assign( 'totalauto', $wt->numFmt( $data['total'] ) ); 56 | $wt->assign( 'totalall', $wt->numFmt( $data['editcount'] ) ); 57 | $wt->assign( 'pct', $wt->numFmt( $data['pct'], 1 ) ); 58 | 59 | 60 | unset( $cnt, $data, $list ); 61 | $wt->showPage(); 62 | 63 | 64 | 65 | /**************************************** templates **************************************** 66 | * 67 | */ 68 | function getPageTemplate( $type ){ 69 | 70 | $templateForm = '..old..'; 71 | 72 | $templateResult = ' 73 | 74 |
    75 |
    76 |

    77 | {$username} 78 | •  {$domain} 79 |

    80 |
    81 |
    82 |

    83 | Block log · 84 | Global user contributions · 85 | Global Account Manager · 86 | Pageviews in userspace · 87 |

    88 | 89 |
    90 |
    91 |

    {#autoedits#} [{#hide#}]

    92 |
    93 |
    94 | 95 | 96 | {$list} 97 |
    Tool{#count#}
    98 |
    99 |
    100 | 101 |
    102 |
    103 |

    {#summary#} [{#hide#}]

    104 |
    105 |
    106 | 107 | 108 | 109 | 110 | 111 | 112 |
    {#start#} {$start}
    {#end#} {$end}
    {#autoedits#} {$totalauto}
    {#total#} {$totalall}
    {#percentage#} {$pct}%
    113 |
    114 |
    115 |
    116 |
    117 | '; 118 | 119 | if( $type == "form" ) { return $templateForm; } 120 | if( $type == "result" ) { return $templateResult; } 121 | } 122 | -------------------------------------------------------------------------------- /public_html/bash/base.php: -------------------------------------------------------------------------------- 1 | get('http://meta.wikimedia.org/w/index.php?title=IRC/Quotes&action=raw&ctype=text/css', false); 12 | 13 | $text = explode('
    ', $text);
    14 | 		$text = explode('
    ', $text[1]); 15 | $text = explode('%%', $text[0]); 16 | $text = substr($text[0], 2); 17 | $text = htmlspecialchars($text); 18 | $text = trim($text); 19 | $text = preg_replace('/\n/', '
    ', $text); 20 | 21 | $this->quotes = explode("%
    ", $text); 22 | 23 | } 24 | 25 | public function getRandomQuote() { 26 | return $this->getQuoteFromId( rand( 0, count( $this->quotes ) ) ); 27 | } 28 | 29 | public function getQuoteFromId( $id ) { 30 | if( isset( $this->quotes[$id - 1 ] ) ) { 31 | return array( 'quote' => $this->quotes[$id - 1], 'id' => $id ); 32 | } 33 | else { 34 | if( $api ) return array( 'error' => 'noquote', 'info' => 'No quote found' ); 35 | } 36 | } 37 | 38 | public function getAllQuotes() { 39 | $retArr = array(); 40 | foreach( $this->quotes as $id => $quote ) { 41 | $retArr[ $id + 1 ] = $quote; 42 | } 43 | 44 | return $retArr; 45 | } 46 | 47 | public function getQuotesFromSearch( $search, $regex = false ) { 48 | $retArr = array(); 49 | 50 | foreach( $this->quotes as $id => $quote ) { 51 | if( $regex ) { 52 | if( preg_match( $search, html_entity_decode( $quote ) ) ) { 53 | $retArr[ $id + 1 ] = $quote; 54 | } 55 | } 56 | else { 57 | if( in_string( $search, $quote, false ) === true ) { 58 | $retArr[ $id + 1 ] = $quote; 59 | } 60 | } 61 | } 62 | 63 | return $retArr; 64 | } 65 | 66 | } 67 | -------------------------------------------------------------------------------- /public_html/bash/index.php: -------------------------------------------------------------------------------- 1 | content = getPageTemplate( 'form' ); 11 | 12 | $search = $wgRequest->getVal( 'search' ); 13 | $isRegex = $wgRequest->getBool( 'regex' ); 14 | 15 | //Show form if &article parameter is not set (or empty) 16 | if( !$wgRequest->getVal( 'action' ) ) { 17 | $wt->showPage(); 18 | } 19 | 20 | 21 | switch( $wgRequest->getVal( 'action' ) ) { 22 | case 'random': 23 | $quote = $base->getRandomQuote(); 24 | 25 | $otherurl = "//tools.wmflabs.org".$_SERVER['REQUEST_URI']; 26 | $pageResult = ' 27 |

    {#quote_number#} '.$quote['id'].'

    28 |
    '.$quote['quote'].'
    29 | - {#more#} - 30 | '; 31 | 32 | break; 33 | 34 | case 'showall': 35 | $quotes = $base->getAllQuotes(); 36 | 37 | $pageResult = '

    {#quote_showall#}

    '; 38 | foreach ( $quotes as $id => $quote ){ 39 | $pageResult .= ' 40 |

    {#quote_number#} '.$id.'

    41 |
    '.$quote.'
    '; 42 | } 43 | 44 | break; 45 | 46 | case 'search': 47 | $quotes = $base->getQuotesFromSearch( $search, $isRegex ); 48 | 49 | $pageResult = '

    {#searchresults#}

    '; 50 | foreach ( $quotes as $id => $quote ){ 51 | $pageResult .= ' 52 |

    {#quote_number#} '.$id.'

    53 |
    '.$quote.'
    '; 54 | } 55 | if( !count( $quotes ) ) { 56 | $wt->toDie('noresult', $search ) ; 57 | } 58 | break; 59 | 60 | default: 61 | $wt->showPage(); 62 | } 63 | 64 | unset($base, $quotes); 65 | $wt->content = $pageResult; 66 | $wt->showPage(); 67 | 68 | 69 | /**************************************** templates **************************************** 70 | * 71 | */ 72 | function getPageTemplate( $type ){ 73 | 74 | $templateForm = ' 75 |
    76 |
    77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 |
    {#quote_random#}
    {#quote_showall#}
    {#tosearch#}: Regex
    89 |
    90 | '; 91 | 92 | if( $type == "form" ) { return $templateForm; } 93 | if( $type == "result" ) { return $templateResult; } 94 | } -------------------------------------------------------------------------------- /public_html/blame/index.php: -------------------------------------------------------------------------------- 1 | setLimits(); 10 | $wt->getPageTemplate( 'form' ); 11 | 12 | //Get params from query string 13 | $article = $wgRequest->getVal( 'article' ); 14 | $article = $wgRequest->getVal( 'page' , $article ); 15 | $nofollowredir = $wgRequest->getBool( 'nofollowredir' ); 16 | $text = $wgRequest->getText( 'text' ); 17 | 18 | $wi = $wt->wikiInfo; 19 | $lang = $wi->lang; 20 | $wiki = $wi->wiki; 21 | $domain = $wi->domain; 22 | 23 | 24 | //Show form if &article parameter is not set (or empty) 25 | if( $lang == "" || $wiki == "" || $article == "" || $text == "" ) { 26 | $wt->showPage(); 27 | } 28 | 29 | // execute the main logic 30 | $pgVerbose = array(); 31 | $site = Peachy::newWiki( null, null, null, "http://$wi->domain/w/api.php" ); 32 | $pageClass = $site->initPage( $article, null, !$nofollowredir ); 33 | $title = $pageClass->get_title(); 34 | 35 | $list = getBlameResult( $pageClass, $text); 36 | 37 | $wt->content = getPageTemplate( 'result' ); 38 | $wt->assign( 'list', $list ); 39 | $wt->assign( 'domain', $domain ); 40 | $wt->assign( 'lang', $lang ); 41 | $wt->assign( 'wiki', $wiki ); 42 | $wt->assign( 'searchtext', htmlspecialchars( $text )); 43 | $wt->assign( 'page', htmlspecialchars($title)); 44 | $wt->assign( 'urlencodedpage', rawurlencode( str_replace(" ", "_", $prefix.$title ) ) ); 45 | $wt->assign( 'xtoolsbasedir', XTOOLS_BASE_WEB_DIR ); 46 | 47 | 48 | unset( $base, $revs, $result); 49 | $wt->showPage(); 50 | 51 | 52 | 53 | function getBlameResult( &$pageClass, $text ){ 54 | 55 | $history = $pageClass->history( null, 'older', true ); 56 | 57 | $list = ''; 58 | $anz = count( $history ); 59 | foreach( $history as $id => $rev ) { 60 | 61 | if( in_string( $text, $rev['*'], true ) && ( ($id +1 == $anz) || !in_string( $text, $history[$id+1]['*'], true ) ) ){ 62 | 63 | $date = date('Y-m-d, H:i ', strtotime( $rev['timestamp']) ); 64 | $year = date('Y', strtotime( $rev['timestamp']) ); 65 | $month = date('m', strtotime( $rev['timestamp']) ); 66 | $minor = ( $row['rev_minor_edit'] == '1' ) ? 'm' : ''; 67 | 68 | $list .= ' 69 | 70 | '.$date.' · 71 | (diff) 72 | (hist) 73 | '.$rev['user'].' 74 | · '.htmlspecialchars( $rev['comment'] ).' 75 | 76 | '; 77 | } 78 | 79 | } 80 | 81 | return $list; 82 | } 83 | 84 | /**************************************** templates **************************************** 85 | * 86 | */ 87 | function getPageTemplate( $type ){ 88 | 89 | $templateForm = '..old..'; 90 | 91 | $templateResult = ' 92 |
    93 |
    94 |

    95 | {$page} 96 | •  {$domain} 97 |

    98 |
    99 |
    100 |

    101 | Page log · 102 | Page history 103 |

    104 | 105 |
    106 |
    107 |

    {#searchresult#} [{#hide#}]

    108 |
    109 |
    110 | 111 | 112 |
    {#tosearch#}: {$searchtext}
    113 |
    114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | {$list} 123 |
    {#date#}DiffHist{#username#}{#comment#}
    124 |
    125 |
    126 |
    127 |
    128 |
    129 | '; 130 | 131 | if( $type == "form" ) { return $templateForm; } 132 | if( $type == "result" ) { return $templateResult; } 133 | } -------------------------------------------------------------------------------- /public_html/echo/core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/echo/core -------------------------------------------------------------------------------- /public_html/echo/index.php: -------------------------------------------------------------------------------- 1 | setLimits(); 10 | $wt->content = getPageTemplate( 'result' ); 11 | 12 | $purge = $wgRequest->getBool('purge', false); 13 | 14 | $wi = $wt->wikiInfo; 15 | $lang = $wi->lang; 16 | $wiki = $wi->wiki; 17 | $domain = $wi->domain; 18 | 19 | $list = '


     You are not logged in. Log in with secure Wikimedia OAuth.
    If necessary, refresh your browser with F5 afterwards.
     

    '; 20 | 21 | //Show form if &article parameter is not set (or empty) 22 | if( $wt->OAuthObject->isAuthorized() ) { 23 | 24 | $resArr = getCrossWikiMessage($wt, 'all', 50, $purge); 25 | 26 | $wt->statusLink['message'] = $resArr["list"]; 27 | $msgArr = $resArr["msgArr"]; 28 | 29 | uasort( $msgArr, function($al, $bl) { 30 | $a = $al["timestamp"]; 31 | $b = $bl["timestamp"]; 32 | if ($a == $b) { return 0; } 33 | return ($a < $b) ? 1 : -1; 34 | }); 35 | 36 | #$perflog->stack[] = $msgArr; 37 | 38 | $list = ' 39 | 40 | Wiki 41 | Notification time 42 | Read time 43 | Message 44 | 45 | '; 46 | $items = array(); 47 | foreach ($msgArr as $idx => $row){ 48 | $ltp = ( $row["read"] ) ? "read" : "unread"; 49 | 50 | $unread = ( $row["timestamp"] && !$row["read"] ) ? "danger" : ""; 51 | 52 | $items[$ltp][] =' 53 | 54 | '.$row["wiki"].' 55 | '.$wt->dateFmt( $row["timestamp"], true ).' 56 | '.$wt->dateFmt( $row["read"], true ).' 57 | '.$row["text"].' 58 | 59 | '; 60 | } 61 | $list .= implode( '', $items["unread"]) . implode( '', $items["read"]); 62 | } 63 | 64 | $wt->assign( 'reloadpurge', '' ); 65 | $wt->assign( 'list', $list ); 66 | 67 | unset( $list, $result, $items ); 68 | $wt->showPage(true); 69 | 70 | 71 | /**************************************** templates **************************************** 72 | * 73 | */ 74 | function getPageTemplate( $type ){ 75 | 76 | $templateResult = ' 77 |
    78 |
    79 |

    80 | XEcho 81 |  • Global Cross-Wiki Notifications 82 |

    83 |
    84 |

    85 |
    86 | Show: Max. 50 per wiki.    {$reloadpurge} 87 |

    88 |
    89 |
    90 |
    91 |

    {#result#} [{#hide#}]

    92 |
    93 |
    94 | 95 | {$list} 96 |
    97 |
    98 |
    99 |
    100 |
    101 | '; 102 | 103 | if( $type == "result" ) { return $templateResult; } 104 | } 105 | 106 | -------------------------------------------------------------------------------- /public_html/editsummary/core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/editsummary/core -------------------------------------------------------------------------------- /public_html/editsummary/index.php: -------------------------------------------------------------------------------- 1 | setLimits(); 9 | 10 | # $wt->content = getPageTemplate( 'form' ); 11 | $wt->assign("lang", "en"); 12 | $wt->assign("wiki", "wikipedia"); 13 | 14 | $namespace = $wgRequest->getVal('namespace'); 15 | $redirects = $wgRequest->getVal('redirects'); 16 | 17 | $wi = $wt->getWikiInfo(); 18 | $lang = $wi->lang; 19 | $wiki = $wi->wiki; 20 | $domain = $wi->domain; 21 | 22 | $dbr = $wt->loadDatabase($lang, $wiki); 23 | 24 | $ui = $wt->getUserInfo(); 25 | $user = $wt->user; 26 | #print_r($dbr); 27 | 28 | //Get array of namespaces 29 | function getNamespaces() { 30 | global $http, $name, $lang, $wiki; 31 | 32 | $namespaces = $http->get( 'http://'.$lang.'.'.$wiki.'.org/w/api.php?action=query&meta=siteinfo&siprop=namespaces&format=php', false ); 33 | $namespaces = unserialize( $namespaces ); 34 | $namespaces = $namespaces['query']['namespaces']; 35 | if( !$namespaces[0] ) { toDie( 'Not a valid wiki.' ); }; 36 | 37 | 38 | unset( $namespaces[-2] ); 39 | unset( $namespaces[-1] ); 40 | 41 | $namespaces[0]['*'] = 'Article'; 42 | 43 | return $namespaces; 44 | } 45 | 46 | 47 | function getEditCounts( $dbr ) { 48 | global $name, $namespaces, $http, $oldwiki, $oldlang, $ui; 49 | 50 | $name = $ui->userDb; 51 | 52 | $edit_sum_maj = 0; 53 | $edit_sum_min = 0; 54 | $maj = 0; 55 | $minn = 0; 56 | $rmaj = 0; 57 | $rmin = 0; 58 | $redit_sum_maj = 0; 59 | $redit_sum_min = 0; 60 | $month_totals = array(); 61 | $month_editsummary_totals = array(); 62 | 63 | $query = " 64 | SELECT rev_comment, rev_timestamp, rev_minor_edit 65 | FROM revision_userindex 66 | JOIN page ON page_id = rev_page 67 | WHERE rev_user_text = '$name' AND page_namespace = 0 68 | ORDER BY rev_timestamp DESC 69 | "; 70 | 71 | $result = $dbr->query( $query ); 72 | 73 | foreach ($result as $i => $row ) { 74 | 75 | preg_match('/(\d\d\d\d)(\d\d)(\d\d)(\d\d)(\d\d)(\d\d)/', $row['rev_timestamp'], $d); 76 | list($arr,$year,$month,$day,$hour,$min,$sec) = $d; 77 | //print_r($d); 78 | 79 | $monthkey = $year."/".$month; 80 | $first_month = strtotime("$year-$month-$day"); 81 | $month_totals[$monthkey]++; 82 | if ($row['rev_minor_edit'] == 0) { 83 | if ($row['rev_comment'] !== '') { 84 | $month_editsummary_totals[$monthkey]++; 85 | $edit_sum_maj++; 86 | } 87 | 88 | $maj++; 89 | if ($rmaj <= 149) { 90 | $rmaj++; 91 | if ($row['rev_comment'] != '') { 92 | $redit_sum_maj++; 93 | } 94 | } 95 | } 96 | else { 97 | if ($row['rev_comment'] !== '') { 98 | $month_editsummary_totals[$monthkey]++; 99 | $edit_sum_min++; 100 | $minn++; 101 | } 102 | else { 103 | $minn++; 104 | } 105 | //$min++; 106 | if ($rmin <= 149) { 107 | $rmin++; 108 | if ($row['rev_comment'] != '') { 109 | $redit_sum_min++; 110 | } 111 | } 112 | } 113 | } 114 | 115 | 116 | $last_month = strtotime( date( 'Ymd' ) ); 117 | 118 | return array($edit_sum_maj, $edit_sum_min, $maj, $minn, $redit_sum_maj, $redit_sum_min, $rmaj, $rmin, $month_totals, $month_editsummary_totals, $first_month, $last_month); 119 | } 120 | 121 | 122 | $temp = getEditCounts( $dbr); 123 | 124 | $edit_sum_maj = $temp[0]; 125 | $edit_sum_min = $temp[1]; 126 | $maj = $temp[2]; 127 | $min = $temp[3]; 128 | $redit_sum_maj = $temp[4]; 129 | $redit_sum_min = $temp[5]; 130 | $rmaj = $temp[6]; 131 | $rmin = $temp[7]; 132 | $month_totals = $temp[8]; 133 | $month_editsummary_totals = $temp[9]; 134 | $first_month = $temp[10]; 135 | $last_month = $temp[11]; 136 | 137 | 138 | 139 | //Output general stats 140 | echo '

    General user info

    '; 141 | 142 | echo "Username: $name
    "; 143 | echo "Edit summary for all major edits: ". (sprintf( '%.2f', $edit_sum_maj ? $edit_sum_maj / $maj : 0 ) * 100). "%
    "; 144 | echo "Edit summary for all minor edits: ". (sprintf( '%.2f', $edit_sum_min ? $edit_sum_min / $min : 0 ) * 100). "%
    "; 145 | echo "Edit summary for last $rmaj major edits: ". (sprintf( '%.2f', $redit_sum_maj ? $redit_sum_maj / $rmaj : 0 ) * 100). "%
    "; 146 | echo "Edit summary for last $rmin minor edits: ". (sprintf( '%.2f', $redit_sum_min ? $redit_sum_min / $rmin : 0 ) * 100). "%
    "; 147 | 148 | $months = array(); 149 | for ($date=$first_month; $date<=$last_month; $date+=10*24*60*60) { 150 | $monthkey = date('Y/m', $date); 151 | if ($monthkey != $last_monthkey) { 152 | array_push($months, $monthkey); 153 | $last_monthkey = $monthkey; 154 | } 155 | } 156 | $monthkey = date('Y/m', $last_month); 157 | if ($monthkey != $last_monthkey) { 158 | array_push($months, $monthkey); 159 | $last_monthkey = $monthkey; 160 | } 161 | 162 | echo "Note: This is only a representation of the Main namespace."; 163 | echo "\n"; 164 | $max_width = max($month_editsummary_totals); 165 | foreach ($months as $key) { 166 | $total = $month_editsummary_totals[$key]; 167 | $no_summary = bcsub($month_totals[$key],$total,0); 168 | if (!$month_totals[$key]) { 169 | $month_totals[$key] = 0; 170 | } 171 | print ""; 172 | print "
    $key".$month_totals[$key]."
    \n"; 173 | print "
    \n"; 174 | } 175 | 176 | echo "
    "; 177 | 178 | 179 | -------------------------------------------------------------------------------- /public_html/index.php: -------------------------------------------------------------------------------- 1 | loadDBCredentials(); 10 | 11 | echo "Hallo"; 12 | #print_r($wt->metap); 13 | foreach ( $wt->metap as $db => $row ){ 14 | $slice = $row["slice"]; 15 | if ($db == "centralauth" ) { continue; } 16 | 17 | # if ( in_array( $db, array("bgwiki","afwiki","abwiki","acewiki","amwiki", "angwiki") ) || $db == "commonswiki" ) { continue; } 18 | 19 | $queries[$slice][] = 20 | " 21 | (SELECT rev_timestamp, '$db' as wiki, page_namespace, page_title, rev_id 22 | FROM ${db}_p.revision_userindex 23 | JOIN ${db}_p.page on page_id = rev_page 24 | where rev_user_text = 'Hedonil' AND rev_timestamp > '20140628210110' 25 | Limit 10) 26 | "; 27 | } 28 | # print_r($queries); 29 | 30 | foreach ( $queries as $slice => $slarr ){ 31 | $stime = microtime(true); 32 | $dbr = new Database2( $slice, $dbUser, $dbPwd, ''); 33 | $dur = number_format( microtime(true) - $stime, 3); 34 | 35 | $query = implode(" UNION ", $slarr); 36 | echo $query; 37 | $res = $dbr->query( $query ); 38 | $anz = count($res); 39 | 40 | echo "$slice --- $db --- $anz --- $dur
    \n"; 41 | 42 | $dbr->close(); 43 | } 44 | 45 | -------------------------------------------------------------------------------- /public_html/ipcalc/index.php: -------------------------------------------------------------------------------- 1 | rangecontribs 3 | //$path = preg_replace('/^\/(.*)\/.*/', '\1', $_SERVER["REQUEST_URI"]); 4 | header("Status: 301 Moved Permanently"); 5 | header("Location: //tools.wmflabs.org/xtools/rangecontribs/index.php"); 6 | exit; -------------------------------------------------------------------------------- /public_html/isAdmin/index.php: -------------------------------------------------------------------------------- 1 | Authorize() ) { 16 | session_write_close(); 17 | die("Failed to initiate Authorization!
    Returned error:
    ".$OAuth->getError()); 18 | } else { 19 | session_write_close(); 20 | die(); 21 | } 22 | } 23 | if( $_GET['action'] == "logout" ) { 24 | if( isset( $_GET['callto'] ) ) $_SESSION['callto'] = $_GET['callto']; 25 | else $_SESSION['callto'] = "https://www.mediawiki.org/w/api.php"; 26 | if( isset( $_GET['returnto'] ) ) $_SESSION['returnto'] = $_GET['returnto']; 27 | else $_SESSION['returnto'] = "https://tools.wmflabs.org/xtools-articleinfo/index.php"; 28 | $OAuth = new OAuth2( $_SESSION['callto'] ); 29 | 30 | $OAuth->logout(); 31 | 32 | $returnstring = base64_encode( serialize( $_SESSION ) ); 33 | header( "Location: {$_SESSION['returnto']}"/*.(strpos($_SESSION['returnto'], "?") === FALSE ? "?" : "&")."hash=$returnstring"*/ ); 34 | unset( $_SESSION['returnto'], $_SESSION['callto'] ); 35 | session_write_close(); 36 | die(); 37 | } 38 | if( $_GET['action'] == "getsession" ) { 39 | $returnstring = base64_encode( serialize( $_SESSION ) ); 40 | header( "Location: {$_GET['returnto']}"/*.(strpos($_GET['returnto'], "?") === FALSE ? "?" : "&")."hash=$returnstring"*/ ); 41 | } 42 | } 43 | 44 | //If we have a callback, it probably means the user executed the authorize function, so let's finish authorization by getting the access token. 45 | if ( isset( $_GET['oauth_verifier'] ) && $_GET['oauth_verifier'] ) { 46 | start_session(); 47 | $OAuth = new OAuth2( $_SESSION['callto'] ); 48 | $returnstring = base64_encode( serialize( $_SESSION ) ); 49 | if( $OAuth->isAuthorized() ) { 50 | header( "Location: {$_SESSION['returnto']}"/*.(strpos($_SESSION['returnto'], "?") === FALSE ? "?" : "&")."hash=$returnstring"*/ ); 51 | unset( $_SESSION['returnto'], $_SESSION['callto'] ); 52 | session_write_close(); 53 | die(); 54 | } else { 55 | session_write_close(); 56 | die("Failed to complete Authorization!
    Returned error:
    ".$OAuth->getError()); 57 | } 58 | } 59 | 60 | die("This is a redirector OAuth handling script. It is not meant to be called directly." ); 61 | 62 | function start_session() { 63 | session_save_path(XTOOLS_BASE_SYS_DIR_SESSION.'/tmp/session'); 64 | ini_set('session.gc_probability', 1); 65 | session_cache_limiter("public"); 66 | session_cache_expire(30); 67 | $lifetime = 15552000; 68 | $path = preg_replace('/^(\/.*\/).*/', '\1', dirname($_SERVER['SCRIPT_NAME']) ); 69 | session_name( 'xtools' ); 70 | session_set_cookie_params ( $lifetime, $path, ".tools.wmflabs.org"); 71 | session_start(); 72 | } 73 | ?> 74 | -------------------------------------------------------------------------------- /public_html/pcount/index2.php: -------------------------------------------------------------------------------- 1 | setLimits(); 9 | $wt->getPageTemplate( "form" ); 10 | 11 | $ui = $wt->getUserInfo(); 12 | $user = $ui->user; 13 | 14 | $wi = $wt->wikiInfo; 15 | $lang = $wi->lang; 16 | $wiki = $wi->wiki; 17 | 18 | //Show form if &article parameter is not set (or empty) 19 | if( !$user ) { 20 | $wt->showPage(); 21 | } 22 | 23 | $dbr = $wt->loadDatabase( $lang, $wiki ); 24 | $obj = getEditCounts($dbr, $user); 25 | 26 | $wt->content = ' 27 |
    28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 |
    {#username#}: '.$user.'
    {#userid#}: '.$obj->id.'
    {#groups#}: '.$obj->groups.'
    {#deleted_edits#}: '.$wt->numFmt($obj->deleted).'
    {#live#}: '.$wt->numFmt($obj->live).'
    {#total#}: '.$wt->numFmt($obj->live + $obj->deleted).'
    36 | '; 37 | 38 | $wt->showPage(); 39 | 40 | 41 | function getEditCounts( $dbr, $user ) { 42 | 43 | $name = $dbr->strencode($user); 44 | $query = " 45 | SELECT 'id' as source, user_id as value FROM user WHERE user_name = '$name' 46 | UNION 47 | SELECT 'arch'as source, COUNT(*) AS value FROM archive_userindex WHERE ar_user_text = '$name' 48 | UNION 49 | SELECT 'rev' as source, COUNT(*) AS value FROM revision_userindex WHERE rev_user_text = '$name' 50 | UNION 51 | SELECT 'groups' as source, ug_group as value FROM user_groups JOIN user on user_id = ug_user WHERE user_name = '$name' 52 | "; 53 | $res = $dbr->query($query); 54 | 55 | $obj = new stdClass(); 56 | foreach ( $res as $row ){ 57 | if ($row["source"] == "id" ){ $obj->id = $row["value"]; } 58 | if ($row["source"] == "arch" ){ $obj->deleted = $row["value"]; } 59 | if ($row["source"] == "rev" ){ $obj->live = $row["value"]; } 60 | if ($row["source"] == "groups" ){ $obj->groups .= $row["value"]." "; } 61 | } 62 | 63 | return $obj; 64 | 65 | } 66 | 67 | /**************************************** templates **************************************** 68 | * 69 | */ 70 | function getPageTemplate( $type ){ 71 | 72 | $templateForm = '..old..'; 73 | 74 | if( $type == "form" ) { return $templateForm; } 75 | if( $type == "result" ) { return $templateResult; } 76 | } -------------------------------------------------------------------------------- /public_html/static/XTools_gadget.user.js: -------------------------------------------------------------------------------- 1 | // ==UserScript== 2 | // @name Wikipedia XTools gadget 3 | // @namespace http://tools.wmflabs.org/xtools 4 | // @description Provides instant meta information for all Wikimedia wikis. 5 | // @match *://*.wikipedia.org/* 6 | // @match *://*.wikimedia.org/* 7 | // @match *://*.mediawiki.org/* 8 | // @match *://*.wikidata.org/* 9 | // @match *://*.wiktionary.org/* 10 | // @match *://*.wikisource.org/* 11 | // @match *://*.wikibooks.org/* 12 | // @match *://*.wikinews.org/* 13 | // @match *://*.wikiquote.org/* 14 | // @match *://*.wikiversity.org/* 15 | // @match *://*.wikivoyage.org/* 16 | // @run-at document-end 17 | // @version 1.0 18 | // @grant none 19 | // ==/UserScript== 20 | var src = '//meta.wikimedia.org/w/index.php?title=User:Hedonil/XTools/XTools.js&action=raw&ctype=text/javascript'; 21 | var script = document.createElement('script'); 22 | script.type = 'text/javascript'; 23 | script.src = src; 24 | (document.head||document.documentElement).appendChild(script); 25 | script.parentNode.removeChild(script); 26 | 27 | -------------------------------------------------------------------------------- /public_html/static/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /public_html/static/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /public_html/static/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /public_html/static/images/Blue_Fedora_hat_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/Blue_Fedora_hat_12.png -------------------------------------------------------------------------------- /public_html/static/images/Echo_Icon_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/Echo_Icon_18.png -------------------------------------------------------------------------------- /public_html/static/images/anybrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/anybrowser.png -------------------------------------------------------------------------------- /public_html/static/images/callout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/callout.png -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/gif/._.DS_Store: -------------------------------------------------------------------------------- 1 |  2 R@ -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/gif/._ao.gif: -------------------------------------------------------------------------------- 1 |  2 RGIFf8BIM -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/gif/._catalonia.gif: -------------------------------------------------------------------------------- 1 |  2 RGIFf8BIM -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/gif/._cd.gif: -------------------------------------------------------------------------------- 1 |  2 RGIFf8BIM -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/gif/._europeanunion.gif: -------------------------------------------------------------------------------- 1 |  2 RGIFf8BIM -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/gif/._gb.gif: -------------------------------------------------------------------------------- 1 |  2 RGIFf8BIM -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/gif/._lc.gif: -------------------------------------------------------------------------------- 1 |  2 RGIFf8BIM -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/gif/._me.gif: -------------------------------------------------------------------------------- 1 |  2 RGIFf8BIM -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/gif/._rs.gif: -------------------------------------------------------------------------------- 1 |  2 RGIFf8BIM -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/png/._.DS_Store: -------------------------------------------------------------------------------- 1 |  2 R@ -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/png/._ao.png: -------------------------------------------------------------------------------- 1 |  2 RPNGf8BIM -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/png/._catalonia.png: -------------------------------------------------------------------------------- 1 |  2 RPNGf8BIM -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/png/._cd.png: -------------------------------------------------------------------------------- 1 |  2 RPNGf8BIM -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/png/._europeanunion.png: -------------------------------------------------------------------------------- 1 |  2 RPNGf8BIM -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/png/._gb.png: -------------------------------------------------------------------------------- 1 |  2 RPNGf8BIM -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/png/._lc.png: -------------------------------------------------------------------------------- 1 |  2 RPNGf8BIM -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/png/._me.png: -------------------------------------------------------------------------------- 1 |  2 RPNGf8BIM -------------------------------------------------------------------------------- /public_html/static/images/flags/__MACOSX/png/._rs.png: -------------------------------------------------------------------------------- 1 |  2 RPNGf8BIM -------------------------------------------------------------------------------- /public_html/static/images/flags/famfamfam_flag_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/famfamfam_flag_icons.zip -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/.DS_Store -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ad.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ae.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ae.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/af.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/af.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ag.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ai.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ai.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/al.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/al.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/am.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/am.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/an.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/an.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ao.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ao.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ar.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/as.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/as.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/at.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/at.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/au.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/au.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/aw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/aw.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ax.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ax.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/az.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/az.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ba.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ba.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/bb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/bb.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/bd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/bd.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/be.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/be.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/bf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/bf.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/bg.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/bh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/bh.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/bi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/bi.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/bj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/bj.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/bm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/bm.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/bn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/bn.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/bo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/bo.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/br.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/br.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/bs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/bs.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/bt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/bt.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/bv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/bv.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/bw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/bw.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/by.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/by.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/bz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/bz.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ca.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ca.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/catalonia.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/catalonia.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/cc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/cc.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/cd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/cd.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/cf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/cf.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/cg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/cg.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ch.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ci.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ci.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ck.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/cl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/cl.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/cm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/cm.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/cn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/cn.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/co.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/cr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/cr.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/cs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/cs.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/cu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/cu.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/cv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/cv.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/cx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/cx.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/cy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/cy.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/cz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/cz.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/de.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/de.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/dj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/dj.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/dk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/dk.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/dm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/dm.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/do.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/do.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/dz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/dz.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ec.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ec.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ee.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ee.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/eg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/eg.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/eh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/eh.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/england.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/england.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/er.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/er.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/es.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/es.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/et.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/et.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/europeanunion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/europeanunion.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/fam.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/fam.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/fi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/fi.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/fj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/fj.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/fk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/fk.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/fm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/fm.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/fo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/fo.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/fr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/fr.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ga.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ga.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/gb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/gb.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/gd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/gd.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ge.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/gf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/gf.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/gh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/gh.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/gi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/gi.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/gl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/gl.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/gm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/gm.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/gn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/gn.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/gp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/gp.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/gq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/gq.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/gr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/gr.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/gs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/gs.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/gt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/gt.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/gu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/gu.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/gw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/gw.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/gy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/gy.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/hk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/hk.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/hm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/hm.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/hn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/hn.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/hr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/hr.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ht.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ht.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/hu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/hu.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/id.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/id.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ie.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/il.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/il.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/in.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/in.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/io.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/io.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/iq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/iq.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ir.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ir.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/is.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/is.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/it.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/it.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/jm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/jm.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/jo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/jo.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/jp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/jp.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ke.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ke.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/kg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/kg.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/kh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/kh.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ki.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ki.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/km.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/km.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/kn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/kn.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/kp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/kp.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/kr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/kr.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/kw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/kw.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ky.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ky.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/kz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/kz.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/la.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/la.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/lb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/lb.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/lc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/lc.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/li.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/li.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/lk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/lk.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/lr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/lr.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ls.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/lt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/lt.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/lu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/lu.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/lv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/lv.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ly.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ly.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ma.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ma.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/mc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/mc.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/md.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/md.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/me.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/me.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/mg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/mg.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/mh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/mh.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/mk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/mk.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ml.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/mm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/mm.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/mn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/mn.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/mo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/mo.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/mp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/mp.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/mq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/mq.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/mr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/mr.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ms.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ms.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/mt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/mt.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/mu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/mu.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/mv.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/mw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/mw.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/mx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/mx.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/my.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/my.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/mz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/mz.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/na.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/na.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/nc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/nc.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ne.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ne.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/nf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/nf.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ng.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ng.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ni.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ni.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/nl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/nl.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/no.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/np.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/np.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/nr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/nr.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/nu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/nu.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/nz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/nz.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/om.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/om.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/pa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/pa.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/pe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/pe.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/pf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/pf.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/pg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/pg.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ph.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/pk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/pk.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/pl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/pl.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/pm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/pm.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/pn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/pn.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/pr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/pr.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ps.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ps.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/pt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/pt.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/pw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/pw.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/py.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/py.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/qa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/qa.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/re.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/re.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ro.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/rs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/rs.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ru.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ru.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/rw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/rw.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/sa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/sa.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/sb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/sb.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/sc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/sc.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/scotland.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/scotland.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/sd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/sd.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/se.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/se.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/sg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/sg.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/sh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/sh.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/si.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/si.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/sj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/sj.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/sk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/sk.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/sl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/sl.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/sm.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/sn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/sn.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/so.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/so.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/sr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/sr.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/st.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/st.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/sv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/sv.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/sy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/sy.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/sz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/sz.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/tc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/tc.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/td.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/td.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/tf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/tf.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/tg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/tg.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/th.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/th.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/tj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/tj.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/tk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/tk.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/tl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/tl.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/tm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/tm.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/tn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/tn.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/to.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/to.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/tr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/tr.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/tt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/tt.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/tv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/tv.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/tw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/tw.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/tz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/tz.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ua.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ua.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ug.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/um.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/um.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/us.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/us.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/uy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/uy.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/uz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/uz.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/va.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/va.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/vc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/vc.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ve.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ve.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/vg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/vg.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/vi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/vi.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/vn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/vn.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/vu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/vu.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/wales.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/wales.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/wf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/wf.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ws.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ws.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/ye.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/ye.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/yt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/yt.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/za.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/za.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/zm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/zm.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/gif/zw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/gif/zw.gif -------------------------------------------------------------------------------- /public_html/static/images/flags/png/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/.DS_Store -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ad.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ae.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/af.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/af.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ag.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ai.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/al.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/al.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/am.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/am.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/an.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/an.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ao.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ar.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/as.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/at.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/at.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/au.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/au.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/aw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/aw.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ax.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/az.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/az.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ba.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/bb.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/bd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/bd.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/be.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/be.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/bf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/bf.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/bg.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/bh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/bh.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/bi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/bi.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/bj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/bj.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/bm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/bm.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/bn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/bn.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/bo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/bo.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/br.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/br.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/bs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/bs.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/bt.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/bv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/bv.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/bw.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/by.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/bz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/bz.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ca.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/catalonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/catalonia.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/cc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/cc.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/cd.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/cf.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/cg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/cg.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ch.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ci.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ck.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/cl.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/cm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/cm.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/cn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/cn.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/co.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/co.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/cr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/cr.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/cs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/cs.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/cu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/cu.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/cv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/cv.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/cx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/cx.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/cy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/cy.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/cz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/cz.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/da.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/da.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/de.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/dj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/dj.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/dk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/dk.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/dm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/dm.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/do.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/do.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/dz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/dz.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ec.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ee.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/eg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/eg.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/eh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/eh.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/en.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/england.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/england.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/er.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/er.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/es.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/et.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/et.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/europeanunion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/europeanunion.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/fam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/fam.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/fi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/fi.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/fj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/fj.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/fk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/fk.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/fm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/fm.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/fo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/fo.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/fr.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ga.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/gb.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/gd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/gd.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ge.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/gf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/gf.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/gh.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/gi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/gi.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/gl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/gl.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/gm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/gm.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/gn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/gn.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/gp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/gp.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/gq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/gq.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/gr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/gr.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/gs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/gs.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/gt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/gt.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/gu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/gu.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/gw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/gw.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/gy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/gy.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/he.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/he.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/hk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/hk.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/hm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/hm.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/hn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/hn.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/hr.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ht.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ht.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/hu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/hu.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/id.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ie.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/il.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/il.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/in.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/io.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/iq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/iq.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ir.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/is.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/is.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/it.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/jm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/jm.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/jo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/jo.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/jp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/jp.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ke.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/kg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/kg.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/kh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/kh.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ki.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/km.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/km.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/kn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/kn.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/kp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/kp.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/kr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/kr.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/kw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/kw.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ky.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/kz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/kz.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/la.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/la.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/lb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/lb.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/lc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/lc.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/li.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/li.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/lk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/lk.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/lr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/lr.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ls.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/lt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/lt.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/lu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/lu.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/lv.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ly.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ma.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/mc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/mc.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/md.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/me.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/mg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/mg.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/mh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/mh.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/mk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/mk.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ml.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/mm.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/mn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/mn.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/mo.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/mp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/mp.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/mq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/mq.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/mr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/mr.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ms.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/mt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/mt.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/mu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/mu.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/mv.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/mw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/mw.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/mx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/mx.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/my.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/my.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/mz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/mz.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/na.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/na.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/nc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/nc.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ne.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/nf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/nf.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ng.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ni.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ni.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/nl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/nl.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/no.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/np.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/np.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/nr.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/nu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/nu.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/nz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/nz.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/om.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/om.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/pa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/pa.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/pe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/pe.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/pf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/pf.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/pg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/pg.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ph.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/pk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/pk.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/pl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/pl.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/pm.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/pn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/pn.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/pr.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ps.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/pt.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/pw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/pw.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/py.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/qa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/qa.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/re.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/re.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ro.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/rs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/rs.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ru.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/rw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/rw.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/sa.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/sb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/sb.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/sc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/sc.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/scotland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/scotland.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/sd.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/se.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/sg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/sg.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/sh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/sh.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/si.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/si.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/sj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/sj.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/sk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/sk.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/sl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/sl.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/sm.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/sn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/sn.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/so.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/so.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/sr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/sr.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/st.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/st.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/sv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/sv.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/sy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/sy.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/sz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/sz.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/tc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/tc.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/td.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/td.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/tf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/tf.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/tg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/tg.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/th.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/tj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/tj.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/tk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/tk.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/tl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/tl.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/tm.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/tn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/tn.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/to.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/tr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/tr.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/tt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/tt.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/tv.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/tw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/tw.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/tz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/tz.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ua.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ug.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/um.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/um.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/us.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/uy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/uy.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/uz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/uz.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/va.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/va.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/vc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/vc.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ve.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/vg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/vg.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/vi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/vi.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/vn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/vn.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/vu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/vu.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/wales.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/wf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/wf.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ws.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/ye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/ye.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/yt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/yt.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/za.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/za.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/zh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/zh.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/zm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/zm.png -------------------------------------------------------------------------------- /public_html/static/images/flags/png/zw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/flags/png/zw.png -------------------------------------------------------------------------------- /public_html/static/images/flags/readme.txt: -------------------------------------------------------------------------------- 1 | Flag icons - http://www.famfamfam.com 2 | 3 | These icons are public domain, and as such are free for any use (attribution appreciated but not required). 4 | 5 | Note that these flags are named using the ISO3166-1 alpha-2 country codes where appropriate. A list of codes can be found at http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 6 | 7 | If you find these icons useful, please donate via paypal to mjames@gmail.com (or click the donate button available at http://www.famfamfam.com/lab/icons/silk) 8 | 9 | Contact: mjames@gmail.com -------------------------------------------------------------------------------- /public_html/static/images/gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/gradient.png -------------------------------------------------------------------------------- /public_html/static/images/labs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/labs.png -------------------------------------------------------------------------------- /public_html/static/images/squiggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/squiggle.png -------------------------------------------------------------------------------- /public_html/static/images/toolserver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/toolserver.png -------------------------------------------------------------------------------- /public_html/static/images/xhtml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x-tools/xtools-legacy/e53ca93f817ec25647d2c2f1999acc8ddbb611a3/public_html/static/images/xhtml.png -------------------------------------------------------------------------------- /public_html/static/js/unserialize.jquery.1.0.2.js: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 3 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 15 | * MA 02110-1301, USA. 16 | * 17 | * 2013, Daniel Cantarín, omega_canta@yahoo.com 18 | */ 19 | 20 | 21 | jQuery.unserialize = function(str){ 22 | var items = str.split('&'); 23 | var ret = "{"; 24 | var arrays = []; 25 | var index = ""; 26 | for (var i = 0; i < items.length; i++) { 27 | var parts = items[i].split(/=/); 28 | //console.log(parts[0], parts[0].indexOf("%5B"), parts[0].indexOf("[")); 29 | if (parts[0].indexOf("%5B") > -1 || parts[0].indexOf("[") > -1){ 30 | //Array serializado 31 | index = (parts[0].indexOf("%5B") > -1) ? parts[0].replace("%5B","").replace("%5D","") : parts[0].replace("[","").replace("]",""); 32 | //console.log("array detectado:", index); 33 | //console.log(arrays[index] === undefined); 34 | if (arrays[index] === undefined){ 35 | arrays[index] = []; 36 | } 37 | arrays[index].push( decodeURIComponent(parts[1].replace(/\+/g," "))); 38 | //console.log("arrays:", arrays); 39 | } else { 40 | //console.log("common item (not array)"); 41 | if (parts.length > 1){ 42 | ret += "\""+parts[0] + "\": \"" + decodeURIComponent(parts[1].replace(/\+/g," ")).replace(/\n/g,"\\n").replace(/\r/g,"\\r") + "\", "; 43 | } 44 | } 45 | 46 | }; 47 | 48 | ret = (ret != "{") ? ret.substr(0,ret.length-2) + "}" : ret + "}"; 49 | //console.log(ret, arrays); 50 | var ret2 = JSON.parse(ret); 51 | //proceso los arrays 52 | for (arr in arrays){ 53 | ret2[arr] = arrays[arr]; 54 | } 55 | return ret2; 56 | } 57 | 58 | jQuery.fn.unserialize = function(parm){ 59 | //If not string, JSON is assumed. 60 | var items = (typeof parm == "string") ? parm.split('&') : parm; 61 | if (typeof items !== "object"){ 62 | throw new Error("unserialize: string or JSON object expected."); 63 | } 64 | //Check for the need of building an array from some item. 65 | //May return a false positive, but it's still better than looping twice. 66 | //TODO: confirm if it's ok to simplify this method by always calling 67 | //$.unserialize(parm) without any extra checking. 68 | var need_to_build = ((typeof parm == "string") && decodeURIComponent(parm).indexOf("[]=") > -1); 69 | items = (need_to_build) ? $.unserialize(parm) : items; 70 | 71 | 72 | for (var i in items){ 73 | var parts = (items instanceof Array) ? items[i].split(/=/) : [i, (items[i] instanceof Array) ? items[i] : "" + items[i]]; 74 | parts[0] = decodeURIComponent(parts[0]); 75 | if (parts[0].indexOf("[]") == -1 && parts[1] instanceof Array){ 76 | parts[0] += "[]"; 77 | } 78 | obj = this.find('[name=\''+ parts[0] +'\']'); 79 | if (obj.length == 0){ 80 | try{ 81 | obj = this.parent().find('[name=\''+ parts[0] +'\']'); 82 | } catch(e){} 83 | } 84 | if (typeof obj.attr("type") == "string" && ( obj.attr("type").toLowerCase() == "radio" || obj.attr("type").toLowerCase() == "checkbox")){ 85 | obj.each(function(index, coso) { 86 | coso = $(coso); 87 | //if the value is an array, i gotta search the item with that value. 88 | if (parts[1] instanceof Array){ 89 | for (var i2 in parts[1]){ 90 | var val = ""+parts[1][i2]; 91 | if (coso.attr("value") == decodeURIComponent(val.replace(/\+/g," "))){ 92 | coso.prop("checked",true); 93 | } else { 94 | if (!$.inArray(coso.val(),parts[1])){ 95 | coso.prop("checked",false); 96 | } 97 | } 98 | } 99 | } else { 100 | val = "" + parts[1]; 101 | if (coso.attr("value") == decodeURIComponent(val.replace(/\+/g," "))){ 102 | coso.prop("checked",true); 103 | } else { 104 | coso.prop("checked",false); 105 | } 106 | } 107 | }); 108 | } else if (obj.length > 0 && obj[0].tagName == "SELECT" && parts[1] instanceof Array && obj.prop("multiple")){ 109 | //Here, i have an array for a multi-select. 110 | obj.val(parts[1]); 111 | } else { 112 | //When the value is an array, we join without delimiter 113 | var val = (parts[1] instanceof Array) ? parts[1].join("") : parts[1]; 114 | //when the value is an object, we set the value to "" 115 | val = (typeof val == "object") ? "" : val; 116 | 117 | obj.val(decodeURIComponent(val.replace(/\+/g," "))); 118 | } 119 | }; 120 | return this; 121 | } 122 | 123 | -------------------------------------------------------------------------------- /public_html/templates/main.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | X!'s tools 5 | 6 | 7 | moreheader ?> 8 | 9 | 21 | 22 | 23 | 24 |
    25 | 26 | 29 | 30 |
    31 | 46 | 47 |
    48 | sitenotice) ? "

    $wt->sitenotice

    " : "" ?> 49 |

    toolTitle ?>toolDesc ?>

    50 | alert) ? "

    $wt->alert

    " : "" ?> 51 | error) ? "
    $wt->error
    " : "" ?> 52 | replag) ? "
    $wt->replag
    " : "" ?> 53 |
    54 | 55 |
    56 | content ?> 57 |
    58 | 59 |
    60 | executed ?> · memused ?> 61 |
    62 | 63 | 88 |
    89 | 90 | 93 | 94 | 95 | 96 | -------------------------------------------------------------------------------- /public_html/toolinfo.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "type" : "web", 4 | "name" : "xtools-editcounter", 5 | "title" : "X! Edit Counter", 6 | "description" : "Legendary editcounter and analyser of user contributions. Fast and feature-rich.", 7 | "url" : "https://tools.wmflabs.org/xtools-ec/", 8 | "keywords" : "edit count, statistics, user analysis, user contributions, activity, xtools, i18n, multilingual, cross-wiki", 9 | "author" : "Hedonil, Cyberpower678, TParis, X!", 10 | "repository": "https://github.com/x-Tools/xtools" 11 | }, 12 | { 13 | "type" : "web", 14 | "name" : "xtools-adminstats", 15 | "title" : "AdminStats", 16 | "description" : "Show statistics on admin actions.", 17 | "url" : "https://tools.wmflabs.org/xtools/adminstats/", 18 | "keywords" : "statistics, admin, global, activity, xtools, i18n, multilingual, cross-wiki", 19 | "author" : "Hedonil, Cyberpower678, TParis, X!", 20 | "repository": "https://github.com/x-Tools/xtools" 21 | }, 22 | { 23 | "type" : "web", 24 | "name" : "xtools-pagehistory", 25 | "title" : "Page History", 26 | "description" : "Get various statistics and author list of a page.", 27 | "url" : "https://tools.wmflabs.org/xtools-articleinfo/", 28 | "keywords" : "statistics, article, page, authors, list, assessment, xtools, i18n, multilingual, cross-wiki", 29 | "author" : "Hedonil, Cyberpower678, TParis, X!", 30 | "repository": "https://github.com/x-Tools/xtools" 31 | }, 32 | { 33 | "type" : "web", 34 | "name" : "xtools-pagescreated", 35 | "title" : "Pages Created", 36 | "description" : "Get pages that have been created by a user", 37 | "url" : "https://tools.wmflabs.org/xtools/pages/", 38 | "keywords" : "article, page, author, list, create, xtools, i18n, multilingual, cross-wiki", 39 | "author" : "Hedonil, Cyberpower678, TParis, X!", 40 | "repository": "https://github.com/x-Tools/xtools" 41 | }, 42 | { 43 | "type" : "gadget", 44 | "name" : "xtools-xagent", 45 | "title" : "XTools gadget (XAgent)", 46 | "description" : "Checks visited pages on-the-fly (~ 1 sec) for syntax-, grammar-, broken-link-problems and missing Wikidata properties. In addition, Agent for your cross-wiki Echo notifications.", 47 | "url" : "https://meta.wikimedia.org/wiki/User:Hedonil/XTools", 48 | "keywords" : "gadget, javascript, xagent, xtools, i18n, multilingual, cross-wiki", 49 | "author" : "Hedonil", 50 | "repository": "https://meta.wikimedia.org/wiki/User:Hedonil/XTools/XTools.js" 51 | }, 52 | { 53 | "type" : "web", 54 | "name" : "directory-directory-ng", 55 | "title" : "Directory NG", 56 | "description" : "Directory service for MediaWiki related Bots, Tools, API's, Scripts & Stylesheets", 57 | "url" : "https://tools.wmflabs.org/directory/", 58 | "keywords" : "directory, tools, scripts, css, api, bots, search, find, python", 59 | "author" : "Hedonil" 60 | } 61 | ] 62 | --------------------------------------------------------------------------------