├── .htaccess ├── LICENSE ├── README.md ├── admincp ├── .htaccess ├── css │ ├── index.php │ ├── metisMenu.min.css │ └── webengine.css ├── favicon.ico ├── img │ ├── index.php │ └── logo.jpg ├── inc │ ├── .htaccess │ ├── check.php │ └── functions.php ├── index.php ├── js │ ├── index.php │ └── metisMenu.min.js └── modules │ ├── .htaccess │ ├── accountinfo.php │ ├── accountsfromip.php │ ├── addnews.php │ ├── addnewstranslation.php │ ├── admincp_access.php │ ├── banaccount.php │ ├── blockedips.php │ ├── cachemanager.php │ ├── connection_settings.php │ ├── creditsconfigs.php │ ├── creditsmanager.php │ ├── cronmanager.php │ ├── editcharacter.php │ ├── editnews.php │ ├── editnewstranslation.php │ ├── home.php │ ├── latestbans.php │ ├── latestpaypal.php │ ├── managenews.php │ ├── mconfig │ ├── addstats.php │ ├── buyzen.php │ ├── castlesiege.php │ ├── clearpk.php │ ├── clearskilltree.php │ ├── contact.php │ ├── donation.php │ ├── downloads.php │ ├── email.php │ ├── forgotpassword.php │ ├── login.php │ ├── myaccount.php │ ├── myemail.php │ ├── mypassword.php │ ├── news.php │ ├── paypal.php │ ├── profiles.php │ ├── rankings.php │ ├── register.php │ ├── reset.php │ ├── resetstats.php │ ├── unstick.php │ └── vote.php │ ├── modules_manager.php │ ├── navbar.php │ ├── newregistrations.php │ ├── onlineaccounts.php │ ├── phrases.php │ ├── plugin_install.php │ ├── plugins.php │ ├── searchaccount.php │ ├── searchban.php │ ├── searchcharacter.php │ ├── topvotes.php │ ├── usercp.php │ └── website_settings.php ├── api ├── .htaccess ├── castlesiege.php ├── cron.php ├── events.php ├── guildmark.php ├── index.php ├── paypal.php ├── servertime.php └── version.php ├── img ├── flags │ ├── ad.gif │ ├── ae.gif │ ├── af.gif │ ├── ag.gif │ ├── ai.gif │ ├── al.gif │ ├── am.gif │ ├── an.gif │ ├── ao.gif │ ├── ar.gif │ ├── as.gif │ ├── at.gif │ ├── au.gif │ ├── aw.gif │ ├── ax.gif │ ├── az.gif │ ├── ba.gif │ ├── bb.gif │ ├── bd.gif │ ├── be.gif │ ├── bf.gif │ ├── bg.gif │ ├── bh.gif │ ├── bi.gif │ ├── bj.gif │ ├── bm.gif │ ├── bn.gif │ ├── bo.gif │ ├── br.gif │ ├── bs.gif │ ├── bt.gif │ ├── bv.gif │ ├── bw.gif │ ├── by.gif │ ├── bz.gif │ ├── ca.gif │ ├── catalonia.gif │ ├── cc.gif │ ├── cd.gif │ ├── cf.gif │ ├── cg.gif │ ├── ch.gif │ ├── ci.gif │ ├── ck.gif │ ├── cl.gif │ ├── cm.gif │ ├── cn.gif │ ├── co.gif │ ├── cr.gif │ ├── cs.gif │ ├── cu.gif │ ├── cv.gif │ ├── cx.gif │ ├── cy.gif │ ├── cz.gif │ ├── de.gif │ ├── default.gif │ ├── dj.gif │ ├── dk.gif │ ├── dm.gif │ ├── do.gif │ ├── dz.gif │ ├── ec.gif │ ├── ee.gif │ ├── eg.gif │ ├── eh.gif │ ├── england.gif │ ├── er.gif │ ├── es.gif │ ├── et.gif │ ├── europeanunion.gif │ ├── fam.gif │ ├── fi.gif │ ├── fj.gif │ ├── fk.gif │ ├── fm.gif │ ├── fo.gif │ ├── fr.gif │ ├── ga.gif │ ├── gb.gif │ ├── gd.gif │ ├── ge.gif │ ├── gf.gif │ ├── gh.gif │ ├── gi.gif │ ├── gl.gif │ ├── gm.gif │ ├── gn.gif │ ├── gp.gif │ ├── gq.gif │ ├── gr.gif │ ├── gs.gif │ ├── gt.gif │ ├── gu.gif │ ├── gw.gif │ ├── gy.gif │ ├── hk.gif │ ├── hm.gif │ ├── hn.gif │ ├── hr.gif │ ├── ht.gif │ ├── hu.gif │ ├── id.gif │ ├── ie.gif │ ├── il.gif │ ├── in.gif │ ├── index.html │ ├── io.gif │ ├── iq.gif │ ├── ir.gif │ ├── is.gif │ ├── it.gif │ ├── jm.gif │ ├── jo.gif │ ├── jp.gif │ ├── ke.gif │ ├── kg.gif │ ├── kh.gif │ ├── ki.gif │ ├── km.gif │ ├── kn.gif │ ├── kp.gif │ ├── kr.gif │ ├── kw.gif │ ├── ky.gif │ ├── kz.gif │ ├── la.gif │ ├── lb.gif │ ├── lc.gif │ ├── li.gif │ ├── lk.gif │ ├── lr.gif │ ├── ls.gif │ ├── lt.gif │ ├── lu.gif │ ├── lv.gif │ ├── ly.gif │ ├── ma.gif │ ├── mc.gif │ ├── md.gif │ ├── me.gif │ ├── mg.gif │ ├── mh.gif │ ├── mk.gif │ ├── ml.gif │ ├── mm.gif │ ├── mn.gif │ ├── mo.gif │ ├── mp.gif │ ├── mq.gif │ ├── mr.gif │ ├── ms.gif │ ├── mt.gif │ ├── mu.gif │ ├── mv.gif │ ├── mw.gif │ ├── mx.gif │ ├── my.gif │ ├── mz.gif │ ├── na.gif │ ├── nc.gif │ ├── ne.gif │ ├── nf.gif │ ├── ng.gif │ ├── ni.gif │ ├── nl.gif │ ├── no.gif │ ├── np.gif │ ├── nr.gif │ ├── nu.gif │ ├── nz.gif │ ├── om.gif │ ├── pa.gif │ ├── pe.gif │ ├── pf.gif │ ├── pg.gif │ ├── ph.gif │ ├── pk.gif │ ├── pl.gif │ ├── pm.gif │ ├── pn.gif │ ├── pr.gif │ ├── ps.gif │ ├── pt.gif │ ├── pw.gif │ ├── py.gif │ ├── qa.gif │ ├── re.gif │ ├── ro.gif │ ├── rs.gif │ ├── ru.gif │ ├── rw.gif │ ├── sa.gif │ ├── sb.gif │ ├── sc.gif │ ├── scotland.gif │ ├── sd.gif │ ├── se.gif │ ├── sg.gif │ ├── sh.gif │ ├── si.gif │ ├── sj.gif │ ├── sk.gif │ ├── sl.gif │ ├── sm.gif │ ├── sn.gif │ ├── so.gif │ ├── sr.gif │ ├── st.gif │ ├── sv.gif │ ├── sy.gif │ ├── sz.gif │ ├── tc.gif │ ├── td.gif │ ├── tf.gif │ ├── tg.gif │ ├── th.gif │ ├── tj.gif │ ├── tk.gif │ ├── tl.gif │ ├── tm.gif │ ├── tn.gif │ ├── to.gif │ ├── tr.gif │ ├── tt.gif │ ├── tv.gif │ ├── tw.gif │ ├── tz.gif │ ├── ua.gif │ ├── ug.gif │ ├── um.gif │ ├── us.gif │ ├── uy.gif │ ├── uz.gif │ ├── va.gif │ ├── vc.gif │ ├── ve.gif │ ├── vg.gif │ ├── vi.gif │ ├── vn.gif │ ├── vu.gif │ ├── wales.gif │ ├── wf.gif │ ├── ws.gif │ ├── ye.gif │ ├── yt.gif │ ├── za.gif │ ├── zm.gif │ └── zw.gif ├── index.html ├── offline.png ├── online.png └── webengine.jpg ├── includes ├── .htaccess ├── cache │ ├── blocked_ip.cache │ ├── castle_siege.cache │ ├── character_country.cache │ ├── downloads.cache │ ├── news.cache │ ├── news │ │ └── translations │ │ │ └── .gitignore │ ├── online_characters.cache │ ├── plugins.cache │ ├── profiles │ │ ├── guilds │ │ │ └── .gitignore │ │ └── players │ │ │ └── .gitignore │ ├── rankings_gens.cache │ ├── rankings_gr.cache │ ├── rankings_guilds.cache │ ├── rankings_level.cache │ ├── rankings_master.cache │ ├── rankings_online.cache │ ├── rankings_pk.cache │ ├── rankings_resets.cache │ ├── rankings_votes.cache │ └── server_info.cache ├── classes │ ├── class.account.php │ ├── class.cache.php │ ├── class.castlesiege.php │ ├── class.character.php │ ├── class.common.php │ ├── class.connection.php │ ├── class.credits.php │ ├── class.cron.php │ ├── class.database.php │ ├── class.email.php │ ├── class.handler.php │ ├── class.login.php │ ├── class.news.php │ ├── class.plugins.php │ ├── class.profiles.php │ ├── class.rankings.php │ ├── class.validator.php │ ├── class.vote.php │ ├── paypal │ │ ├── PaypalIPN.php │ │ └── cert │ │ │ └── cacert.pem │ ├── phpmailer │ │ ├── DSNConfigurator.php │ │ ├── Exception.php │ │ ├── OAuth.php │ │ ├── OAuthTokenProvider.php │ │ ├── PHPMailer.php │ │ ├── POP3.php │ │ ├── SMTP.php │ │ └── autoload.php │ └── recaptcha │ │ ├── ReCaptcha │ │ ├── ReCaptcha.php │ │ ├── RequestMethod.php │ │ ├── RequestMethod │ │ │ ├── Curl.php │ │ │ ├── CurlPost.php │ │ │ ├── Post.php │ │ │ ├── Socket.php │ │ │ └── SocketPost.php │ │ ├── RequestParameters.php │ │ └── Response.php │ │ └── autoload.php ├── config │ ├── castlesiege.json │ ├── compatibility.php │ ├── custom.tables.php │ ├── email.xml │ ├── igcn.tables.php │ ├── modules │ │ ├── contact.xml │ │ ├── donation.paypal.xml │ │ ├── donation.xml │ │ ├── downloads.xml │ │ ├── forgotpassword.xml │ │ ├── login.xml │ │ ├── news.xml │ │ ├── profiles.xml │ │ ├── rankings.xml │ │ ├── register.xml │ │ ├── usercp.addstats.xml │ │ ├── usercp.buyzen.xml │ │ ├── usercp.clearpk.xml │ │ ├── usercp.clearskilltree.xml │ │ ├── usercp.myaccount.xml │ │ ├── usercp.myemail.xml │ │ ├── usercp.mypassword.xml │ │ ├── usercp.reset.xml │ │ ├── usercp.resetstats.xml │ │ ├── usercp.unstick.xml │ │ └── usercp.vote.xml │ ├── navbar.json │ ├── timezone.php │ ├── usercp.json │ ├── webengine.json │ ├── webengine.json.default │ ├── webengine.tables.php │ ├── writable.paths.json │ └── xteam.tables.php ├── cron │ ├── account_country.php │ ├── castle_siege.php │ ├── character_country.php │ ├── cron.php │ ├── gens_ranking.php │ ├── grandresets_ranking.php │ ├── guilds_ranking.php │ ├── killers_ranking.php │ ├── levels_ranking.php │ ├── masterlevel_ranking.php │ ├── online_characters.php │ ├── online_ranking.php │ ├── resets_ranking.php │ ├── server_info.php │ ├── temporal_bans.php │ └── votes_ranking.php ├── emails │ ├── ADMIN_CHANGE_EMAIL.txt │ ├── ADMIN_CHANGE_PASSWORD.txt │ ├── CHANGE_EMAIL_VERIFICATION.txt │ ├── CHANGE_PASSWORD.txt │ ├── CHANGE_PASSWORD_EMAIL_VERIFICATION.txt │ ├── PASSWORD_RECOVERY_COMPLETED.txt │ ├── PASSWORD_RECOVERY_REQUEST.txt │ ├── WELCOME_EMAIL.txt │ └── WELCOME_EMAIL_VERIFICATION.txt ├── error.html ├── functions.php ├── languages │ ├── cn │ │ └── language.php │ ├── en │ │ └── language.php │ ├── es │ │ └── language.php │ ├── lt │ │ └── language.php │ ├── ph │ │ └── language.php │ ├── pt │ │ └── language.php │ ├── ro │ │ └── language.php │ └── ru │ │ └── language.php ├── logs │ ├── database_errors.log │ └── php_errors.log ├── plugins │ └── .gitignore └── webengine.php ├── index.php ├── install ├── .htaccess ├── definitions.php ├── index.php ├── install.php ├── install_intro.php ├── install_step_1.php ├── install_step_2.php ├── install_step_3.php ├── install_step_4.php ├── install_step_5.php ├── loader.php └── sql │ ├── .htaccess │ ├── WEBENGINE_ACCOUNT_COUNTRY.txt │ ├── WEBENGINE_BANS.txt │ ├── WEBENGINE_BAN_LOG.txt │ ├── WEBENGINE_BLOCKED_IP.txt │ ├── WEBENGINE_CREDITS_CONFIG.txt │ ├── WEBENGINE_CREDITS_LOGS.txt │ ├── WEBENGINE_CRON.txt │ ├── WEBENGINE_DOWNLOADS.txt │ ├── WEBENGINE_FLA.txt │ ├── WEBENGINE_NEWS.txt │ ├── WEBENGINE_NEWS_TRANSLATIONS.txt │ ├── WEBENGINE_PASSCHANGE_REQUEST.txt │ ├── WEBENGINE_PAYPAL_TRANSACTIONS.txt │ ├── WEBENGINE_PLUGINS.txt │ ├── WEBENGINE_REGISTER_ACCOUNT.txt │ ├── WEBENGINE_VOTES.txt │ ├── WEBENGINE_VOTE_LOGS.txt │ └── WEBENGINE_VOTE_SITES.txt ├── modules ├── .htaccess ├── castlesiege.php ├── contact.php ├── donation.php ├── donation │ └── paypal.php ├── downloads.php ├── forgotpassword.php ├── home.php ├── info.php ├── language │ └── switch.php ├── login.php ├── logout.php ├── news.php ├── privacy.php ├── profile │ ├── guild.php │ └── player.php ├── rankings.php ├── rankings │ ├── gens.php │ ├── grandresets.php │ ├── guilds.php │ ├── killers.php │ ├── level.php │ ├── master.php │ ├── online.php │ ├── resets.php │ └── votes.php ├── refunds.php ├── register.php ├── tos.php ├── usercp.php ├── usercp │ ├── addstats.php │ ├── buyzen.php │ ├── clearpk.php │ ├── clearskilltree.php │ ├── myaccount.php │ ├── myemail.php │ ├── mypassword.php │ ├── reset.php │ ├── resetstats.php │ ├── unstick.php │ └── vote.php └── verifyemail.php ├── robots.txt └── templates ├── default ├── css │ ├── castle-siege.css │ ├── index.html │ ├── override.css │ ├── profiles.css │ └── style.css ├── favicon.ico ├── fonts │ └── index.html ├── img │ ├── background-2600.jpg │ ├── background.jpg │ ├── castle_owner_bg.jpg │ ├── character-avatars │ │ ├── alc.jpg │ │ ├── avatar.jpg │ │ ├── dk.jpg │ │ ├── dl.jpg │ │ ├── dw.jpg │ │ ├── elf.jpg │ │ ├── gc.jpg │ │ ├── gl.jpg │ │ ├── ik.jpg │ │ ├── index.html │ │ ├── lem.jpg │ │ ├── liw.jpg │ │ ├── mg.jpg │ │ ├── rf.jpg │ │ ├── rw.jpg │ │ ├── sl.jpg │ │ └── sum.jpg │ ├── donation │ │ ├── index.html │ │ └── paypal.jpg │ ├── gens_1.png │ ├── gens_2.png │ ├── icons │ │ ├── account.png │ │ ├── addstats.png │ │ ├── bullet.png │ │ ├── clearpk.png │ │ ├── clearst.png │ │ ├── comment.png │ │ ├── donate.png │ │ ├── extra_icon_01.png │ │ ├── extra_icon_02.png │ │ ├── extra_icon_03.png │ │ ├── extra_icon_04.png │ │ ├── extra_icon_05.png │ │ ├── extra_icon_06.png │ │ ├── extra_icon_07.png │ │ ├── extra_icon_08.png │ │ ├── extra_icon_09.png │ │ ├── extra_icon_10.png │ │ ├── extra_icon_11.png │ │ ├── extra_icon_12.png │ │ ├── extra_icon_13.png │ │ ├── extra_icon_14.png │ │ ├── extra_icon_15.png │ │ ├── extra_icon_16.png │ │ ├── extra_icon_17.png │ │ ├── extra_icon_18.png │ │ ├── extra_icon_19.png │ │ ├── extra_icon_20.png │ │ ├── facebook.png │ │ ├── fixstats.png │ │ ├── index.html │ │ ├── reset.png │ │ ├── unstick.png │ │ ├── usercp_default.png │ │ ├── vip.png │ │ ├── vote.png │ │ └── zen.png │ ├── index.html │ ├── logo.png │ ├── online_progress_bar.jpg │ ├── paypal-logo-200-68.png │ ├── paypal-submit.jpg │ ├── profiles │ │ ├── alc.jpg │ │ ├── dl.jpg │ │ ├── elf.jpg │ │ ├── gc.jpg │ │ ├── gl.jpg │ │ ├── guild.jpg │ │ ├── ik.jpg │ │ ├── index.html │ │ ├── knight.jpg │ │ ├── lem.jpg │ │ ├── liw.jpg │ │ ├── mg.jpg │ │ ├── rf.jpg │ │ ├── rw.jpg │ │ ├── sl.jpg │ │ ├── sum.jpg │ │ └── wiz.jpg │ ├── sidebar_banner_download.jpg │ ├── sidebar_banner_join.jpg │ ├── social │ │ ├── discord.svg │ │ ├── facebook.svg │ │ ├── index.html │ │ └── instagram.svg │ └── usercp_bg.jpg ├── inc │ ├── .htaccess │ ├── modules │ │ ├── footer.php │ │ └── sidebar.php │ └── template.functions.php ├── index.php └── js │ ├── events.js │ ├── index.html │ └── main.js └── index.php /.htaccess: -------------------------------------------------------------------------------- 1 | RewriteEngine on 2 | RewriteCond %{REQUEST_URI} !^/admincp/$ [NC] 3 | RewriteRule ^([a-zA-Z0-9]+)/([a-zA-Z0-9]+)/([a-zA-Z0-9-_\/]+)/?$ index.php?page=$1&subpage=$2&request=$3 [QSA] 4 | RewriteRule ^([a-zA-Z0-9]+)/([a-zA-Z0-9]+)/?$ index.php?page=$1&subpage=$2 [QSA] 5 | RewriteRule ^([a-zA-Z0-9]+)/?$ index.php?page=$1 [QSA] -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2023 Lautaro Angelico 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of 6 | this software and associated documentation files (the "Software"), to deal in 7 | the Software without restriction, including without limitation the rights to 8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | the Software, and to permit persons to whom the Software is furnished to do so, 10 | subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 17 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # WebEngine CMS 1.2.6 2 | 3 | WebEngine is an Open source Content Management System (CMS) for Mu Online servers. Our main goal is to provide a fast, secure and high quality framework for server owners to create and implement their own features to their websites. 4 | 5 | ## Getting Started 6 | 7 | These instructions will help you deploy your own website using WebEngine CMS. 8 | 9 | ### Prerequisites 10 | 11 | Here's what you'll need to run WebEngine CMS in your web server 12 | 13 | * Apache mod_rewrite 14 | * PHP 8.1 or higher (8.4 recommended) 15 | * PHP modules: PDO dblib (sybase)/odbc/sqlsrv, cURL, OpenSSL, GD 16 | 17 | ### Installing 18 | 19 | 1. Download the latest release of WebEngine CMS 20 | 2. Upload the ZIP file contents to your web server 21 | 3. Run WebEngine CMS Installer by going to `example.com/install` and follow the given instructions 22 | 4. Configure the master cron job located at `/includes/cron/cron.php` to run `once per minute`. For more detailed instructions [click here](https://github.com/lautaroangelico/WebEngine/wiki/Setting-up-the-master-cron-job). 23 | 24 | ## Other Software 25 | 26 | WebEngineCMS is possible thanks to the following open source projects. 27 | 28 | * [PHPMailer](https://github.com/PHPMailer/PHPMailer/) 29 | * [Bootstrap](https://getbootstrap.com/) 30 | * [jQuery](http://jquery.com/) 31 | * [reCAPTCHA](https://github.com/google/recaptcha) 32 | * [DataTables](https://datatables.net/) 33 | * [SB Admin 2](https://github.com/StartBootstrap/startbootstrap-sb-admin-2) 34 | * [Font-Awesome](https://github.com/FortAwesome/Font-Awesome) 35 | * [MetisMenu](https://github.com/onokumus/metismenu) 36 | * [TinyMCE](https://github.com/tinymce/tinymce) 37 | 38 | ## Author 39 | 40 | * **Lautaro Angelico** - *Developer* 41 | 42 | ## License 43 | 44 | This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details 45 | 46 | ## Support 47 | 48 | ### WebEngine CMS Official Website 49 | [WebEngine CMS Official Website](https://webenginecms.org/) 50 | 51 | ### Discord Server 52 | [WebEngine CMS Discord](https://webenginecms.org/discord) -------------------------------------------------------------------------------- /admincp/.htaccess: -------------------------------------------------------------------------------- 1 | RewriteEngine off -------------------------------------------------------------------------------- /admincp/css/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/admincp/css/index.php -------------------------------------------------------------------------------- /admincp/css/metisMenu.min.css: -------------------------------------------------------------------------------- 1 | .arrow{float:right}.glyphicon.arrow:before{content:"\e079"}.active>a>.glyphicon.arrow:before{content:"\e114"}.fa.arrow:before{content:"\f104"}.active>a>.fa.arrow:before{content:"\f107"}.plus-times{float:right}.fa.plus-times:before{content:"\f067"}.active>a>.fa.plus-times{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.plus-minus{float:right}.fa.plus-minus:before{content:"\f067"}.active>a>.fa.plus-minus:before{content:"\f068"} -------------------------------------------------------------------------------- /admincp/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/admincp/favicon.ico -------------------------------------------------------------------------------- /admincp/img/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/admincp/img/index.php -------------------------------------------------------------------------------- /admincp/img/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/admincp/img/logo.jpg -------------------------------------------------------------------------------- /admincp/inc/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /admincp/inc/check.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2019 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | $configError = array(); 15 | 16 | $writablePaths = loadJsonFile(WEBENGINE_WRITABLE_PATHS); 17 | if(!is_array($writablePaths)) throw new Exception('Could not load WebEngine CMS writable paths list.'); 18 | 19 | // File permission check 20 | foreach($writablePaths as $thisPath) { 21 | if(file_exists(__PATH_INCLUDES__ . $thisPath)) { 22 | if(!is_writable(__PATH_INCLUDES__ . $thisPath)) { 23 | $configError[] = "[Permission Error] " . $thisPath . " (file must be writable)"; 24 | } 25 | } else { 26 | $configError[] = "[Not Found] " . $thisPath. " (re-upload file)"; 27 | } 28 | } 29 | 30 | // Check cURL 31 | if(!function_exists('curl_version')) $configError[] = "[PHP] curl not loaded (WebEngine required cURL)"; 32 | 33 | if(count($configError) >= 1) { 34 | throw new Exception("The following errors ocurred:

