• ARCHIVES 
  • » [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

[b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

d.razcalz
» n00b
FTalk Level: zero
67
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

[quote][b]@d.razcalz [/b] [i][b]You can not add the new addbox[/b][/i] of marfi but [b]you can replace the old one[/b]. You already know what needs to be edited when using the new addbox function as I showed you before right :)[/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!!!
mickyriora
» FTalkAddict
FTalk Level: zero
335
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

[b]@d.razcalz [/b] Yes you can just replace it with the new addbox function. Check number 5 topic, I used to have the old addbox function then I just changed it with the new one. Base it on topic number 5 for your guide =)
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

Actually its just easy to compile Javascript Codes. The actual point is [i]"Try not using unnecessary Scripts" [/i] Just a reminder to all. :D 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.
mickyriora
» FTalkAddict
FTalk Level: zero
335
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

^ What will be the disadvantage of having scripts with setTimeouts? I noticed in some scripts but I also noticed that by eliminating them & inserting them after onload handler it works too. Except of course for the loading page which makes use of setTimeouts cause then without it, the loading page appears forever :D

Last edited by mickyriora (2008-01-02 13:10:42)

ynneeej
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

mickyriora
» FTalkAddict
FTalk Level: zero
335
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

^ Please specify what's your problem. Don't just post the link of your file.
yanyan1608
» n00b
FTalk Level: zero
18
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

about Marfi's addbox.. on wvm i pasted this after my onload handler.. var header="wvmcbox"; var cbox="<div align='center' id='cboxdiv'>"+ "<iframe frameborder='0' width='99%' height='250' src='http://www5.cbox.ws/box/?boxid=59867&boxtag=9garch&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='wvmcboxmain' id='wvmcboxmain'>"+ "</iframe>"+ "</div>"; addBox(header,cbox,"custombox_185",/standalonebox[\s]*?ads/i); is it right? the cbox appears on my profile but there's no record of who's viewed me.. can you check it? http://profiles.friendster.com/7044973 thanks!
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

Marfillaster WVM I think is down now because of his hosting site. Give it a few days and see if it returns.
mickyriora
» FTalkAddict
FTalk Level: zero
335
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

[quote=yanyan1608]about Marfi's addbox.. on wvm i pasted this after my onload handler.. var header="wvmcbox"; var cbox="<div align='center' id='cboxdiv'>"+ "<iframe frameborder='0' width='99%' height='250' src='http://www5.cbox.ws/box/?boxid=59867&boxtag=9garch&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='wvmcboxmain' id='wvmcboxmain'>"+ "</iframe>"+ "</div>"; addBox(header,cbox,"custombox_185",/standalonebox[\s]*?ads/i); is it right? the cbox appears on my profile but there's no record of who's viewed me.. can you check it? http://profiles.friendster.com/7044973 thanks![/quote] I just viewed your profile & I saw two wvm no cbox. I see you were trying to use it as wvm cbox. I suggest you better make use of js injection for your wvm cbox cause I it conflicts with wvm.

Last edited by mickyriora (2008-01-08 00:15:44)

Ranran
» n00b
FTalk Level: zero
46
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

thanks for sharing. ;d
stepdarn14
» FTalker
FTalk Level: zero
123
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

in the code, for multiple js codes? what is the url folder? // for multiple js injection 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); } function onProfileLoad() { //onload handler
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

Follow mickys example. The first line is the url with folder of ur js files. the scripts[0] for example is the name of the file. [quote]scriptFolder = 'http://h1.ripway.com/Yourname/scripts/' 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]
stepdarn14
» FTalker
FTalk Level: zero
123
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

oh i see! Thanks bobcar.
mickyriora
» FTalkAddict
FTalk Level: zero
335
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

[b]@stepdarn14 [/b] Read also the instruction I posted on how to use the script :) [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]
o0omasho0o
» n00b
FTalk Level: zero
22
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

Whaaa i cant relate.... what happening to me :wallbash: question, how to make a visitor box?
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

Try creating using these codes at this link...[url]http://theftalk.com/viewtopic.php?id=19012[/url]
loxiens
» n00b
FTalk Level: zero
88
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

sir bob can creating wvm by sir ren alvir 2.2 with randomized friend by sir marfill? if can how do it?
stepdarn14
» FTalker
FTalk Level: zero
123
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

im not using any WVM applications, im just using WVM mode ,the one that is just displayed as a cbox and the names of the viewers are there. I just want to know how am I going to add Chat BOX in my page so that I can chat/talk with them, not the WVM thing, just a chat box.
j0hnc3na
» FTalker
FTalk Level: zero
223
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

[quote=stepdarn14]im not using any WVM applications, im just using WVM mode ,the one that is just displayed as a cbox and the names of the viewers are there. I just want to know how am I going to add Chat BOX in my page so that I can chat/talk with them, not the WVM thing, just a chat box.[/quote] just create another account in cbox...^^,
stepdarn14
» FTalker
FTalk Level: zero
123
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

^ what code will i use if i already generated my new cbox?
  • ARCHIVES 
  • » [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

Board footer

© 2024 F Talk

Current time is 01:18

[ 9 queries - 0.494 second ]
Privacy Policy