Added Battle for Azeroth template.
24
README.md
@@ -27,15 +27,19 @@ If you got a blank screen, You can enable `debug_mode` in the config file.
|
||||
3. Show TOPs by Playtime, Kills, Honor Point, Arena Point, Arena Team (Multi-Realm support).
|
||||
4. How to connect Page.
|
||||
5. Contact us page.
|
||||
6. Change Password (4/10/2019).
|
||||
7. Restore Password (5/31/2019).
|
||||
8. Vote System (4/03/2020).
|
||||
9. Support HCaptcha/Recaptcha v2 (7/27/2020).
|
||||
10. Support Two-Factor Authentication (2FA) (7/28/2020).
|
||||
11. Multi-Language support (9/10/2020) (Support: 🇬🇧 English, 🇮🇷 Persian, 🇮🇹 Italian, 🇨🇳 Chinese-simplified, 🇹🇼 Chinese-traditional).
|
||||
6. Multiple template (Light, Icecrown, Kaelthas, Advance, Battle for Azeroth).
|
||||
7. Change Password (4/10/2019).
|
||||
8. Restore Password (5/31/2019).
|
||||
9. Vote System (4/03/2020).
|
||||
10. Support HCaptcha/Recaptcha v2 (7/27/2020).
|
||||
11. Support Two-Factor Authentication (2FA) (7/28/2020).
|
||||
12. **Multi-Language support** (9/10/2020) (Support: 🇬🇧 English, 🇮🇷 Persian, 🇮🇹 Italian, 🇨🇳 Chinese-simplified, 🇹🇼 Chinese-traditional).
|
||||
|
||||
## Changelogs
|
||||
|
||||
**2.0.0 (8/03/2020):**
|
||||
1. Added Battle for Azeroth template.
|
||||
|
||||
**1.9.9 (8/03/2020):**
|
||||
1. Multi-Language support.
|
||||
|
||||
@@ -86,13 +90,17 @@ RESTORE PASSWORD DOESN'T WORK IN DEMO VERSIONS.
|
||||
|
||||
[Kaelthas Template](http://wowsimpleregistration.gigfa.com/kaelthas/)
|
||||
|
||||
Advance Template - NO HAVE LIVE DEMO!
|
||||
Advance Template/Battle for Azeroth - NO HAVE LIVE DEMO!
|
||||
|
||||
## Screenshots
|
||||
|
||||
## Advance Template
|
||||
|
||||

|
||||

|
||||
|
||||
## Battle for Azeroth
|
||||
|
||||

|
||||
|
||||
## Light Template
|
||||
|
||||
|
||||
@@ -83,6 +83,7 @@ light
|
||||
advance
|
||||
icecrown
|
||||
kaelthas
|
||||
battleforazeroth
|
||||
=====================================================================*/
|
||||
$config['template'] = 'light';
|
||||
/*===================================================================
|
||||
@@ -299,4 +300,4 @@ $config['realmlists'] = array( // Add your realmlist here
|
||||
|
||||
|
||||
|
||||
$config['script_version'] = '1.9.9';
|
||||
$config['script_version'] = '2.0.0';
|
||||
|
||||
@@ -271,7 +271,7 @@ function getCaptchaJS()
|
||||
return '';
|
||||
}
|
||||
|
||||
function GetCaptchaHTML()
|
||||
function GetCaptchaHTML($bootstrap = true)
|
||||
{
|
||||
if (!empty(get_config('captcha_type'))) {
|
||||
if (get_config('captcha_type') == 1) {
|
||||
@@ -283,6 +283,11 @@ function GetCaptchaHTML()
|
||||
}
|
||||
}
|
||||
|
||||
if(empty($bootstrap))
|
||||
{
|
||||
return '<div class="input-group"><input type="text" placeholder="' . lang('captcha') . '" name="captcha"></div><p style="text-align: center;margin-top: 10px;"><img src="' . user::$captcha->inline() . '" style="border - radius: 5px;"/></p>';
|
||||
}
|
||||
|
||||
return '<div class="input-group"><span class="input-group">' . lang('captcha') . '</span><input type="text" class="form-control" placeholder="' . lang('captcha') . '" name="captcha"></div><p style="text-align: center;margin-top: 10px;"><img src="' . user::$captcha->inline() . '" style="border - radius: 5px;"/></p>';
|
||||
}
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ $language['tpl_light_custom_css'] = '';
|
||||
$language['tpl_advance_custom_css'] = '';
|
||||
$language['tpl_icecrown_custom_css'] = '';
|
||||
$language['tpl_kaelthas_custom_css'] = '';
|
||||
$language['tpl_battleforazeroth_custom_css'] = '';
|
||||
|
||||
$language['welcome_to'] = '欢迎来到';
|
||||
$language['welcome_message'] = '欢迎来到我们的服务器,赶快加入我们吧!';
|
||||
|
||||
@@ -12,6 +12,7 @@ $language['tpl_light_custom_css'] = '';
|
||||
$language['tpl_advance_custom_css'] = '';
|
||||
$language['tpl_icecrown_custom_css'] = '';
|
||||
$language['tpl_kaelthas_custom_css'] = '';
|
||||
$language['tpl_battleforazeroth_custom_css'] = '';
|
||||
|
||||
$language['welcome_to'] = '歡迎來到';
|
||||
$language['welcome_message'] = '歡迎來到我們的伺服, 趕快加入我們吧! ';
|
||||
|
||||
@@ -12,6 +12,7 @@ $language['tpl_light_custom_css'] = '';
|
||||
$language['tpl_advance_custom_css'] = '';
|
||||
$language['tpl_icecrown_custom_css'] = '';
|
||||
$language['tpl_kaelthas_custom_css'] = '';
|
||||
$language['tpl_battleforazeroth_custom_css'] = '';
|
||||
|
||||
$language['welcome_to'] = 'Welcome to';
|
||||
$language['welcome_message'] = 'Welcome to our private server, Join us now!';
|
||||
|
||||
@@ -12,6 +12,7 @@ $language['tpl_light_custom_css'] = '';
|
||||
$language['tpl_advance_custom_css'] = '';
|
||||
$language['tpl_icecrown_custom_css'] = '';
|
||||
$language['tpl_kaelthas_custom_css'] = '';
|
||||
$language['tpl_battleforazeroth_custom_css'] = '';
|
||||
|
||||
$language['welcome_to'] = 'Benvenuto in';
|
||||
$language['welcome_message'] = 'Benvenuto nel nostro server privato, Partecipa adesso!';
|
||||
|
||||
@@ -12,6 +12,7 @@ $language['tpl_light_custom_css'] = '';
|
||||
$language['tpl_advance_custom_css'] = '#hero .btn-get-started, .why-us .accordion-list a, .faq .faq-list a{ font-family: vazir;direction: rtl;} .icon-box, .content, .why-us, .faq, .contact .info { text-align: right;} .services .icon-box i,.contact .info i { float: right; margin-left: 10px;}';
|
||||
$language['tpl_icecrown_custom_css'] = '';
|
||||
$language['tpl_kaelthas_custom_css'] = '';
|
||||
$language['tpl_battleforazeroth_custom_css'] = '.hero-section, .hero-slider, .progressBar, .owl-stage-outer, .owl-nav, .owl-dots, .owl-stage{ direction: ltr;} p, .site-btn, .site-btn-login{font-family: vazir;}';
|
||||
|
||||
$language['welcome_to'] = 'خوش آمدید به';
|
||||
$language['welcome_message'] = 'به سرور شخصی ما خوش آمدید، هم اکنون به جمع ما بپیوندید.';
|
||||
|
||||
@@ -35,16 +35,16 @@ require_once app_path . 'include/user.php';
|
||||
require_once app_path . 'include/vote.php';
|
||||
require_once app_path . 'include/status.php';
|
||||
|
||||
if (!preg_match('/^([a-z-]+)$/i', get_config('language')) || !file_exists(app_path . 'language/' . get_config('language') . '.php')) {
|
||||
if (!preg_match('/^([a-z-]+)$/i', strtolower(get_config('language'))) || !file_exists(app_path . 'language/' . strtolower(get_config('language')) . '.php')) {
|
||||
die('Language is not valid!');
|
||||
}
|
||||
|
||||
require_once app_path . 'language/' . get_config('language') . '.php';
|
||||
require_once app_path . 'language/' . strtolower(get_config('language')) . '.php';
|
||||
|
||||
$antiXss = new AntiXSS();
|
||||
if (!empty(get_config('script_version'))) {
|
||||
/* @TODO Add online version check! */
|
||||
if (version_compare(get_config('script_version'), '1.9.9', '<')) {
|
||||
if (version_compare(get_config('script_version'), '2.0.0', '<')) {
|
||||
echo 'Use last version of config.php file.';
|
||||
exit();
|
||||
}
|
||||
|
||||
BIN
screenshots/b1.jpg
Normal file
|
After Width: | Height: | Size: 650 KiB |
1942
template/battleforazeroth/css/bfa-style.css
Normal file
6
template/battleforazeroth/css/bootstrap.min.css
vendored
Normal file
79
template/battleforazeroth/css/flaticon.css
Normal file
@@ -0,0 +1,79 @@
|
||||
/*
|
||||
Flaticon icon font: Flaticon
|
||||
Creation date: 23/10/2017 13:59
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: "Flaticon";
|
||||
src: url("../fonts/Flaticon.eot");
|
||||
src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
|
||||
url("../fonts/Flaticon.woff") format("woff"),
|
||||
url("../fonts/Flaticon.ttf") format("truetype"),
|
||||
url("../fonts/Flaticon.svg#Flaticon") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: "Flaticon";
|
||||
src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
|
||||
}
|
||||
}
|
||||
|
||||
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
|
||||
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
|
||||
font-family: Flaticon;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.flaticon-001-picture:before { content: "\f100"; }
|
||||
.flaticon-002-caliper:before { content: "\f101"; }
|
||||
.flaticon-003-energy-drink:before { content: "\f102"; }
|
||||
.flaticon-004-build:before { content: "\f103"; }
|
||||
.flaticon-005-thinking-1:before { content: "\f104"; }
|
||||
.flaticon-006-prism:before { content: "\f105"; }
|
||||
.flaticon-007-paint:before { content: "\f106"; }
|
||||
.flaticon-008-team:before { content: "\f107"; }
|
||||
.flaticon-009-idea-3:before { content: "\f108"; }
|
||||
.flaticon-010-diamond:before { content: "\f109"; }
|
||||
.flaticon-011-compass:before { content: "\f10a"; }
|
||||
.flaticon-012-cube:before { content: "\f10b"; }
|
||||
.flaticon-013-puzzle:before { content: "\f10c"; }
|
||||
.flaticon-014-magic-wand:before { content: "\f10d"; }
|
||||
.flaticon-015-book:before { content: "\f10e"; }
|
||||
.flaticon-016-vision:before { content: "\f10f"; }
|
||||
.flaticon-017-notebook:before { content: "\f110"; }
|
||||
.flaticon-018-laptop-1:before { content: "\f111"; }
|
||||
.flaticon-019-coffee-cup:before { content: "\f112"; }
|
||||
.flaticon-020-creativity:before { content: "\f113"; }
|
||||
.flaticon-021-thinking:before { content: "\f114"; }
|
||||
.flaticon-022-branding:before { content: "\f115"; }
|
||||
.flaticon-023-flask:before { content: "\f116"; }
|
||||
.flaticon-024-idea-2:before { content: "\f117"; }
|
||||
.flaticon-025-imagination:before { content: "\f118"; }
|
||||
.flaticon-026-search:before { content: "\f119"; }
|
||||
.flaticon-027-monitor:before { content: "\f11a"; }
|
||||
.flaticon-028-idea-1:before { content: "\f11b"; }
|
||||
.flaticon-029-sketchbook:before { content: "\f11c"; }
|
||||
.flaticon-030-computer:before { content: "\f11d"; }
|
||||
.flaticon-031-scheme:before { content: "\f11e"; }
|
||||
.flaticon-032-explorer:before { content: "\f11f"; }
|
||||
.flaticon-033-museum:before { content: "\f120"; }
|
||||
.flaticon-034-cactus:before { content: "\f121"; }
|
||||
.flaticon-035-smartphone:before { content: "\f122"; }
|
||||
.flaticon-036-brainstorming:before { content: "\f123"; }
|
||||
.flaticon-037-idea:before { content: "\f124"; }
|
||||
.flaticon-038-graphic-tool-1:before { content: "\f125"; }
|
||||
.flaticon-039-vector:before { content: "\f126"; }
|
||||
.flaticon-040-rgb:before { content: "\f127"; }
|
||||
.flaticon-041-graphic-tool:before { content: "\f128"; }
|
||||
.flaticon-042-typography:before { content: "\f129"; }
|
||||
.flaticon-043-sketch:before { content: "\f12a"; }
|
||||
.flaticon-044-paint-bucket:before { content: "\f12b"; }
|
||||
.flaticon-045-video-player:before { content: "\f12c"; }
|
||||
.flaticon-046-laptop:before { content: "\f12d"; }
|
||||
.flaticon-047-artificial-intelligence:before { content: "\f12e"; }
|
||||
.flaticon-048-abstract:before { content: "\f12f"; }
|
||||
.flaticon-049-projector:before { content: "\f130"; }
|
||||
.flaticon-050-satellite:before { content: "\f131"; }
|
||||
4
template/battleforazeroth/css/font-awesome.min.css
vendored
Normal file
328
template/battleforazeroth/css/google-fonts.css
Normal file
@@ -0,0 +1,328 @@
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUtiZTaR.woff2) format('woff2');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUJiZTaR.woff2) format('woff2');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUliZTaR.woff2) format('woff2');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUhiZTaR.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiZQ.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiZTaR.woff2) format('woff2');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiZTaR.woff2) format('woff2');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliZTaR.woff2) format('woff2');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiZTaR.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUtiZTaR.woff2) format('woff2');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUJiZTaR.woff2) format('woff2');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUliZTaR.woff2) format('woff2');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUhiZTaR.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiZQ.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUtiZTaR.woff2) format('woff2');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUJiZTaR.woff2) format('woff2');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUliZTaR.woff2) format('woff2');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUhiZTaR.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(../fonts/google-fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUZiZQ.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/google-fonts/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/google-fonts/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* greek-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/google-fonts/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
/* greek */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/google-fonts/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
|
||||
unicode-range: U+0370-03FF;
|
||||
}
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/google-fonts/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/google-fonts/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/google-fonts/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/google-fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/google-fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* greek-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/google-fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
/* greek */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/google-fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
|
||||
unicode-range: U+0370-03FF;
|
||||
}
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/google-fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/google-fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/google-fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/google-fonts/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/google-fonts/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* greek-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/google-fonts/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
/* greek */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/google-fonts/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
|
||||
unicode-range: U+0370-03FF;
|
||||
}
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/google-fonts/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/google-fonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/google-fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
3
template/battleforazeroth/css/magnific-popup.css
Normal file
0
template/battleforazeroth/css/media.css
Normal file
170
template/battleforazeroth/css/owl.carousel.css
Normal file
@@ -0,0 +1,170 @@
|
||||
/**
|
||||
* Owl Carousel v2.2.1
|
||||
* Copyright 2013-2017 David Deutsch
|
||||
* Licensed under ()
|
||||
*/
|
||||
/*
|
||||
* Owl Carousel - Core
|
||||
*/
|
||||
.owl-carousel {
|
||||
display: none;
|
||||
width: 100%;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
/* position relative and z-index fix webkit rendering fonts issue */
|
||||
position: relative;
|
||||
z-index: 1; }
|
||||
.owl-carousel .owl-stage {
|
||||
position: relative;
|
||||
-ms-touch-action: pan-Y;
|
||||
-moz-backface-visibility: hidden;
|
||||
/* fix firefox animation glitch */ }
|
||||
.owl-carousel .owl-stage:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0; }
|
||||
.owl-carousel .owl-stage-outer {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
/* fix for flashing background */
|
||||
-webkit-transform: translate3d(0px, 0px, 0px); }
|
||||
.owl-carousel .owl-wrapper,
|
||||
.owl-carousel .owl-item {
|
||||
-webkit-backface-visibility: hidden;
|
||||
-moz-backface-visibility: hidden;
|
||||
-ms-backface-visibility: hidden;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0); }
|
||||
.owl-carousel .owl-item {
|
||||
position: relative;
|
||||
min-height: 1px;
|
||||
float: left;
|
||||
-webkit-backface-visibility: hidden;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-touch-callout: none; }
|
||||
.owl-carousel .owl-item img {
|
||||
display: block;
|
||||
width: 100%; }
|
||||
.owl-carousel .owl-nav.disabled,
|
||||
.owl-carousel .owl-dots.disabled {
|
||||
display: none; }
|
||||
.owl-carousel .owl-nav .owl-prev,
|
||||
.owl-carousel .owl-nav .owl-next,
|
||||
.owl-carousel .owl-dot {
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none; }
|
||||
.owl-carousel.owl-loaded {
|
||||
display: block; }
|
||||
.owl-carousel.owl-loading {
|
||||
opacity: 0;
|
||||
display: block; }
|
||||
.owl-carousel.owl-hidden {
|
||||
opacity: 0; }
|
||||
.owl-carousel.owl-refresh .owl-item {
|
||||
visibility: hidden; }
|
||||
.owl-carousel.owl-drag .owl-item {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none; }
|
||||
.owl-carousel.owl-grab {
|
||||
cursor: move;
|
||||
cursor: grab; }
|
||||
.owl-carousel.owl-rtl {
|
||||
direction: rtl; }
|
||||
.owl-carousel.owl-rtl .owl-item {
|
||||
float: right; }
|
||||
|
||||
/* No Js */
|
||||
.no-js .owl-carousel {
|
||||
display: block; }
|
||||
|
||||
/*
|
||||
* Owl Carousel - Animate Plugin
|
||||
*/
|
||||
.owl-carousel .animated {
|
||||
animation-duration: 1000ms;
|
||||
animation-fill-mode: both; }
|
||||
|
||||
.owl-carousel .owl-animated-in {
|
||||
z-index: 0; }
|
||||
|
||||
.owl-carousel .owl-animated-out {
|
||||
z-index: 1; }
|
||||
|
||||
.owl-carousel .fadeOut {
|
||||
animation-name: fadeOut; }
|
||||
|
||||
@keyframes fadeOut {
|
||||
0% {
|
||||
opacity: 1; }
|
||||
100% {
|
||||
opacity: 0; } }
|
||||
|
||||
/*
|
||||
* Owl Carousel - Auto Height Plugin
|
||||
*/
|
||||
.owl-height {
|
||||
transition: height 500ms ease-in-out; }
|
||||
|
||||
/*
|
||||
* Owl Carousel - Lazy Load Plugin
|
||||
*/
|
||||
.owl-carousel .owl-item .owl-lazy {
|
||||
opacity: 0;
|
||||
transition: opacity 400ms ease; }
|
||||
|
||||
.owl-carousel .owl-item img.owl-lazy {
|
||||
transform-style: preserve-3d; }
|
||||
|
||||
/*
|
||||
* Owl Carousel - Video Plugin
|
||||
*/
|
||||
.owl-carousel .owl-video-wrapper {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
background: #000; }
|
||||
|
||||
.owl-carousel .owl-video-play-icon {
|
||||
position: absolute;
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -40px;
|
||||
margin-top: -40px;
|
||||
background: url("owl.video.play.png") no-repeat;
|
||||
cursor: pointer;
|
||||
z-index: 1;
|
||||
-webkit-backface-visibility: hidden;
|
||||
transition: transform 100ms ease; }
|
||||
|
||||
.owl-carousel .owl-video-play-icon:hover {
|
||||
-ms-transform: scale(1.3, 1.3);
|
||||
transform: scale(1.3, 1.3); }
|
||||
|
||||
.owl-carousel .owl-video-playing .owl-video-tn,
|
||||
.owl-carousel .owl-video-playing .owl-video-play-icon {
|
||||
display: none; }
|
||||
|
||||
.owl-carousel .owl-video-tn {
|
||||
opacity: 0;
|
||||
height: 100%;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
transition: opacity 400ms ease; }
|
||||
|
||||
.owl-carousel .owl-video-frame {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
height: 100%;
|
||||
width: 100%; }
|
||||
BIN
template/battleforazeroth/fonts/Flaticon.eot
Normal file
1437
template/battleforazeroth/fonts/Flaticon.svg
Normal file
|
After Width: | Height: | Size: 310 KiB |
BIN
template/battleforazeroth/fonts/Flaticon.ttf
Normal file
BIN
template/battleforazeroth/fonts/Flaticon.woff
Normal file
BIN
template/battleforazeroth/fonts/FontAwesome.otf
Normal file
BIN
template/battleforazeroth/fonts/fontawesome-webfont.eot
Normal file
2671
template/battleforazeroth/fonts/fontawesome-webfont.svg
Normal file
|
After Width: | Height: | Size: 434 KiB |
BIN
template/battleforazeroth/fonts/fontawesome-webfont.ttf
Normal file
BIN
template/battleforazeroth/fonts/fontawesome-webfont.woff
Normal file
BIN
template/battleforazeroth/fonts/fontawesome-webfont.woff2
Normal file
BIN
template/battleforazeroth/images/class/1.gif
Normal file
|
After Width: | Height: | Size: 336 B |
BIN
template/battleforazeroth/images/class/10.gif
Normal file
|
After Width: | Height: | Size: 870 B |
BIN
template/battleforazeroth/images/class/11.gif
Normal file
|
After Width: | Height: | Size: 372 B |
BIN
template/battleforazeroth/images/class/12.gif
Normal file
|
After Width: | Height: | Size: 813 B |
BIN
template/battleforazeroth/images/class/2.gif
Normal file
|
After Width: | Height: | Size: 370 B |
BIN
template/battleforazeroth/images/class/3.gif
Normal file
|
After Width: | Height: | Size: 301 B |
BIN
template/battleforazeroth/images/class/4.gif
Normal file
|
After Width: | Height: | Size: 344 B |
BIN
template/battleforazeroth/images/class/5.gif
Normal file
|
After Width: | Height: | Size: 332 B |
BIN
template/battleforazeroth/images/class/6.gif
Normal file
|
After Width: | Height: | Size: 499 B |
BIN
template/battleforazeroth/images/class/7.gif
Normal file
|
After Width: | Height: | Size: 355 B |
BIN
template/battleforazeroth/images/class/8.gif
Normal file
|
After Width: | Height: | Size: 342 B |
BIN
template/battleforazeroth/images/class/9.gif
Normal file
|
After Width: | Height: | Size: 372 B |
1
template/battleforazeroth/images/class/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<a href="https://masterking32.com">MasterkinG32.CoM</a>
|
||||
1
template/battleforazeroth/images/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<a href="https://masterking32.com">MasterkinG32.CoM</a>
|
||||
BIN
template/battleforazeroth/images/race/1-0-0.gif
Normal file
|
After Width: | Height: | Size: 761 B |
BIN
template/battleforazeroth/images/race/1-0.gif
Normal file
|
After Width: | Height: | Size: 363 B |
BIN
template/battleforazeroth/images/race/1-1-0.gif
Normal file
|
After Width: | Height: | Size: 759 B |
BIN
template/battleforazeroth/images/race/1-1.gif
Normal file
|
After Width: | Height: | Size: 350 B |
BIN
template/battleforazeroth/images/race/10-0-0.gif
Normal file
|
After Width: | Height: | Size: 768 B |
BIN
template/battleforazeroth/images/race/10-0.gif
Normal file
|
After Width: | Height: | Size: 524 B |
BIN
template/battleforazeroth/images/race/10-1-0.gif
Normal file
|
After Width: | Height: | Size: 767 B |
BIN
template/battleforazeroth/images/race/10-1.gif
Normal file
|
After Width: | Height: | Size: 518 B |
BIN
template/battleforazeroth/images/race/11-0-0.gif
Normal file
|
After Width: | Height: | Size: 767 B |
BIN
template/battleforazeroth/images/race/11-0.gif
Normal file
|
After Width: | Height: | Size: 739 B |
BIN
template/battleforazeroth/images/race/11-1-0.gif
Normal file
|
After Width: | Height: | Size: 766 B |
BIN
template/battleforazeroth/images/race/11-1.gif
Normal file
|
After Width: | Height: | Size: 517 B |
BIN
template/battleforazeroth/images/race/2-0-0.gif
Normal file
|
After Width: | Height: | Size: 758 B |
BIN
template/battleforazeroth/images/race/2-0.gif
Normal file
|
After Width: | Height: | Size: 347 B |
BIN
template/battleforazeroth/images/race/2-1-0.gif
Normal file
|
After Width: | Height: | Size: 752 B |
BIN
template/battleforazeroth/images/race/2-1.gif
Normal file
|
After Width: | Height: | Size: 325 B |
BIN
template/battleforazeroth/images/race/22-0.gif
Normal file
|
After Width: | Height: | Size: 769 B |