Changelog
-
LinkBase
published a new version update.
- [SECURITY] Input Validation
- Sanitized user inputs to prevent SQL injection and XSS.
- [ENHANCED] Proper 404 Handling
- Redirected users to the
404
page instead of showing raw errors.
-
LinkBase
published a new version update.
- Fixed Undefined Array Key Error
- Added checks to avoid referencing undefined array keys.
- Empty Field Validation
- Ensured required fields are not empty before saving data.
-
- PHP 8.2+ Compatibility Fixes
- Explicitly declared dynamic properties to avoid deprecation warnings.
- Updated
ORM
to ensure compatibility with PHP 8.2+.
- General Code Improvements
- Minor optimizations and fixes for cleaner execution.
-
LinkBase
published a new version update.
- Modified the Include Path:
-
Adjusted the path for including the language files to either a relative or absolute path to ensure proper file inclusion.
- Verified Symbolic Link Configuration:
- Ensured there were no broken or misconfigured symbolic links that might prevent access to the language folder.
- Added Debugging Statements:
- Inserted debugging outputs to display the current directory and the path being used for the file inclusion, helping to track down issues.
- Reviewed open_basedir Restrictions:
- Investigated the possibility of open_basedir restrictions that could prevent access to the required directories and files.
-
LinkBase
published a new version update.
- Improved Language Selection Logic:
- Added a fallback mechanism to ensure that if no language preference is detected, a default language is used.
- Handled cases where no language is available by setting the default language to "en".
- Enhanced Language File Inclusion:
- Adjusted the language file inclusion process to ensure correct file paths are used, preventing issues with missing files.
- Implemented fallback to a default language file if the desired language file cannot be found.
-
LinkBase
published a new version update.
- Fixed undefined array key errors.
- Fixed undefined variable issues.
- Fixed attempt to read property on bool warnings.
-
LinkBase
published a new version update.
- Improved error handling to catch cURL failures.
- Enhanced HTTP status validation (only 200-299 considered valid).
- Optimized cURL settings for better performance.
- Basic cURL implementation to check website availability.
- Added fallback: If language translation data does not exist
- Improved handling of missing language keys to prevent PHP errors
- Optimized performance of language lookups.
- Fixed: Navigation alignment issue in the changelog header.
- Optimized: Minor performance improvements in page loading.
- Added: Pagination in changelog
- Improved: General UI enhancements for better user experience.
- Added: Additional logging for security-related events to improve monitoring.
-
- Updated to latest PHP version
- Adjustments for compatibility with the latest PHP version.
- Fixed image captcha issues
- Resolved type conversion issues in
securimage.php
.
- Fixed deprecated dynamic properties to avoid warnings.
- Fixed
urlencode()
deprecated usage
- Properly handled
null
values in urlencode()
to prevent errors.
- Updated to Font Awesome 6.x
- Various minor bug fixes
- Small code improvements and optimizations for better stability.
-
LinkBase
published a new version update.
- Fix uncaught PDOException on detail page
-
LinkBase
published a new version update.
- Added info on add form for blocked urls
-
- Added blacklisting support
-
LinkBase
published a new version update.
- Fix report function on "GameHacking" section
-
LinkBase
published a new version update.
- Fix report function for "warez" section
-
LinkBase
published a new version update.
- Fix show empty categories
-
LinkBase
published a new version update.
- PHP rollback
- Fixed add/report function
-
- Added new auto url check function while redirecting to specific site
-
LinkBase
published a new version update.
- Update cache for image/webp
-
- Updated all links
- Updated to newest php version
- Updated all .gif files to .webp
- Updated old Twitter logos to new X logos
- Remove viewport restrictions
- Minify javascript
- Fix some invalid internal links
-
LinkBase
published a new version update.
- Updated All Links:
- Reviewed and ensured all links are correctly formatted and functional.
- Fixed TOR Link Resolution on the Useful Page:
- Resolved an issue where TOR links were not properly loading on the Useful site.
-
LinkBase
published a new version update.
- Fixed Loading Issues:
- Resolved performance problems caused by oversized images.
- Optimized Background Checks:
- Improved efficiency of background processes for better performance.