Aaron sickprodigy
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-16 21:11:33 -05:00
e97fcbb342 Fix link to original HTML in Posts MyBB Plugin in README.md
sickprodigy closed issue sickprodigy/mybb_html-in-posts#1 2025-11-16 15:16:39 -05:00
causing issues with database
sickprodigy commented on issue sickprodigy/mybb_html-in-posts#1 2025-11-16 14:41:48 -05:00
causing issues with database

So you have to remove 'sid' from being created in newer mybb db updates. Mybb will do it automatically. kind of simple fix.

sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-16 14:35:39 -05:00
743a1acb9b Remove unnecessary 'sid' field from settings in htmlposts_activate function
2c4fc2d300 Add error handling for settings group creation in htmlposts_activate function
Compare 2 commits »
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-16 14:02:49 -05:00
2a1027d087 Enable error reporting for improved debugging in htmlposts.php
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-16 14:00:38 -05:00
e8af7f6790 Revert "Fix database queries to use table prefix for settings and usergroup retrieval"
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-16 13:54:32 -05:00
27e7a3e86e Refactor control_html class implementation for better readability and maintainability
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-16 13:45:53 -05:00
b9daa8e0b4 Fix database queries to use table prefix for settings and usergroup retrieval
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-16 13:36:26 -05:00
27fdd17911 Update plugin author and version in htmlposts_info function
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-15 15:51:39 -05:00
42c208a507 Add author attribution for the original plugin in README.md
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-15 15:50:39 -05:00
a0aef69fb2 Update README.md to clarify requirements and support status
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-15 15:41:36 -05:00
b7a52dfbe5 Fix formatting in README.md for consistency
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-15 15:40:39 -05:00
b51e86fb73 Support for PHP 7 instead of PHP 4
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-15 15:33:20 -05:00
1e08e2ba83 Remove unused assets and stylesheets from the Readme_files directory
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-15 15:31:40 -05:00
46c0fc327e Replace HTML README with Markdown version for improved readability
85b3daed6d Update copyright year and author in license file
Compare 2 commits »
sickprodigy commented on issue sickprodigy/Auto-Garden#27 2025-11-15 15:12:53 -05:00
Time to move website to server / Discord webhook issue

So in order to run webhooks i need above 95kb of memory free at all times. Even though in my testing it took about 30-40kb of memory just for a single script to run a webhook.

Even though a…

sickprodigy commented on issue sickprodigy/Auto-Garden#27 2025-11-15 15:04:05 -05:00
Time to move website to server / Discord webhook issue

Also would note i had to set a threshold of around 95000 bytes in order to get webhooks rolling. The pico in it's current state uses about 80-90kb of memory actively. Even with doing a lot of gc…

sickprodigy commented on issue sickprodigy/Auto-Garden#27 2025-11-15 14:58:57 -05:00
Time to move website to server / Discord webhook issue

Did a lot of bs to get the webhooks working in its current state. need 100kb of memory just to hit a webhook. Would an api be any different. Trying to send shit through an api that will update. Or…

sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-15 14:11:28 -05:00
c8102e62ee fix: Refactor main loop for graceful shutdown and improved error handling