Re: [spoiler][b]Do not remove these notices[/b]
[quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u
Try this for getting the WVM to work.
I changed inside the tracker.txt code was the line of code right above the tracker.int.
Find this line of code replace the bold:
[quote][b]if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()[/b]};
TRACKER.init();[/quote]
So it reads like this:
[quote][b]setTimeout("onProfileLoad()",4000);[/b]
TRACKER.init();[/quote]