Search results for query: *

  • Users: Zambfd
  • Content: Threads
  • Order by date
  1. Zambfd

    Bug Fix for external titles on pages with SVG title tags in inline styles

    He, pages like kotaku causing an issue on the title replacement of links, so the title consists of the complete inline css code until the end of the correct title tag. I've added a fix in \dbtech\dbseo\includes\class_core.php on line 4001 $page['content'] =...
  2. Zambfd

    Bug Profileblock Execution Timeout on large liked posts with many bbcode

    Hi, Location File: /dbtech/thanks/includes/class_profileblock.php Line: 305 strip_bbcode(strip_tags($results_r['pagetext'])) Problem If a liked post consists of hundreds of nested bbcodes profiles run into a timeout - especially if the post is liked multiple times. It happens because of the...
  3. Zambfd

    Legacy New(er) user agent in curl request

    Hi, could you please replace the user agent defintion in curl_exec_follow (class_core.php) with a more recently ? e.g. Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Some websites and services (like epapers) return invalid...
  4. Zambfd

    Bug ISO-Forum, title replacement problem with special characters in target sites w. utf-8

    Hi, our forum is using the ISO-8859-1 character set for historical reasons... The Problem is, if our users are posting a url and the target site is using the utf-8 characer set your url title fetcher changes special characters like "ü ä ö" to vowels "u a o" instead of "ue ao oe" or just not...
  5. Zambfd

    Bug DBSEO deletes zero characters in the url replacer text

    DBSEO deletes zero characters in the url replacer text E.g.: Skylake - iGPU Mainboard mit Displayport Diasy Chaining Replacing-Text should be: GIGABYTE - Motherboard - Socket 1151 - GA-H170-D3HP (rev. 1.0) But it is: GIGABYTE - Motherboard - Socket 1151 - GA-H17-D3HP (rev. 1.) Org link...
  6. Zambfd

    Bug Fatal error: Class 'Patchwork\PHP\Shim\Intl' not found - new post/reply.

    Hi, since the update to 2.0.29 we retreive the following error on new posts when a link is posted. Fatal error: Class 'Patchwork\PHP\Shim\Intl' not found in /var/****/extreme.pcgameshardware.de/html/dbtech/dbseo/includes/3rdparty/portable-utf8/Patchwork/Utf8/Bootup.php on line 114 PHP Version...
  7. Zambfd

    Bug Bug: homeurl instead of bburl for relative paths? why?

    Hi, yesterday i upgraded your SEO Addon to the latest version. After that i realised that all realtive links in the forum (like top navigation, quicklinks to posts e.g.) are redirected to our www-Site instead the forum subdomain. Thats because you are NOW using the homeurl instead the bburl...
  8. Zambfd

    Question Showthread Button Count really slow query

    The Query for the button counter is extremly slow in larger boards. File: hooks/showthread_query.php The current query on line 107 takes 6-12 seconds. 600.000+ Entries in the dbtech_thanks_entry-Table. Please change the query in further updates into the following code: $SQL[] = ' SELECT...
  9. Zambfd

    Bug Please repair the paging in the profile tab

    The paging in the profile tabs is broken. We used the like system of vbseo for several years now and imported the data into the dragon byte thanks addon. Our users still want to see all their given and received likes, so we had to set the days limit to some years and recalculated everything...
  10. Zambfd

    Bug Please rewrite \dbtech\thanks\actions\admin\forum.php

    Hi, please rewrite the following file: \dbtech\thanks\actions\admin\forum.php It's not working. Nothing changes (also in the database) after you hit the save button. Regards.
Back
Top