" . implode("
", $configError)); 35 | } -------------------------------------------------------------------------------- /admincp/js/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/admincp/js/index.php -------------------------------------------------------------------------------- /admincp/js/metisMenu.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * metismenu - v1.0.3 3 | * Easy menu jQuery plugin for Twitter Bootstrap 3 4 | * https://github.com/onokumus/metisMenu 5 | * 6 | * Made by Osman Nuri Okumuş 7 | * Under MIT License 8 | */ 9 | !function(a,b,c){function d(b,c){this.element=b,this.settings=a.extend({},f,c),this._defaults=f,this._name=e,this.init()}var e="metisMenu",f={toggle:!0};d.prototype={init:function(){var b=a(this.element),c=this.settings.toggle;this.isIE()<=9?(b.find("li.active").has("ul").children("ul").collapse("show"),b.find("li").not(".active").has("ul").children("ul").collapse("hide")):(b.find("li.active").has("ul").children("ul").addClass("collapse in"),b.find("li").not(".active").has("ul").children("ul").addClass("collapse")),b.find("li").has("ul").children("a").on("click",function(b){b.preventDefault(),a(this).parent("li").toggleClass("active").children("ul").collapse("toggle"),c&&a(this).parent("li").siblings().removeClass("active").children("ul.in").collapse("hide")})},isIE:function(){for(var a,b=3,d=c.createElement("div"),e=d.getElementsByTagName("i");d.innerHTML="",e[0];)return b>4?b:a}},a.fn[e]=function(b){return this.each(function(){a.data(this,"plugin_"+e)||a.data(this,"plugin_"+e,new d(this,b))})}}(jQuery,window,document); -------------------------------------------------------------------------------- /admincp/modules/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /admincp/modules/latestpaypal.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2019 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | ?> 14 |

PayPal Donations

15 | query_fetch("SELECT * FROM ".WEBENGINE_PAYPAL_TRANSACTIONS." ORDER BY id DESC"); 20 | if(!is_array($paypalDonations)) throw new Exception("There are no PayPal transactions in the database."); 21 | 22 | echo ''; 23 | echo ''; 24 | echo ''; 25 | echo ''; 26 | echo ''; 27 | echo ''; 28 | echo ''; 29 | echo ''; 30 | echo ''; 31 | echo ''; 32 | echo ''; 33 | echo ''; 34 | foreach($paypalDonations as $data) { 35 | $userData = $common->accountInformation($data['user_id']); 36 | $donation_status = ($data['transaction_status'] == 1 ? 'ok' : 'reversed'); 37 | 38 | echo ''; 39 | echo ''; 40 | echo ''; 41 | echo ''; 42 | echo ''; 43 | echo ''; 44 | echo ''; 45 | echo ''; 46 | } 47 | echo ' 48 | 49 |
Transaction IDAccountAmountPayPal EmailDateStatus
'.$data['transaction_id'].''.$userData[_CLMN_USERNM_].'$'.$data['payment_amount'].''.$data['paypal_email'].''.date("m/d/Y h:i A",$data['transaction_date']).''.$donation_status.'
'; 50 | } catch(Exception $ex) { 51 | message('error', $ex->getMessage()); 52 | } 53 | ?> -------------------------------------------------------------------------------- /admincp/modules/mconfig/donation.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2025 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | ?> 14 |

Donation Gateways Settings

15 | active = $_POST['setting_1']; 29 | $save1 = $xml->asXML($xmlPath); 30 | 31 | if($save1) { 32 | message('success','[Donation] Settings successfully saved.'); 33 | } else { 34 | message('error','[Donation] There has been an error while saving changes.'); 35 | } 36 | } 37 | 38 | if(isset($_POST['submit_changes'])) { 39 | saveChanges(); 40 | } 41 | 42 | loadModuleConfigs('donation'); 43 | ?> 44 |
45 | 46 | 47 | 48 | 51 | 52 | 53 | 54 | 55 |
Status
Enable/disable the donation module.
49 | 50 |
56 |
-------------------------------------------------------------------------------- /admincp/modules/mconfig/forgotpassword.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2025 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | echo '

Forgot Password Settings

'; 15 | 16 | function saveChanges() { 17 | global $_POST; 18 | foreach($_POST as $setting) { 19 | if(!check_value($setting)) { 20 | message('error','Missing data (complete all fields).'); 21 | return; 22 | } 23 | } 24 | $xmlPath = __PATH_MODULE_CONFIGS__.'forgotpassword.xml'; 25 | $xml = simplexml_load_file($xmlPath); 26 | 27 | $xml->active = $_POST['setting_1']; 28 | 29 | $save = $xml->asXML($xmlPath); 30 | if($save) { 31 | message('success','Settings successfully saved.'); 32 | } else { 33 | message('error','There has been an error while saving changes.'); 34 | } 35 | } 36 | 37 | if(isset($_POST['submit_changes'])) { 38 | saveChanges(); 39 | } 40 | 41 | loadModuleConfigs('forgotpassword'); 42 | ?> 43 |
44 | 45 | 46 | 47 | 50 | 51 | 52 | 53 | 54 |
Status
Enable/disable the forgot password module.
48 | 49 |
55 |
56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /admincp/modules/mconfig/myaccount.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2025 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | ?> 14 |

My Account Settings

15 | active = $_POST['setting_1']; 28 | 29 | $save = $xml->asXML($xmlPath); 30 | if($save) { 31 | message('success','Settings successfully saved.'); 32 | } else { 33 | message('error','There has been an error while saving changes.'); 34 | } 35 | } 36 | 37 | if(isset($_POST['submit_changes'])) { 38 | saveChanges(); 39 | } 40 | 41 | loadModuleConfigs('usercp.myaccount'); 42 | ?> 43 |
44 | 45 | 46 | 47 | 50 | 51 | 52 | 53 | 54 |
Status
Enable/disable my account's module.
48 | 49 |
55 |
-------------------------------------------------------------------------------- /admincp/modules/mconfig/myemail.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2025 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | echo '

Change Email Settings

'; 15 | 16 | function saveChanges() { 17 | global $_POST; 18 | foreach($_POST as $setting) { 19 | if(!check_value($setting)) { 20 | message('error','Missing data (complete all fields).'); 21 | return; 22 | } 23 | } 24 | $xmlPath = __PATH_MODULE_CONFIGS__.'usercp.myemail.xml'; 25 | $xml = simplexml_load_file($xmlPath); 26 | 27 | $xml->active = $_POST['setting_1']; 28 | $xml->require_verification = $_POST['setting_2']; 29 | 30 | $save = $xml->asXML($xmlPath); 31 | if($save) { 32 | message('success','Settings successfully saved.'); 33 | } else { 34 | message('error','There has been an error while saving changes.'); 35 | } 36 | } 37 | 38 | if(isset($_POST['submit_changes'])) { 39 | saveChanges(); 40 | } 41 | 42 | loadModuleConfigs('usercp.myemail'); 43 | ?> 44 |
45 | 46 | 47 | 48 | 51 | 52 | 53 | 54 | 57 | 58 | 59 | 60 | 61 |
Status
Enable/disable the change email module.
49 | 50 |
Email Verification
If enabled, the account's email will not be changed until the user clicks the verification link sent to their current email.
55 | 56 |
62 |
-------------------------------------------------------------------------------- /admincp/modules/mconfig/profiles.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2025 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | ?> 14 |

Profiles Settings

15 | active = $_POST['setting_1']; 28 | $xml->encode = $_POST['setting_2']; 29 | 30 | $save = $xml->asXML($xmlPath); 31 | if($save) { 32 | message('success','Settings successfully saved.'); 33 | } else { 34 | message('error','There has been an error while saving changes.'); 35 | } 36 | } 37 | 38 | if(isset($_POST['submit_changes'])) { 39 | saveChanges(); 40 | } 41 | 42 | loadModuleConfigs('profiles'); 43 | ?> 44 |
45 | 46 | 47 | 48 | 51 | 52 | 53 | 54 | 57 | 58 | 59 | 60 | 61 |
Status
Enable/disable the profile modules.
49 | 50 |
Base64 Encoding
Enable/disable the usage of Base64 encoding in profiles URLs.
If you are having issues with players or guilds with special characters in their names, enabling this option might help.
55 | 56 |
62 |
-------------------------------------------------------------------------------- /admincp/modules/newregistrations.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2017 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | echo '

New Registrations

