This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Problem with stats.mod

Discussion of Eggdrop's code and module programming in C.
Post Reply
User avatar
jsilvestre
Voice
Posts: 20
Joined: Sat Mar 05, 2005 6:02 am
Location: Lisbon, Portugal

Problem with stats.mod

Post by jsilvestre »

Heys :)

How to optimize the stats.mod to the IE can read stats of channel with special caracters? ex: http://beta.newnet.com.pt:7451/+/ (With mozilla i can see this stats)

I wait to some sugestion :)
Best Regards

José Eduardo Silvestre
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

not a stats.mod problem

or patch it to generate specific HTML charset
User avatar
jsilvestre
Voice
Posts: 20
Joined: Sat Mar 05, 2005 6:02 am
Location: Lisbon, Portugal

Post by jsilvestre »

Hy deamon!

How to patch mod to do that :?: :?
Best Regards

José Eduardo Silvestre
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

if you know C and have basic HTML understanding, locate Content-Type meta header generation code and substitute the default charset with your locale

if you don't know what I'm talking about, you need to find someone who does and is willing to do the patch for you (that wouldn't be me though)
Post Reply