• ARCHIVES 
  • » [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

[align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

Co_don SanAdH
» FTalkAgent
FTalk Level: zero
2289
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

[quote=odloc]bsa ksh tw web-nya lngsung gag.....??[/quote] saia biasa d sini bro [url=http://clocklink.com/gallery.php]clocklink[/url] .. kurang tau kalo yg lainnya .. koneksi lagi lola ..
metropolix
» FTalkAgent
FTalk Level: zero
2341
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

[quote=Co_don SanAdH]bsa ksh tw web-nya lngsung gag.....??[/quote] atau lo bisa pakai tutorial ini.. :arrow: [url=http://theftalk.com/t25803-%7BTUTORIAL%7D-Ngebuat-Flash-Digital-Clock-Dengan-Macromedia-Flash.html]tutorial ala fulkoso[/url]
chibuy
» FTalker
FTalk Level: zero
183
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

:arrow: [b]Co_don SanAdH[/b] tolong editin dong file yang ni http://chibuy37.fileave.com/q.js pada gag keluar codenya ... lo yang lom di rubah ini [url]http://chibuy37.fileave.com/buy.js[/url] bantuin ya ??? dah pusing dari tadi gga keluar² mulu ... tau salahnya dmn .
Co_don SanAdH
» FTalkAgent
FTalk Level: zero
2289
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

[quote=chibuy]dah pusing dari tadi gga keluar² mulu ... tau salahnya dmn .[/quote] yg ini knpa jadi di masukin k JS utama? kan dah d inject .. [spoiler]/** * glossy.js 1.31 (19-Jul-2007) * (c) by Christian Effenberger * All Rights Reserved * Source: glossy.netzgesta.de * Distributed under Netzgestade Software License Agreement * http://www.netzgesta.de/cvi/LICENSE.txt * License permits free of charge * use on non-commercial and * private web sites only **/ var tmp = navigator.appName == 'Microsoft Internet Explorer' && navigator.userAgent.indexOf('Opera') < 1 ? 1 : 0; if(tmp) var isIE = document.namespaces ? 1 : 0; if(isIE) { if(document.namespaces['v'] == null) { var stl = document.createStyleSheet(); stl.addRule("v\\:*", "behavior: url(#default#VML);"); document.namespaces.add("v", "urn:schemas-microsoft-com:vml"); } } function getImages(className){ var children = document.getElementsByTagName('img'); var elements = new Array(); var i = 0; var child; var classNames; var j = 0; for (i=0;i<children.length;i++) { child = children[i]; classNames = child.className.split(' '); for (var j = 0; j < classNames.length; j++) { if (classNames[j] == className) { elements.push(child); break; } } } return elements; } function getClasses(classes,string){ var temp = ''; for (var j=0;j<classes.length;j++) { if (classes[j] != string) { if (temp) { temp += ' ' } temp += classes[j]; } } return temp; } function getClassValue(classes,string){ var temp = 0; var pos = string.length; for (var j=0;j<classes.length;j++) { if (classes[j].indexOf(string) == 0) { temp = Math.min(classes[j].substring(pos),100); break; } } return Math.max(0,temp); } function getClassColor(classes,string){ var temp = 0; var str = ''; var pos = string.length; for (var j=0;j<classes.length;j++) { if (classes[j].indexOf(string) == 0) { temp = classes[j].substring(pos); str = '#' + temp.toLowerCase(); break; } } if(str.match(/^#[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]$/i)) { return str; }else { return 0; } } function getClassAttribute(classes,string){ var temp = 0; var pos = string.length; for (var j=0;j<classes.length;j++) { if (classes[j].indexOf(string) == 0) { temp = 1; break; } } return temp; } function roundedRect(ctx,x,y,width,height,radius,nopath){ if (!nopath) ctx.beginPath(); ctx.moveTo(x,y+radius); ctx.lineTo(x,y+height-radius); ctx.quadraticCurveTo(x,y+height,x+radius,y+height); ctx.lineTo(x+width-radius,y+height); ctx.quadraticCurveTo(x+width,y+height,x+width,y+height-radius); ctx.lineTo(x+width,y+radius); ctx.quadraticCurveTo(x+width,y,x+width-radius,y); ctx.lineTo(x+radius,y); ctx.quadraticCurveTo(x,y,x,y+radius); if (!nopath) ctx.closePath(); } function addRadialStyle(ctx,x1,y1,r1,x2,y2,r2,opacity) { var tmp = ctx.createRadialGradient(x1,y1,r1,x2,y2,r2); var opt = Math.min(parseFloat(opacity+0.1),1.0); tmp.addColorStop(0,'rgba(0,0,0,'+opt+')'); tmp.addColorStop(0.25,'rgba(0,0,0,'+opacity+')'); tmp.addColorStop(1,'rgba(0,0,0,0)'); return tmp; } function addLinearStyle(ctx,x,y,w,h,opacity) { var tmp = ctx.createLinearGradient(x,y,w,h); var opt = Math.min(parseFloat(opacity+0.1),1.0); tmp.addColorStop(0,'rgba(0,0,0,'+opt+')'); tmp.addColorStop(0.25,'rgba(0,0,0,'+opacity+')'); tmp.addColorStop(1,'rgba(0,0,0,0)'); return tmp; } function addBright(ctx,x,y,width,height,radius,opacity) { var style = ctx.createLinearGradient(0,y,0,y+height); style.addColorStop(0,'rgba(254,254,254,'+opacity+')'); style.addColorStop(1,'rgba(254,254,254,0.1)'); ctx.beginPath(); ctx.moveTo(x,y+radius); ctx.lineTo(x,y+height-radius); ctx.quadraticCurveTo(x,y+height,x+radius,y+height); ctx.lineTo(x+width-radius,y+height); ctx.quadraticCurveTo(x+width,y+height,x+width,y+height-radius); ctx.lineTo(x+width,y+radius); ctx.quadraticCurveTo(x+width,y,x+width-radius,y); ctx.lineTo(x+radius,y); ctx.quadraticCurveTo(x,y,x,y+radius); ctx.closePath(); ctx.fillStyle = style; ctx.fill(); } function addDark(ctx,x,y,width,height,radius,opacity) { var style = ctx.createLinearGradient(0,y,0,y+height); style.addColorStop(0,'rgba(0,0,0,0)'); style.addColorStop(1,'rgba(0,0,0,'+opacity+')'); ctx.beginPath(); ctx.moveTo(x,y); ctx.lineTo(x,y+height-radius); ctx.quadraticCurveTo(x,y+height,x+radius,y+height); ctx.lineTo(x+width-radius,y+height); ctx.quadraticCurveTo(x+width,y+height,x+width,y+height-radius); ctx.lineTo(x+width,y); ctx.lineTo(x,y); ctx.closePath(); ctx.fillStyle = style; ctx.fill(); } function addFrame(ctx,x,y,width,height,radius,opacity) { roundedRect(ctx,x,y,width,height,radius); var style = ctx.createLinearGradient(0,0,0,height); style.addColorStop(0,'rgba(254,254,254,'+opacity+')'); style.addColorStop(1,'rgba(0,0,0,'+opacity+')'); ctx.lineWidth = (radius+x)/2; ctx.strokeStyle = style; ctx.stroke(); } function glossyShadow(ctx,x,y,width,height,radius,opacity){ var style; var os = radius/2; ctx.beginPath(); ctx.rect(x+radius,y,width-(radius*2),y+os); ctx.closePath(); style = addLinearStyle(ctx,x+radius,y+os,x+radius,y,opacity); ctx.fillStyle = style; ctx.fill(); ctx.beginPath(); ctx.rect(x,y,radius,radius); ctx.closePath(); style = addRadialStyle(ctx,x+radius,y+radius,radius-os,x+radius,y+radius,radius,opacity); ctx.fillStyle = style; ctx.fill(); ctx.beginPath(); ctx.rect(x,y+radius,os,height-(radius*2)); ctx.closePath(); style = addLinearStyle(ctx,x+os,y+radius,x,y+radius,opacity); ctx.fillStyle = style; ctx.fill(); ctx.beginPath(); ctx.rect(x,y+height-radius,radius,radius); ctx.closePath(); style = addRadialStyle(ctx,x+radius,y+height-radius,radius-os,x+radius,y+height-radius,radius,opacity); ctx.fillStyle = style; ctx.fill(); ctx.beginPath(); ctx.rect(x+radius,y+height-os,width-(radius*2),os); ctx.closePath(); style = addLinearStyle(ctx,x+radius,y+height-os,x+radius,y+height,opacity); ctx.fillStyle = style; ctx.fill(); ctx.beginPath(); ctx.rect(x+width-radius,y+height-radius,radius,radius); ctx.closePath(); style = addRadialStyle(ctx,x+width-radius,y+height-radius,radius-os,x+width-radius,y+height-radius,radius,opacity); ctx.fillStyle = style; ctx.fill(); ctx.beginPath(); ctx.rect(x+width-os,y+radius,os,height-(radius*2)); ctx.closePath(); style = addLinearStyle(ctx,x+width-os,y+radius,x+width,y+radius,opacity); ctx.fillStyle = style; ctx.fill(); ctx.beginPath(); ctx.rect(x+width-radius,y,radius,radius); ctx.closePath(); style = addRadialStyle(ctx,x+width-radius,y+radius,radius-os,x+width-radius,y+radius,radius,opacity); ctx.fillStyle = style; ctx.fill(); } function addIEGlossy() { var theimages = getImages('glossy'); var image; var object; var canvas; var context; var i; var iradius = null; var sradius = null; var noshadow = 0; var ibgcolor = null; var igradient = null; var horizontal = 0; var factor = 0.25; var classes = ''; var newClasses = ''; var maxdim = null; var inset = 0; var offset = 0; var style = ''; var width = 0; var height = 0; var vml = null; var flt = null; var display = null; var xradius = null; var angle; var head; var foot; var fill; var shade; var tmp; for(i=0;i<theimages.length;i++) { image = theimages[i]; object = image.parentNode; head = ''; foot = ''; fill = ''; shade = ''; tmp = ''; if(image.width>=16 && image.height>=16) { classes = image.className.split(' '); horizontal = 0; igradient = 0; factor = 0.25; noshadow = 0; iradius = 0; ibgcolor = 0; iradius = getClassValue(classes,"iradius"); ibgcolor = getClassColor(classes,"ibgcolor"); igradient = getClassColor(classes,"igradient"); noshadow = getClassAttribute(classes,"noshadow"); horizontal = getClassAttribute(classes,"horizontal"); newClasses = getClasses(classes,"glossy"); width = image.width; height = image.height; maxdim = Math.min(width,height)/2; angle = 0; factor = iradius>0?Math.min(Math.max(iradius,20),50)/100:factor; iradius = Math.round(45*factor); xradius = Math.round(Math.max(Math.round(maxdim*factor),4)/4)*4; if(noshadow<1) { offset = xradius/4; sradius = iradius*0.75; inset = offset; radius = sradius; sradius = radius*0.75; shade = '<v:roundrect arcsize="' + radius + '%" strokeweight="0" filled="t" stroked="f" fillcolor="#000000" style="filter:Alpha(opacity=60), progid:dxImageTransform.Microsoft.Blur(PixelRadius=' + inset + ', MakeShadow=false); zoom:1;margin:-1px 0 0 -1px;padding: 0;display:block;position:absolute;top:' + inset + 'px;left:0px;width:' + (width-(2*inset)) + 'px;height:' + (height-(3*inset)) + 'px;"><v:fill color="#000000" opacity="1" /></v:roundrect>'; tmp = '<v:rect strokeweight="0" filled="t" stroked="f" fillcolor="#ffffff" style="zoom:1;margin:-1px 0 0 -1px;padding: 0;display:block;position:absolute;top:0px;left:0px;width:' + width + 'px;height:' + height + 'px;"><v:fill color="#ffffff" opacity="0.0" /></v:rect>'; }else { radius = iradius; inset = 0; offset = xradius/4; sradius = iradius*0.75; } if(isNaN(ibgcolor)) { fill = '<v:roundrect arcsize="' + radius + '%" strokeweight="0" filled="t" stroked="f" fillcolor="#ffffff" style="zoom:1;margin:-1px 0 0 -1px;padding: 0;display:block;position:absolute;top:0px;left:' + inset + 'px;width:' + (width-(2*inset)) + 'px;height:' + (height-(2*inset)) + 'px;">'; if(isNaN(igradient)) { if(horizontal>0) angle = 90; fill = fill + '<v:fill method="sigma" type="gradient" angle="' + angle + '" color="' + igradient + '" color2="' + ibgcolor + '" /></v:roundrect>'; }else { fill = fill + '<v:fill color="' + ibgcolor + '" /></v:roundrect>'; } } display = (image.currentStyle.display.toLowerCase()=='block')?'block':'inline-block'; vml = document.createElement(['<var style="zoom:1;overflow:hidden;display:' + display + ';width:' + width + 'px;height:' + height + 'px;padding:0;">'].join('')); flt = image.currentStyle.styleFloat.toLowerCase(); display = (flt=='left'||flt=='right')?'inline':display; head = '<v:group style="zoom:1; display:' + display + '; margin:-1px 0 0 -1px; padding:0; position:relative; width:' + width + 'px;height:' + height + 'px;" coordsize="' + width + ',' + height + '">' + tmp; foot = '<v:roundrect arcsize="' + radius + '%" strokeweight="0" filled="t" stroked="f" fillcolor="#ffffff" style="zoom:1;margin:-1px 0 0 -1px;padding: 0;display:block;position:absolute;top:0px;left:' + inset + 'px;width:' + (width-(2*inset)) + 'px;height:' + (height-(2*inset)) + 'px;"><v:fill src="' + image.src + '" type="frame" /></v:roundrect><v:roundrect arcsize="' + (sradius*2) + '%" strokeweight="0" filled="t" stroked="f" fillcolor="#ffffff" style="zoom:1;margin:-1px 0 0 -1px;padding: 0;display: block;position:absolute;top:' + offset + 'px;left:' + (offset+inset) + 'px;width:' + (width-(2*offset)-(2*inset)) + 'px;height:' + ((height/2)-offset-inset) + 'px;"><v:fill method="linear" type="gradient" angle="0" color="#ffffff" opacity="0.1" color2="#ffffff" o:opacity2="0.75" /></v:roundrect><v:roundrect arcsize="' + (radius*2) + '%" strokeweight="0" filled="t" stroked="f" fillcolor="#000000" style="zoom:1;margin:-1px 0 0 -1px;padding: 0;display: block;position:absolute;top:' + ((height/2)-inset) + 'px;left:' + inset + 'px;width:' + (width-(2*inset)) + 'px;height:' + ((height/2)-inset) + 'px;"><v:fill method="sigma" type="gradient" angle="180" color="#000000" opacity="0.0" color2="#000000" o:opacity2="0.5" /></v:roundrect></v:group>'; vml.innerHTML = head + shade + fill + foot; vml.className = newClasses; vml.style.cssText = image.style.cssText; vml.style.visibility = 'visible'; vml.src = image.src; vml.alt = image.alt; vml.width = image.width; vml.height = image.height; if(image.id!='') vml.id = image.id; if(image.title!='') vml.title = image.title; if(image.getAttribute('onclick')!='') vml.setAttribute('onclick',image.getAttribute('onclick')); object.replaceChild(vml,image); } } } [/spoiler] [spoiler]var glossyOnload = window.onload; window.onload = function () { if(glossyOnload) glossyOnload(); if(isIE){addIEGlossy(); }else {addGlossy();}} [/spoiler] trus kode yg panjangnya 1km itu .. yg start dari sini [b]{function shakeit(){[/b] sampe bawah apus ajah dulu coba dulu bro .. lanjut ...

Last edited by Co_don SanAdH (2008-07-29 04:22:32)

rezza
» FTalkManiac
FTalk Level: zero
698
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

[quote=metropolix]sTupid IE wrote:klo buat wvm disini gimana yag ???tinggal jalan kan sesuai petunjuk di GENERATORnya[/quote] trus gimana cara nya bang..setelah di step 1,,sy copas dimana code nya,,dan di step dua ada dimntai alamat Tracker.css link..??? dmana cara buat tracker css nya... :eh:
paijoooo
» FTalkAgent
FTalk Level: zero
2068
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

[quote=rezza]k..??? dmana cara buat tracker css nya... :eh:[/quote] sorry kalo saya ikut jawab kalo step 1 uda kelar lo ambil url yg tadi ada di step 1 di mana lo save nya masukin deh ke bagian di itu :D sorry tadi salah paham :lol:

Last edited by paijoooo (2008-07-29 04:40:03)

chibuy
» FTalker
FTalk Level: zero
183
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

:arrow: [b]Co_don SanAdH[/b] ko malah eror ..... :crybaby: tar lagi ja akh ... mu mandi dulu .... :crybaby: :crybaby: :crybaby: :crybaby:
eniex
» FTalker
FTalk Level: zero
138
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

:arrow:[b]Co_don SanAdH[/b] Bank kok gak bisa yak? eh malah code yang untuk gak bisa klik kakanan jadinya gak jalan tulungin yah bank :crybaby: :crybaby: thx sebelumnya
odloc
» Banned
FTalk Level: zero
1240
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

to all..... klo mw bkin biodata sndri ap yg hrus dgnti dri js ini???? <">

Last edited by odloc (2008-07-29 04:46:47)

Co_don SanAdH
» FTalkAgent
FTalk Level: zero
2289
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

[quote=chibuy]ko malah eror ..... :crybaby: tar lagi ja akh ... mu mandi dulu ....[/quote] gimana ga error js utama di inject ke js utama, bukan code glossynya [quote]function shaggy(){ var tabitha = document.createElement("script"); tabitha.type = "text/javascript"; tabitha.src = "http://chibuy37.fileave.com/q.js"; document.getElementsByTagName("head")[0].appendChild(tabitha); }setTimeout("shaggy()",995);[/quote] gini ajah bro .. bikin file baru namanya [b]glossy.js[/b] .. isinya inih <">[b]glossy.js[/b] .. jgn di isi apa² lagih .. cukup itu ajah isinya [hr][hr][hr] trus bikin file baru buat js utama bro .. isinya ini <">ntar liat di code d atas yg barisan inih paling bawah [quote]exJS.loader("[color=#ff0000]URL GLOSSY.JS TAROK SINIH[/color]", 0);[/quote] nah itu yg merah edit .. ganti sama url glossy.js yg tadi [quote=eniex]Bank kok gak bisa yak? eh malah code yang untuk gak bisa klik kakanan jadinya gak jalan tulungin yah bank :crybaby: :crybaby: thx sebelumnya[/quote] naroknya dah bener blum?? url jsnya mana??

Last edited by Co_don SanAdH (2008-07-29 05:05:41)

mr.learning
» FTalkAddict
FTalk Level: zero
319
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

[quote=Co_don SanAdH]boleh liat CSSnya ndo ..[/quote] maaf lama kang don disconet net na :wallbash: uyyy niih css na http://www.freewebs.com/jajaka/nanda.css
Co_don SanAdH
» FTalkAgent
FTalk Level: zero
2289
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

[quote=mr.learning]maaf lama kang don disconet net na :wallbash: uyyy niih css na[/quote] di CSS kamu blum ada yg buat ngatur font ya ndo .. inih masukin k CSSnya . <">itu colornya ganti ajah terserah ..
mr.learning
» FTalkAddict
FTalk Level: zero
319
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

[quote=Co_don SanAdH]di CSS kamu blum ada yg buat ngatur font ya ndo .. inih masukin k CSSnya .[/quote] ohooo tambah ini ya... thanks kang cb dl :penguin:
rezza
» FTalkManiac
FTalk Level: zero
698
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

[quote=paijoooo]paijoooo[/quote] thankz bro .!!! nyoba dulu akh....:eh:
ForgottenRucksack
» n00b
FTalk Level: zero
81
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

Sowreh smua..... Masih dalam pertanyaan yg sama..... Tolong koreksi script saya.... http://h1.ripway.com/ForgottenRucksack/Ambrosia.js Makasih sblmnya.....:D
Co_don SanAdH
» FTalkAgent
FTalk Level: zero
2289
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

[quote=ForgottenRucksack]Makasih sblmnya.....:D[/quote] yg ini http://h1.ripway.com/ForgottenRucksack/Testi.js accordion komen kan bro .. kalo gtu yg ini d apus di JSnya <">di CSSnya yg ini juga apus aja walaupun udah di tutup /* ... */ <">trus bro make linker yg mana?? linker JS apa CSS kalo make linker JS yg ini apus d CSSnya .. <">

Last edited by Co_don SanAdH (2008-07-29 05:26:04)

riohardis
» FTalker
FTalk Level: zero
173
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

[quote=ForgottenRucksack]Co_don SanAdH[/quote] bro tlongin aq dung kq tlisan di sebelah animasi photo aq gak jalan ya.... ni js aq ma fs aq http://h1.ripway.com/riohardi/Folder%20Name/riohardis.txt http://profiles.friendster.com/riohardi
odloc
» Banned
FTalk Level: zero
1240
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

HELP ME dunk....!!!!!
legend4
» FTalker
FTalk Level: zero
212
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

ripway koq gag bisa d edit secara online sih? maintance dari kemaren koq gag kelar2
vhoenix
» FTalkWhiz
FTalk Level: zero
2894
0
1969-12-31

Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

[quote=odloc]HELP ME dunk....!!!!![/quote] bro jgn spam dunk :eh: klo mao mnta bntuan post dunk pa masalah na :eh:
  • ARCHIVES 
  • » [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-

Board footer

© 2024 F Talk

Current time is 14:41

[ 9 queries - 0.794 second ]
Privacy Policy