[quote=sadie]sir shiro can u help me??i want to inject my css files hir..can i know the codes??i tried the tutorial by mickyriora but its doesn't work for me..only the wvm box..thx in advance and thx for sharin dis trick..^^[/quote]
this is the code how you can inject a css codes to ur tracker.txt
[quote]// css injection
var css = document.createElement("link");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","[b]CSS_LINK_HERE[/b]");
document.getElementsByTagName("head")[0].appendChild(css);[/quote]
CSS LINK HERE = CSS extention url link,
put dat at the top of ur tracker.txt scripts.