SMF Support > SMF 2.0.x Support
Not offering (User)NAMES when i start typing it to send new message
warezxts:
Hello!
Sorry for late answer... i wasnt around my computer.
This link...the answer...i dont get it... :(
Its too high level for me :(
emanuele:
OMG, why did I miss that topic for so long? ???
I'm really sorry... :-[
There is nothing to be scared of, the only thing to do is open QueryString.php, search this line:
--- Code: ---preg_replace('~[\x00-\x08\x0B\x0C\x0E-\x19' . ($context['utf8'] ? (@version_compare(PHP_VERSION, '4.3.3') != -1 ? '\x{D800}-\x{DFFF}\x{FFFE}\x{FFFF}' : "\xED\xA0\x80-\xED\xBF\xBF\xEF\xBF\xBE\xEF\xBF\xBF") : '') . ']~' . ($context['utf8'] ? 'u' : ''), '', $string)
--- End code ---
and replace it with:
--- Code: ---return preg_replace('~[\x00-\x08\x0B\x0C\x0E-\x19' . ($context['utf8'] ? '\x{FFFE}\x{FFFF}' : '') . ']~' . ($context['utf8'] ? 'u' : ''), '', $string);
--- End code ---
that's all.
warezxts:
Emanuele! You are GOD!!!! ;D ;D ;D
Its totally working!!!!! Thank you for everything!!!!!! 8)
emanuele:
--- Quote from: warezxts on June 09, 2012, 01:45:07 AM ---Emanuele! You are GOD!!!! ;D ;D ;D
--- End quote ---
No, not yet at least. :P
Glad it worked! ;D
Navigation
[0] Message Index
[*] Previous page
Go to full version