'; 15 | 16 | $db = (config('SQL_USE_2_DB',true) ? $dB2 : $dB); 17 | $newRegs = $db->query_fetch("SELECT TOP 200 "._CLMN_MEMBID_.", "._CLMN_USERNM_.", "._CLMN_EMAIL_." FROM "._TBL_MI_." ORDER BY "._CLMN_MEMBID_." DESC"); 18 | 19 | if(is_array($newRegs)) { 20 | echo ''; 21 | echo ''; 22 | echo ''; 23 | echo ''; 24 | echo ''; 25 | echo ''; 26 | echo ''; 27 | echo ''; 28 | echo ''; 29 | echo ''; 30 | foreach($newRegs as $thisReg) { 31 | echo ''; 32 | echo ''; 33 | echo ''; 34 | echo ''; 35 | echo ''; 36 | echo ''; 37 | } 38 | echo ''; 39 | echo '
IdUsernameEmail
'.$thisReg[_CLMN_MEMBID_].''.$thisReg[_CLMN_USERNM_].''.$thisReg[_CLMN_EMAIL_].'Account Information
'; 40 | } 41 | ?> -------------------------------------------------------------------------------- /admincp/modules/onlineaccounts.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | echo '

Online Accounts

'; 15 | 16 | $Account = new Account(); 17 | $serverList = $Account->getServerList(); 18 | 19 | if(is_array($serverList)) { 20 | echo '
'; 21 | echo '

By Server:

'; 22 | foreach($serverList as $server) { 23 | echo '
'; 24 | echo '
'.$server.': '.number_format($Account->getOnlineAccountCount($server)).'
'; 25 | echo '
'; 26 | } 27 | echo '
'; 28 | } 29 | 30 | echo '
'; 31 | echo '

Total Online:

'; 32 | echo '
'; 33 | echo '
TOTAL: '.number_format($Account->getOnlineAccountCount()).'
'; 34 | echo '
'; 35 | echo '
'; 36 | 37 | $onlineAccounts = $Account->getOnlineAccountList(); 38 | echo '
'; 39 | echo '

Account List:

'; 40 | if(is_array($onlineAccounts)) { 41 | echo ''; 42 | echo ''; 43 | echo ''; 44 | echo ''; 45 | echo ''; 46 | echo ''; 47 | echo ''; 48 | echo ''; 49 | echo ''; 50 | foreach($onlineAccounts as $row) { 51 | echo ''; 52 | echo ''; 53 | echo ''; 54 | echo ''; 55 | echo ''; 56 | } 57 | echo ''; 58 | echo '
AccountIP AddressServer
'.$row[_CLMN_MS_MEMBID_].''.$row[_CLMN_MS_IP_].''.$row[_CLMN_MS_GS_].'
'; 59 | } else { 60 | message('warning', 'There are no online accounts.'); 61 | } 62 | echo '
'; -------------------------------------------------------------------------------- /admincp/modules/phrases.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2017 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | echo '

Language Phrases (current language)

'; 15 | 16 | try { 17 | 18 | if(!is_array($lang)) throw new Exception('Language file is empty.'); 19 | 20 | echo ''; 21 | echo ''; 22 | echo ''; 23 | echo ''; 24 | echo ''; 25 | echo ''; 26 | echo ''; 27 | echo ''; 28 | foreach($lang as $phrase => $value) { 29 | echo ''; 30 | echo ''; 31 | echo ''; 32 | echo ''; 33 | } 34 | echo ''; 35 | echo '
Phrase NameContent
'.$phrase.''.htmlspecialchars($value).'
'; 36 | 37 | 38 | } catch(Exception $ex) { 39 | message('error', $ex->getMessage()); 40 | } -------------------------------------------------------------------------------- /admincp/modules/plugin_install.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2025 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | ?> 14 |

Import Plugin

15 | WARNING
The plugin system is not currently enabled. To enable it please change your website settings.'); 18 | } 19 | 20 | if(isset($_POST['submit'])) { 21 | 22 | if($_FILES["file"]["error"] > 0) { 23 | message('error', 'There has been an error uploading the file.'); 24 | } else { 25 | $Plugin = new Plugins(); 26 | $Plugin->importPlugin($_FILES); 27 | } 28 | } 29 | 30 | ?> 31 |
32 |
33 | 34 | 35 |
36 | 37 |
38 |

Make sure you upload all the plugin files before importing it.

-------------------------------------------------------------------------------- /admincp/modules/topvotes.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2019 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | ?> 14 |

Top Voters

