From 1eb3156bcb1236fe6ebfef186eb1b7ce0d514eb1 Mon Sep 17 00:00:00 2001 From: Luan Luciano Date: Thu, 26 Sep 2024 15:57:22 -0300 Subject: [PATCH 1/3] some adjustments --- config.php | 22 +++++++++++----------- system/clients.conf.php | 2 ++ 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/config.php b/config.php index 8c95d3079..6c9466b77 100644 --- a/config.php +++ b/config.php @@ -39,7 +39,7 @@ // what client version are you using on this OT? // used for the Downloads page and some templates as well - 'client' => 1321, // 1321 = client 13.21 + 'client' => 1340, // 1340 = client 13.40 'session_prefix' => 'myaac_', // must be unique for every site on your server 'friendly_urls' => false, // mod_rewrite is required for this, it makes links looks more elegant to eye, and also are SEO friendly (example: https://localhost/guilds/Testing instead of https://localhost?subtopic=guilds&name=Testing). Remember to rename .htaccess.dist to .htaccess @@ -88,8 +88,8 @@ ), // images - 'outfit_images_url' => './outfit/animoutfit.php', // set to animoutfit.php for animated outfit - 'item_images_url' => 'images/items/', // set to images/items if you host your own items in images folder + 'outfit_images_url' => 'https://outfit-images-oracle.ots.me/latest_walk/animoutfit.php', // set to animoutfit.php for animated outfit + 'item_images_url' => 'https://item-images-oracle.ots.me/latest_otbr_anim/', // set to images/items if you host your own items in images folder // account 'account_management' => true, // disable if you're using other method to manage users (fe. tfs account manager) @@ -98,14 +98,14 @@ 'account_create_auto_login' => false, // auto login after creating account? 'account_create_character_create' => true, // allow directly to create character on create account page? 'account_mail_verify' => false, // force users to confirm their email addresses when registering account - 'account_verified_only' => false, // force users to confirm their email to login in game - 'account_mail_confirmed_reward' => [ // reward users for confirming their E-Mails - // account_mail_verify needs to be enabled too - 'premium_days' => 0, - 'coins_transferable' => 0, - 'coins' => 0, - 'message' => 'You received %d %s for confirming your E-Mail address.' // example: You received 20 coins for confirming your E-Mail address. - ], + 'account_verified_only' => false, // force users to confirm their email to login in game + 'account_mail_confirmed_reward' => [ // reward users for confirming their E-Mails + // account_mail_verify needs to be enabled too + 'premium_days' => 0, + 'coins_transferable' => 0, + 'coins' => 0, + 'message' => 'You received %d %s for confirming your E-Mail address.' // example: You received 20 coins for confirming your E-Mail address. + ], 'account_mail_unique' => true, // email addresses cannot be duplicated? (one account = one email) 'account_premium_days' => 0, // default premium days on new account 'account_welcome_coins' => 0, // default coins on new account diff --git a/system/clients.conf.php b/system/clients.conf.php index 5480fcefe..715ef4217 100644 --- a/system/clients.conf.php +++ b/system/clients.conf.php @@ -108,4 +108,6 @@ 1321, 1322, 1330, + 1332, + 1340, ]; From f9c443b2ceff5eb73f4aaa8023a1bf1975b232a2 Mon Sep 17 00:00:00 2001 From: Luan Luciano Date: Thu, 26 Sep 2024 15:57:34 -0300 Subject: [PATCH 2/3] Revert " some adjustments" This reverts commit 1eb3156bcb1236fe6ebfef186eb1b7ce0d514eb1. --- config.php | 22 +++++++++++----------- system/clients.conf.php | 2 -- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/config.php b/config.php index 6c9466b77..8c95d3079 100644 --- a/config.php +++ b/config.php @@ -39,7 +39,7 @@ // what client version are you using on this OT? // used for the Downloads page and some templates as well - 'client' => 1340, // 1340 = client 13.40 + 'client' => 1321, // 1321 = client 13.21 'session_prefix' => 'myaac_', // must be unique for every site on your server 'friendly_urls' => false, // mod_rewrite is required for this, it makes links looks more elegant to eye, and also are SEO friendly (example: https://localhost/guilds/Testing instead of https://localhost?subtopic=guilds&name=Testing). Remember to rename .htaccess.dist to .htaccess @@ -88,8 +88,8 @@ ), // images - 'outfit_images_url' => 'https://outfit-images-oracle.ots.me/latest_walk/animoutfit.php', // set to animoutfit.php for animated outfit - 'item_images_url' => 'https://item-images-oracle.ots.me/latest_otbr_anim/', // set to images/items if you host your own items in images folder + 'outfit_images_url' => './outfit/animoutfit.php', // set to animoutfit.php for animated outfit + 'item_images_url' => 'images/items/', // set to images/items if you host your own items in images folder // account 'account_management' => true, // disable if you're using other method to manage users (fe. tfs account manager) @@ -98,14 +98,14 @@ 'account_create_auto_login' => false, // auto login after creating account? 'account_create_character_create' => true, // allow directly to create character on create account page? 'account_mail_verify' => false, // force users to confirm their email addresses when registering account - 'account_verified_only' => false, // force users to confirm their email to login in game - 'account_mail_confirmed_reward' => [ // reward users for confirming their E-Mails - // account_mail_verify needs to be enabled too - 'premium_days' => 0, - 'coins_transferable' => 0, - 'coins' => 0, - 'message' => 'You received %d %s for confirming your E-Mail address.' // example: You received 20 coins for confirming your E-Mail address. - ], + 'account_verified_only' => false, // force users to confirm their email to login in game + 'account_mail_confirmed_reward' => [ // reward users for confirming their E-Mails + // account_mail_verify needs to be enabled too + 'premium_days' => 0, + 'coins_transferable' => 0, + 'coins' => 0, + 'message' => 'You received %d %s for confirming your E-Mail address.' // example: You received 20 coins for confirming your E-Mail address. + ], 'account_mail_unique' => true, // email addresses cannot be duplicated? (one account = one email) 'account_premium_days' => 0, // default premium days on new account 'account_welcome_coins' => 0, // default coins on new account diff --git a/system/clients.conf.php b/system/clients.conf.php index 715ef4217..5480fcefe 100644 --- a/system/clients.conf.php +++ b/system/clients.conf.php @@ -108,6 +108,4 @@ 1321, 1322, 1330, - 1332, - 1340, ]; From 82348d806351cc9cf974f097db1cdc5ec8eac18a Mon Sep 17 00:00:00 2001 From: Luan Luciano Date: Thu, 26 Sep 2024 16:01:09 -0300 Subject: [PATCH 3/3] update --- config.php | 22 +++++++++++----------- system/clients.conf.php | 2 ++ 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/config.php b/config.php index 8c95d3079..6e7447d6c 100644 --- a/config.php +++ b/config.php @@ -39,7 +39,7 @@ // what client version are you using on this OT? // used for the Downloads page and some templates as well - 'client' => 1321, // 1321 = client 13.21 + 'client' => 1340, // 1340 = client 13.40 'session_prefix' => 'myaac_', // must be unique for every site on your server 'friendly_urls' => false, // mod_rewrite is required for this, it makes links looks more elegant to eye, and also are SEO friendly (example: https://localhost/guilds/Testing instead of https://localhost?subtopic=guilds&name=Testing). Remember to rename .htaccess.dist to .htaccess @@ -88,8 +88,8 @@ ), // images - 'outfit_images_url' => './outfit/animoutfit.php', // set to animoutfit.php for animated outfit - 'item_images_url' => 'images/items/', // set to images/items if you host your own items in images folder + 'outfit_images_url' => 'https://outfit-images-oracle.ots.me/latest_walk/animoutfit.php', // set to animoutfit.php for animated outfit + 'item_images_url' => 'https://item-images-oracle.ots.me/latest_otbr_anim/', // set to images/items if you host your own items in images fold // account 'account_management' => true, // disable if you're using other method to manage users (fe. tfs account manager) @@ -98,14 +98,14 @@ 'account_create_auto_login' => false, // auto login after creating account? 'account_create_character_create' => true, // allow directly to create character on create account page? 'account_mail_verify' => false, // force users to confirm their email addresses when registering account - 'account_verified_only' => false, // force users to confirm their email to login in game - 'account_mail_confirmed_reward' => [ // reward users for confirming their E-Mails - // account_mail_verify needs to be enabled too - 'premium_days' => 0, - 'coins_transferable' => 0, - 'coins' => 0, - 'message' => 'You received %d %s for confirming your E-Mail address.' // example: You received 20 coins for confirming your E-Mail address. - ], + 'account_verified_only' => false, // force users to confirm their email to login in game + 'account_mail_confirmed_reward' => [ // reward users for confirming their E-Mails + // account_mail_verify needs to be enabled too + 'premium_days' => 0, + 'coins_transferable' => 0, + 'coins' => 0, + 'message' => 'You received %d %s for confirming your E-Mail address.' // example: You received 20 coins for confirming your E-Mail address. + ], 'account_mail_unique' => true, // email addresses cannot be duplicated? (one account = one email) 'account_premium_days' => 0, // default premium days on new account 'account_welcome_coins' => 0, // default coins on new account diff --git a/system/clients.conf.php b/system/clients.conf.php index 5480fcefe..715ef4217 100644 --- a/system/clients.conf.php +++ b/system/clients.conf.php @@ -108,4 +108,6 @@ 1321, 1322, 1330, + 1332, + 1340, ];