Page 1 of 1

[Manialink]Tweaks & updates

Posted: 18 Jun 2010, 10:40
by w1lla
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

Code: Select all

echo"<include url=>";
etc. but more like

Code: Select all

$link= http://www.fixes.com/planet/hits.txt"";

include($link);