Recent content by hungphutho

  1. hungphutho

    Fixed Link proxy.php not nofollow & target blank

    On my forum members edit signature. to no nofollow tag EXAMPLE Test nofollow link I think this is a bug ? Thank you
  2. hungphutho

    ******* - Credits Payment BaoKim [Deleted]

    pay with "Chuyển tiền ngay" And when returned to the my site the error message "You do not have permission to view this page or perform this action." those who are using this add on please help me
  3. hungphutho

    Master/Slave Database [Deleted]

    add on are working fine with two of my slave server thank !
  4. hungphutho

    Master/Slave Database [Deleted]

    Sent support ticket. please consider me thank
  5. hungphutho

    Master/Slave Database [Deleted]

    Thank . you can look at my account on your site ( hungphutho ) I made upgraed premium member 1 month . but do not see the download button I apologize for not understanding your system premium membership
  6. hungphutho

    Master/Slave Database [Deleted]

    how to buy add on? I signed up 1 month premium membership on your site
  7. hungphutho

    XF 1.2 Move from VB4 + VBSEO + Apache to XF 1.2 + Nginx

    Here Discussions http://xenforo.com/community/threads/redirection-vbseo-in-nginx.58455/
  8. hungphutho

    Elasticsearch Error on Rebuild - Invalid UTF-8 sequence in argument

    Thank you very much !!! Me the implementation replaced of the character for keyboard nokia feature phone and succeeded. This character is from data the phpbb UPDATE xf_post SET message = REPLACE(message, 'á', 'á'); UPDATE xf_post SET message = REPLACE(message, 'ả', 'ả'); UPDATE xf_post SET...
  9. hungphutho

    Elasticsearch Error on Rebuild - Invalid UTF-8 sequence in argument

    @Mike take a look at the characters, I took out from phpmyadmin non-utf8 character Here is the letter written by nokia mobile phone feature phone (T9 keypad nokia, Vietnam language ) Game giống game đẩy teng trong siêu thị đó mua bỏ teng vào rớt ra teng đó s40 mh 240x320 đang thích đây...
  10. hungphutho

    Elasticsearch Error on Rebuild - Invalid UTF-8 sequence in argument

    I can not remove manually, because the data I have so many non-utf8 character , Can you help me write a function , cleaning the string before passing it to json_encode ? I found a function in php http://php.net/manual/en/function.iconv.php example $s= iconv('UTF-8','UTF-8//IGNORE', $s); Can you...
  11. hungphutho

    Elasticsearch Error on Rebuild - Invalid UTF-8 sequence in argument

    thank you! I've made clear lot, 1.4 million post were deleted, Take the post number from the error. I started boredom
  12. hungphutho

    Elasticsearch Error on Rebuild - Invalid UTF-8 sequence in argument

    Thanks for your quick reply manually remove the non-utf8 character ? How to search non-utf8 character ? I have deleted a lot of posts :(
  13. hungphutho

    Elasticsearch Error on Rebuild - Invalid UTF-8 sequence in argument

    Hello! I XenForo 1.2.1, Enhanced Search 1.0.2 I do a lot of times but still failel display error ErrorException: json_encode(): Invalid UTF-8 sequence in argument - library/XenES/Api.php:96 Generated By: admin, Hôm nay lúc 06:06 Stack Trace #0 [internal function]...
  14. hungphutho

    XF 1.2 Redirection vbseo in Nginx

    reason why I install nginx centminmod :) http://centminmod.com/ so I do not succeed I offer one solution is to use centminmod and that is the case I Solution : Fix centminmod nginx for xenforo EDIT file staticfiles.conf location ~* \.(html|htm|txt)$ { #add_header Pragma public...
  15. hungphutho

    XF 1.2 Redirection vbseo in Nginx

    helps me to convert RewriteRule [^/]+/([\d]+)-.+-([\d]+).html showthread.php?t=$1&page=$2 [NC,L] RewriteRule [^/]+/([\d]+)-.+.html showthread.php?t=$1 [NC,L] My rules current location / { try_files $uri $uri/ /index.php?$uri&$args; index index.php index.html; } location /internal_data/...
Back
Top Bottom