OpenVBX clean patch
Mamu mod - remove call and online button
/OpenVBX/views/layout/content
Too many redirects fix
https://github.com/nvhoc/openvbx_fix_redirect_loop/tree/master
OpenVBX Clean Up via PhpAdmin
TRUNCATE TABLE user_messages;
TRUNCATE TABLE group_messages;
TRUNCATE TABLE messages;
TRUNCATE TABLE annotations;
TRUNCATE TABLE rest_access;
TRUNCATE TABLE user_settings;
DELETE FROM messages
WHERE created < CURRENT_DATE - INTERVAL 30 DAY;
DELETE FROM annotations
WHERE created < CURRENT_DATE - INTERVAL 30 DAY;
DELETE FROM rest_access
WHERE created < CURRENT_DATE - INTERVAL 30 DAY;
TRUNCATE TABLE user_messages;
TRUNCATE TABLE group_messages
Comments
Post a Comment