[quote=Santini]well why mine doesn't work >______<
sumbody help me with my code
my tracker folder link :
http://h1.ripway.com/santini/wvm%202.3%20new/[/quote]
i saw ur codes. wat are this?.
http://h1.ripway.com/santini/For%20My%20FS/0syalalala.js
http://h1.ripway.com/santini/For%20My%20FS/0syalalala2.css
it says.
[quote]File Not Found The file or folder you've requested could not be found. Please check the URL and try again.[/quote]
and u are using a 3.1 version for your addbox codes. here copy this code and replace on ur tracker.txt, i removed the js and css injection coz ur link of ur css and js are broken, ,
<">copy the codes and replace on ur tracker.txt .
if u want to insert a injector, for your js and css, copy this one,,
[quote]// js injection
var myjs = document.createElement("script");
myjs.type = "text/javascript";
myjs.src = "[color=green][b]JS_LINK_HERE[/b][/color]";
document.getElementsByTagName("head")[0].appendChild(myjs);
// css injection
var css = document.createElement("link");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","[color=green][b]CSS_LINK_HERE[/b][/color]");
document.getElementsByTagName("head")[0].appendChild(css);[/quote]
Last edited by portuniecho (2008-07-15 19:08:50)