diff --git a/README.md b/README.md
index d03451708..219b0d2b8 100644
--- a/README.md
+++ b/README.md
@@ -39,9 +39,6 @@ and go from there. The documentation will be translated into english in the near
* Atom feeds
* and many more.
-## Interface (default)
-
-
## 🔧 Requirements
* Apache / nginx
diff --git a/bt/announce.php b/bt/announce.php
index 46fc86250..4a6c48415 100644
--- a/bt/announce.php
+++ b/bt/announce.php
@@ -105,10 +105,6 @@ if (!isset($left) || $left < 0) {
msg_die('Invalid left value: ' . $left);
}
-if (max($uploaded, $downloaded, $left) >= (2**64 - 1)) { // BIGINT
- msg_die('Integer overflow');
-}
-
// IP
$ip = $_SERVER['REMOTE_ADDR'];
diff --git a/library/includes/page_footer.php b/library/includes/page_footer.php
index bf0f2fba7..d5079e666 100644
--- a/library/includes/page_footer.php
+++ b/library/includes/page_footer.php
@@ -16,7 +16,7 @@ global $bb_cfg, $userdata, $template, $DBS, $lang;
if (!empty($template)) {
$template->assign_vars([
'SIMPLE_FOOTER' => !empty($gen_simple_header),
- 'POWERED' => 'Fueled by TorrentPier with love ❤️ | © 2005-' . date('Y'),
+ 'POWERED' => 'Fueled by TorrentPier © 2005-' . date('Y'),
'SHOW_ADMIN_LINK' => (IS_ADMIN && !defined('IN_ADMIN')),
'ADMIN_LINK_HREF' => 'admin/index.php',
]);
diff --git a/styles/templates/default/usercp_register.tpl b/styles/templates/default/usercp_register.tpl
index 0e652f75f..8ed894d92 100644
--- a/styles/templates/default/usercp_register.tpl
+++ b/styles/templates/default/usercp_register.tpl
@@ -156,7 +156,7 @@