[Manialink]Tweaks & updates
Posted: 18 Jun 2010, 10:40
Am using manialib for the intense racing clan.
-Problem that occurs often that utf-8 encodings aren't showed well. By saving the .php file as Utf-8 without bom fixes this.
Tweak: Using files like stats for server must be well documented.
Update: A fix for not using etc. but more like
-Problem that occurs often that utf-8 encodings aren't showed well. By saving the .php file as Utf-8 without bom fixes this.
Tweak: Using files like stats for server must be well documented.
Update: A fix for not using
Code: Select all
echo"<include url=>";
Code: Select all
$link= http://www.fixes.com/planet/hits.txt"";
include($link);