Not offering (User)NAMES when i start typing it to send new message

Started by warezxts, April 23, 2012, 11:17:58 PM

Previous topic - Next topic

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:
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)
and replace it with:
return preg_replace('~[\x00-\x08\x0B\x0C\x0E-\x19' . ($context['utf8'] ? '\x{FFFE}\x{FFFF}' : '') . ']~' . ($context['utf8'] ? 'u' : ''), '', $string);
that's all.


Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

warezxts

Emanuele! You are GOD!!!!   ;D ;D ;D

Its totally working!!!!!  Thank you for everything!!!!!!    8)

emanuele



Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Advertisement: