├── .gitignore ├── Plugin └── addons │ └── amxmodx │ ├── configs │ ├── amxbans.cfg │ └── plugins-amxbans.ini │ ├── data │ └── lang │ │ └── amxbans.txt │ └── scripting │ ├── amxbans_assist.sma │ ├── amxbans_core.sma │ ├── amxbans_flagged.sma │ ├── amxbans_freeze.sma │ ├── amxbans_main.sma │ └── include │ ├── amxbans │ ├── check_flag.inl │ ├── check_player.inl │ ├── cmdBan.inl │ ├── cmdUnban.inl │ ├── color_chat.inl │ ├── global_vars.inl │ ├── init_functions.inl │ ├── menu_ban.inl │ ├── menu_disconnected.inl │ ├── menu_flag.inl │ ├── menu_history.inl │ ├── menu_stocks.inl │ └── web_handshake.inl │ ├── amxbans_core.inc │ └── amxbans_main.inc └── Web ├── .htaccess ├── COPYING ├── CREDITS ├── admin.php ├── admin_list.php ├── ban_list.php ├── calendar.html ├── calendar1.js ├── images ├── accept.png ├── banner │ ├── amxbans.png │ └── index.php ├── bullet_go.png ├── cancel.png ├── cross.png ├── date.png ├── delete.png ├── details.gif ├── disk.png ├── edit.gif ├── email_go.png ├── flags │ ├── -.gif │ ├── ad.gif │ ├── ae.gif │ ├── af.gif │ ├── ag.gif │ ├── ai.gif │ ├── al.gif │ ├── am.gif │ ├── an.gif │ ├── ao.gif │ ├── aq.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 │ ├── 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 │ ├── cy.gif │ ├── cz.gif │ ├── de.gif │ ├── dj.gif │ ├── dk.gif │ ├── dm.gif │ ├── do.gif │ ├── dz.gif │ ├── ec.gif │ ├── ee.gif │ ├── eg.gif │ ├── er.gif │ ├── es.gif │ ├── et.gif │ ├── eu.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 │ ├── 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 │ ├── im.gif │ ├── in.gif │ ├── index.php │ ├── io.gif │ ├── iq.gif │ ├── ir.gif │ ├── is.gif │ ├── it.gif │ ├── je.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 │ ├── 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 │ ├── sd.gif │ ├── se.gif │ ├── sg.gif │ ├── si.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 │ ├── tm.gif │ ├── tn.gif │ ├── to.gif │ ├── tp.gif │ ├── tr.gif │ ├── tt.gif │ ├── tv.gif │ ├── tw.gif │ ├── tz.gif │ ├── ua.gif │ ├── ug.gif │ ├── uk.gif │ ├── um.gif │ ├── us.gif │ ├── uy.gif │ ├── uz.gif │ ├── va.gif │ ├── vc.gif │ ├── ve.gif │ ├── vg.gif │ ├── vi.gif │ ├── vn.gif │ ├── vu.gif │ ├── wf.gif │ ├── ws.gif │ ├── ye.gif │ ├── yt.gif │ ├── yu.gif │ ├── za.gif │ ├── zm.gif │ ├── zr.gif │ └── zw.gif ├── hlsw.gif ├── huh.gif ├── icons │ ├── bbcode │ │ ├── bold.png │ │ ├── center.png │ │ ├── index.php │ │ ├── italic.png │ │ └── underline.png │ ├── big_smile.png │ ├── cool.png │ ├── hmm.png │ ├── index.php │ ├── lol.png │ ├── mad.png │ ├── neutral.png │ ├── roll.png │ ├── sad.png │ ├── smile.png │ ├── tongue.png │ ├── wink.png │ └── yikes.png ├── index.php ├── maps │ ├── cstrike │ │ ├── as_oilrig.jpg │ │ ├── cs_747.jpg │ │ ├── cs_assault.jpg │ │ ├── cs_backalley.jpg │ │ ├── cs_estate.jpg │ │ ├── cs_havana.jpg │ │ ├── cs_italy.jpg │ │ ├── cs_militia.jpg │ │ ├── cs_office.jpg │ │ ├── cs_siege.jpg │ │ ├── de_airstrip.jpg │ │ ├── de_aztec.jpg │ │ ├── de_cbble.jpg │ │ ├── de_chateau.jpg │ │ ├── de_dust.jpg │ │ ├── de_dust2.jpg │ │ ├── de_inferno.jpg │ │ ├── de_nuke.jpg │ │ ├── de_piranesi.jpg │ │ ├── de_prodigy.jpg │ │ ├── de_storm.jpg │ │ ├── de_survivor.jpg │ │ ├── de_torn.jpg │ │ ├── de_train.jpg │ │ ├── de_vertigo.jpg │ │ ├── index.php │ │ └── noimage.jpg │ ├── czero │ │ ├── index.php │ │ └── noimage.jpg │ ├── dod │ │ ├── index.php │ │ └── noimage.jpg │ ├── index.php │ └── tf │ │ ├── index.php │ │ └── noimage.jpg ├── mods │ ├── csource.gif │ ├── cstrike.gif │ ├── czero.gif │ ├── dod.gif │ ├── html.gif │ ├── index.php │ ├── ns.gif │ ├── ricochet.gif │ ├── tfc.gif │ └── ts.gif ├── next.gif ├── next_year.gif ├── page.png ├── page_back.png ├── page_edit.png ├── page_end.png ├── page_next.png ├── page_start.png ├── pfeilo.gif ├── pfeilu.gif ├── prev.gif ├── prev_year.gif ├── server_key.png ├── steam.gif ├── success.gif └── warning.gif ├── include ├── GeoIP.dat ├── access.inc.php ├── admin │ ├── admin_ban_add.php │ ├── admin_ban_add_online.php │ ├── admin_sm_av.php │ ├── admin_sm_bg.php │ ├── admin_sm_sa.php │ ├── admin_sm_sv.php │ ├── admin_so_in.php │ ├── admin_so_lg.php │ ├── admin_so_mo.php │ ├── admin_so_up.php │ ├── admin_wm_ms.php │ ├── admin_wm_ul.php │ ├── admin_wm_um.php │ ├── admin_wm_wa.php │ └── index.php ├── amxx_langs.inc.php ├── amxxhelper.php ├── backup │ ├── empty.txt │ └── index.php ├── captcha.php ├── config.inc.php ├── files │ └── index.php ├── functions.inc.php ├── geoip.inc ├── index.php ├── layer.js ├── license.php ├── logfunc.inc.php ├── menu.inc.php ├── modules │ ├── iexport_func │ │ ├── index.php │ │ └── modul_iexport_dbbackup.php │ ├── index.php │ └── modul_iexport.php ├── rcon_hl_net.inc ├── smarty │ ├── Config_File.class.php │ ├── Smarty.class.php │ ├── Smarty_Compiler.class.php │ ├── debug.tpl │ ├── index.php │ ├── internals │ │ ├── core.assemble_plugin_filepath.php │ │ ├── core.assign_smarty_interface.php │ │ ├── core.create_dir_structure.php │ │ ├── core.display_debug_console.php │ │ ├── core.get_include_path.php │ │ ├── core.get_microtime.php │ │ ├── core.get_php_resource.php │ │ ├── core.is_secure.php │ │ ├── core.is_trusted.php │ │ ├── core.load_plugins.php │ │ ├── core.load_resource_plugin.php │ │ ├── core.process_cached_inserts.php │ │ ├── core.process_compiled_include.php │ │ ├── core.read_cache_file.php │ │ ├── core.rm_auto.php │ │ ├── core.rmdir.php │ │ ├── core.run_insert_handler.php │ │ ├── core.smarty_include_php.php │ │ ├── core.write_cache_file.php │ │ ├── core.write_compiled_include.php │ │ ├── core.write_compiled_resource.php │ │ ├── core.write_file.php │ │ └── index.php │ └── plugins │ │ ├── block.textformat.php │ │ ├── compiler.assign.php │ │ ├── function.assign_debug_info.php │ │ ├── function.config_load.php │ │ ├── function.counter.php │ │ ├── function.cycle.php │ │ ├── function.debug.php │ │ ├── function.eval.php │ │ ├── function.fetch.php │ │ ├── function.html_checkboxes.php │ │ ├── function.html_image.php │ │ ├── function.html_options.php │ │ ├── function.html_radios.php │ │ ├── function.html_select_date.php │ │ ├── function.html_select_time.php │ │ ├── function.html_table.php │ │ ├── function.mailto.php │ │ ├── function.math.php │ │ ├── function.popup.php │ │ ├── function.popup_init.php │ │ ├── index.php │ │ ├── modifier.bbcode2html.php │ │ ├── modifier.capitalize.php │ │ ├── modifier.cat.php │ │ ├── modifier.count_characters.php │ │ ├── modifier.count_paragraphs.php │ │ ├── modifier.count_sentences.php │ │ ├── modifier.count_words.php │ │ ├── modifier.date2word.php │ │ ├── modifier.date_format.php │ │ ├── modifier.debug_print_var.php │ │ ├── modifier.default.php │ │ ├── modifier.escape.php │ │ ├── modifier.file_size.php │ │ ├── modifier.getlanguage.php │ │ ├── modifier.indent.php │ │ ├── modifier.lang.php │ │ ├── modifier.loadtime.php │ │ ├── modifier.lower.php │ │ ├── modifier.nl2br.php │ │ ├── modifier.regex_replace.php │ │ ├── modifier.replace.php │ │ ├── modifier.selectlang.php │ │ ├── modifier.spacify.php │ │ ├── modifier.string_format.php │ │ ├── modifier.strinstr.php │ │ ├── modifier.strip.php │ │ ├── modifier.strip_tags.php │ │ ├── modifier.truncate.php │ │ ├── modifier.upper.php │ │ ├── modifier.wordwrap.php │ │ ├── outputfilter.trimwhitespace.php │ │ ├── shared.escape_special_chars.php │ │ └── shared.make_timestamp.php ├── sql.inc.php ├── steam.inc.php ├── thumbs.inc.php ├── tooltip.js └── user │ ├── index.php │ └── user_bd.php ├── index.php ├── install ├── datas.inc ├── func.js ├── functions.inc ├── images │ ├── cellpic3.gif │ ├── cellpic_green.gif │ ├── cellpic_grey.gif │ └── index.php ├── index.php ├── language │ ├── index.php │ ├── lang.brazilian portuguese.php │ ├── lang.bulgarian.php │ ├── lang.chinese.php │ ├── lang.czech.php │ ├── lang.danish.php │ ├── lang.dutch.php │ ├── lang.english.php │ ├── lang.estonian.php │ ├── lang.finnish.php │ ├── lang.french.php │ ├── lang.german.php │ ├── lang.latvian.php │ ├── lang.lithuanian.php │ ├── lang.mongolian.php │ ├── lang.norwegian.php │ ├── lang.polish.php │ ├── lang.portuguese.php │ ├── lang.romanian.php │ ├── lang.russian.php │ ├── lang.slovak.php │ ├── lang.spanish.php │ ├── lang.swedish.php │ ├── lang.ukrainian.php │ └── lang.vietnamese.php ├── setup.css ├── setup.tpl ├── step1.tpl ├── step2.tpl ├── step3.tpl ├── step4.tpl ├── step5.tpl ├── step6.tpl ├── step7.tpl └── tables.inc ├── language ├── index.php ├── lang.brazilian portuguese.iexport.php ├── lang.brazilian portuguese.php ├── lang.bulgarian.iexport.php ├── lang.bulgarian.php ├── lang.chinese.iexport.php ├── lang.chinese.php ├── lang.czech.iexport.php ├── lang.czech.php ├── lang.danish.iexport.php ├── lang.danish.php ├── lang.dutch.iexport.php ├── lang.dutch.php ├── lang.english.iexport.php ├── lang.english.php ├── lang.estonian.iexport.php ├── lang.estonian.php ├── lang.finnish.iexport.php ├── lang.finnish.php ├── lang.french.iexport.php ├── lang.french.php ├── lang.german.iexport.php ├── lang.german.php ├── lang.latvian.iexport.php ├── lang.latvian.php ├── lang.lithuanian.iexport.php ├── lang.lithuanian.php ├── lang.mongolian.iexport.php ├── lang.mongolian.php ├── lang.norwegian.iexport.php ├── lang.norwegian.php ├── lang.polish.iexport.php ├── lang.polish.php ├── lang.portuguese.iexport.php ├── lang.portuguese.php ├── lang.romanian.iexport.php ├── lang.romanian.php ├── lang.russian.iexport.php ├── lang.russian.php ├── lang.slovak.iexport.php ├── lang.slovak.php ├── lang.spanish.iexport.php ├── lang.spanish.php ├── lang.swedish.iexport.php ├── lang.swedish.php ├── lang.ukrainian.iexport.php ├── lang.ukrainian.php ├── lang.vietnamese.iexport.php └── lang.vietnamese.php ├── login.php ├── logout.php ├── motd.php ├── search.php ├── setup.php ├── temp └── index.php ├── templates ├── _css │ ├── index.php │ └── style.css ├── _gfx │ ├── Steam.png │ ├── acheat │ │ ├── eac.png │ │ ├── index.php │ │ └── vac.png │ ├── amxbans.png │ ├── byslidemenu.png │ ├── calendar.png │ ├── captcha.png │ ├── connect.png │ ├── control.gif │ ├── country │ │ ├── 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 │ │ ├── clear.png │ │ ├── cm.png │ │ ├── cn.png │ │ ├── co.png │ │ ├── cr.png │ │ ├── cs.png │ │ ├── cu.png │ │ ├── cv.png │ │ ├── cx.png │ │ ├── cy.png │ │ ├── cz.png │ │ ├── de.png │ │ ├── dj.png │ │ ├── dk.png │ │ ├── dm.png │ │ ├── do.png │ │ ├── dz.png │ │ ├── ec.png │ │ ├── ee.png │ │ ├── eg.png │ │ ├── eh.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 │ │ ├── hk.png │ │ ├── hm.png │ │ ├── hn.png │ │ ├── hr.png │ │ ├── ht.png │ │ ├── hu.png │ │ ├── id.png │ │ ├── ie.png │ │ ├── il.png │ │ ├── in.png │ │ ├── index.php │ │ ├── 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 │ │ ├── zm.png │ │ └── zw.png │ ├── dashboard.gif │ ├── disk.png │ ├── email_go.png │ ├── format │ │ ├── index.php │ │ ├── text_align_center.png │ │ ├── text_bold.png │ │ ├── text_italic.png │ │ └── text_underline.png │ ├── functions.png │ ├── games │ │ ├── SourceForts.gif │ │ ├── csource.gif │ │ ├── csource.png │ │ ├── cstrike.gif │ │ ├── czero.gif │ │ ├── dod.gif │ │ ├── dods.png │ │ ├── dys.gif │ │ ├── frontline.gif │ │ ├── gmod.png │ │ ├── halflife.gif │ │ ├── hidden.png │ │ ├── hl2-fortressforever.gif │ │ ├── hl2ctf.png │ │ ├── hl2dm.png │ │ ├── html.gif │ │ ├── html.png │ │ ├── index.php │ │ ├── ins.gif │ │ ├── l4d.png │ │ ├── ns.gif │ │ ├── nsp.gif │ │ ├── pdark.gif │ │ ├── pvkii.gif │ │ ├── ricochet.gif │ │ ├── ship.gif │ │ ├── steam.gif │ │ ├── svencoop.gif │ │ ├── tf2.gif │ │ ├── tf2.png │ │ ├── tfc.gif │ │ ├── ts.gif │ │ ├── valve.gif │ │ └── zps.gif │ ├── generic │ │ ├── accept.png │ │ ├── add.png │ │ ├── bullet_arrow_down.png │ │ ├── bullet_arrow_up.png │ │ ├── delete.png │ │ ├── error.png │ │ ├── exclamation.png │ │ ├── help.png │ │ ├── index.php │ │ ├── information.png │ │ ├── key.png │ │ ├── stop.png │ │ └── user.png │ ├── icon-kicks.png │ ├── icon-stats.png │ ├── icon-time.gif │ ├── index.php │ ├── maps │ │ ├── index.php │ │ ├── noimage.jpg │ │ └── noresponse.jpg │ ├── navigation-arrow.gif │ ├── navigation-separator.gif │ ├── os │ │ ├── Linux.png │ │ ├── Windows.png │ │ └── index.php │ ├── page.png │ ├── page_delete.png │ ├── page_edit.png │ ├── pagenation.png │ ├── resources │ │ ├── close.png │ │ ├── index.php │ │ ├── next.png │ │ ├── pause.png │ │ ├── play.png │ │ └── previous.png │ └── stats.png ├── _js │ ├── amxbans.js.php │ ├── index.php │ ├── jquery.js │ ├── libraries │ │ └── index.php │ ├── mootools-1.2.4-core-yc.js │ ├── shadowbox.js │ └── tooltip.js ├── admin_av.tpl ├── admin_ban_add.tpl ├── admin_ban_add_online.tpl ├── admin_bg.tpl ├── admin_default.tpl ├── admin_in.tpl ├── admin_index.tpl ├── admin_lg.tpl ├── admin_list.php ├── admin_list.tpl ├── admin_mo.tpl ├── admin_ms.tpl ├── admin_sa.tpl ├── admin_sv.tpl ├── admin_ul.tpl ├── admin_um.tpl ├── admin_up.tpl ├── admin_wa.tpl ├── amxbans.css ├── ban_list.tpl ├── include │ ├── amxxhelper.php │ └── index.php ├── index.php ├── info_amxaccess.tpl ├── layer_banedit.tpl ├── layer_banhistory.tpl ├── layer_comadd.tpl ├── layer_comedit.tpl ├── layer_demadd.tpl ├── layer_demedit.tpl ├── login.tpl ├── main_footer.tpl ├── main_header.tpl ├── modul_iexport.tpl ├── motd.tpl ├── search.tpl ├── user_bd.tpl └── view.tpl ├── tooltip.js ├── upgrade.php └── view.php /.gitignore: -------------------------------------------------------------------------------- 1 | **/templates_c 2 | db.config.inc.php 3 | *.amxx 4 | -------------------------------------------------------------------------------- /Plugin/addons/amxmodx/configs/amxbans.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Plugin/addons/amxmodx/configs/amxbans.cfg -------------------------------------------------------------------------------- /Plugin/addons/amxmodx/data/lang/amxbans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Plugin/addons/amxmodx/data/lang/amxbans.txt -------------------------------------------------------------------------------- /Web/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/.htaccess -------------------------------------------------------------------------------- /Web/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/COPYING -------------------------------------------------------------------------------- /Web/CREDITS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/CREDITS -------------------------------------------------------------------------------- /Web/admin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/admin.php -------------------------------------------------------------------------------- /Web/admin_list.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/admin_list.php -------------------------------------------------------------------------------- /Web/ban_list.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/ban_list.php -------------------------------------------------------------------------------- /Web/calendar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/calendar.html -------------------------------------------------------------------------------- /Web/calendar1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/calendar1.js -------------------------------------------------------------------------------- /Web/images/accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/accept.png -------------------------------------------------------------------------------- /Web/images/banner/amxbans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/banner/amxbans.png -------------------------------------------------------------------------------- /Web/images/banner/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/banner/index.php -------------------------------------------------------------------------------- /Web/images/bullet_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/bullet_go.png -------------------------------------------------------------------------------- /Web/images/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/cancel.png -------------------------------------------------------------------------------- /Web/images/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/cross.png -------------------------------------------------------------------------------- /Web/images/date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/date.png -------------------------------------------------------------------------------- /Web/images/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/delete.png -------------------------------------------------------------------------------- /Web/images/details.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/details.gif -------------------------------------------------------------------------------- /Web/images/disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/disk.png -------------------------------------------------------------------------------- /Web/images/edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/edit.gif -------------------------------------------------------------------------------- /Web/images/email_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/email_go.png -------------------------------------------------------------------------------- /Web/images/flags/-.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/-.gif -------------------------------------------------------------------------------- /Web/images/flags/ad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ad.gif -------------------------------------------------------------------------------- /Web/images/flags/ae.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ae.gif -------------------------------------------------------------------------------- /Web/images/flags/af.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/af.gif -------------------------------------------------------------------------------- /Web/images/flags/ag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ag.gif -------------------------------------------------------------------------------- /Web/images/flags/ai.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ai.gif -------------------------------------------------------------------------------- /Web/images/flags/al.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/al.gif -------------------------------------------------------------------------------- /Web/images/flags/am.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/am.gif -------------------------------------------------------------------------------- /Web/images/flags/an.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/an.gif -------------------------------------------------------------------------------- /Web/images/flags/ao.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ao.gif -------------------------------------------------------------------------------- /Web/images/flags/aq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/aq.gif -------------------------------------------------------------------------------- /Web/images/flags/ar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ar.gif -------------------------------------------------------------------------------- /Web/images/flags/as.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/as.gif -------------------------------------------------------------------------------- /Web/images/flags/at.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/at.gif -------------------------------------------------------------------------------- /Web/images/flags/au.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/au.gif -------------------------------------------------------------------------------- /Web/images/flags/aw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/aw.gif -------------------------------------------------------------------------------- /Web/images/flags/ax.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ax.gif -------------------------------------------------------------------------------- /Web/images/flags/az.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/az.gif -------------------------------------------------------------------------------- /Web/images/flags/ba.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ba.gif -------------------------------------------------------------------------------- /Web/images/flags/bb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/bb.gif -------------------------------------------------------------------------------- /Web/images/flags/bd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/bd.gif -------------------------------------------------------------------------------- /Web/images/flags/be.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/be.gif -------------------------------------------------------------------------------- /Web/images/flags/bf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/bf.gif -------------------------------------------------------------------------------- /Web/images/flags/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/bg.gif -------------------------------------------------------------------------------- /Web/images/flags/bh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/bh.gif -------------------------------------------------------------------------------- /Web/images/flags/bi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/bi.gif -------------------------------------------------------------------------------- /Web/images/flags/bj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/bj.gif -------------------------------------------------------------------------------- /Web/images/flags/bm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/bm.gif -------------------------------------------------------------------------------- /Web/images/flags/bn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/bn.gif -------------------------------------------------------------------------------- /Web/images/flags/bo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/bo.gif -------------------------------------------------------------------------------- /Web/images/flags/br.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/br.gif -------------------------------------------------------------------------------- /Web/images/flags/bs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/bs.gif -------------------------------------------------------------------------------- /Web/images/flags/bt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/bt.gif -------------------------------------------------------------------------------- /Web/images/flags/bv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/bv.gif -------------------------------------------------------------------------------- /Web/images/flags/bw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/bw.gif -------------------------------------------------------------------------------- /Web/images/flags/by.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/by.gif -------------------------------------------------------------------------------- /Web/images/flags/bz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/bz.gif -------------------------------------------------------------------------------- /Web/images/flags/ca.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ca.gif -------------------------------------------------------------------------------- /Web/images/flags/cd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/cd.gif -------------------------------------------------------------------------------- /Web/images/flags/cf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/cf.gif -------------------------------------------------------------------------------- /Web/images/flags/cg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/cg.gif -------------------------------------------------------------------------------- /Web/images/flags/ch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ch.gif -------------------------------------------------------------------------------- /Web/images/flags/ci.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ci.gif -------------------------------------------------------------------------------- /Web/images/flags/ck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ck.gif -------------------------------------------------------------------------------- /Web/images/flags/cl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/cl.gif -------------------------------------------------------------------------------- /Web/images/flags/cm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/cm.gif -------------------------------------------------------------------------------- /Web/images/flags/cn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/cn.gif -------------------------------------------------------------------------------- /Web/images/flags/co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/co.gif -------------------------------------------------------------------------------- /Web/images/flags/cr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/cr.gif -------------------------------------------------------------------------------- /Web/images/flags/cs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/cs.gif -------------------------------------------------------------------------------- /Web/images/flags/cu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/cu.gif -------------------------------------------------------------------------------- /Web/images/flags/cv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/cv.gif -------------------------------------------------------------------------------- /Web/images/flags/cy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/cy.gif -------------------------------------------------------------------------------- /Web/images/flags/cz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/cz.gif -------------------------------------------------------------------------------- /Web/images/flags/de.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/de.gif -------------------------------------------------------------------------------- /Web/images/flags/dj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/dj.gif -------------------------------------------------------------------------------- /Web/images/flags/dk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/dk.gif -------------------------------------------------------------------------------- /Web/images/flags/dm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/dm.gif -------------------------------------------------------------------------------- /Web/images/flags/do.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/do.gif -------------------------------------------------------------------------------- /Web/images/flags/dz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/dz.gif -------------------------------------------------------------------------------- /Web/images/flags/ec.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ec.gif -------------------------------------------------------------------------------- /Web/images/flags/ee.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ee.gif -------------------------------------------------------------------------------- /Web/images/flags/eg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/eg.gif -------------------------------------------------------------------------------- /Web/images/flags/er.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/er.gif -------------------------------------------------------------------------------- /Web/images/flags/es.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/es.gif -------------------------------------------------------------------------------- /Web/images/flags/et.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/et.gif -------------------------------------------------------------------------------- /Web/images/flags/eu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/eu.gif -------------------------------------------------------------------------------- /Web/images/flags/fi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/fi.gif -------------------------------------------------------------------------------- /Web/images/flags/fj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/fj.gif -------------------------------------------------------------------------------- /Web/images/flags/fk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/fk.gif -------------------------------------------------------------------------------- /Web/images/flags/fm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/fm.gif -------------------------------------------------------------------------------- /Web/images/flags/fo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/fo.gif -------------------------------------------------------------------------------- /Web/images/flags/fr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/fr.gif -------------------------------------------------------------------------------- /Web/images/flags/ga.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ga.gif -------------------------------------------------------------------------------- /Web/images/flags/gb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/gb.gif -------------------------------------------------------------------------------- /Web/images/flags/gd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/gd.gif -------------------------------------------------------------------------------- /Web/images/flags/ge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ge.gif -------------------------------------------------------------------------------- /Web/images/flags/gf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/gf.gif -------------------------------------------------------------------------------- /Web/images/flags/gh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/gh.gif -------------------------------------------------------------------------------- /Web/images/flags/gi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/gi.gif -------------------------------------------------------------------------------- /Web/images/flags/gl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/gl.gif -------------------------------------------------------------------------------- /Web/images/flags/gm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/gm.gif -------------------------------------------------------------------------------- /Web/images/flags/gn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/gn.gif -------------------------------------------------------------------------------- /Web/images/flags/gp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/gp.gif -------------------------------------------------------------------------------- /Web/images/flags/gq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/gq.gif -------------------------------------------------------------------------------- /Web/images/flags/gr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/gr.gif -------------------------------------------------------------------------------- /Web/images/flags/gt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/gt.gif -------------------------------------------------------------------------------- /Web/images/flags/gu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/gu.gif -------------------------------------------------------------------------------- /Web/images/flags/gw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/gw.gif -------------------------------------------------------------------------------- /Web/images/flags/gy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/gy.gif -------------------------------------------------------------------------------- /Web/images/flags/hk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/hk.gif -------------------------------------------------------------------------------- /Web/images/flags/hm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/hm.gif -------------------------------------------------------------------------------- /Web/images/flags/hn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/hn.gif -------------------------------------------------------------------------------- /Web/images/flags/hr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/hr.gif -------------------------------------------------------------------------------- /Web/images/flags/ht.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ht.gif -------------------------------------------------------------------------------- /Web/images/flags/hu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/hu.gif -------------------------------------------------------------------------------- /Web/images/flags/id.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/id.gif -------------------------------------------------------------------------------- /Web/images/flags/ie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ie.gif -------------------------------------------------------------------------------- /Web/images/flags/il.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/il.gif -------------------------------------------------------------------------------- /Web/images/flags/im.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/im.gif -------------------------------------------------------------------------------- /Web/images/flags/in.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/in.gif -------------------------------------------------------------------------------- /Web/images/flags/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/index.php -------------------------------------------------------------------------------- /Web/images/flags/io.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/io.gif -------------------------------------------------------------------------------- /Web/images/flags/iq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/iq.gif -------------------------------------------------------------------------------- /Web/images/flags/ir.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ir.gif -------------------------------------------------------------------------------- /Web/images/flags/is.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/is.gif -------------------------------------------------------------------------------- /Web/images/flags/it.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/it.gif -------------------------------------------------------------------------------- /Web/images/flags/je.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/je.gif -------------------------------------------------------------------------------- /Web/images/flags/jm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/jm.gif -------------------------------------------------------------------------------- /Web/images/flags/jo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/jo.gif -------------------------------------------------------------------------------- /Web/images/flags/jp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/jp.gif -------------------------------------------------------------------------------- /Web/images/flags/ke.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ke.gif -------------------------------------------------------------------------------- /Web/images/flags/kg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/kg.gif -------------------------------------------------------------------------------- /Web/images/flags/kh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/kh.gif -------------------------------------------------------------------------------- /Web/images/flags/ki.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ki.gif -------------------------------------------------------------------------------- /Web/images/flags/km.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/km.gif -------------------------------------------------------------------------------- /Web/images/flags/kn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/kn.gif -------------------------------------------------------------------------------- /Web/images/flags/kp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/kp.gif -------------------------------------------------------------------------------- /Web/images/flags/kr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/kr.gif -------------------------------------------------------------------------------- /Web/images/flags/kw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/kw.gif -------------------------------------------------------------------------------- /Web/images/flags/ky.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ky.gif -------------------------------------------------------------------------------- /Web/images/flags/kz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/kz.gif -------------------------------------------------------------------------------- /Web/images/flags/la.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/la.gif -------------------------------------------------------------------------------- /Web/images/flags/lb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/lb.gif -------------------------------------------------------------------------------- /Web/images/flags/lc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/lc.gif -------------------------------------------------------------------------------- /Web/images/flags/li.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/li.gif -------------------------------------------------------------------------------- /Web/images/flags/lk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/lk.gif -------------------------------------------------------------------------------- /Web/images/flags/lr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/lr.gif -------------------------------------------------------------------------------- /Web/images/flags/ls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ls.gif -------------------------------------------------------------------------------- /Web/images/flags/lt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/lt.gif -------------------------------------------------------------------------------- /Web/images/flags/lu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/lu.gif -------------------------------------------------------------------------------- /Web/images/flags/lv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/lv.gif -------------------------------------------------------------------------------- /Web/images/flags/ly.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ly.gif -------------------------------------------------------------------------------- /Web/images/flags/ma.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ma.gif -------------------------------------------------------------------------------- /Web/images/flags/mc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/mc.gif -------------------------------------------------------------------------------- /Web/images/flags/md.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/md.gif -------------------------------------------------------------------------------- /Web/images/flags/me.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/me.gif -------------------------------------------------------------------------------- /Web/images/flags/mg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/mg.gif -------------------------------------------------------------------------------- /Web/images/flags/mh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/mh.gif -------------------------------------------------------------------------------- /Web/images/flags/mk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/mk.gif -------------------------------------------------------------------------------- /Web/images/flags/ml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ml.gif -------------------------------------------------------------------------------- /Web/images/flags/mm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/mm.gif -------------------------------------------------------------------------------- /Web/images/flags/mn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/mn.gif -------------------------------------------------------------------------------- /Web/images/flags/mo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/mo.gif -------------------------------------------------------------------------------- /Web/images/flags/mp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/mp.gif -------------------------------------------------------------------------------- /Web/images/flags/mq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/mq.gif -------------------------------------------------------------------------------- /Web/images/flags/mr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/mr.gif -------------------------------------------------------------------------------- /Web/images/flags/ms.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ms.gif -------------------------------------------------------------------------------- /Web/images/flags/mt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/mt.gif -------------------------------------------------------------------------------- /Web/images/flags/mu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/mu.gif -------------------------------------------------------------------------------- /Web/images/flags/mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/mv.gif -------------------------------------------------------------------------------- /Web/images/flags/mw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/mw.gif -------------------------------------------------------------------------------- /Web/images/flags/mx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/mx.gif -------------------------------------------------------------------------------- /Web/images/flags/my.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/my.gif -------------------------------------------------------------------------------- /Web/images/flags/mz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/mz.gif -------------------------------------------------------------------------------- /Web/images/flags/na.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/na.gif -------------------------------------------------------------------------------- /Web/images/flags/nc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/nc.gif -------------------------------------------------------------------------------- /Web/images/flags/ne.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ne.gif -------------------------------------------------------------------------------- /Web/images/flags/nf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/nf.gif -------------------------------------------------------------------------------- /Web/images/flags/ng.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ng.gif -------------------------------------------------------------------------------- /Web/images/flags/ni.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ni.gif -------------------------------------------------------------------------------- /Web/images/flags/nl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/nl.gif -------------------------------------------------------------------------------- /Web/images/flags/no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/no.gif -------------------------------------------------------------------------------- /Web/images/flags/np.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/np.gif -------------------------------------------------------------------------------- /Web/images/flags/nr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/nr.gif -------------------------------------------------------------------------------- /Web/images/flags/nu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/nu.gif -------------------------------------------------------------------------------- /Web/images/flags/nz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/nz.gif -------------------------------------------------------------------------------- /Web/images/flags/om.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/om.gif -------------------------------------------------------------------------------- /Web/images/flags/pa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/pa.gif -------------------------------------------------------------------------------- /Web/images/flags/pe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/pe.gif -------------------------------------------------------------------------------- /Web/images/flags/pf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/pf.gif -------------------------------------------------------------------------------- /Web/images/flags/pg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/pg.gif -------------------------------------------------------------------------------- /Web/images/flags/ph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ph.gif -------------------------------------------------------------------------------- /Web/images/flags/pk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/pk.gif -------------------------------------------------------------------------------- /Web/images/flags/pl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/pl.gif -------------------------------------------------------------------------------- /Web/images/flags/pm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/pm.gif -------------------------------------------------------------------------------- /Web/images/flags/pr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/pr.gif -------------------------------------------------------------------------------- /Web/images/flags/ps.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ps.gif -------------------------------------------------------------------------------- /Web/images/flags/pt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/pt.gif -------------------------------------------------------------------------------- /Web/images/flags/pw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/pw.gif -------------------------------------------------------------------------------- /Web/images/flags/py.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/py.gif -------------------------------------------------------------------------------- /Web/images/flags/qa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/qa.gif -------------------------------------------------------------------------------- /Web/images/flags/re.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/re.gif -------------------------------------------------------------------------------- /Web/images/flags/ro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ro.gif -------------------------------------------------------------------------------- /Web/images/flags/rs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/rs.gif -------------------------------------------------------------------------------- /Web/images/flags/ru.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ru.gif -------------------------------------------------------------------------------- /Web/images/flags/rw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/rw.gif -------------------------------------------------------------------------------- /Web/images/flags/sa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/sa.gif -------------------------------------------------------------------------------- /Web/images/flags/sb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/sb.gif -------------------------------------------------------------------------------- /Web/images/flags/sc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/sc.gif -------------------------------------------------------------------------------- /Web/images/flags/sd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/sd.gif -------------------------------------------------------------------------------- /Web/images/flags/se.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/se.gif -------------------------------------------------------------------------------- /Web/images/flags/sg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/sg.gif -------------------------------------------------------------------------------- /Web/images/flags/si.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/si.gif -------------------------------------------------------------------------------- /Web/images/flags/sk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/sk.gif -------------------------------------------------------------------------------- /Web/images/flags/sl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/sl.gif -------------------------------------------------------------------------------- /Web/images/flags/sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/sm.gif -------------------------------------------------------------------------------- /Web/images/flags/sn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/sn.gif -------------------------------------------------------------------------------- /Web/images/flags/so.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/so.gif -------------------------------------------------------------------------------- /Web/images/flags/sr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/sr.gif -------------------------------------------------------------------------------- /Web/images/flags/st.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/st.gif -------------------------------------------------------------------------------- /Web/images/flags/sv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/sv.gif -------------------------------------------------------------------------------- /Web/images/flags/sy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/sy.gif -------------------------------------------------------------------------------- /Web/images/flags/sz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/sz.gif -------------------------------------------------------------------------------- /Web/images/flags/tc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/tc.gif -------------------------------------------------------------------------------- /Web/images/flags/td.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/td.gif -------------------------------------------------------------------------------- /Web/images/flags/tf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/tf.gif -------------------------------------------------------------------------------- /Web/images/flags/tg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/tg.gif -------------------------------------------------------------------------------- /Web/images/flags/th.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/th.gif -------------------------------------------------------------------------------- /Web/images/flags/tj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/tj.gif -------------------------------------------------------------------------------- /Web/images/flags/tk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/tk.gif -------------------------------------------------------------------------------- /Web/images/flags/tm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/tm.gif -------------------------------------------------------------------------------- /Web/images/flags/tn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/tn.gif -------------------------------------------------------------------------------- /Web/images/flags/to.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/to.gif -------------------------------------------------------------------------------- /Web/images/flags/tp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/tp.gif -------------------------------------------------------------------------------- /Web/images/flags/tr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/tr.gif -------------------------------------------------------------------------------- /Web/images/flags/tt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/tt.gif -------------------------------------------------------------------------------- /Web/images/flags/tv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/tv.gif -------------------------------------------------------------------------------- /Web/images/flags/tw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/tw.gif -------------------------------------------------------------------------------- /Web/images/flags/tz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/tz.gif -------------------------------------------------------------------------------- /Web/images/flags/ua.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ua.gif -------------------------------------------------------------------------------- /Web/images/flags/ug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ug.gif -------------------------------------------------------------------------------- /Web/images/flags/uk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/uk.gif -------------------------------------------------------------------------------- /Web/images/flags/um.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/um.gif -------------------------------------------------------------------------------- /Web/images/flags/us.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/us.gif -------------------------------------------------------------------------------- /Web/images/flags/uy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/uy.gif -------------------------------------------------------------------------------- /Web/images/flags/uz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/uz.gif -------------------------------------------------------------------------------- /Web/images/flags/va.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/va.gif -------------------------------------------------------------------------------- /Web/images/flags/vc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/vc.gif -------------------------------------------------------------------------------- /Web/images/flags/ve.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ve.gif -------------------------------------------------------------------------------- /Web/images/flags/vg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/vg.gif -------------------------------------------------------------------------------- /Web/images/flags/vi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/vi.gif -------------------------------------------------------------------------------- /Web/images/flags/vn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/vn.gif -------------------------------------------------------------------------------- /Web/images/flags/vu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/vu.gif -------------------------------------------------------------------------------- /Web/images/flags/wf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/wf.gif -------------------------------------------------------------------------------- /Web/images/flags/ws.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ws.gif -------------------------------------------------------------------------------- /Web/images/flags/ye.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/ye.gif -------------------------------------------------------------------------------- /Web/images/flags/yt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/yt.gif -------------------------------------------------------------------------------- /Web/images/flags/yu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/yu.gif -------------------------------------------------------------------------------- /Web/images/flags/za.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/za.gif -------------------------------------------------------------------------------- /Web/images/flags/zm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/zm.gif -------------------------------------------------------------------------------- /Web/images/flags/zr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/zr.gif -------------------------------------------------------------------------------- /Web/images/flags/zw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/flags/zw.gif -------------------------------------------------------------------------------- /Web/images/hlsw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/hlsw.gif -------------------------------------------------------------------------------- /Web/images/huh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/huh.gif -------------------------------------------------------------------------------- /Web/images/icons/bbcode/bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/bbcode/bold.png -------------------------------------------------------------------------------- /Web/images/icons/bbcode/center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/bbcode/center.png -------------------------------------------------------------------------------- /Web/images/icons/bbcode/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/bbcode/index.php -------------------------------------------------------------------------------- /Web/images/icons/bbcode/italic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/bbcode/italic.png -------------------------------------------------------------------------------- /Web/images/icons/bbcode/underline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/bbcode/underline.png -------------------------------------------------------------------------------- /Web/images/icons/big_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/big_smile.png -------------------------------------------------------------------------------- /Web/images/icons/cool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/cool.png -------------------------------------------------------------------------------- /Web/images/icons/hmm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/hmm.png -------------------------------------------------------------------------------- /Web/images/icons/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/index.php -------------------------------------------------------------------------------- /Web/images/icons/lol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/lol.png -------------------------------------------------------------------------------- /Web/images/icons/mad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/mad.png -------------------------------------------------------------------------------- /Web/images/icons/neutral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/neutral.png -------------------------------------------------------------------------------- /Web/images/icons/roll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/roll.png -------------------------------------------------------------------------------- /Web/images/icons/sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/sad.png -------------------------------------------------------------------------------- /Web/images/icons/smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/smile.png -------------------------------------------------------------------------------- /Web/images/icons/tongue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/tongue.png -------------------------------------------------------------------------------- /Web/images/icons/wink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/wink.png -------------------------------------------------------------------------------- /Web/images/icons/yikes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/icons/yikes.png -------------------------------------------------------------------------------- /Web/images/index.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Web/images/maps/cstrike/as_oilrig.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/as_oilrig.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/cs_747.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/cs_747.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/cs_assault.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/cs_assault.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/cs_backalley.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/cs_backalley.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/cs_estate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/cs_estate.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/cs_havana.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/cs_havana.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/cs_italy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/cs_italy.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/cs_militia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/cs_militia.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/cs_office.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/cs_office.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/cs_siege.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/cs_siege.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/de_airstrip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/de_airstrip.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/de_aztec.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/de_aztec.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/de_cbble.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/de_cbble.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/de_chateau.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/de_chateau.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/de_dust.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/de_dust.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/de_dust2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/de_dust2.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/de_inferno.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/de_inferno.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/de_nuke.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/de_nuke.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/de_piranesi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/de_piranesi.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/de_prodigy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/de_prodigy.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/de_storm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/de_storm.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/de_survivor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/de_survivor.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/de_torn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/de_torn.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/de_train.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/de_train.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/de_vertigo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/de_vertigo.jpg -------------------------------------------------------------------------------- /Web/images/maps/cstrike/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/index.php -------------------------------------------------------------------------------- /Web/images/maps/cstrike/noimage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/cstrike/noimage.jpg -------------------------------------------------------------------------------- /Web/images/maps/czero/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/czero/index.php -------------------------------------------------------------------------------- /Web/images/maps/czero/noimage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/czero/noimage.jpg -------------------------------------------------------------------------------- /Web/images/maps/dod/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/dod/index.php -------------------------------------------------------------------------------- /Web/images/maps/dod/noimage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/dod/noimage.jpg -------------------------------------------------------------------------------- /Web/images/maps/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/index.php -------------------------------------------------------------------------------- /Web/images/maps/tf/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/tf/index.php -------------------------------------------------------------------------------- /Web/images/maps/tf/noimage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/maps/tf/noimage.jpg -------------------------------------------------------------------------------- /Web/images/mods/csource.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/mods/csource.gif -------------------------------------------------------------------------------- /Web/images/mods/cstrike.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/mods/cstrike.gif -------------------------------------------------------------------------------- /Web/images/mods/czero.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/mods/czero.gif -------------------------------------------------------------------------------- /Web/images/mods/dod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/mods/dod.gif -------------------------------------------------------------------------------- /Web/images/mods/html.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/mods/html.gif -------------------------------------------------------------------------------- /Web/images/mods/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/mods/index.php -------------------------------------------------------------------------------- /Web/images/mods/ns.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/mods/ns.gif -------------------------------------------------------------------------------- /Web/images/mods/ricochet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/mods/ricochet.gif -------------------------------------------------------------------------------- /Web/images/mods/tfc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/mods/tfc.gif -------------------------------------------------------------------------------- /Web/images/mods/ts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/mods/ts.gif -------------------------------------------------------------------------------- /Web/images/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/next.gif -------------------------------------------------------------------------------- /Web/images/next_year.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/next_year.gif -------------------------------------------------------------------------------- /Web/images/page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/page.png -------------------------------------------------------------------------------- /Web/images/page_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/page_back.png -------------------------------------------------------------------------------- /Web/images/page_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/page_edit.png -------------------------------------------------------------------------------- /Web/images/page_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/page_end.png -------------------------------------------------------------------------------- /Web/images/page_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/page_next.png -------------------------------------------------------------------------------- /Web/images/page_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/page_start.png -------------------------------------------------------------------------------- /Web/images/pfeilo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/pfeilo.gif -------------------------------------------------------------------------------- /Web/images/pfeilu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/pfeilu.gif -------------------------------------------------------------------------------- /Web/images/prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/prev.gif -------------------------------------------------------------------------------- /Web/images/prev_year.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/prev_year.gif -------------------------------------------------------------------------------- /Web/images/server_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/server_key.png -------------------------------------------------------------------------------- /Web/images/steam.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/steam.gif -------------------------------------------------------------------------------- /Web/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/success.gif -------------------------------------------------------------------------------- /Web/images/warning.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/images/warning.gif -------------------------------------------------------------------------------- /Web/include/GeoIP.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/GeoIP.dat -------------------------------------------------------------------------------- /Web/include/access.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/access.inc.php -------------------------------------------------------------------------------- /Web/include/admin/admin_ban_add.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/admin/admin_ban_add.php -------------------------------------------------------------------------------- /Web/include/admin/admin_ban_add_online.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/admin/admin_ban_add_online.php -------------------------------------------------------------------------------- /Web/include/admin/admin_sm_av.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/admin/admin_sm_av.php -------------------------------------------------------------------------------- /Web/include/admin/admin_sm_bg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/admin/admin_sm_bg.php -------------------------------------------------------------------------------- /Web/include/admin/admin_sm_sa.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/admin/admin_sm_sa.php -------------------------------------------------------------------------------- /Web/include/admin/admin_sm_sv.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/admin/admin_sm_sv.php -------------------------------------------------------------------------------- /Web/include/admin/admin_so_in.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/admin/admin_so_in.php -------------------------------------------------------------------------------- /Web/include/admin/admin_so_lg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/admin/admin_so_lg.php -------------------------------------------------------------------------------- /Web/include/admin/admin_so_mo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/admin/admin_so_mo.php -------------------------------------------------------------------------------- /Web/include/admin/admin_so_up.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/admin/admin_so_up.php -------------------------------------------------------------------------------- /Web/include/admin/admin_wm_ms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/admin/admin_wm_ms.php -------------------------------------------------------------------------------- /Web/include/admin/admin_wm_ul.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/admin/admin_wm_ul.php -------------------------------------------------------------------------------- /Web/include/admin/admin_wm_um.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/admin/admin_wm_um.php -------------------------------------------------------------------------------- /Web/include/admin/admin_wm_wa.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/admin/admin_wm_wa.php -------------------------------------------------------------------------------- /Web/include/admin/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/admin/index.php -------------------------------------------------------------------------------- /Web/include/amxx_langs.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/amxx_langs.inc.php -------------------------------------------------------------------------------- /Web/include/amxxhelper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/amxxhelper.php -------------------------------------------------------------------------------- /Web/include/backup/empty.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/backup/empty.txt -------------------------------------------------------------------------------- /Web/include/backup/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/backup/index.php -------------------------------------------------------------------------------- /Web/include/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/captcha.php -------------------------------------------------------------------------------- /Web/include/config.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/config.inc.php -------------------------------------------------------------------------------- /Web/include/files/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/files/index.php -------------------------------------------------------------------------------- /Web/include/functions.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/functions.inc.php -------------------------------------------------------------------------------- /Web/include/geoip.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/geoip.inc -------------------------------------------------------------------------------- /Web/include/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/include/layer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/layer.js -------------------------------------------------------------------------------- /Web/include/license.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/license.php -------------------------------------------------------------------------------- /Web/include/logfunc.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/logfunc.inc.php -------------------------------------------------------------------------------- /Web/include/menu.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/menu.inc.php -------------------------------------------------------------------------------- /Web/include/modules/iexport_func/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/modules/iexport_func/index.php -------------------------------------------------------------------------------- /Web/include/modules/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/modules/index.php -------------------------------------------------------------------------------- /Web/include/modules/modul_iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/modules/modul_iexport.php -------------------------------------------------------------------------------- /Web/include/rcon_hl_net.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/rcon_hl_net.inc -------------------------------------------------------------------------------- /Web/include/smarty/Config_File.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/smarty/Config_File.class.php -------------------------------------------------------------------------------- /Web/include/smarty/Smarty.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/smarty/Smarty.class.php -------------------------------------------------------------------------------- /Web/include/smarty/Smarty_Compiler.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/smarty/Smarty_Compiler.class.php -------------------------------------------------------------------------------- /Web/include/smarty/debug.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/smarty/debug.tpl -------------------------------------------------------------------------------- /Web/include/smarty/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/include/smarty/internals/core.rm_auto.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/smarty/internals/core.rm_auto.php -------------------------------------------------------------------------------- /Web/include/smarty/internals/core.rmdir.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/smarty/internals/core.rmdir.php -------------------------------------------------------------------------------- /Web/include/smarty/internals/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/include/smarty/plugins/compiler.assign.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/smarty/plugins/compiler.assign.php -------------------------------------------------------------------------------- /Web/include/smarty/plugins/function.cycle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/smarty/plugins/function.cycle.php -------------------------------------------------------------------------------- /Web/include/smarty/plugins/function.debug.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/smarty/plugins/function.debug.php -------------------------------------------------------------------------------- /Web/include/smarty/plugins/function.eval.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/smarty/plugins/function.eval.php -------------------------------------------------------------------------------- /Web/include/smarty/plugins/function.fetch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/smarty/plugins/function.fetch.php -------------------------------------------------------------------------------- /Web/include/smarty/plugins/function.mailto.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/smarty/plugins/function.mailto.php -------------------------------------------------------------------------------- /Web/include/smarty/plugins/function.math.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/smarty/plugins/function.math.php -------------------------------------------------------------------------------- /Web/include/smarty/plugins/function.popup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/smarty/plugins/function.popup.php -------------------------------------------------------------------------------- /Web/include/smarty/plugins/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/include/smarty/plugins/modifier.cat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/smarty/plugins/modifier.cat.php -------------------------------------------------------------------------------- /Web/include/smarty/plugins/modifier.escape.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/smarty/plugins/modifier.escape.php -------------------------------------------------------------------------------- /Web/include/sql.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/sql.inc.php -------------------------------------------------------------------------------- /Web/include/steam.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/steam.inc.php -------------------------------------------------------------------------------- /Web/include/thumbs.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/thumbs.inc.php -------------------------------------------------------------------------------- /Web/include/tooltip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/tooltip.js -------------------------------------------------------------------------------- /Web/include/user/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/user/index.php -------------------------------------------------------------------------------- /Web/include/user/user_bd.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/include/user/user_bd.php -------------------------------------------------------------------------------- /Web/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/index.php -------------------------------------------------------------------------------- /Web/install/datas.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/datas.inc -------------------------------------------------------------------------------- /Web/install/func.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/func.js -------------------------------------------------------------------------------- /Web/install/functions.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/functions.inc -------------------------------------------------------------------------------- /Web/install/images/cellpic3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/images/cellpic3.gif -------------------------------------------------------------------------------- /Web/install/images/cellpic_green.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/images/cellpic_green.gif -------------------------------------------------------------------------------- /Web/install/images/cellpic_grey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/images/cellpic_grey.gif -------------------------------------------------------------------------------- /Web/install/images/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/install/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/install/language/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/install/language/lang.bulgarian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.bulgarian.php -------------------------------------------------------------------------------- /Web/install/language/lang.chinese.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.chinese.php -------------------------------------------------------------------------------- /Web/install/language/lang.czech.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.czech.php -------------------------------------------------------------------------------- /Web/install/language/lang.danish.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.danish.php -------------------------------------------------------------------------------- /Web/install/language/lang.dutch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.dutch.php -------------------------------------------------------------------------------- /Web/install/language/lang.english.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.english.php -------------------------------------------------------------------------------- /Web/install/language/lang.estonian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.estonian.php -------------------------------------------------------------------------------- /Web/install/language/lang.finnish.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.finnish.php -------------------------------------------------------------------------------- /Web/install/language/lang.french.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.french.php -------------------------------------------------------------------------------- /Web/install/language/lang.german.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.german.php -------------------------------------------------------------------------------- /Web/install/language/lang.latvian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.latvian.php -------------------------------------------------------------------------------- /Web/install/language/lang.lithuanian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.lithuanian.php -------------------------------------------------------------------------------- /Web/install/language/lang.mongolian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.mongolian.php -------------------------------------------------------------------------------- /Web/install/language/lang.norwegian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.norwegian.php -------------------------------------------------------------------------------- /Web/install/language/lang.polish.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.polish.php -------------------------------------------------------------------------------- /Web/install/language/lang.portuguese.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.portuguese.php -------------------------------------------------------------------------------- /Web/install/language/lang.romanian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.romanian.php -------------------------------------------------------------------------------- /Web/install/language/lang.russian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.russian.php -------------------------------------------------------------------------------- /Web/install/language/lang.slovak.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.slovak.php -------------------------------------------------------------------------------- /Web/install/language/lang.spanish.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.spanish.php -------------------------------------------------------------------------------- /Web/install/language/lang.swedish.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.swedish.php -------------------------------------------------------------------------------- /Web/install/language/lang.ukrainian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.ukrainian.php -------------------------------------------------------------------------------- /Web/install/language/lang.vietnamese.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/language/lang.vietnamese.php -------------------------------------------------------------------------------- /Web/install/setup.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/setup.css -------------------------------------------------------------------------------- /Web/install/setup.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/setup.tpl -------------------------------------------------------------------------------- /Web/install/step1.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/step1.tpl -------------------------------------------------------------------------------- /Web/install/step2.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/step2.tpl -------------------------------------------------------------------------------- /Web/install/step3.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/step3.tpl -------------------------------------------------------------------------------- /Web/install/step4.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/step4.tpl -------------------------------------------------------------------------------- /Web/install/step5.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/step5.tpl -------------------------------------------------------------------------------- /Web/install/step6.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/step6.tpl -------------------------------------------------------------------------------- /Web/install/step7.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/step7.tpl -------------------------------------------------------------------------------- /Web/install/tables.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/install/tables.inc -------------------------------------------------------------------------------- /Web/language/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/language/lang.brazilian portuguese.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.brazilian portuguese.php -------------------------------------------------------------------------------- /Web/language/lang.bulgarian.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.bulgarian.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.bulgarian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.bulgarian.php -------------------------------------------------------------------------------- /Web/language/lang.chinese.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.chinese.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.chinese.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.chinese.php -------------------------------------------------------------------------------- /Web/language/lang.czech.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.czech.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.czech.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.czech.php -------------------------------------------------------------------------------- /Web/language/lang.danish.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.danish.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.danish.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.danish.php -------------------------------------------------------------------------------- /Web/language/lang.dutch.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.dutch.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.dutch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.dutch.php -------------------------------------------------------------------------------- /Web/language/lang.english.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.english.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.english.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.english.php -------------------------------------------------------------------------------- /Web/language/lang.estonian.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.estonian.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.estonian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.estonian.php -------------------------------------------------------------------------------- /Web/language/lang.finnish.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.finnish.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.finnish.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.finnish.php -------------------------------------------------------------------------------- /Web/language/lang.french.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.french.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.french.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.french.php -------------------------------------------------------------------------------- /Web/language/lang.german.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.german.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.german.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.german.php -------------------------------------------------------------------------------- /Web/language/lang.latvian.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.latvian.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.latvian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.latvian.php -------------------------------------------------------------------------------- /Web/language/lang.lithuanian.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.lithuanian.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.lithuanian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.lithuanian.php -------------------------------------------------------------------------------- /Web/language/lang.mongolian.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.mongolian.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.mongolian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.mongolian.php -------------------------------------------------------------------------------- /Web/language/lang.norwegian.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.norwegian.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.norwegian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.norwegian.php -------------------------------------------------------------------------------- /Web/language/lang.polish.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.polish.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.polish.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.polish.php -------------------------------------------------------------------------------- /Web/language/lang.portuguese.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.portuguese.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.portuguese.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.portuguese.php -------------------------------------------------------------------------------- /Web/language/lang.romanian.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.romanian.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.romanian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.romanian.php -------------------------------------------------------------------------------- /Web/language/lang.russian.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.russian.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.russian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.russian.php -------------------------------------------------------------------------------- /Web/language/lang.slovak.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.slovak.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.slovak.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.slovak.php -------------------------------------------------------------------------------- /Web/language/lang.spanish.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.spanish.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.spanish.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.spanish.php -------------------------------------------------------------------------------- /Web/language/lang.swedish.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.swedish.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.swedish.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.swedish.php -------------------------------------------------------------------------------- /Web/language/lang.ukrainian.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.ukrainian.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.ukrainian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.ukrainian.php -------------------------------------------------------------------------------- /Web/language/lang.vietnamese.iexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.vietnamese.iexport.php -------------------------------------------------------------------------------- /Web/language/lang.vietnamese.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/language/lang.vietnamese.php -------------------------------------------------------------------------------- /Web/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/login.php -------------------------------------------------------------------------------- /Web/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/logout.php -------------------------------------------------------------------------------- /Web/motd.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/motd.php -------------------------------------------------------------------------------- /Web/search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/search.php -------------------------------------------------------------------------------- /Web/setup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/setup.php -------------------------------------------------------------------------------- /Web/temp/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/templates/_css/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/templates/_css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_css/style.css -------------------------------------------------------------------------------- /Web/templates/_gfx/Steam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/Steam.png -------------------------------------------------------------------------------- /Web/templates/_gfx/acheat/eac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/acheat/eac.png -------------------------------------------------------------------------------- /Web/templates/_gfx/acheat/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/templates/_gfx/acheat/vac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/acheat/vac.png -------------------------------------------------------------------------------- /Web/templates/_gfx/amxbans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/amxbans.png -------------------------------------------------------------------------------- /Web/templates/_gfx/byslidemenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/byslidemenu.png -------------------------------------------------------------------------------- /Web/templates/_gfx/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/calendar.png -------------------------------------------------------------------------------- /Web/templates/_gfx/captcha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/captcha.png -------------------------------------------------------------------------------- /Web/templates/_gfx/connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/connect.png -------------------------------------------------------------------------------- /Web/templates/_gfx/control.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/control.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ad.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ae.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/af.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/af.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ag.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ai.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/al.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/al.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/am.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/am.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/an.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/an.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ao.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ar.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/as.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/at.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/at.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/au.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/au.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/aw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/aw.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ax.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/az.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/az.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ba.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/bb.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/bd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/bd.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/be.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/be.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/bf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/bf.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/bg.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/bh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/bh.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/bi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/bi.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/bj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/bj.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/bm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/bm.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/bn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/bn.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/bo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/bo.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/br.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/br.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/bs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/bs.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/bt.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/bv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/bv.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/bw.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/by.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/bz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/bz.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ca.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/catalonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/catalonia.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/cc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/cc.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/cd.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/cf.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/cg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/cg.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ch.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ci.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ck.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/cl.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/clear.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/cm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/cm.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/cn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/cn.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/co.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/co.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/cr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/cr.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/cs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/cs.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/cu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/cu.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/cv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/cv.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/cx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/cx.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/cy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/cy.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/cz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/cz.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/de.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/dj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/dj.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/dk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/dk.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/dm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/dm.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/do.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/do.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/dz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/dz.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ec.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ee.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/eg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/eg.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/eh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/eh.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/england.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/england.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/er.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/er.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/es.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/et.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/et.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/fam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/fam.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/fi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/fi.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/fj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/fj.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/fk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/fk.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/fm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/fm.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/fo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/fo.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/fr.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ga.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/gb.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/gd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/gd.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ge.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/gf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/gf.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/gh.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/gi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/gi.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/gl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/gl.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/gm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/gm.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/gn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/gn.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/gp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/gp.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/gq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/gq.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/gr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/gr.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/gs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/gs.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/gt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/gt.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/gu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/gu.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/gw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/gw.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/gy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/gy.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/hk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/hk.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/hm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/hm.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/hn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/hn.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/hr.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ht.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ht.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/hu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/hu.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/id.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ie.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/il.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/il.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/in.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/templates/_gfx/country/io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/io.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/iq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/iq.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ir.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/is.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/is.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/it.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/jm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/jm.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/jo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/jo.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/jp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/jp.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ke.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/kg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/kg.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/kh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/kh.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ki.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/km.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/km.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/kn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/kn.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/kp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/kp.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/kr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/kr.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/kw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/kw.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ky.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/kz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/kz.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/la.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/la.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/lb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/lb.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/lc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/lc.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/li.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/li.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/lk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/lk.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/lr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/lr.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ls.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/lt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/lt.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/lu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/lu.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/lv.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ly.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ma.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/mc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/mc.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/md.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/me.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/mg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/mg.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/mh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/mh.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/mk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/mk.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ml.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/mm.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/mn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/mn.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/mo.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/mp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/mp.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/mq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/mq.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/mr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/mr.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ms.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/mt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/mt.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/mu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/mu.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/mv.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/mw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/mw.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/mx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/mx.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/my.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/my.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/mz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/mz.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/na.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/na.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/nc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/nc.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ne.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/nf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/nf.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ng.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ni.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ni.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/nl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/nl.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/no.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/np.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/np.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/nr.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/nu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/nu.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/nz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/nz.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/om.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/om.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/pa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/pa.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/pe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/pe.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/pf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/pf.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/pg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/pg.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ph.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/pk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/pk.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/pl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/pl.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/pm.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/pn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/pn.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/pr.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ps.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/pt.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/pw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/pw.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/py.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/qa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/qa.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/re.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/re.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ro.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/rs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/rs.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ru.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/rw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/rw.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/sa.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/sb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/sb.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/sc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/sc.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/scotland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/scotland.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/sd.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/se.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/sg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/sg.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/sh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/sh.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/si.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/si.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/sj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/sj.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/sk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/sk.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/sl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/sl.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/sm.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/sn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/sn.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/so.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/so.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/sr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/sr.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/st.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/st.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/sv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/sv.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/sy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/sy.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/sz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/sz.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/tc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/tc.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/td.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/td.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/tf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/tf.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/tg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/tg.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/th.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/tj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/tj.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/tk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/tk.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/tl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/tl.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/tm.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/tn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/tn.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/to.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/tr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/tr.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/tt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/tt.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/tv.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/tw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/tw.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/tz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/tz.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ua.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ug.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/um.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/um.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/us.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/uy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/uy.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/uz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/uz.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/va.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/va.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/vc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/vc.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ve.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/vg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/vg.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/vi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/vi.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/vn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/vn.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/vu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/vu.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/wales.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/wf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/wf.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ws.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/ye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/ye.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/yt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/yt.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/za.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/za.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/zm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/zm.png -------------------------------------------------------------------------------- /Web/templates/_gfx/country/zw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/country/zw.png -------------------------------------------------------------------------------- /Web/templates/_gfx/dashboard.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/dashboard.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/disk.png -------------------------------------------------------------------------------- /Web/templates/_gfx/email_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/email_go.png -------------------------------------------------------------------------------- /Web/templates/_gfx/format/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/templates/_gfx/format/text_bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/format/text_bold.png -------------------------------------------------------------------------------- /Web/templates/_gfx/format/text_italic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/format/text_italic.png -------------------------------------------------------------------------------- /Web/templates/_gfx/functions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/functions.png -------------------------------------------------------------------------------- /Web/templates/_gfx/games/SourceForts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/SourceForts.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/csource.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/csource.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/csource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/csource.png -------------------------------------------------------------------------------- /Web/templates/_gfx/games/cstrike.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/cstrike.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/czero.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/czero.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/dod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/dod.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/dods.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/dods.png -------------------------------------------------------------------------------- /Web/templates/_gfx/games/dys.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/dys.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/frontline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/frontline.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/gmod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/gmod.png -------------------------------------------------------------------------------- /Web/templates/_gfx/games/halflife.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/halflife.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/hidden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/hidden.png -------------------------------------------------------------------------------- /Web/templates/_gfx/games/hl2ctf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/hl2ctf.png -------------------------------------------------------------------------------- /Web/templates/_gfx/games/hl2dm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/hl2dm.png -------------------------------------------------------------------------------- /Web/templates/_gfx/games/html.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/html.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/html.png -------------------------------------------------------------------------------- /Web/templates/_gfx/games/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/templates/_gfx/games/ins.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/ins.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/l4d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/l4d.png -------------------------------------------------------------------------------- /Web/templates/_gfx/games/ns.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/ns.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/nsp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/nsp.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/pdark.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/pdark.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/pvkii.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/pvkii.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/ricochet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/ricochet.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/ship.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/ship.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/steam.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/steam.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/svencoop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/svencoop.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/tf2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/tf2.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/tf2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/tf2.png -------------------------------------------------------------------------------- /Web/templates/_gfx/games/tfc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/tfc.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/ts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/ts.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/valve.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/valve.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/games/zps.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/games/zps.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/generic/accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/generic/accept.png -------------------------------------------------------------------------------- /Web/templates/_gfx/generic/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/generic/add.png -------------------------------------------------------------------------------- /Web/templates/_gfx/generic/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/generic/delete.png -------------------------------------------------------------------------------- /Web/templates/_gfx/generic/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/generic/error.png -------------------------------------------------------------------------------- /Web/templates/_gfx/generic/exclamation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/generic/exclamation.png -------------------------------------------------------------------------------- /Web/templates/_gfx/generic/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/generic/help.png -------------------------------------------------------------------------------- /Web/templates/_gfx/generic/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/templates/_gfx/generic/information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/generic/information.png -------------------------------------------------------------------------------- /Web/templates/_gfx/generic/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/generic/key.png -------------------------------------------------------------------------------- /Web/templates/_gfx/generic/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/generic/stop.png -------------------------------------------------------------------------------- /Web/templates/_gfx/generic/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/generic/user.png -------------------------------------------------------------------------------- /Web/templates/_gfx/icon-kicks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/icon-kicks.png -------------------------------------------------------------------------------- /Web/templates/_gfx/icon-stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/icon-stats.png -------------------------------------------------------------------------------- /Web/templates/_gfx/icon-time.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/icon-time.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/templates/_gfx/maps/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/templates/_gfx/maps/noimage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/maps/noimage.jpg -------------------------------------------------------------------------------- /Web/templates/_gfx/maps/noresponse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/maps/noresponse.jpg -------------------------------------------------------------------------------- /Web/templates/_gfx/navigation-arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/navigation-arrow.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/navigation-separator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/navigation-separator.gif -------------------------------------------------------------------------------- /Web/templates/_gfx/os/Linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/os/Linux.png -------------------------------------------------------------------------------- /Web/templates/_gfx/os/Windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/os/Windows.png -------------------------------------------------------------------------------- /Web/templates/_gfx/os/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/templates/_gfx/page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/page.png -------------------------------------------------------------------------------- /Web/templates/_gfx/page_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/page_delete.png -------------------------------------------------------------------------------- /Web/templates/_gfx/page_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/page_edit.png -------------------------------------------------------------------------------- /Web/templates/_gfx/pagenation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/pagenation.png -------------------------------------------------------------------------------- /Web/templates/_gfx/resources/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/resources/close.png -------------------------------------------------------------------------------- /Web/templates/_gfx/resources/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/templates/_gfx/resources/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/resources/next.png -------------------------------------------------------------------------------- /Web/templates/_gfx/resources/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/resources/pause.png -------------------------------------------------------------------------------- /Web/templates/_gfx/resources/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/resources/play.png -------------------------------------------------------------------------------- /Web/templates/_gfx/resources/previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/resources/previous.png -------------------------------------------------------------------------------- /Web/templates/_gfx/stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_gfx/stats.png -------------------------------------------------------------------------------- /Web/templates/_js/amxbans.js.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_js/amxbans.js.php -------------------------------------------------------------------------------- /Web/templates/_js/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/templates/_js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_js/jquery.js -------------------------------------------------------------------------------- /Web/templates/_js/libraries/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/templates/_js/mootools-1.2.4-core-yc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_js/mootools-1.2.4-core-yc.js -------------------------------------------------------------------------------- /Web/templates/_js/shadowbox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_js/shadowbox.js -------------------------------------------------------------------------------- /Web/templates/_js/tooltip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/_js/tooltip.js -------------------------------------------------------------------------------- /Web/templates/admin_av.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_av.tpl -------------------------------------------------------------------------------- /Web/templates/admin_ban_add.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_ban_add.tpl -------------------------------------------------------------------------------- /Web/templates/admin_ban_add_online.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_ban_add_online.tpl -------------------------------------------------------------------------------- /Web/templates/admin_bg.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_bg.tpl -------------------------------------------------------------------------------- /Web/templates/admin_default.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_default.tpl -------------------------------------------------------------------------------- /Web/templates/admin_in.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_in.tpl -------------------------------------------------------------------------------- /Web/templates/admin_index.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_index.tpl -------------------------------------------------------------------------------- /Web/templates/admin_lg.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_lg.tpl -------------------------------------------------------------------------------- /Web/templates/admin_list.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_list.php -------------------------------------------------------------------------------- /Web/templates/admin_list.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_list.tpl -------------------------------------------------------------------------------- /Web/templates/admin_mo.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_mo.tpl -------------------------------------------------------------------------------- /Web/templates/admin_ms.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_ms.tpl -------------------------------------------------------------------------------- /Web/templates/admin_sa.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_sa.tpl -------------------------------------------------------------------------------- /Web/templates/admin_sv.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_sv.tpl -------------------------------------------------------------------------------- /Web/templates/admin_ul.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_ul.tpl -------------------------------------------------------------------------------- /Web/templates/admin_um.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_um.tpl -------------------------------------------------------------------------------- /Web/templates/admin_up.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_up.tpl -------------------------------------------------------------------------------- /Web/templates/admin_wa.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/admin_wa.tpl -------------------------------------------------------------------------------- /Web/templates/amxbans.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/amxbans.css -------------------------------------------------------------------------------- /Web/templates/ban_list.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/ban_list.tpl -------------------------------------------------------------------------------- /Web/templates/include/amxxhelper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/include/amxxhelper.php -------------------------------------------------------------------------------- /Web/templates/include/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/templates/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/templates/info_amxaccess.tpl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/templates/layer_banedit.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/layer_banedit.tpl -------------------------------------------------------------------------------- /Web/templates/layer_banhistory.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/layer_banhistory.tpl -------------------------------------------------------------------------------- /Web/templates/layer_comadd.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/layer_comadd.tpl -------------------------------------------------------------------------------- /Web/templates/layer_comedit.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/layer_comedit.tpl -------------------------------------------------------------------------------- /Web/templates/layer_demadd.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/layer_demadd.tpl -------------------------------------------------------------------------------- /Web/templates/layer_demedit.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/layer_demedit.tpl -------------------------------------------------------------------------------- /Web/templates/login.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/login.tpl -------------------------------------------------------------------------------- /Web/templates/main_footer.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/main_footer.tpl -------------------------------------------------------------------------------- /Web/templates/main_header.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/main_header.tpl -------------------------------------------------------------------------------- /Web/templates/modul_iexport.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/modul_iexport.tpl -------------------------------------------------------------------------------- /Web/templates/motd.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/motd.tpl -------------------------------------------------------------------------------- /Web/templates/search.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/search.tpl -------------------------------------------------------------------------------- /Web/templates/user_bd.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/user_bd.tpl -------------------------------------------------------------------------------- /Web/templates/view.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/templates/view.tpl -------------------------------------------------------------------------------- /Web/tooltip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/tooltip.js -------------------------------------------------------------------------------- /Web/upgrade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/upgrade.php -------------------------------------------------------------------------------- /Web/view.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fysiks1/amxbans/HEAD/Web/view.php --------------------------------------------------------------------------------