heartranked

git clone https://git.tarina.org/heartranked
Log | Files | Refs

commit e0b4fcd38f0717db7280bc0d3e0d662c5e2cca5e
parent f8aa9008e50cb8339307baca162b773fb045bfc6
Author: rbckman <rob@tarina.org>
Date:   Mon,  3 Aug 2026 20:21:12 +0300

what is this token

Diffstat:
Minstall.sh | 2+-
Mserver.py | 5+++--
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/install.sh b/install.sh @@ -25,7 +25,7 @@ EOF echo "Installing all dependencies..." apt-get update -sudo apt install apache2 libapache2-mod-wsgi-py3 python3-pip python3-pil python3-bcrypt python3-webpy +sudo apt install apache2 libapache2-mod-wsgi-py3 python3-pip python3-pil python3-bcrypt python3-webpy python3-markdown #python3 -m pip install web.py==0.61 echo "skapa www-data åtkomst" diff --git a/server.py b/server.py @@ -1132,6 +1132,7 @@ class heartranked: session.search = '' session.bildsida = 0 i = web.input(publised=None, public=None, show=None, remove=None, edit=None, feedbase=None, timebase=None) + print('FUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU') #search try: #bilder_totalt = db.query("SELECT COUNT(*) AS sound FROM published")[0] @@ -1211,8 +1212,8 @@ class heartranked: ip = web.ctx['ip'] referer = web.ctx.env.get('HTTP_REFERER', 'none') environ = web.ctx.env.get('HTTP_USER_AGENT', 'dunno') - visitorlog(ip,referer,environ) - visitors, total, unique = getvisits() + #visitorlog(ip,referer,environ) + #visitors, total, unique = getvisits() if i.edit != None: session.postid=i.edit raise web.seeother('/editor?public=yes')