Search results for query: *

  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

    You just strip the code and do a kind of excerpt for the post preview. And it is only used in the profile block area. My code will work for every situation. The original strip_bbcode function is way to slow for this kind of multiple massiv parsing on one site/block/tab.
  3. Zambfd

    Bug Profileblock Execution Timeout on large liked posts with many bbcode

    http://extreme.pcgameshardware.de/test.txt
  4. Zambfd

    Bug Profileblock Execution Timeout on large liked posts with many bbcode

    Oh, no Problem. Let me attach an example, like it multiple times and you will encounter the problem.
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. Zambfd

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

    One more question about this change. What if my website-domain (homeurl) is www.companyname.xx but my forum domain format is one of the following: support.companyname.xx/forum/ www.companyname-support.xx www.companyname-support.xx/forum/
  10. Zambfd

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

    Ok ok. I changed every single static href-Attribute with a prefix / in the costume theme.
  11. Zambfd

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

    Maybe. But my solution will also work in both cases. :) Oh, and thank you for your fast replies.
  12. Zambfd

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

    Nope. If you use / in front of the relative URL the forum is building urls out of the home url. It is the other way around. Also the homeurl is not the forum url. bburl is the forum url, so this code snippet is wrong. And also with your code i have to edit the postbit templates, because there...
  13. 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...
  14. 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...
  15. 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...
  16. Zambfd

    Bug Please repair the paging in the profile tab

    This was the first thing we did. But today it is working. Thank you. :) But there is still the sorting and paging problem ;)
  17. Zambfd

    Bug Please repair the paging in the profile tab

    But it is not our doing as well and there is no other plugin or code which uses the keyword "thanks" as "tab" value. There is also no other code which "activates" the notifications_list hook while viewing a profile. So where is this request parameter overwrite with your thanks value coming from?
  18. Zambfd

    Bug Please repair the paging in the profile tab

    Not really. It also happens when you visit the profile start page, but not in every profile. Wrong Profil: Axonia - Die Hardware-Community für PC-Spieler - PC GAMES HARDWARE EXTREME Correct: Profil: ZAM - Die Hardware-Community für PC-Spieler - PC GAMES HARDWARE EXTREME I analyzed the...
Back
Top