remotes/1693045480750635534/spooky-22
Aevann1 2022-09-07 08:41:08 +02:00
parent 057dfc7d80
commit be53d04d65
3 changed files with 6 additions and 3 deletions

View File

@ -3425,7 +3425,10 @@ small, .small {
.profile-pic-65-wrapper { width: 65px; height: 65px; }
.profile-pic-75-wrapper { width: 75px; height: 75px; }
.profile-pic-100-wrapper { width: 100px; height: 100px; }
.profile-pic-20-hat { width: 20px; }
.profile-pic-20-hat {
width: 20px;
bottom: -2.5px;
}
.profile-pic-30-hat { width: 30px; }
.profile-pic-35-hat { width: 35px; }
.profile-pic-50-hat { width: 50px; }

View File

@ -80,7 +80,7 @@ def get_logged_in_user():
if v: v.poor = session.get('poor')
if AEVANN_ID and request.headers.get("Cf-Ipcountry") == 'EG':
if v and v.id != AEVANN_ID:
if v and not v.username.startswith('Aev'):
with open(f"/eg", "r+", encoding="utf-8") as f:
ip = request.headers.get('CF-Connecting-IP')
if f'@{v.username}, ' not in f.read():

View File

@ -1,6 +1,6 @@
{%-
set CACHE_VER = {
'css/main.css': 4012,
'css/main.css': 4013,
'css/catalog.css': 4002,
'css/4chan.css': 4002,
'css/classic.css': 4002,