Raised This Month: $51 Target: $400
 12% 

[TF2] Kill log and Web Panel


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Pickles47
Member
Join Date: Jun 2013
Old 11-01-2014 , 22:08   Re: [TF2] Kill log and Web Panel
Reply With Quote #11

Quote:
Originally Posted by King Cnut View Post
I've noticed a typo in the Player Stats.

Code:
Total Plytime


Edit: and to build on the point that unicode names are being displayed as blank on the webpage. I can confirm this. The unicode chars are being stored correctly in the database but are not displaying correctly on the webpage.
I don't know why it is doing this, you can try editing inc/nav.php and modifying to this:

PHP Code:
<?php header('Content-type: text/html; charset=utf-8'); ?>
<!doctype html>
<html lang="en">
<head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <title><?php echo $Title?></title>
    <!-- etc etc -->
__________________
Pickles47 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:59.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode