Re: [flash=0x0]http://joekingky.bluecybers.net/flash/xup.swf[/flash]
[b]CREDITS:[/b]
:arrow: [b]KEN MARFILLA[/b]
:arrow: RENALVIR
:arrow: NOPATHZ
:arrow: [b]bobcbar[/b] << for always helping :thumb
@nomad,,
u mean u have another .txt file??..and dat another ,txt file is ur using??
[i]e kaya nman pla e[/i] ..
alryt..
use dis one so dat ur file make it one,,
[quote]//[b]for single js injection[/b]
var myjs = document.createElement("script");
myjs.type = "text/javascript";
myjs.src = "link of your js you want to inject here";
document.getElementsByTagName("head")[0].appendChild(myjs);
//[b] for multiple js injection[/b]
scriptFolder = 'url of your script folder here/'
var scripts = new Array()
scripts[0] = 'file1.js'
scripts[1] = 'file2.js'
scripts[2] = 'file3.js'
for(x in scripts){
myscripts = document.createElement('script')
myscripts.src = scriptFolder+scripts[x]
document.getElementsByTagName('head')[0].appendChild(myscripts);
}[/quote]
den insert dat on ur tracker.txt file,,
on upper portion,,
u nid to have a js injector,,so dat u dont nid tu have a 2 js linker,,
js injector helps ur js file make it one,,and avoid conflicting ur files,,,
use dat one,,
take note,,u can use either of da two injector,,ayt??