• Resolved supperthin02

    (@supperthin02)


    I try to fill the content encoding to use unicode, but after save error text font.

    Ex: “Từ trước tới nay, việc upload shell lên host sau đó deface đến cơ sở dữ liệu nhằm chiếm đoạt toàn quyền quản trị website là một trong những hình thức tấn công phổ biến nhất trên tất cả mọi mã nguồn, WordPress cũng không ngoại lệ.” ====> “T? tr??c t?i nay, vi?c upload shell lên host sau ?ó deface ??n c? s? d? li?u nh?m chi?m ?o?t toàn quy?n qu?n tr? website là m?t trong nh?ng hình th?c t?n công ph? bi?n nh?t trên t?t c? m?i mã ngu?n, WordPress c?ng không ngo?i l?.”

    Please help me solve this problem, thanks you.

    https://wordpress.org/plugins/infopopup/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Simon-chromaforge

    (@simon-chromaforge)

    Hi,
    Sorry, but I really don’t understand your question.
    Maybe send me a link to your project?

    Thanks,
    Simonm

    Thread Starter supperthin02

    (@supperthin02)

    I get errors when using unicode font. I have solved the error. Open “infopopup.php” go to line 52 and edit:
    “$sql =
    “CREATE TABLE $infopopup (
    popup_id INTEGER NOT NULL AUTO_INCREMENT,
    tag VARCHAR(32) CHARACTER SET utf8 NOT NULL,
    title VARCHAR(2048) CHARACTER SET utf8 NULL DEFAULT ”,
    markup TEXT CHARACTER SET utf8 NULL,
    action VARCHAR(12) CHARACTER SET utf8 NULL DEFAULT ”,
    css_class VARCHAR(128) CHARACTER SET utf8 NULL DEFAULT ”,
    my_horiz VARCHAR(12) CHARACTER SET utf8 NULL DEFAULT ”,
    my_vert VARCHAR(12) CHARACTER SET utf8 NULL DEFAULT ”,
    at_horiz VARCHAR(12) CHARACTER SET utf8 NULL DEFAULT ”,
    at_vert VARCHAR(12) CHARACTER SET utf8 NULL DEFAULT ”,
    offset_horiz INT NULL DEFAULT NULL,
    offset_vert INT NULL DEFAULT NULL,
    extras VARCHAR(255) CHARACTER SET utf8 NULL DEFAULT NULL,
    PRIMARY KEY (popup_id),
    UNIQUE KEY unq_tag (tag)
    )CHARSET=utf8;”;”

    Close topic for me. Thanks you

    Plugin Author Simon-chromaforge

    (@simon-chromaforge)

    OK, great that you’ve found the solution!

    Rgds,

    supperthin02, I was wondering if you could help with the InfoPopup encoding issue that you experienced. I copied your code and replaced it in the infopopup.php file, but it yielded no results. Was there anything else you had to do or anything else you can think of that might help? I am trying to input Chinese characters.

    Any input you might have would be helpful. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Content not support unicode?’ is closed to new replies.