Changelog

  • 10.03.2025
    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 the404page instead of showing raw errors.
  • 09.03.2025
    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.

  • 09.03.2025
    LinkBase published version 4.7

    • 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.

  • 08.03.2025
    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.

  • 06.03.2025
    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.

  • 05.03.2025
    LinkBase published a new version update.

    • Fixed undefined array key errors.
    • Fixed undefined variable issues.
    • Fixed attempt to read property on bool warnings.

  • 04.03.2025
    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.

  • 27.02.2025
    LinkBase published version 4.6

    • 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.

  • 24.09.2024
    LinkBase published a new version update.

    • Fix uncaught PDOException on detail page

  • 19.09.2024
    LinkBase published a new version update.

    • Added info on add form for blocked urls

  • 19.09.2024
    LinkBase published version 4.5.9

    • Added blacklisting support

  • 09.09.2024
    LinkBase published a new version update.

    • Fix report function on "GameHacking" section

  • 07.09.2024
    LinkBase published a new version update.

    • Fix report function for "warez" section

  • 21.08.2024
    LinkBase published a new version update.

    • Fix show empty categories

  • 26.07.2024
    LinkBase published a new version update.

    • PHP rollback
    • Fixed add/report function

  • 23.07.2024
    LinkBase published version 4.5.8

    • Added new auto url check function while redirecting to specific site

  • 22.07.2024
    LinkBase published a new version update.

    • Update cache for image/webp

  • 22.07.2024
    LinkBase published version 4.5.7

    • 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

  • 22.03.2024
    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.

  • 05.02.2024
    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.