• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. nextechinc
    3. Best
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 9
    • Best 1
    • Controversial 0
    • Groups 0

    Best posts made by nextechinc

    • Product key bug with hostinfo.php in version 1.5.4

      Found and fixed a bug, just hoping it can get committed to future releases. I’m writing some post download scripts and the product key wasn’t decoding properly. So I just copied over this line from route.class.php, and all is well now.

      Line 172 of hostinfo.php should be:

      if (mb_detect_encoding($test_base64, 'utf-8', true)) {
      

      Rather than:

      if (mb_detect_encoding($test_base64)) {
      
      posted in Bug Reports
      N
      nextechinc
    • 1 / 1