| Author |
Message |
DoRullings
Nuke Soldier


Joined: May 16, 2004
Posts: 20
|
Posted:
Fri May 28, 2004 10:12 am |
  |
|
   |
 |
DoRullings
Nuke Soldier


Joined: May 16, 2004
Posts: 20
|
Posted:
Sun May 30, 2004 1:50 pm |
  |
Doesnt anyone know anything about this? I'm sure many users from different countries who have problems with this!? |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Sun May 30, 2004 6:43 pm |
  |
The only thing I can suggest perhaps (I'd have to look into it), is to use [:print:] (or maybe [:alnum:]) in the regex code. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
DoRullings
Nuke Soldier


Joined: May 16, 2004
Posts: 20
|
Posted:
Mon May 31, 2004 2:37 am |
  |
I wrote a very simple solution myself, but I think its good enough!?
For nukecops google tap:
Find this line in header.php:
| Code: |
| $s = preg_replace($urlin, $urlout, $s); |
and after this on a new line, add this:
| Code: |
| $s = rawurldecode($s); |
For GT-NExtGeN:
Find this line:
| Code: |
| $contents = str_replace(array("&&", "·", " "), array("&&", "·", " ;"), $contents); |
and after this on a new line add this:
| Code: |
| $contents = rawurldecode($contents); |
This will replace every (%) signs followed by two hex digits and replace it with literal characters. For example "%E5" is replaced with: "ĺ".
This should work for all characters in the world as long as Apache have the character set installed and activated.
Regards,
DoRullings |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Mon May 31, 2004 8:28 am |
  |
Oh very nice! |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
DoRullings
Nuke Soldier


Joined: May 16, 2004
Posts: 20
|
Posted:
Thu Jun 17, 2004 5:59 am |
  |
Thanks m8!
comming late, comming good |
|
|
   |
 |
Audioslaved
Elite Nuker


Joined: Jun 14, 2003
Posts: 420
Location: Hawaii and The Fan Forum
|
Posted:
Fri Jun 18, 2004 9:22 pm |
  |
Great find, I will look into adding this into the main NExtGEn distro, I will definitely have it there will comments there so people can uncomment if they have the need for it. Good job! |
_________________ GT-NExtGEn: The future of GoogleTap
http://gt-nextgen.com/
The Audioslave Fan Forum
http://www.audioslaved.com |
|
     |
 |
DoRullings
Nuke Soldier


Joined: May 16, 2004
Posts: 20
|
Posted:
Tue Jun 22, 2004 9:38 am |
  |
| Audioslaved wrote: |
| Great find, I will look into adding this into the main NExtGEn distro, I will definitely have it there will comments there so people can uncomment if they have the need for it. Good job! |
Thanks man! Very nice that you will implenment it, cause I'm sure there will be some need for this out there. There are after all many countries that have this special characters (not only scandinavian, germany for instance).
This fix works for every browser I've tested, except Mozilla and Mozilla Firefox (only tested the windows version). Little suprising really :-/
I'll send a bug report to Mozilla about this.
Keep up the good work!
Regards,
DoRullings |
|
|
   |
 |
kourou
Nuke Cadet


Joined: Jan 22, 2004
Posts: 8
Location: Komotini, Greece
|
Posted:
Tue Aug 09, 2005 9:04 am |
  |
Does this tweak also work in version 0.4a of GT-NextGen?
I could not find the lines mentioned above. What should i do?
Thanks in advance. |
|
|
     |
 |
|
|