Fixed a few bugs related to automatic banning of users requesting multiple non-existing pages in a short time. Banning of those users now should work better.
Social network/blog platform project still under construction
This project is still in development stage, not all features implemented. It is hosted in same hosting as my Personal Site. You can also check my Twitter account if interested. A valid account is required to be able to post here. Register first if you don't have one. An invite code is also required to complete the registration.
Development status
Posts by staff
Older postsCreated user management page. Unwanted users could be deleted there. No manual user creation except by using registration form yet. No user information editing either.
Improved automatic detection of multiple requests to non-existing pages. Such requests now should be detected quicker and users banned as soon as possible.
Initial implementation of sql error logging; not implemented everywhere, most of codebase needs to be updated. Error document now includes the partial implementation.
Added an ability for admin users to change owner of the posts and create new posts owned by other users. No longer needed manual database editting or logging in as another user. Also most of non-update and other non-important posts were moved to user "juozas" .
Fixed a bug in a post page resulting in the post content not showing up. It was caused by a bug in the script causing an sql error. So the single post pages now work again.
Added a minimal theme for error page, now http errors will look better when viewed in the browser.
Proper pagination now working. Currently pages are displayed as 25 posts per page.
Added a database backup script for admin to be able to export database contents more easily. Helpful in case of any failure or during server reinstall/migration/etc.
Added logging to the search form. Everything including anything suspicious and/or spammy will be logged and offenders might be banned and/or reported. So be careful and don't spam using search form.
Added host whitelist to bot trap page. Now visitors from certain hosts such as archive.org and others will not be automatically banned. Others will still be banned so do not try to visit the page unless you want to be perma-banned from this site.
Updated ban management page, added scrollbar colors to stylesheet, cleaned up some of old bans that are no longer needed.
The development of this platform is currently is in a very early stage. The registration is only with invite code since most of functions on this site are incomplete and might not work properly at this time. You can contact me through my personal site or via twitter, just do not send spam as it is not desired.
Small bug fixed in single post view. Finally it's a way less of problems to deal with in the world.
User settings page implemented, password can now finally be changed.
Generated invite codes are no longer stored in plain text, each code must be securely stored upon generation.
Anonymous posting can now be easily disabled along the other options, useful when registration is also disabled and/or invite-only.
Registration is now invite-only, invite code generation and verification works fine.
Disabled registration as most of features are not complete yet. Might enable later or set to be invite-only, with the latter feature not yet implemented as of this date.
Added site configuration script (setting up important configuration variables)
Added db setup script to generate correct contiguration file when database connection does not work.
Some improvements behind the scenes were done to the code of this site. Mainly bugfixes and management features not visible to regular users.
Bugs found, bugs fixed. Special cases of certain parameters are now handled correctly. Returns 404 instead of unexpected results where a 404 should be.
Auto-banning implementation improved. Now bans IP addresses generating too many 404 errors in short time. No unban by captcha yet, so don't get accidentally banned.
First auto-banning implementation using hidden link to bot trap. Bans all bots ignoring robots.txt, might reduce some spam.