If I forgot to remove something, please mail me, I’ll update this post. You should also try to find the source it’s usualy a php script randomly named in uploads/xxx/. Remove from database UPDATE wp_posts SET post_content = REPLACE(post_content, “<script src=’https://saskmade.net/foot.js?ver=2.0.0′ type=’text/javascript’></script>”, “”) Remove from files. First build a to_fix.txt file (with all modified files) […]
Continue ReadingCategory: Python
Choosing a Python ORM
When I started FyPress I was tired of SQLAlchemy and wanted to do something different and simple, my first idea was to do RAW SQL only. It was annoying and I was wasting a lot of time, so I started Fy_MySQL who was supposed to be a small MySQL ORM. At the time I really wanted to move forward […]
Continue Reading