15 | query_fetch("SELECT TOP 100 user_id, COUNT(*) as totalvotes FROM ".WEBENGINE_VOTE_LOGS." WHERE timestamp BETWEEN ? AND ? GROUP BY user_id ORDER BY totalvotes DESC", array($ts1,$ts2)); 24 | 25 | if($voteLogs && is_array($voteLogs)) { 26 | 27 | echo ''; 28 | echo ''; 29 | echo ''; 30 | echo ''; 31 | echo ''; 32 | echo ''; 33 | 34 | foreach($voteLogs as $key => $thisVote) { 35 | $accountInfo = $common->accountInformation($thisVote['user_id']); 36 | $keyx = $key+1; 37 | echo ''; 38 | echo ''; 39 | echo ''; 40 | echo ''; 41 | echo ''; 42 | } 43 | echo '
#AccountVotes
'.$keyx.''.$accountInfo[_CLMN_USERNM_].''.$thisVote['totalvotes'].'
'; 44 | 45 | } else { 46 | message('error', 'No vote logs found. This feature needs vote logs enabled.'); 47 | } 48 | ?> -------------------------------------------------------------------------------- /api/.htaccess: -------------------------------------------------------------------------------- 1 | RewriteEngine off -------------------------------------------------------------------------------- /api/castlesiege.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2025 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | define('access', 'api'); 15 | 16 | try { 17 | 18 | if(!@include_once(rtrim(str_replace('\\','/', dirname(__DIR__)), '/') . '/includes/webengine.php')) throw new Exception('Could not load WebEngine.'); 19 | 20 | $castleSiege = new CastleSiege(); 21 | $siegeData = $castleSiege->siegeData(); 22 | if(!is_array($siegeData)) throw new Exception(lang('error_103', true)); 23 | 24 | http_response_code(200); 25 | echo json_encode( 26 | array( 27 | 'TimeLeft' => $siegeData['warfare_stage_timeleft'] 28 | ) 29 | ); 30 | 31 | } catch(Exception $ex) { 32 | http_response_code(500); 33 | echo json_encode(array('code' => 500, 'error' => $ex->getMessage())); 34 | } -------------------------------------------------------------------------------- /api/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/api/index.php -------------------------------------------------------------------------------- /api/servertime.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2018 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * https://opensource.org/licenses/MIT 12 | */ 13 | 14 | define('access', 'api'); 15 | 16 | include('../includes/webengine.php'); 17 | 18 | echo json_encode( 19 | array( 20 | 'ServerTime' => date("Y/m/d H:i:s") 21 | ) 22 | ); 23 | -------------------------------------------------------------------------------- /api/version.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2025 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | define('access', 'api'); 15 | header('Content-Type: application/json'); 16 | 17 | try { 18 | 19 | // Load WebEngine 20 | if(!@include_once(rtrim(str_replace('\\','/', dirname(__DIR__)), '/') . '/includes/webengine.php')) throw new Exception('Could not load WebEngine.'); 21 | 22 | // Apache Version 23 | if(!function_exists('apache_get_version')) { 24 | function apache_get_version() { 25 | if(!isset($_SERVER['SERVER_SOFTWARE']) || strlen($_SERVER['SERVER_SOFTWARE']) == 0) { 26 | return ''; 27 | } 28 | return $_SERVER['SERVER_SOFTWARE']; 29 | } 30 | } 31 | 32 | // Listener 33 | $handler = new Handler(); 34 | 35 | // Response 36 | http_response_code(200); 37 | echo json_encode(array('code' => 200, 'apache' => apache_get_version(), 'php' => phpversion(), 'webengine' => __WEBENGINE_VERSION__), JSON_PRETTY_PRINT); 38 | 39 | } catch(Exception $ex) { 40 | http_response_code(500); 41 | echo json_encode(array('code' => 500, 'error' => $ex->getMessage()), JSON_PRETTY_PRINT); 42 | } -------------------------------------------------------------------------------- /img/flags/ad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ad.gif -------------------------------------------------------------------------------- /img/flags/ae.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ae.gif -------------------------------------------------------------------------------- /img/flags/af.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/af.gif -------------------------------------------------------------------------------- /img/flags/ag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ag.gif -------------------------------------------------------------------------------- /img/flags/ai.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ai.gif -------------------------------------------------------------------------------- /img/flags/al.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/al.gif -------------------------------------------------------------------------------- /img/flags/am.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/am.gif -------------------------------------------------------------------------------- /img/flags/an.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/an.gif -------------------------------------------------------------------------------- /img/flags/ao.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ao.gif -------------------------------------------------------------------------------- /img/flags/ar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ar.gif -------------------------------------------------------------------------------- /img/flags/as.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/as.gif -------------------------------------------------------------------------------- /img/flags/at.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/at.gif -------------------------------------------------------------------------------- /img/flags/au.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/au.gif -------------------------------------------------------------------------------- /img/flags/aw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/aw.gif -------------------------------------------------------------------------------- /img/flags/ax.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ax.gif -------------------------------------------------------------------------------- /img/flags/az.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/az.gif -------------------------------------------------------------------------------- /img/flags/ba.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ba.gif -------------------------------------------------------------------------------- /img/flags/bb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/bb.gif -------------------------------------------------------------------------------- /img/flags/bd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/bd.gif -------------------------------------------------------------------------------- /img/flags/be.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/be.gif -------------------------------------------------------------------------------- /img/flags/bf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/bf.gif -------------------------------------------------------------------------------- /img/flags/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/bg.gif -------------------------------------------------------------------------------- /img/flags/bh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/bh.gif -------------------------------------------------------------------------------- /img/flags/bi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/bi.gif -------------------------------------------------------------------------------- /img/flags/bj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/bj.gif -------------------------------------------------------------------------------- /img/flags/bm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/bm.gif -------------------------------------------------------------------------------- /img/flags/bn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/bn.gif -------------------------------------------------------------------------------- /img/flags/bo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/bo.gif -------------------------------------------------------------------------------- /img/flags/br.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/br.gif -------------------------------------------------------------------------------- /img/flags/bs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/bs.gif -------------------------------------------------------------------------------- /img/flags/bt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/bt.gif -------------------------------------------------------------------------------- /img/flags/bv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/bv.gif -------------------------------------------------------------------------------- /img/flags/bw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/bw.gif -------------------------------------------------------------------------------- /img/flags/by.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/by.gif -------------------------------------------------------------------------------- /img/flags/bz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/bz.gif -------------------------------------------------------------------------------- /img/flags/ca.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ca.gif -------------------------------------------------------------------------------- /img/flags/catalonia.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/catalonia.gif -------------------------------------------------------------------------------- /img/flags/cc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/cc.gif -------------------------------------------------------------------------------- /img/flags/cd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/cd.gif -------------------------------------------------------------------------------- /img/flags/cf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/cf.gif -------------------------------------------------------------------------------- /img/flags/cg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/cg.gif -------------------------------------------------------------------------------- /img/flags/ch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ch.gif -------------------------------------------------------------------------------- /img/flags/ci.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ci.gif -------------------------------------------------------------------------------- /img/flags/ck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ck.gif -------------------------------------------------------------------------------- /img/flags/cl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/cl.gif -------------------------------------------------------------------------------- /img/flags/cm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/cm.gif -------------------------------------------------------------------------------- /img/flags/cn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/cn.gif -------------------------------------------------------------------------------- /img/flags/co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/co.gif -------------------------------------------------------------------------------- /img/flags/cr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/cr.gif -------------------------------------------------------------------------------- /img/flags/cs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/cs.gif -------------------------------------------------------------------------------- /img/flags/cu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/cu.gif -------------------------------------------------------------------------------- /img/flags/cv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/cv.gif -------------------------------------------------------------------------------- /img/flags/cx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/cx.gif -------------------------------------------------------------------------------- /img/flags/cy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/cy.gif -------------------------------------------------------------------------------- /img/flags/cz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/cz.gif -------------------------------------------------------------------------------- /img/flags/de.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/de.gif -------------------------------------------------------------------------------- /img/flags/default.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/default.gif -------------------------------------------------------------------------------- /img/flags/dj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/dj.gif -------------------------------------------------------------------------------- /img/flags/dk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/dk.gif -------------------------------------------------------------------------------- /img/flags/dm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/dm.gif -------------------------------------------------------------------------------- /img/flags/do.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/do.gif -------------------------------------------------------------------------------- /img/flags/dz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/dz.gif -------------------------------------------------------------------------------- /img/flags/ec.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ec.gif -------------------------------------------------------------------------------- /img/flags/ee.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ee.gif -------------------------------------------------------------------------------- /img/flags/eg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/eg.gif -------------------------------------------------------------------------------- /img/flags/eh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/eh.gif -------------------------------------------------------------------------------- /img/flags/england.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/england.gif -------------------------------------------------------------------------------- /img/flags/er.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/er.gif -------------------------------------------------------------------------------- /img/flags/es.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/es.gif -------------------------------------------------------------------------------- /img/flags/et.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/et.gif -------------------------------------------------------------------------------- /img/flags/europeanunion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/europeanunion.gif -------------------------------------------------------------------------------- /img/flags/fam.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/fam.gif -------------------------------------------------------------------------------- /img/flags/fi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/fi.gif -------------------------------------------------------------------------------- /img/flags/fj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/fj.gif -------------------------------------------------------------------------------- /img/flags/fk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/fk.gif -------------------------------------------------------------------------------- /img/flags/fm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/fm.gif -------------------------------------------------------------------------------- /img/flags/fo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/fo.gif -------------------------------------------------------------------------------- /img/flags/fr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/fr.gif -------------------------------------------------------------------------------- /img/flags/ga.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ga.gif -------------------------------------------------------------------------------- /img/flags/gb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/gb.gif -------------------------------------------------------------------------------- /img/flags/gd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/gd.gif -------------------------------------------------------------------------------- /img/flags/ge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ge.gif -------------------------------------------------------------------------------- /img/flags/gf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/gf.gif -------------------------------------------------------------------------------- /img/flags/gh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/gh.gif -------------------------------------------------------------------------------- /img/flags/gi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/gi.gif -------------------------------------------------------------------------------- /img/flags/gl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/gl.gif -------------------------------------------------------------------------------- /img/flags/gm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/gm.gif -------------------------------------------------------------------------------- /img/flags/gn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/gn.gif -------------------------------------------------------------------------------- /img/flags/gp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/gp.gif -------------------------------------------------------------------------------- /img/flags/gq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/gq.gif -------------------------------------------------------------------------------- /img/flags/gr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/gr.gif -------------------------------------------------------------------------------- /img/flags/gs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/gs.gif -------------------------------------------------------------------------------- /img/flags/gt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/gt.gif -------------------------------------------------------------------------------- /img/flags/gu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/gu.gif -------------------------------------------------------------------------------- /img/flags/gw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/gw.gif -------------------------------------------------------------------------------- /img/flags/gy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/gy.gif -------------------------------------------------------------------------------- /img/flags/hk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/hk.gif -------------------------------------------------------------------------------- /img/flags/hm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/hm.gif -------------------------------------------------------------------------------- /img/flags/hn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/hn.gif -------------------------------------------------------------------------------- /img/flags/hr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/hr.gif -------------------------------------------------------------------------------- /img/flags/ht.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ht.gif -------------------------------------------------------------------------------- /img/flags/hu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/hu.gif -------------------------------------------------------------------------------- /img/flags/id.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/id.gif -------------------------------------------------------------------------------- /img/flags/ie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ie.gif -------------------------------------------------------------------------------- /img/flags/il.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/il.gif -------------------------------------------------------------------------------- /img/flags/in.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/in.gif -------------------------------------------------------------------------------- /img/flags/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/index.html -------------------------------------------------------------------------------- /img/flags/io.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/io.gif -------------------------------------------------------------------------------- /img/flags/iq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/iq.gif -------------------------------------------------------------------------------- /img/flags/ir.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ir.gif -------------------------------------------------------------------------------- /img/flags/is.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/is.gif -------------------------------------------------------------------------------- /img/flags/it.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/it.gif -------------------------------------------------------------------------------- /img/flags/jm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/jm.gif -------------------------------------------------------------------------------- /img/flags/jo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/jo.gif -------------------------------------------------------------------------------- /img/flags/jp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/jp.gif -------------------------------------------------------------------------------- /img/flags/ke.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ke.gif -------------------------------------------------------------------------------- /img/flags/kg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/kg.gif -------------------------------------------------------------------------------- /img/flags/kh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/kh.gif -------------------------------------------------------------------------------- /img/flags/ki.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ki.gif -------------------------------------------------------------------------------- /img/flags/km.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/km.gif -------------------------------------------------------------------------------- /img/flags/kn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/kn.gif -------------------------------------------------------------------------------- /img/flags/kp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/kp.gif -------------------------------------------------------------------------------- /img/flags/kr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/kr.gif -------------------------------------------------------------------------------- /img/flags/kw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/kw.gif -------------------------------------------------------------------------------- /img/flags/ky.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ky.gif -------------------------------------------------------------------------------- /img/flags/kz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/kz.gif -------------------------------------------------------------------------------- /img/flags/la.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/la.gif -------------------------------------------------------------------------------- /img/flags/lb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/lb.gif -------------------------------------------------------------------------------- /img/flags/lc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/lc.gif -------------------------------------------------------------------------------- /img/flags/li.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/li.gif -------------------------------------------------------------------------------- /img/flags/lk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/lk.gif -------------------------------------------------------------------------------- /img/flags/lr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/lr.gif -------------------------------------------------------------------------------- /img/flags/ls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ls.gif -------------------------------------------------------------------------------- /img/flags/lt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/lt.gif -------------------------------------------------------------------------------- /img/flags/lu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/lu.gif -------------------------------------------------------------------------------- /img/flags/lv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/lv.gif -------------------------------------------------------------------------------- /img/flags/ly.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ly.gif -------------------------------------------------------------------------------- /img/flags/ma.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ma.gif -------------------------------------------------------------------------------- /img/flags/mc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/mc.gif -------------------------------------------------------------------------------- /img/flags/md.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/md.gif -------------------------------------------------------------------------------- /img/flags/me.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/me.gif -------------------------------------------------------------------------------- /img/flags/mg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/mg.gif -------------------------------------------------------------------------------- /img/flags/mh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/mh.gif -------------------------------------------------------------------------------- /img/flags/mk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/mk.gif -------------------------------------------------------------------------------- /img/flags/ml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ml.gif -------------------------------------------------------------------------------- /img/flags/mm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/mm.gif -------------------------------------------------------------------------------- /img/flags/mn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/mn.gif -------------------------------------------------------------------------------- /img/flags/mo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/mo.gif -------------------------------------------------------------------------------- /img/flags/mp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/mp.gif -------------------------------------------------------------------------------- /img/flags/mq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/mq.gif -------------------------------------------------------------------------------- /img/flags/mr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/mr.gif -------------------------------------------------------------------------------- /img/flags/ms.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ms.gif -------------------------------------------------------------------------------- /img/flags/mt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/mt.gif -------------------------------------------------------------------------------- /img/flags/mu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/mu.gif -------------------------------------------------------------------------------- /img/flags/mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/mv.gif -------------------------------------------------------------------------------- /img/flags/mw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/mw.gif -------------------------------------------------------------------------------- /img/flags/mx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/mx.gif -------------------------------------------------------------------------------- /img/flags/my.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/my.gif -------------------------------------------------------------------------------- /img/flags/mz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/mz.gif -------------------------------------------------------------------------------- /img/flags/na.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/na.gif -------------------------------------------------------------------------------- /img/flags/nc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/nc.gif -------------------------------------------------------------------------------- /img/flags/ne.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ne.gif -------------------------------------------------------------------------------- /img/flags/nf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/nf.gif -------------------------------------------------------------------------------- /img/flags/ng.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ng.gif -------------------------------------------------------------------------------- /img/flags/ni.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ni.gif -------------------------------------------------------------------------------- /img/flags/nl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/nl.gif -------------------------------------------------------------------------------- /img/flags/no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/no.gif -------------------------------------------------------------------------------- /img/flags/np.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/np.gif -------------------------------------------------------------------------------- /img/flags/nr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/nr.gif -------------------------------------------------------------------------------- /img/flags/nu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/nu.gif -------------------------------------------------------------------------------- /img/flags/nz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/nz.gif -------------------------------------------------------------------------------- /img/flags/om.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/om.gif -------------------------------------------------------------------------------- /img/flags/pa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/pa.gif -------------------------------------------------------------------------------- /img/flags/pe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/pe.gif -------------------------------------------------------------------------------- /img/flags/pf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/pf.gif -------------------------------------------------------------------------------- /img/flags/pg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/pg.gif -------------------------------------------------------------------------------- /img/flags/ph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ph.gif -------------------------------------------------------------------------------- /img/flags/pk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/pk.gif -------------------------------------------------------------------------------- /img/flags/pl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/pl.gif -------------------------------------------------------------------------------- /img/flags/pm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/pm.gif -------------------------------------------------------------------------------- /img/flags/pn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/pn.gif -------------------------------------------------------------------------------- /img/flags/pr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/pr.gif -------------------------------------------------------------------------------- /img/flags/ps.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ps.gif -------------------------------------------------------------------------------- /img/flags/pt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/pt.gif -------------------------------------------------------------------------------- /img/flags/pw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/pw.gif -------------------------------------------------------------------------------- /img/flags/py.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/py.gif -------------------------------------------------------------------------------- /img/flags/qa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/qa.gif -------------------------------------------------------------------------------- /img/flags/re.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/re.gif -------------------------------------------------------------------------------- /img/flags/ro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ro.gif -------------------------------------------------------------------------------- /img/flags/rs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/rs.gif -------------------------------------------------------------------------------- /img/flags/ru.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ru.gif -------------------------------------------------------------------------------- /img/flags/rw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/rw.gif -------------------------------------------------------------------------------- /img/flags/sa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/sa.gif -------------------------------------------------------------------------------- /img/flags/sb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/sb.gif -------------------------------------------------------------------------------- /img/flags/sc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/sc.gif -------------------------------------------------------------------------------- /img/flags/scotland.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/scotland.gif -------------------------------------------------------------------------------- /img/flags/sd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/sd.gif -------------------------------------------------------------------------------- /img/flags/se.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/se.gif -------------------------------------------------------------------------------- /img/flags/sg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/sg.gif -------------------------------------------------------------------------------- /img/flags/sh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/sh.gif -------------------------------------------------------------------------------- /img/flags/si.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/si.gif -------------------------------------------------------------------------------- /img/flags/sj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/sj.gif -------------------------------------------------------------------------------- /img/flags/sk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/sk.gif -------------------------------------------------------------------------------- /img/flags/sl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/sl.gif -------------------------------------------------------------------------------- /img/flags/sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/sm.gif -------------------------------------------------------------------------------- /img/flags/sn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/sn.gif -------------------------------------------------------------------------------- /img/flags/so.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/so.gif -------------------------------------------------------------------------------- /img/flags/sr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/sr.gif -------------------------------------------------------------------------------- /img/flags/st.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/st.gif -------------------------------------------------------------------------------- /img/flags/sv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/sv.gif -------------------------------------------------------------------------------- /img/flags/sy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/sy.gif -------------------------------------------------------------------------------- /img/flags/sz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/sz.gif -------------------------------------------------------------------------------- /img/flags/tc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/tc.gif -------------------------------------------------------------------------------- /img/flags/td.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/td.gif -------------------------------------------------------------------------------- /img/flags/tf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/tf.gif -------------------------------------------------------------------------------- /img/flags/tg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/tg.gif -------------------------------------------------------------------------------- /img/flags/th.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/th.gif -------------------------------------------------------------------------------- /img/flags/tj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/tj.gif -------------------------------------------------------------------------------- /img/flags/tk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/tk.gif -------------------------------------------------------------------------------- /img/flags/tl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/tl.gif -------------------------------------------------------------------------------- /img/flags/tm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/tm.gif -------------------------------------------------------------------------------- /img/flags/tn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/tn.gif -------------------------------------------------------------------------------- /img/flags/to.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/to.gif -------------------------------------------------------------------------------- /img/flags/tr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/tr.gif -------------------------------------------------------------------------------- /img/flags/tt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/tt.gif -------------------------------------------------------------------------------- /img/flags/tv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/tv.gif -------------------------------------------------------------------------------- /img/flags/tw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/tw.gif -------------------------------------------------------------------------------- /img/flags/tz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/tz.gif -------------------------------------------------------------------------------- /img/flags/ua.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ua.gif -------------------------------------------------------------------------------- /img/flags/ug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ug.gif -------------------------------------------------------------------------------- /img/flags/um.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/um.gif -------------------------------------------------------------------------------- /img/flags/us.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/us.gif -------------------------------------------------------------------------------- /img/flags/uy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/uy.gif -------------------------------------------------------------------------------- /img/flags/uz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/uz.gif -------------------------------------------------------------------------------- /img/flags/va.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/va.gif -------------------------------------------------------------------------------- /img/flags/vc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/vc.gif -------------------------------------------------------------------------------- /img/flags/ve.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ve.gif -------------------------------------------------------------------------------- /img/flags/vg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/vg.gif -------------------------------------------------------------------------------- /img/flags/vi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/vi.gif -------------------------------------------------------------------------------- /img/flags/vn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/vn.gif -------------------------------------------------------------------------------- /img/flags/vu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/vu.gif -------------------------------------------------------------------------------- /img/flags/wales.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/wales.gif -------------------------------------------------------------------------------- /img/flags/wf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/wf.gif -------------------------------------------------------------------------------- /img/flags/ws.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ws.gif -------------------------------------------------------------------------------- /img/flags/ye.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/ye.gif -------------------------------------------------------------------------------- /img/flags/yt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/yt.gif -------------------------------------------------------------------------------- /img/flags/za.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/za.gif -------------------------------------------------------------------------------- /img/flags/zm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/zm.gif -------------------------------------------------------------------------------- /img/flags/zw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/flags/zw.gif -------------------------------------------------------------------------------- /img/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/index.html -------------------------------------------------------------------------------- /img/offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/offline.png -------------------------------------------------------------------------------- /img/online.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/online.png -------------------------------------------------------------------------------- /img/webengine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/img/webengine.jpg -------------------------------------------------------------------------------- /includes/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /includes/cache/blocked_ip.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/cache/blocked_ip.cache -------------------------------------------------------------------------------- /includes/cache/castle_siege.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/cache/castle_siege.cache -------------------------------------------------------------------------------- /includes/cache/character_country.cache: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /includes/cache/downloads.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/cache/downloads.cache -------------------------------------------------------------------------------- /includes/cache/news.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/cache/news.cache -------------------------------------------------------------------------------- /includes/cache/news/translations/.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore everything in this directory 2 | * 3 | # Except this file 4 | !.gitignore -------------------------------------------------------------------------------- /includes/cache/online_characters.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/cache/online_characters.cache -------------------------------------------------------------------------------- /includes/cache/plugins.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/cache/plugins.cache -------------------------------------------------------------------------------- /includes/cache/profiles/guilds/.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore everything in this directory 2 | * 3 | # Except this file 4 | !.gitignore -------------------------------------------------------------------------------- /includes/cache/profiles/players/.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore everything in this directory 2 | * 3 | # Except this file 4 | !.gitignore -------------------------------------------------------------------------------- /includes/cache/rankings_gens.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/cache/rankings_gens.cache -------------------------------------------------------------------------------- /includes/cache/rankings_gr.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/cache/rankings_gr.cache -------------------------------------------------------------------------------- /includes/cache/rankings_guilds.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/cache/rankings_guilds.cache -------------------------------------------------------------------------------- /includes/cache/rankings_level.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/cache/rankings_level.cache -------------------------------------------------------------------------------- /includes/cache/rankings_master.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/cache/rankings_master.cache -------------------------------------------------------------------------------- /includes/cache/rankings_online.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/cache/rankings_online.cache -------------------------------------------------------------------------------- /includes/cache/rankings_pk.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/cache/rankings_pk.cache -------------------------------------------------------------------------------- /includes/cache/rankings_resets.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/cache/rankings_resets.cache -------------------------------------------------------------------------------- /includes/cache/rankings_votes.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/cache/rankings_votes.cache -------------------------------------------------------------------------------- /includes/cache/server_info.cache: -------------------------------------------------------------------------------- 1 | 0 2 | 0|0|0|0 -------------------------------------------------------------------------------- /includes/classes/class.connection.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2019 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | class Connection { 15 | 16 | public static function Database($database='') { 17 | switch($database) { 18 | case 'MuOnline': 19 | $db = new dB(self::_config('SQL_DB_HOST'), self::_config('SQL_DB_PORT'), self::_config('SQL_DB_NAME'), self::_config('SQL_DB_USER'), self::_config('SQL_DB_PASS'), self::_config('SQL_PDO_DRIVER')); 20 | if($db->dead) { 21 | if(self::_config('error_reporting')) { 22 | throw new Exception($db->error); 23 | } 24 | throw new Exception('Connection to database failed ('.self::_config('SQL_DB_NAME').')'); 25 | } 26 | return $db; 27 | break; 28 | case 'Me_MuOnline': 29 | if(!self::_config('SQL_USE_2_DB')) return self::Database('MuOnline'); 30 | $db = new dB(self::_config('SQL_DB_HOST'), self::_config('SQL_DB_PORT'), self::_config('SQL_DB_2_NAME'), self::_config('SQL_DB_USER'), self::_config('SQL_DB_PASS'), self::_config('SQL_PDO_DRIVER')); 31 | if($db->dead) { 32 | if(self::_config('error_reporting')) { 33 | throw new Exception($db->error); 34 | } 35 | throw new Exception('Connection to database failed ('.self::_config('SQL_DB_2_NAME').')'); 36 | } 37 | return $db; 38 | break; 39 | default: 40 | return; 41 | } 42 | } 43 | 44 | private static function _config($config) { 45 | $webengineConfig = webengineConfigs(); 46 | if(!is_array($webengineConfig)) return; 47 | if(!array_key_exists($config, $webengineConfig)) return; 48 | return $webengineConfig[$config]; 49 | } 50 | 51 | } -------------------------------------------------------------------------------- /includes/classes/phpmailer/Exception.php: -------------------------------------------------------------------------------- 1 | 10 | * @author Jim Jagielski (jimjag) 11 | * @author Andy Prevost (codeworxtech) 12 | * @author Brent R. Matzelle (original founder) 13 | * @copyright 2012 - 2020 Marcus Bointon 14 | * @copyright 2010 - 2012 Jim Jagielski 15 | * @copyright 2004 - 2009 Andy Prevost 16 | * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html GNU Lesser General Public License 17 | * @note This program is distributed in the hope that it will be useful - WITHOUT 18 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19 | * FITNESS FOR A PARTICULAR PURPOSE. 20 | */ 21 | 22 | namespace PHPMailer\PHPMailer; 23 | 24 | /** 25 | * PHPMailer exception handler. 26 | * 27 | * @author Marcus Bointon 28 | */ 29 | class Exception extends \Exception 30 | { 31 | /** 32 | * Prettify error message output. 33 | * 34 | * @return string 35 | */ 36 | public function errorMessage() 37 | { 38 | return '' . htmlspecialchars($this->getMessage(), ENT_COMPAT | ENT_HTML401) . "
\n"; 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /includes/classes/phpmailer/OAuthTokenProvider.php: -------------------------------------------------------------------------------- 1 | 10 | * @author Jim Jagielski (jimjag) 11 | * @author Andy Prevost (codeworxtech) 12 | * @author Brent R. Matzelle (original founder) 13 | * @copyright 2012 - 2020 Marcus Bointon 14 | * @copyright 2010 - 2012 Jim Jagielski 15 | * @copyright 2004 - 2009 Andy Prevost 16 | * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html GNU Lesser General Public License 17 | * @note This program is distributed in the hope that it will be useful - WITHOUT 18 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19 | * FITNESS FOR A PARTICULAR PURPOSE. 20 | */ 21 | 22 | namespace PHPMailer\PHPMailer; 23 | 24 | /** 25 | * OAuthTokenProvider - OAuth2 token provider interface. 26 | * Provides base64 encoded OAuth2 auth strings for SMTP authentication. 27 | * 28 | * @see OAuth 29 | * @see SMTP::authenticate() 30 | * 31 | * @author Peter Scopes (pdscopes) 32 | * @author Marcus Bointon (Synchro/coolbru) 33 | */ 34 | interface OAuthTokenProvider 35 | { 36 | /** 37 | * Generate a base64-encoded OAuth token ensuring that the access token has not expired. 38 | * The string to be base 64 encoded should be in the form: 39 | * "user=\001auth=Bearer \001\001" 40 | * 41 | * @return string 42 | */ 43 | public function getOauth64(); 44 | } 45 | -------------------------------------------------------------------------------- /includes/classes/phpmailer/autoload.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2019 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | if(!@include_once(__PATH_CLASSES__ . 'phpmailer/PHPMailer.php')) throw new Exception('Could not load class (phpmailer.PHPMailer).'); 15 | if(!@include_once(__PATH_CLASSES__ . 'phpmailer/SMTP.php')) throw new Exception('Could not load class (phpmailer.SMTP).'); 16 | if(!@include_once(__PATH_CLASSES__ . 'phpmailer/Exception.php')) throw new Exception('Could not load class (phpmailer.Exception).'); -------------------------------------------------------------------------------- /includes/config/compatibility.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | /** 15 | * File Compatibility 16 | * List of server files compatible with WebEngine 17 | */ 18 | 19 | $webengine['file_compatibility'] = array( 20 | 'igcn' => array( 21 | 'name' => 'IGCN', 22 | 'file' => 'igcn.tables.php', 23 | ), 24 | 'xteam' => array( 25 | 'name' => 'X-Team, MuEmu, Louis', 26 | 'file' => 'xteam.tables.php', 27 | ), 28 | 'custom' => array( 29 | 'name' => 'Custom (IGCN Based)', 30 | 'file' => 'custom.tables.php', 31 | ), 32 | ); -------------------------------------------------------------------------------- /includes/config/email.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | noreply@website.com 5 | MuOnline 6 | 0 7 | host 8 | 587 9 | user 10 | pass 11 | 12 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /includes/config/modules/contact.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 0 4 | support@website.com 5 | MuOnline Contact 6 | 7 | -------------------------------------------------------------------------------- /includes/config/modules/donation.paypal.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 0 4 | 0 5 | seller@gmail.com 6 | Donation for WCoinC 7 | USD 8 | http://website.com/ 9 | http://website.com/api/paypal.php 10 | 100 11 | 0 12 | 13 | -------------------------------------------------------------------------------- /includes/config/modules/donation.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 5 | -------------------------------------------------------------------------------- /includes/config/modules/downloads.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 1 5 | 1 6 | 1 7 | 8 | -------------------------------------------------------------------------------- /includes/config/modules/forgotpassword.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 5 | -------------------------------------------------------------------------------- /includes/config/modules/login.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 1 5 | 300 6 | 5 7 | 15 8 | 9 | -------------------------------------------------------------------------------- /includes/config/modules/news.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 5 5 | 20 6 | 0 7 | 100 8 | 9 | -------------------------------------------------------------------------------- /includes/config/modules/profiles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /includes/config/modules/rankings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 50 5 | 0 6 | level 7 | 1 8 | 1 9 | 0 10 | 1 11 | 0 12 | 0 13 | 1 14 | 1 15 | 0 16 | 0 17 | 18 | 1 19 | 1 20 | 1 21 | 1 22 | 2 23 | 0.001 24 | 25 | 1 26 | 27 | -------------------------------------------------------------------------------- /includes/config/modules/register.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 0 5 | none 6 | none 7 | 0 8 | 0 9 | 24 10 | 1 11 | 12 | -------------------------------------------------------------------------------- /includes/config/modules/usercp.addstats.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 1000000 5 | 32767 6 | 100 7 | 0 8 | 0 9 | 150 10 | 0 11 | 12 | -------------------------------------------------------------------------------- /includes/config/modules/usercp.buyzen.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 2000000000 5 | 1000000 6 | 50000000 7 | 0 8 | 9 | -------------------------------------------------------------------------------- /includes/config/modules/usercp.clearpk.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 1000000 5 | 0 6 | 0 7 | 8 | -------------------------------------------------------------------------------- /includes/config/modules/usercp.clearskilltree.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 1000000 5 | 0 6 | 0 7 | 400 8 | 1 9 | 10 | -------------------------------------------------------------------------------- /includes/config/modules/usercp.myaccount.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 5 | -------------------------------------------------------------------------------- /includes/config/modules/usercp.myemail.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 0 5 | 6 | -------------------------------------------------------------------------------- /includes/config/modules/usercp.mypassword.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 0 5 | 12 6 | 7 | -------------------------------------------------------------------------------- /includes/config/modules/usercp.reset.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 1000000 5 | 0 6 | 0 7 | 0 8 | 0 9 | 400 10 | 10 11 | 0 12 | 500 13 | 1 14 | 0 15 | 0 16 | 17 | -------------------------------------------------------------------------------- /includes/config/modules/usercp.resetstats.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 1000000 5 | 0 6 | 0 7 | 8 | -------------------------------------------------------------------------------- /includes/config/modules/usercp.unstick.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 1000000 5 | 0 6 | 0 7 | 8 | -------------------------------------------------------------------------------- /includes/config/modules/usercp.vote.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 1 5 | 0 6 | 7 | -------------------------------------------------------------------------------- /includes/config/navbar.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "active": true, 4 | "type": "internal", 5 | "phrase": "menu_txt_1", 6 | "link": "", 7 | "visibility": "always", 8 | "newtab": false, 9 | "order": 10 10 | }, 11 | { 12 | "active": true, 13 | "type": "internal", 14 | "phrase": "menu_txt_11", 15 | "link": "info", 16 | "visibility": "always", 17 | "newtab": false, 18 | "order": 20 19 | }, 20 | { 21 | "active": true, 22 | "type": "internal", 23 | "phrase": "menu_txt_7", 24 | "link": "downloads", 25 | "visibility": "always", 26 | "newtab": false, 27 | "order": 30 28 | }, 29 | { 30 | "active": true, 31 | "type": "internal", 32 | "phrase": "menu_txt_8", 33 | "link": "donation", 34 | "visibility": "always", 35 | "newtab": false, 36 | "order": 40 37 | }, 38 | { 39 | "active": true, 40 | "type": "internal", 41 | "phrase": "menu_txt_10", 42 | "link": "rankings", 43 | "visibility": "always", 44 | "newtab": false, 45 | "order": 50 46 | } 47 | ] -------------------------------------------------------------------------------- /includes/config/timezone.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2019 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // PHP Timezone 15 | // http://php.net/manual/en/timezones.php 16 | // 17 | // It is recommended that you match your website's 18 | // timezone with your server timezone. 19 | date_default_timezone_set('UTC'); -------------------------------------------------------------------------------- /includes/config/webengine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/config/webengine.json -------------------------------------------------------------------------------- /includes/config/webengine.json.default: -------------------------------------------------------------------------------- 1 | { 2 | "system_active": true, 3 | "error_reporting": false, 4 | "website_template": "default", 5 | "maintenance_page": "https:\/\/webenginecms.org\/", 6 | "admins": { 7 | "admin": 100 8 | }, 9 | "server_name": "MuOnline", 10 | "website_title": "MuOnline Season 20", 11 | "website_meta_description": "Join MU Online! the free-to-play fantasy RPG based on the legendary Continent of MU! Feel the power of forbidden magic! Explore and fight!", 12 | "website_meta_keywords": "MU, MU online, Season20, private server, Battle Core, private MU online, free to play, mmorpg, auto play, free rpg, Free2Play, PVP, multi client and jewels, season XX", 13 | "website_forum_link": "https:\/\/webenginecms.org\/", 14 | "SQL_DB_HOST": "", 15 | "SQL_DB_NAME": "MuOnline", 16 | "SQL_DB_2_NAME": "Me_MuOnline", 17 | "SQL_DB_USER": "sa", 18 | "SQL_DB_PASS": "", 19 | "SQL_DB_PORT": "1433", 20 | "SQL_USE_2_DB": false, 21 | "SQL_PDO_DRIVER": "1", 22 | "SQL_PASSWORD_ENCRYPTION": "none", 23 | "SQL_SHA256_SALT": "1234567890", 24 | "server_files": "igcn", 25 | "language_switch_active": true, 26 | "language_default": "en", 27 | "language_debug": false, 28 | "plugins_system_enable": false, 29 | "ip_block_system_enable": false, 30 | "character_avatars_dir": "character-avatars", 31 | "player_profiles": true, 32 | "guild_profiles": true, 33 | "username_min_len": 4, 34 | "username_max_len": 10, 35 | "password_min_len": 4, 36 | "password_max_len": 20, 37 | "webengine_cms_installed": false, 38 | "cron_api": true, 39 | "cron_api_key": "123456", 40 | "social_link_facebook": "https:\/\/facebook.com\/", 41 | "social_link_instagram": "https:\/\/instagram.com\/", 42 | "social_link_discord": "https:\/\/discord.com\/", 43 | "server_info_season": "Season 20", 44 | "server_info_exp": "500x", 45 | "server_info_masterexp": "250x", 46 | "server_info_drop": "50%", 47 | "maximum_online": "500", 48 | "season_1_support": false 49 | } -------------------------------------------------------------------------------- /includes/config/webengine.tables.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2019 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // WebEngine CMS Tables Prefix 15 | define('WE_PREFIX', ''); 16 | 17 | // WebEngine CMS Tables 18 | define('WEBENGINE_BANS', WE_PREFIX.'WEBENGINE_BANS'); 19 | define('WEBENGINE_BAN_LOG', WE_PREFIX.'WEBENGINE_BAN_LOG'); 20 | define('WEBENGINE_BLOCKED_IP', WE_PREFIX.'WEBENGINE_BLOCKED_IP'); 21 | define('WEBENGINE_CREDITS_CONFIG', WE_PREFIX.'WEBENGINE_CREDITS_CONFIG'); 22 | define('WEBENGINE_CREDITS_LOGS', WE_PREFIX.'WEBENGINE_CREDITS_LOGS'); 23 | define('WEBENGINE_CRON', WE_PREFIX.'WEBENGINE_CRON'); 24 | define('WEBENGINE_DOWNLOADS', WE_PREFIX.'WEBENGINE_DOWNLOADS'); 25 | define('WEBENGINE_FLA', WE_PREFIX.'WEBENGINE_FLA'); 26 | define('WEBENGINE_NEWS', WE_PREFIX.'WEBENGINE_NEWS'); 27 | define('WEBENGINE_PASSCHANGE_REQUEST', WE_PREFIX.'WEBENGINE_PASSCHANGE_REQUEST'); 28 | define('WEBENGINE_PAYPAL_TRANSACTIONS', WE_PREFIX.'WEBENGINE_PAYPAL_TRANSACTIONS'); 29 | define('WEBENGINE_PLUGINS', WE_PREFIX.'WEBENGINE_PLUGINS'); 30 | define('WEBENGINE_REGISTER_ACCOUNT', WE_PREFIX.'WEBENGINE_REGISTER_ACCOUNT'); 31 | define('WEBENGINE_VOTES', WE_PREFIX.'WEBENGINE_VOTES'); 32 | define('WEBENGINE_VOTE_LOGS', WE_PREFIX.'WEBENGINE_VOTE_LOGS'); 33 | define('WEBENGINE_VOTE_SITES', WE_PREFIX.'WEBENGINE_VOTE_SITES'); 34 | define('WEBENGINE_ACCOUNT_COUNTRY', WE_PREFIX.'WEBENGINE_ACCOUNT_COUNTRY'); 35 | define('WEBENGINE_NEWS_TRANSLATIONS', WE_PREFIX.'WEBENGINE_NEWS_TRANSLATIONS'); -------------------------------------------------------------------------------- /includes/config/writable.paths.json: -------------------------------------------------------------------------------- 1 | [ 2 | "cache\/", 3 | "cache\/news\/", 4 | "cache\/news\/translations\/", 5 | "cache\/profiles\/guilds\/", 6 | "cache\/profiles\/players\/", 7 | "cache\/blocked_ip.cache", 8 | "cache\/castle_siege.cache", 9 | "cache\/character_country.cache", 10 | "cache\/downloads.cache", 11 | "cache\/news.cache", 12 | "cache\/online_characters.cache", 13 | "cache\/plugins.cache", 14 | "cache\/rankings_gens.cache", 15 | "cache\/rankings_gr.cache", 16 | "cache\/rankings_guilds.cache", 17 | "cache\/rankings_level.cache", 18 | "cache\/rankings_master.cache", 19 | "cache\/rankings_online.cache", 20 | "cache\/rankings_pk.cache", 21 | "cache\/rankings_resets.cache", 22 | "cache\/rankings_votes.cache", 23 | "cache\/server_info.cache", 24 | "config\/castlesiege.json", 25 | "config\/email.xml", 26 | "config\/navbar.json", 27 | "config\/usercp.json", 28 | "config\/webengine.json", 29 | "config\/modules\/contact.xml", 30 | "config\/modules\/donation.paypal.xml", 31 | "config\/modules\/donation.xml", 32 | "config\/modules\/downloads.xml", 33 | "config\/modules\/forgotpassword.xml", 34 | "config\/modules\/login.xml", 35 | "config\/modules\/news.xml", 36 | "config\/modules\/profiles.xml", 37 | "config\/modules\/rankings.xml", 38 | "config\/modules\/register.xml", 39 | "config\/modules\/usercp.addstats.xml", 40 | "config\/modules\/usercp.buyzen.xml", 41 | "config\/modules\/usercp.clearpk.xml", 42 | "config\/modules\/usercp.clearskilltree.xml", 43 | "config\/modules\/usercp.myaccount.xml", 44 | "config\/modules\/usercp.myemail.xml", 45 | "config\/modules\/usercp.mypassword.xml", 46 | "config\/modules\/usercp.reset.xml", 47 | "config\/modules\/usercp.resetstats.xml", 48 | "config\/modules\/usercp.unstick.xml", 49 | "config\/modules\/usercp.vote.xml", 50 | "logs\/", 51 | "logs\/database_errors.log", 52 | "logs\/php_errors.log" 53 | ] -------------------------------------------------------------------------------- /includes/cron/account_country.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2025 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // File Name 15 | $file_name = basename(__FILE__); 16 | 17 | // load databases 18 | $db = Connection::Database('Me_MuOnline'); 19 | 20 | // add country to accounts with no country 21 | $accountList = $db->query_fetch("SELECT TOP 40 * FROM "._TBL_MS_." WHERE "._CLMN_MS_MEMBID_." NOT IN(SELECT account FROM ".WEBENGINE_ACCOUNT_COUNTRY.") AND "._CLMN_MS_IP_." IS NOT NULL"); 22 | if(is_array($accountList)) { 23 | $Account = new Account(); 24 | foreach($accountList as $row) { 25 | $countryCode = getCountryCodeFromIp($row[_CLMN_MS_IP_]); 26 | if(!check_value($countryCode)) continue; 27 | $Account->setAccount($row[_CLMN_MS_MEMBID_]); 28 | $Account->setCountry($countryCode); 29 | $Account->insertAccountCountry(); 30 | } 31 | } 32 | 33 | // UPDATE CRON 34 | updateCronLastRun($file_name); -------------------------------------------------------------------------------- /includes/cron/castle_siege.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // File Name 15 | $file_name = basename(__FILE__); 16 | 17 | // Castle Siege 18 | $castleSiege = new CastleSiege(); 19 | $castleSiege->updateSiegeCache(); 20 | 21 | // UPDATE CRON 22 | updateCronLastRun($file_name); -------------------------------------------------------------------------------- /includes/cron/character_country.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2025 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // File Name 15 | $file_name = basename(__FILE__); 16 | 17 | // load databases 18 | $me = Connection::Database('Me_MuOnline'); 19 | $charactersDB = config('SQL_DB_NAME', true); 20 | $accountsDB = config('SQL_USE_2_DB', true) == true ? config('SQL_DB_2_NAME', true) : $charactersDB; 21 | 22 | $query = "SELECT t2."._CLMN_CHR_NAME_.", t1.country FROM ".$accountsDB.".[dbo].".WEBENGINE_ACCOUNT_COUNTRY." t1 INNER JOIN ".$charactersDB.".[dbo]."._TBL_CHR_." t2 ON t1.account = t2."._CLMN_CHR_ACCID_.""; 23 | 24 | $charactersCountryList = $me->query_fetch($query); 25 | $result = array(); 26 | if(is_array($charactersCountryList)) { 27 | foreach($charactersCountryList as $characterCountryData) { 28 | $result[$characterCountryData[_CLMN_CHR_NAME_]] = $characterCountryData['country']; 29 | } 30 | } 31 | 32 | $cacheData = encodeCache($result); 33 | updateCacheFile('character_country.cache', $cacheData); 34 | 35 | // UPDATE CRON 36 | updateCronLastRun($file_name); -------------------------------------------------------------------------------- /includes/cron/cron.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2019 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // access 15 | define('access', 'cron'); 16 | 17 | // Load WebEngine 18 | if(!@include_once(str_replace('\\','/',dirname(dirname(__FILE__))).'/' . 'webengine.php')) die('Failed to load WebEngine CMS.'); 19 | 20 | // Cron List 21 | $cronList = getCronList(); 22 | if(!is_array($cronList)) die(); 23 | 24 | // Encapsulation 25 | function loadCronFile($path) { 26 | include($path); 27 | } 28 | 29 | // Execute Crons 30 | foreach($cronList as $cron) { 31 | if($cron['cron_status'] != 1) continue; 32 | if(!check_value($cron['cron_last_run'])) { 33 | $lastRun = $cron['cron_run_time']; 34 | } else { 35 | $lastRun = $cron['cron_last_run']+$cron['cron_run_time']; 36 | } 37 | if(time() > $lastRun) { 38 | $filePath = __PATH_CRON__.$cron['cron_file_run']; 39 | if(file_exists($filePath)) { 40 | loadCronFile($filePath); 41 | } 42 | } 43 | } -------------------------------------------------------------------------------- /includes/cron/gens_ranking.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2017 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // File Name 15 | $file_name = basename(__FILE__); 16 | 17 | // Load Rankings Class 18 | $Rankings = new Rankings(); 19 | 20 | // Load Ranking Configs 21 | loadModuleConfigs('rankings'); 22 | 23 | if(mconfig('active')) { 24 | if(mconfig('rankings_enable_gens')) { 25 | $Rankings->UpdateRankingCache('gens'); 26 | } 27 | } 28 | 29 | // UPDATE CRON 30 | updateCronLastRun($file_name); -------------------------------------------------------------------------------- /includes/cron/grandresets_ranking.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2017 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // File Name 15 | $file_name = basename(__FILE__); 16 | 17 | // Load Rankings Class 18 | $Rankings = new Rankings(); 19 | 20 | // Load Ranking Configs 21 | loadModuleConfigs('rankings'); 22 | 23 | if(mconfig('active')) { 24 | if(mconfig('rankings_enable_gr')) { 25 | $Rankings->UpdateRankingCache('grandresets'); 26 | } 27 | } 28 | 29 | // UPDATE CRON 30 | updateCronLastRun($file_name); -------------------------------------------------------------------------------- /includes/cron/guilds_ranking.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2017 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // File Name 15 | $file_name = basename(__FILE__); 16 | 17 | // Load Rankings Class 18 | $Rankings = new Rankings(); 19 | 20 | // Load Ranking Configs 21 | loadModuleConfigs('rankings'); 22 | 23 | if(mconfig('active')) { 24 | if(mconfig('rankings_enable_guilds')) { 25 | $Rankings->UpdateRankingCache('guilds'); 26 | } 27 | } 28 | 29 | // UPDATE CRON 30 | updateCronLastRun($file_name); -------------------------------------------------------------------------------- /includes/cron/killers_ranking.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2017 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // File Name 15 | $file_name = basename(__FILE__); 16 | 17 | // Load Rankings Class 18 | $Rankings = new Rankings(); 19 | 20 | // Load Ranking Configs 21 | loadModuleConfigs('rankings'); 22 | 23 | if(mconfig('active')) { 24 | if(mconfig('rankings_enable_pk')) { 25 | $Rankings->UpdateRankingCache('killers'); 26 | } 27 | } 28 | 29 | // UPDATE CRON 30 | updateCronLastRun($file_name); -------------------------------------------------------------------------------- /includes/cron/levels_ranking.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2017 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // File Name 15 | $file_name = basename(__FILE__); 16 | 17 | // Load Rankings Class 18 | $Rankings = new Rankings(); 19 | 20 | // Load Ranking Configs 21 | loadModuleConfigs('rankings'); 22 | 23 | if(mconfig('active')) { 24 | if(mconfig('rankings_enable_level')) { 25 | $Rankings->UpdateRankingCache('level'); 26 | } 27 | } 28 | 29 | // UPDATE CRON 30 | updateCronLastRun($file_name); -------------------------------------------------------------------------------- /includes/cron/masterlevel_ranking.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2017 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // File Name 15 | $file_name = basename(__FILE__); 16 | 17 | // Load Rankings Class 18 | $Rankings = new Rankings(); 19 | 20 | // Load Ranking Configs 21 | loadModuleConfigs('rankings'); 22 | 23 | if(mconfig('active')) { 24 | if(mconfig('rankings_enable_master')) { 25 | $Rankings->UpdateRankingCache('master'); 26 | } 27 | } 28 | 29 | // UPDATE CRON 30 | updateCronLastRun($file_name); -------------------------------------------------------------------------------- /includes/cron/online_characters.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2025 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // File Name 15 | $file_name = basename(__FILE__); 16 | 17 | // load database 18 | $me = Connection::Database('Me_MuOnline'); 19 | $charactersDB = config('SQL_DB_NAME', true); 20 | $accountsDB = config('SQL_USE_2_DB', true) == true ? config('SQL_DB_2_NAME', true) : $charactersDB; 21 | 22 | $result = array(); 23 | 24 | $query = "SELECT t2."._CLMN_GAMEIDC_." FROM ".$accountsDB.".[dbo]."._TBL_MS_." t1 INNER JOIN ".$charactersDB.".[dbo]."._TBL_AC_." t2 ON t1."._CLMN_MS_MEMBID_." = t2."._CLMN_AC_ID_." WHERE t1."._CLMN_CONNSTAT_." = 1"; 25 | 26 | $onlineCharactersList = $me->query_fetch($query); 27 | if(is_array($onlineCharactersList)) { 28 | foreach($onlineCharactersList as $onlineCharacterData) { 29 | if(in_array($onlineCharacterData[_CLMN_GAMEIDC_], $result)) continue; 30 | $result[] = $onlineCharacterData[_CLMN_GAMEIDC_]; 31 | } 32 | } 33 | 34 | $cacheData = encodeCache($result); 35 | updateCacheFile('online_characters.cache', $cacheData); 36 | 37 | // UPDATE CRON 38 | updateCronLastRun($file_name); -------------------------------------------------------------------------------- /includes/cron/online_ranking.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2017 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // File Name 15 | $file_name = basename(__FILE__); 16 | 17 | // Load Rankings Class 18 | $Rankings = new Rankings(); 19 | 20 | // Load Ranking Configs 21 | loadModuleConfigs('rankings'); 22 | 23 | if(mconfig('active')) { 24 | if(mconfig('rankings_enable_online')) { 25 | $Rankings->UpdateRankingCache('online'); 26 | } 27 | } 28 | 29 | // UPDATE CRON 30 | updateCronLastRun($file_name); -------------------------------------------------------------------------------- /includes/cron/resets_ranking.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2017 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // File Name 15 | $file_name = basename(__FILE__); 16 | 17 | // Load Rankings Class 18 | $Rankings = new Rankings(); 19 | 20 | // Load Ranking Configs 21 | loadModuleConfigs('rankings'); 22 | 23 | if(mconfig('active')) { 24 | if(mconfig('rankings_enable_resets')) { 25 | $Rankings->UpdateRankingCache('resets'); 26 | } 27 | } 28 | 29 | // UPDATE CRON 30 | updateCronLastRun($file_name); -------------------------------------------------------------------------------- /includes/cron/server_info.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2019 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // File Name 15 | $file_name = basename(__FILE__); 16 | 17 | // load databases 18 | $mu = Connection::Database('MuOnline'); 19 | $me = Connection::Database('Me_MuOnline'); 20 | 21 | # total accounts 22 | $totalAccounts = 0; 23 | $countAccounts = $me->query_fetch_single("SELECT COUNT(*) as totalAccounts FROM "._TBL_MI_); 24 | if(is_array($countAccounts)) $totalAccounts = $countAccounts['totalAccounts']; 25 | $serverInfo[] = $totalAccounts; 26 | 27 | # total characters 28 | $totalCharacters = 0; 29 | $countCharacters = $mu->query_fetch_single("SELECT COUNT(*) as totalCharacters FROM "._TBL_CHR_); 30 | if(is_array($countCharacters)) $totalCharacters = $countCharacters['totalCharacters']; 31 | $serverInfo[] = $totalCharacters; 32 | 33 | # total guilds 34 | $totalGuilds = 0; 35 | $countGuilds = $mu->query_fetch_single("SELECT COUNT(*) as totalGuilds FROM "._TBL_GUILD_); 36 | if(is_array($countGuilds)) $totalGuilds = $countGuilds['totalGuilds']; 37 | $serverInfo[] = $totalGuilds; 38 | 39 | # total online 40 | $totalOnline = 0; 41 | $countOnline = $me->query_fetch_single("SELECT COUNT(*) as totalOnline FROM "._TBL_MS_." WHERE "._CLMN_CONNSTAT_." = 1"); 42 | if(is_array($countOnline)) $totalOnline = $countOnline['totalOnline']; 43 | $serverInfo[] = $totalOnline; 44 | 45 | if(is_array($serverInfo)) { 46 | $cacheDATA = implode("|",$serverInfo); 47 | UpdateCache('server_info.cache',$cacheDATA); 48 | } 49 | 50 | // UPDATE CRON 51 | updateCronLastRun($file_name); -------------------------------------------------------------------------------- /includes/cron/temporal_bans.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2019 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // File Name 15 | $file_name = basename(__FILE__); 16 | 17 | // load database 18 | $database = Connection::Database('Me_MuOnline'); 19 | 20 | $temporalBans = $database->query_fetch("SELECT * FROM ".WEBENGINE_BANS.""); 21 | if(is_array($temporalBans)) { 22 | foreach($temporalBans as $tempBan) { 23 | $banTimestamp = $tempBan['ban_days']*86400+$tempBan['ban_date']; 24 | if(time() > $banTimestamp) { 25 | // lift ban 26 | $unban = $database->query("UPDATE "._TBL_MI_." SET "._CLMN_BLOCCODE_." = 0 WHERE "._CLMN_USERNM_." = ?", array($tempBan['account_id'])); 27 | if($unban) { 28 | $database->query("DELETE FROM ".WEBENGINE_BAN_LOG." WHERE account_id = ?", array($tempBan['account_id'])); 29 | $database->query("DELETE FROM ".WEBENGINE_BANS." WHERE account_id = ?", array($tempBan['account_id'])); 30 | } 31 | } 32 | } 33 | } 34 | 35 | // UPDATE CRON 36 | updateCronLastRun($file_name); -------------------------------------------------------------------------------- /includes/cron/votes_ranking.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2017 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | // File Name 15 | $file_name = basename(__FILE__); 16 | 17 | // Load Rankings Class 18 | $Rankings = new Rankings(); 19 | 20 | // Load Ranking Configs 21 | loadModuleConfigs('rankings'); 22 | 23 | if(mconfig('active')) { 24 | if(mconfig('rankings_enable_votes')) { 25 | $Rankings->UpdateRankingCache('votes'); 26 | } 27 | } 28 | 29 | // UPDATE CRON 30 | updateCronLastRun($file_name); -------------------------------------------------------------------------------- /includes/emails/ADMIN_CHANGE_EMAIL.txt: -------------------------------------------------------------------------------- 1 | Dear {USERNAME},

2 | 3 | The administrator has updated your account's email address to {NEW_EMAIL}.

4 | 5 | Regards,
6 | {SERVER_NAME}. -------------------------------------------------------------------------------- /includes/emails/ADMIN_CHANGE_PASSWORD.txt: -------------------------------------------------------------------------------- 1 | Dear {USERNAME},

2 | 3 | The administrator has updated your account's password to {NEW_PASSWORD}.

4 | 5 | Regards,
6 | {SERVER_NAME}. -------------------------------------------------------------------------------- /includes/emails/CHANGE_EMAIL_VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | Dear {USERNAME},

2 | 3 | We have received an email address change request for your account from the following ip address: {IP_ADDRESS}. By completing this request your account's email address will be changed to {NEW_EMAIL} and you will no longer be able to recover access using your current email address. You may proceed by clicking here.

4 | 5 | WARNING:
6 | If you did not request an email address change, ignore it and contact the administrator.


7 | 8 | Regards,
9 | {SERVER_NAME}. -------------------------------------------------------------------------------- /includes/emails/CHANGE_PASSWORD.txt: -------------------------------------------------------------------------------- 1 | Dear {USERNAME},

2 | 3 | You have successfully updated your account's password to:
4 | {NEW_PASSWORD}

5 | 6 | WARNING:
7 | If you did not authorize this password change contact the administrator immediately.


8 | 9 | Regards,
10 | {SERVER_NAME}. -------------------------------------------------------------------------------- /includes/emails/CHANGE_PASSWORD_EMAIL_VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | Dear {USERNAME},

2 | 3 | We have received a password change request at {DATE} from the following ip address: {IP_ADDRESS}. To proceed with this request please click here.

4 | 5 | This request will expire in {EXPIRATION_TIME} hour(s).

6 | 7 | WARNING:
8 | If you did not request a password change request ignore this email and contact the administrator.


9 | 10 | Regards,
11 | {SERVER_NAME}. -------------------------------------------------------------------------------- /includes/emails/PASSWORD_RECOVERY_COMPLETED.txt: -------------------------------------------------------------------------------- 1 | Dear {USERNAME},

2 | 3 | You have successfully recovered your account's password through the password recovery system. Your new password is:
4 | {NEW_PASSWORD}

5 | 6 | WARNING:
7 | If you did not authorize this password recovery request contact the administrator immediately.


8 | 9 | Regards,
10 | {SERVER_NAME}. -------------------------------------------------------------------------------- /includes/emails/PASSWORD_RECOVERY_REQUEST.txt: -------------------------------------------------------------------------------- 1 | Dear {USERNAME},

2 | 3 | We have received a password recovery request at {DATE} from the following ip address: {IP_ADDRESS}. To proceed with this request please click here.

4 | 5 | WARNING:
6 | If you did not request a password recovery ignore this email and contact the administrator.


7 | 8 | Regards,
9 | {SERVER_NAME}. -------------------------------------------------------------------------------- /includes/emails/WELCOME_EMAIL.txt: -------------------------------------------------------------------------------- 1 | Dear {USERNAME},

2 | 3 | Thank you and welcome to {SERVER_NAME}! Now that you have successfully created an account with us, proceed to downloading our game client in our downloads page. Also we invite you to join our community forums where you will be able to chat with other users and have a great time.

4 | 5 | Regards,
6 | {SERVER_NAME}. -------------------------------------------------------------------------------- /includes/emails/WELCOME_EMAIL_VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | Dear {USERNAME},

2 | 3 | Thank you for registering an account in {SERVER_NAME}. Before you can login to your account you we need you to verify your email address by clicking the following link:
4 | {LINK}

5 | 6 | Regards,
7 | {SERVER_NAME}. -------------------------------------------------------------------------------- /includes/logs/database_errors.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/logs/database_errors.log -------------------------------------------------------------------------------- /includes/logs/php_errors.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/includes/logs/php_errors.log -------------------------------------------------------------------------------- /includes/plugins/.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore everything in this directory 2 | * 3 | # Except this file 4 | !.gitignore -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2019 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | # Define CMS access 15 | define('access', 'index'); 16 | 17 | try { 18 | 19 | # Load WebEngine 20 | if(!@include_once('includes/webengine.php')) throw new Exception('Could not load WebEngine CMS.'); 21 | 22 | } catch (Exception $ex) { 23 | ob_clean(); 24 | $errorPage = file_get_contents('includes/error.html'); 25 | echo str_replace("{ERROR_MESSAGE}", $ex->getMessage(), $errorPage); 26 | 27 | } 28 | -------------------------------------------------------------------------------- /install/.htaccess: -------------------------------------------------------------------------------- 1 | RewriteEngine off -------------------------------------------------------------------------------- /install/index.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2019 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | header('Location: install.php'); 15 | die(); -------------------------------------------------------------------------------- /install/sql/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /install/sql/WEBENGINE_ACCOUNT_COUNTRY.txt: -------------------------------------------------------------------------------- 1 | SET ANSI_NULLS ON 2 | 3 | SET QUOTED_IDENTIFIER ON 4 | 5 | SET ANSI_PADDING ON 6 | 7 | CREATE TABLE [dbo].[{TABLE_NAME}]( 8 | [account] [varchar](10) NOT NULL, 9 | [country] [varchar](10) NOT NULL, 10 | [lastchange] [datetime] NULL, 11 | CONSTRAINT [PK_{TABLE_NAME}] PRIMARY KEY CLUSTERED 12 | ( 13 | [account] ASC 14 | )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] 15 | ) ON [PRIMARY] 16 | 17 | SET ANSI_PADDING OFF 18 | 19 | -------------------------------------------------------------------------------- /install/sql/WEBENGINE_BANS.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [id] [int] IDENTITY(1,1) NOT NULL, 3 | [account_id] [varchar](50) NOT NULL, 4 | [banned_by] [varchar](50) NOT NULL, 5 | [ban_date] [int] NOT NULL, 6 | [ban_days] [int] NOT NULL, 7 | [ban_reason] [varchar](100) NULL 8 | ) ON [PRIMARY] -------------------------------------------------------------------------------- /install/sql/WEBENGINE_BAN_LOG.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [id] [int] IDENTITY(1,1) NOT NULL, 3 | [account_id] [varchar](50) NOT NULL, 4 | [banned_by] [varchar](50) NOT NULL, 5 | [ban_type] [varchar](50) NOT NULL, 6 | [ban_date] [varchar](50) NOT NULL, 7 | [ban_days] [int] NULL, 8 | [ban_reason] [varchar](100) NULL 9 | ) ON [PRIMARY] -------------------------------------------------------------------------------- /install/sql/WEBENGINE_BLOCKED_IP.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [id] [int] IDENTITY(1,1) NOT NULL, 3 | [block_ip] [varchar](50) NOT NULL, 4 | [block_by] [varchar](25) NOT NULL, 5 | [block_date] [varchar](50) NOT NULL, 6 | CONSTRAINT [PK_{TABLE_NAME}] PRIMARY KEY CLUSTERED 7 | ( 8 | [block_ip] ASC 9 | )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] 10 | ) ON [PRIMARY] -------------------------------------------------------------------------------- /install/sql/WEBENGINE_CREDITS_CONFIG.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [config_id] [int] IDENTITY(1,1) NOT NULL, 3 | [config_title] [varchar](50) NOT NULL, 4 | [config_database] [varchar](50) NOT NULL, 5 | [config_table] [varchar](50) NOT NULL, 6 | [config_credits_col] [varchar](50) NOT NULL, 7 | [config_user_col] [varchar](50) NOT NULL, 8 | [config_user_col_id] [varchar](50) NOT NULL, 9 | [config_checkonline] [tinyint] NOT NULL, 10 | [config_display] [tinyint] NOT NULL, 11 | CONSTRAINT [PK_{TABLE_NAME}] PRIMARY KEY CLUSTERED 12 | ( 13 | [config_id] ASC 14 | )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] 15 | ) ON [PRIMARY] -------------------------------------------------------------------------------- /install/sql/WEBENGINE_CREDITS_LOGS.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [log_id] [int] IDENTITY(1,1) NOT NULL, 3 | [log_config] [varchar](50) NOT NULL, 4 | [log_identifier] [varchar](50) NOT NULL, 5 | [log_credits] [int] NOT NULL, 6 | [log_transaction] [varchar](50) NOT NULL, 7 | [log_date] [varchar](50) NOT NULL, 8 | [log_inadmincp] [tinyint] NULL, 9 | [log_module] [varchar](50) NULL, 10 | [log_ip] [varchar](50) NULL, 11 | CONSTRAINT [PK_{TABLE_NAME}] PRIMARY KEY CLUSTERED 12 | ( 13 | [log_id] ASC 14 | )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] 15 | ) ON [PRIMARY] -------------------------------------------------------------------------------- /install/sql/WEBENGINE_CRON.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [cron_id] [int] IDENTITY(1,1) NOT NULL, 3 | [cron_name] [varchar](100) NOT NULL, 4 | [cron_description] [varchar](max) NULL, 5 | [cron_file_run] [varchar](100) NOT NULL, 6 | [cron_run_time] [varchar](50) NOT NULL, 7 | [cron_last_run] [varchar](50) NULL, 8 | [cron_status] [int] NOT NULL, 9 | [cron_protected] [int] NOT NULL, 10 | [cron_file_md5] [varchar](50) NOT NULL 11 | ) ON [PRIMARY] -------------------------------------------------------------------------------- /install/sql/WEBENGINE_DOWNLOADS.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [download_id] [int] IDENTITY(1,1) NOT NULL, 3 | [download_title] [varchar](100) NOT NULL, 4 | [download_description] [varchar](100) NULL, 5 | [download_link] [varchar](max) NOT NULL, 6 | [download_size] [float] NULL, 7 | [download_type] [int] NOT NULL 8 | ) ON [PRIMARY] -------------------------------------------------------------------------------- /install/sql/WEBENGINE_FLA.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [id] [int] IDENTITY(1,1) NOT NULL, 3 | [username] [varchar](50) NOT NULL, 4 | [ip_address] [varchar](50) NOT NULL, 5 | [unlock_timestamp] [varchar](50) NOT NULL, 6 | [failed_attempts] [int] NOT NULL, 7 | [timestamp] [varchar](50) NOT NULL 8 | ) ON [PRIMARY] -------------------------------------------------------------------------------- /install/sql/WEBENGINE_NEWS.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [news_id] [int] IDENTITY(1,1) NOT NULL, 3 | [news_title] [varchar](max) NOT NULL, 4 | [news_author] [varchar](50) NOT NULL, 5 | [news_date] [varchar](50) NOT NULL, 6 | [news_content] [text] NOT NULL, 7 | [allow_comments] [int] NOT NULL 8 | ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY] -------------------------------------------------------------------------------- /install/sql/WEBENGINE_NEWS_TRANSLATIONS.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [news_id] [int] NOT NULL, 3 | [news_language] [varchar](10) NOT NULL, 4 | [news_title] [varchar](max) NOT NULL, 5 | [news_content] [text] NOT NULL 6 | ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY] -------------------------------------------------------------------------------- /install/sql/WEBENGINE_PASSCHANGE_REQUEST.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [user_id] [int] NOT NULL, 3 | [new_password] [varchar](200) NOT NULL, 4 | [auth_code] [varchar](50) NOT NULL, 5 | [request_date] [varchar](50) NOT NULL, 6 | CONSTRAINT [PK_{TABLE_NAME}] PRIMARY KEY CLUSTERED 7 | ( 8 | [user_id] ASC 9 | )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] 10 | ) ON [PRIMARY] -------------------------------------------------------------------------------- /install/sql/WEBENGINE_PAYPAL_TRANSACTIONS.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [id] [int] IDENTITY(1,1) NOT NULL, 3 | [transaction_id] [varchar](50) NOT NULL, 4 | [user_id] [int] NOT NULL, 5 | [payment_amount] [varchar](50) NOT NULL, 6 | [paypal_email] [varchar](200) NOT NULL, 7 | [transaction_date] [varchar](50) NOT NULL, 8 | [transaction_status] [int] NOT NULL, 9 | [order_id] [varchar](50) NOT NULL, 10 | CONSTRAINT [PK_{TABLE_NAME}] PRIMARY KEY CLUSTERED 11 | ( 12 | [transaction_id] ASC 13 | )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] 14 | ) ON [PRIMARY] -------------------------------------------------------------------------------- /install/sql/WEBENGINE_PLUGINS.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [id] [int] IDENTITY(1,1) NOT NULL, 3 | [name] [varchar](100) NOT NULL, 4 | [author] [varchar](50) NOT NULL, 5 | [version] [varchar](50) NOT NULL, 6 | [compatibility] [varchar](max) NOT NULL, 7 | [folder] [varchar](max) NOT NULL, 8 | [files] [varchar](max) NOT NULL, 9 | [status] [int] NOT NULL, 10 | [install_date] [varchar](50) NOT NULL, 11 | [installed_by] [varchar](50) NOT NULL 12 | ) ON [PRIMARY] -------------------------------------------------------------------------------- /install/sql/WEBENGINE_REGISTER_ACCOUNT.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [registration_account] [varchar](50) NOT NULL, 3 | [registration_password] [varchar](50) NOT NULL, 4 | [registration_email] [varchar](50) NOT NULL, 5 | [registration_date] [varchar](50) NOT NULL, 6 | [registration_ip] [varchar](50) NOT NULL, 7 | [registration_key] [varchar](50) NOT NULL, 8 | CONSTRAINT [PK_{TABLE_NAME}] PRIMARY KEY CLUSTERED 9 | ( 10 | [registration_account] ASC 11 | )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] 12 | ) ON [PRIMARY] -------------------------------------------------------------------------------- /install/sql/WEBENGINE_VOTES.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [id] [int] IDENTITY(1,1) NOT NULL, 3 | [user_id] [int] NOT NULL, 4 | [user_ip] [varchar](50) NOT NULL, 5 | [vote_site_id] [int] NOT NULL, 6 | [timestamp] [varchar](50) NOT NULL 7 | ) ON [PRIMARY] -------------------------------------------------------------------------------- /install/sql/WEBENGINE_VOTE_LOGS.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [user_id] [int] NOT NULL, 3 | [votesite_id] [int] NOT NULL, 4 | [timestamp] [varchar](50) NOT NULL 5 | ) ON [PRIMARY] -------------------------------------------------------------------------------- /install/sql/WEBENGINE_VOTE_SITES.txt: -------------------------------------------------------------------------------- 1 | CREATE TABLE [dbo].[{TABLE_NAME}]( 2 | [votesite_id] [int] IDENTITY(1,1) NOT NULL, 3 | [votesite_title] [varchar](50) NOT NULL, 4 | [votesite_link] [varchar](max) NOT NULL, 5 | [votesite_reward] [int] NOT NULL, 6 | [votesite_time] [int] NOT NULL, 7 | CONSTRAINT [PK_{TABLE_NAME}] PRIMARY KEY CLUSTERED 8 | ( 9 | [votesite_id] ASC 10 | )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] 11 | ) ON [PRIMARY] -------------------------------------------------------------------------------- /modules/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /modules/donation.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2019 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | try { 15 | 16 | if(!mconfig('active')) throw new Exception(lang('error_47',true)); 17 | 18 | echo '
'.lang('module_titles_txt_11',true).'
'; 19 | 20 | echo '
'; 21 | echo '
'; 22 | echo ''; 23 | echo '
'; 24 | echo '
'; 25 | 26 | } catch(Exception $ex) { 27 | message('error', $ex->getMessage()); 28 | } -------------------------------------------------------------------------------- /modules/language/switch.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2025 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | try { 15 | if(!config('language_switch_active',true)) throw new Exception(lang('error_62')); 16 | if(!isset($_GET['to'])) throw new Exception(lang('error_63')); 17 | if(strlen($_GET['to']) != 2) throw new Exception(lang('error_63')); 18 | if(!Validator::Alpha($_GET['to'])) throw new Exception(lang('error_63')); 19 | if(!$handler->switchLanguage($_GET['to'])) throw new Exception(lang('error_65')); 20 | redirect(); 21 | } catch (Exception $ex) { 22 | if(!config('error_reporting',true)) redirect(); 23 | message('error', $ex->getMessage()); 24 | } -------------------------------------------------------------------------------- /modules/logout.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2017 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | if(!isLoggedIn()) { redirect(); } 15 | 16 | // Sign Out Process 17 | logOutUser(); 18 | 19 | // Redirect to home 20 | redirect(); -------------------------------------------------------------------------------- /modules/privacy.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | ?> 14 | 15 |
16 | 17 | 18 | 19 |
20 | 21 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec molestie ultricies sem, ac maximus felis suscipit at. Phasellus eu hendrerit arcu, quis finibus turpis. Sed efficitur, libero vel aliquam mollis, quam justo gravida est, vel ornare metus diam vitae eros. Morbi et condimentum libero. In quis sodales nisi, nec efficitur ipsum.

22 | 23 |

Nunc velit tellus

24 |

Vivamus vitae massa eget risus dapibus consectetur. Etiam eu sagittis magna. Donec facilisis dolor erat, at consequat ligula tincidunt imperdiet. Nulla facilisi. Suspendisse varius odio tincidunt finibus convallis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Praesent aliquet commodo odio, ut elementum massa congue eu. Aenean magna sapien, sollicitudin in diam non, molestie tristique dolor. Nam a felis fringilla, rhoncus ex et, mattis purus. Etiam vitae porttitor lacus. Nam molestie, massa nec blandit gravida, velit neque porttitor augue, et eleifend tellus ex et eros. Sed nibh tortor, pellentesque nec ullamcorper ac, convallis ut mi. Nunc maximus posuere rhoncus.

25 | 26 |

Donec id facilisis nulla

27 |

Donec vel erat ut nulla porttitor iaculis eu ac lacus. Curabitur vitae justo efficitur, posuere nunc ut, aliquet eros. Donec pulvinar auctor dui.

28 |
    29 |
  1. Suspendisse quis ex ac felis mollis lobortis
  2. 30 |
  3. Duis dapibus ornare rhoncus
  4. 31 |
  5. Praesent vehicula scelerisque lorem dictum tincidunt
  6. 32 |
  7. Rutrum risus tempus in
  8. 33 |
-------------------------------------------------------------------------------- /modules/rankings.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2025 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | if(!isset($_REQUEST['subpage']) || empty($_REQUEST['subpage'])) { 15 | redirect(1,$_REQUEST['page'].'/'.mconfig('rankings_show_default').'/'); 16 | } -------------------------------------------------------------------------------- /modules/refunds.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | ?> 14 | 15 |
16 | 17 | 18 | 19 |
20 | 21 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec molestie ultricies sem, ac maximus felis suscipit at. Phasellus eu hendrerit arcu, quis finibus turpis. Sed efficitur, libero vel aliquam mollis, quam justo gravida est, vel ornare metus diam vitae eros. Morbi et condimentum libero. In quis sodales nisi, nec efficitur ipsum.

22 | 23 |

Nunc velit tellus

24 |

Vivamus vitae massa eget risus dapibus consectetur. Etiam eu sagittis magna. Donec facilisis dolor erat, at consequat ligula tincidunt imperdiet. Nulla facilisi. Suspendisse varius odio tincidunt finibus convallis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Praesent aliquet commodo odio, ut elementum massa congue eu. Aenean magna sapien, sollicitudin in diam non, molestie tristique dolor. Nam a felis fringilla, rhoncus ex et, mattis purus. Etiam vitae porttitor lacus. Nam molestie, massa nec blandit gravida, velit neque porttitor augue, et eleifend tellus ex et eros. Sed nibh tortor, pellentesque nec ullamcorper ac, convallis ut mi. Nunc maximus posuere rhoncus.

25 | 26 |

Donec id facilisis nulla

27 |

Donec vel erat ut nulla porttitor iaculis eu ac lacus. Curabitur vitae justo efficitur, posuere nunc ut, aliquet eros. Donec pulvinar auctor dui.

28 |
    29 |
  1. Suspendisse quis ex ac felis mollis lobortis
  2. 30 |
  3. Duis dapibus ornare rhoncus
  4. 31 |
  5. Praesent vehicula scelerisque lorem dictum tincidunt
  6. 32 |
  7. Rutrum risus tempus in
  8. 33 |
-------------------------------------------------------------------------------- /modules/tos.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2025 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | ?> 14 | 15 |
16 | 17 | 18 | 19 |
20 | 21 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec molestie ultricies sem, ac maximus felis suscipit at. Phasellus eu hendrerit arcu, quis finibus turpis. Sed efficitur, libero vel aliquam mollis, quam justo gravida est, vel ornare metus diam vitae eros. Morbi et condimentum libero. In quis sodales nisi, nec efficitur ipsum.

22 | 23 |

Nunc velit tellus

24 |

Vivamus vitae massa eget risus dapibus consectetur. Etiam eu sagittis magna. Donec facilisis dolor erat, at consequat ligula tincidunt imperdiet. Nulla facilisi. Suspendisse varius odio tincidunt finibus convallis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Praesent aliquet commodo odio, ut elementum massa congue eu. Aenean magna sapien, sollicitudin in diam non, molestie tristique dolor. Nam a felis fringilla, rhoncus ex et, mattis purus. Etiam vitae porttitor lacus. Nam molestie, massa nec blandit gravida, velit neque porttitor augue, et eleifend tellus ex et eros. Sed nibh tortor, pellentesque nec ullamcorper ac, convallis ut mi. Nunc maximus posuere rhoncus.

25 | 26 |

Donec id facilisis nulla

27 |

Donec vel erat ut nulla porttitor iaculis eu ac lacus. Curabitur vitae justo efficitur, posuere nunc ut, aliquet eros. Donec pulvinar auctor dui.

28 |
    29 |
  1. Suspendisse quis ex ac felis mollis lobortis
  2. 30 |
  3. Duis dapibus ornare rhoncus
  4. 31 |
  5. Praesent vehicula scelerisque lorem dictum tincidunt
  6. 32 |
  7. Rutrum risus tempus in
  8. 33 |
-------------------------------------------------------------------------------- /modules/usercp.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2025 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | if(!isLoggedIn()) redirect(1,'login'); 15 | 16 | echo '
'.lang('module_titles_txt_3').'
'; 17 | 18 | $cfg = loadConfig('usercp'); 19 | if(!is_array($cfg)) throw new Exception('Could not load usercp, please contact support.'); 20 | 21 | echo '
'; 22 | foreach($cfg as $element) { 23 | if(!is_array($element)) continue; 24 | if(!$element['active']) continue; 25 | $link = $element['type'] == 'internal' ? __BASE_URL__ . $element['link'] : $element['link']; 26 | $title = check_value(lang($element['phrase'], true)) ? lang($element['phrase']) : 'ERROR'; 27 | $icon = check_value($element['icon']) ? __PATH_TEMPLATE_IMG__ . 'icons/' . $element['icon'] : __PATH_TEMPLATE_IMG__ . 'icons/usercp_default.png'; 28 | 29 | echo '
'; 30 | echo $element['newtab'] ? '' : ''; 31 | echo '
'; 32 | echo $title; 33 | echo '
'; 34 | echo '
'; 35 | } 36 | echo '
'; 37 | 38 | -------------------------------------------------------------------------------- /modules/usercp/myemail.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2023 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | if(!isLoggedIn()) redirect(1,'login'); 15 | 16 | echo '
'.lang('module_titles_txt_5',true).'
'; 17 | 18 | try { 19 | 20 | if(!mconfig('active')) throw new Exception(lang('error_47',true)); 21 | 22 | if(isset($_POST['webengineEmail_submit'])) { 23 | try { 24 | $Account = new Account(); 25 | $Account->changeEmailAddress($_SESSION['userid'], $_POST['webengineEmail_newemail'], $_SERVER['REMOTE_ADDR']); 26 | if(mconfig('require_verification')) { 27 | message('success', lang('success_19',true)); 28 | } else { 29 | message('success', lang('success_20',true)); 30 | } 31 | } catch (Exception $ex) { 32 | message('error', $ex->getMessage()); 33 | } 34 | } 35 | 36 | echo '
'; 37 | echo '
'; 38 | echo '
'; 39 | echo ''; 40 | echo '
'; 41 | echo ''; 42 | echo '
'; 43 | echo '
'; 44 | echo '
'; 45 | echo '
'; 46 | echo ''; 47 | echo '
'; 48 | echo '
'; 49 | echo '
'; 50 | echo '
'; 51 | 52 | } catch(Exception $ex) { 53 | message('error', $ex->getMessage()); 54 | } -------------------------------------------------------------------------------- /modules/usercp/vote.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2023 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | if(!isLoggedIn()) redirect(1,'login'); 15 | 16 | echo '
'.lang('module_titles_txt_7',true).'
'; 17 | 18 | try { 19 | 20 | if(!mconfig('active')) throw new Exception(lang('error_47',true)); 21 | 22 | $vote = new Vote(); 23 | 24 | if(isset($_POST['submit'])) { 25 | try { 26 | $vote->setUserid($_SESSION['userid']); 27 | $vote->setIp($_SERVER['REMOTE_ADDR']); 28 | $vote->setVotesiteId($_POST['voting_site_id']); 29 | $vote->vote(); 30 | } catch (Exception $ex) { 31 | message('error', $ex->getMessage()); 32 | } 33 | } 34 | 35 | echo ''; 36 | echo ''; 37 | echo ''; 38 | echo ''; 39 | echo ''; 40 | echo ''; 41 | 42 | $vote_sites = $vote->retrieveVotesites(); 43 | if(is_array($vote_sites)) { 44 | foreach($vote_sites as $thisVotesite) { 45 | echo ''; 46 | echo ''; 47 | echo ''; 48 | echo ''; 49 | echo ''; 50 | echo ''; 51 | echo ''; 52 | echo ''; 53 | } 54 | } 55 | echo '
'.lang('vfc_txt_1',true).''.lang('vfc_txt_2',true).'
'.$thisVotesite['votesite_title'].''.$thisVotesite['votesite_reward'].'
'; 56 | 57 | } catch(Exception $ex) { 58 | message('error', $ex->getMessage()); 59 | } -------------------------------------------------------------------------------- /modules/verifyemail.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright (c) 2013-2023 Lautaro Angelico, All Rights Reserved 9 | * 10 | * Licensed under the MIT license 11 | * http://opensource.org/licenses/MIT 12 | */ 13 | 14 | echo ' 15 |
16 |
17 | 18 | '.lang('module_titles_txt_20',true).' 19 | 20 |
21 |
'; 22 | 23 | if(isset($_GET['op'])) { 24 | 25 | /* Email Verification Operations: 26 | | 1. Password Change Request 27 | | 2. Registration 28 | | 3. Email Change Request 29 | */ 30 | 31 | switch($_GET['op']) { 32 | case 1: 33 | if(!isset($_GET['uid'])) redirect(); 34 | if(!isset($_GET['ac'])) redirect(); 35 | try { 36 | $Account = new Account(); 37 | $Account->changePasswordVerificationProcess($_GET['uid'],$_GET['ac']); 38 | } catch (Exception $ex) { 39 | message('error', $ex->getMessage()); 40 | } 41 | break; 42 | case 2: 43 | # REGISTER: EMAIL VERIFICATION 44 | if(!isset($_GET['user'])) redirect(); 45 | if(!isset($_GET['key'])) redirect(); 46 | try { 47 | $Account = new Account(); 48 | $Account->verifyRegistrationProcess($_GET['user'],$_GET['key']); 49 | } catch (Exception $ex) { 50 | message('error', $ex->getMessage()); 51 | } 52 | break; 53 | default: 54 | if(!isset($_GET['uid'])) redirect(); 55 | if(!isset($_GET['email'])) redirect(); 56 | if(!isset($_GET['key'])) redirect(); 57 | try { 58 | $Account = new Account(); 59 | $Account->changeEmailVerificationProcess($_GET['uid'],$_GET['email'],$_GET['key']); 60 | message('success', lang('success_20',true)); 61 | } catch (Exception $ex) { 62 | message('error', $ex->getMessage()); 63 | } 64 | } 65 | 66 | } else { 67 | redirect(); 68 | } 69 | 70 | echo ' 71 |
72 |
73 | '; 74 | ?> -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: -------------------------------------------------------------------------------- /templates/default/css/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/css/index.html -------------------------------------------------------------------------------- /templates/default/css/override.css: -------------------------------------------------------------------------------- 1 | /*! 2 | 3 | ========================================================= 4 | * WebEngine CMS 5 | * https://webenginecms.org/ 6 | ========================================================= 7 | * Licensed under the MIT license 8 | * http://opensource.org/licenses/MIT 9 | ========================================================= 10 | 11 | */ 12 | .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { 13 | border-top: none !important; 14 | } 15 | 16 | a:focus, a:hover { 17 | color: inherit !important; 18 | text-decoration: none !important; 19 | } 20 | 21 | .form-control { 22 | background: #fafafa; 23 | border: 1px solid #e3e3e3; 24 | color: #666; 25 | } 26 | .form-control:focus { 27 | border: 1px solid #ccc; 28 | } 29 | 30 | /* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */ 31 | .nopadding { 32 | padding: 0 !important; 33 | margin: 0 !important; 34 | } 35 | 36 | /* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */ 37 | .vcenter { 38 | display: inline-block; 39 | vertical-align: middle; 40 | float: none; 41 | } 42 | 43 | .thumbnail { 44 | background-color: #f1f1f1; 45 | border: 1px solid #e3e3e3; 46 | } 47 | a.thumbnail:hover, 48 | a.thumbnail:focus, 49 | a.thumbnail.active { 50 | border-color: #ff0000; 51 | } 52 | 53 | .btn-primary { 54 | color: #3f6588; 55 | background-color: transparent; 56 | border-color: #3f6588; 57 | -moz-transition: all .1s ease-in; 58 | -o-transition: all .1s ease-in; 59 | -webkit-transition: all .1s ease-in; 60 | transition: all .1s ease-in; 61 | -moz-border-radius: 0px; 62 | border-radius: 0px; 63 | } 64 | .btn-primary:active, .btn-primary:focus, .btn-primary:hover { 65 | color: #fff !important; 66 | background-color: #3f6588 !important; 67 | border-color: #3f6588 !important; 68 | } 69 | 70 | .form-horizontal .control-label { 71 | text-align: left !important; 72 | } -------------------------------------------------------------------------------- /templates/default/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/favicon.ico -------------------------------------------------------------------------------- /templates/default/fonts/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/fonts/index.html -------------------------------------------------------------------------------- /templates/default/img/background-2600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/background-2600.jpg -------------------------------------------------------------------------------- /templates/default/img/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/background.jpg -------------------------------------------------------------------------------- /templates/default/img/castle_owner_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/castle_owner_bg.jpg -------------------------------------------------------------------------------- /templates/default/img/character-avatars/alc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/alc.jpg -------------------------------------------------------------------------------- /templates/default/img/character-avatars/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/avatar.jpg -------------------------------------------------------------------------------- /templates/default/img/character-avatars/dk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/dk.jpg -------------------------------------------------------------------------------- /templates/default/img/character-avatars/dl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/dl.jpg -------------------------------------------------------------------------------- /templates/default/img/character-avatars/dw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/dw.jpg -------------------------------------------------------------------------------- /templates/default/img/character-avatars/elf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/elf.jpg -------------------------------------------------------------------------------- /templates/default/img/character-avatars/gc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/gc.jpg -------------------------------------------------------------------------------- /templates/default/img/character-avatars/gl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/gl.jpg -------------------------------------------------------------------------------- /templates/default/img/character-avatars/ik.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/ik.jpg -------------------------------------------------------------------------------- /templates/default/img/character-avatars/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/index.html -------------------------------------------------------------------------------- /templates/default/img/character-avatars/lem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/lem.jpg -------------------------------------------------------------------------------- /templates/default/img/character-avatars/liw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/liw.jpg -------------------------------------------------------------------------------- /templates/default/img/character-avatars/mg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/mg.jpg -------------------------------------------------------------------------------- /templates/default/img/character-avatars/rf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/rf.jpg -------------------------------------------------------------------------------- /templates/default/img/character-avatars/rw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/rw.jpg -------------------------------------------------------------------------------- /templates/default/img/character-avatars/sl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/sl.jpg -------------------------------------------------------------------------------- /templates/default/img/character-avatars/sum.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/character-avatars/sum.jpg -------------------------------------------------------------------------------- /templates/default/img/donation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/donation/index.html -------------------------------------------------------------------------------- /templates/default/img/donation/paypal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/donation/paypal.jpg -------------------------------------------------------------------------------- /templates/default/img/gens_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/gens_1.png -------------------------------------------------------------------------------- /templates/default/img/gens_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/gens_2.png -------------------------------------------------------------------------------- /templates/default/img/icons/account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/account.png -------------------------------------------------------------------------------- /templates/default/img/icons/addstats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/addstats.png -------------------------------------------------------------------------------- /templates/default/img/icons/bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/bullet.png -------------------------------------------------------------------------------- /templates/default/img/icons/clearpk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/clearpk.png -------------------------------------------------------------------------------- /templates/default/img/icons/clearst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/clearst.png -------------------------------------------------------------------------------- /templates/default/img/icons/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/comment.png -------------------------------------------------------------------------------- /templates/default/img/icons/donate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/donate.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_01.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_02.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_03.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_04.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_05.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_06.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_07.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_08.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_09.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_10.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_11.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_12.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_13.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_14.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_15.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_16.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_17.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_18.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_19.png -------------------------------------------------------------------------------- /templates/default/img/icons/extra_icon_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/extra_icon_20.png -------------------------------------------------------------------------------- /templates/default/img/icons/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/facebook.png -------------------------------------------------------------------------------- /templates/default/img/icons/fixstats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/fixstats.png -------------------------------------------------------------------------------- /templates/default/img/icons/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/index.html -------------------------------------------------------------------------------- /templates/default/img/icons/reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/reset.png -------------------------------------------------------------------------------- /templates/default/img/icons/unstick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/unstick.png -------------------------------------------------------------------------------- /templates/default/img/icons/usercp_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/usercp_default.png -------------------------------------------------------------------------------- /templates/default/img/icons/vip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/vip.png -------------------------------------------------------------------------------- /templates/default/img/icons/vote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/vote.png -------------------------------------------------------------------------------- /templates/default/img/icons/zen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/icons/zen.png -------------------------------------------------------------------------------- /templates/default/img/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/index.html -------------------------------------------------------------------------------- /templates/default/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/logo.png -------------------------------------------------------------------------------- /templates/default/img/online_progress_bar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/online_progress_bar.jpg -------------------------------------------------------------------------------- /templates/default/img/paypal-logo-200-68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/paypal-logo-200-68.png -------------------------------------------------------------------------------- /templates/default/img/paypal-submit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/paypal-submit.jpg -------------------------------------------------------------------------------- /templates/default/img/profiles/alc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/alc.jpg -------------------------------------------------------------------------------- /templates/default/img/profiles/dl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/dl.jpg -------------------------------------------------------------------------------- /templates/default/img/profiles/elf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/elf.jpg -------------------------------------------------------------------------------- /templates/default/img/profiles/gc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/gc.jpg -------------------------------------------------------------------------------- /templates/default/img/profiles/gl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/gl.jpg -------------------------------------------------------------------------------- /templates/default/img/profiles/guild.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/guild.jpg -------------------------------------------------------------------------------- /templates/default/img/profiles/ik.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/ik.jpg -------------------------------------------------------------------------------- /templates/default/img/profiles/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/index.html -------------------------------------------------------------------------------- /templates/default/img/profiles/knight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/knight.jpg -------------------------------------------------------------------------------- /templates/default/img/profiles/lem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/lem.jpg -------------------------------------------------------------------------------- /templates/default/img/profiles/liw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/liw.jpg -------------------------------------------------------------------------------- /templates/default/img/profiles/mg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/mg.jpg -------------------------------------------------------------------------------- /templates/default/img/profiles/rf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/rf.jpg -------------------------------------------------------------------------------- /templates/default/img/profiles/rw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/rw.jpg -------------------------------------------------------------------------------- /templates/default/img/profiles/sl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/sl.jpg -------------------------------------------------------------------------------- /templates/default/img/profiles/sum.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/sum.jpg -------------------------------------------------------------------------------- /templates/default/img/profiles/wiz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/profiles/wiz.jpg -------------------------------------------------------------------------------- /templates/default/img/sidebar_banner_download.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/sidebar_banner_download.jpg -------------------------------------------------------------------------------- /templates/default/img/sidebar_banner_join.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/sidebar_banner_join.jpg -------------------------------------------------------------------------------- /templates/default/img/social/discord.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/default/img/social/facebook.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /templates/default/img/social/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/social/index.html -------------------------------------------------------------------------------- /templates/default/img/social/instagram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/default/img/usercp_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/img/usercp_bg.jpg -------------------------------------------------------------------------------- /templates/default/inc/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /templates/default/inc/modules/footer.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/default/js/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/default/js/index.html -------------------------------------------------------------------------------- /templates/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lautaroangelico/WebEngine/98542131bb88e33eba4603912d1e0dcd6e6bc800/templates/index.php --------------------------------------------------------------------------------