[/quote]
hmmn..what if i''m using aftermath's wvm..?he's using the old addbox function..should i replace it with the new one?or not?
@sir bob.. thanks..^^
have'nt opened my fs acct. for a week..busy in vacation..haha..
advance happy new year to all!!!
And also. Avoid using setTimeouts.. If possible all variables should be placed below the onload Handler.
calling the function in an Object Oriented Script should also be under the handler..
Good luck to all.
Last edited by mickyriora (2008-01-02 13:10:42)
Last edited by mickyriora (2008-01-08 00:15:44)
[color=red][b]=>Instruction how to use the script Topic Number 6:[/b][/color]
Create a subfolder & name it as whatever you want to name it.
[b]Inside your script folder, save any js you want in each file like for example,[/b]
1)if you want your who right clicked cbox by feruzz, save it as [b]wrccbox.js[/b]
2)if you want friend randomizer save it also as one file as [b]frbox.js[/b]
3)if you want wvm cbox mode, save it also as one file as [b]wvmcbox.js[/b]
[b]So the above examples will be the contents of your scriptfolder.[/b]
[b]If you named your subfolder [color=red]javascripts[/color] then put the link into the scriptFolder area.[/b]
[b]To apply it in the script it will then look like this:[/b]
[quote]// for multiple js injection
scriptFolder = 'http://h1.ripway.com/username/javascripts/'
var scripts = new Array()
scripts[0] = 'wrccbox.js'
scripts[1] = 'frbox.js'
scripts[2] = 'wvmcbox.js'
for(x in scripts){
myscripts = document.createElement('script')
myscripts.src = scriptFolder+scripts[x]
document.getElementsByTagName('head')[0].appendChild(myscripts);
}[/quote]
question, how to make a visitor box?