HTML KOd Arsivi ----->

Bu bölümümüzde HTML uzantılı web sayfaları hakkında aradığınıza ulaşabileceksiniz..Java Kodlar, programlar ve daha niceleri..
Cevapla
Kullanıcı avatarı
ıIı_aMo_ıIı
Aktif Üye
Aktif Üye
Mesajlar: 23
Kayıt: 22 May 2007 [ 15:32 ]

HTML KOd Arsivi ----->

Mesaj gönderen ıIı_aMo_ıIı »

Arkadaşlar Selamın Aleyküm Ben Foruma Yeni Katıldım Ve Kendimi Göstermek İçin Büyük Bi Paylasım Yapayım Dedim Bu Verecegim Kodlar Cok İsinize Yarayacaktır...Bir Teşekkür Benim İçin Yeterlidir......


1-Online Ziyaretçi Sayısı

Kod: Tümünü seç

<script src="http://fastonlineusers.com/online.php?d=SİZİN SİTENİZ"></script>

2-Sayfayı Animasyonla Açmak

Kod: Tümünü seç

body><SCRIPT>
var width=document.body.clientWidth;
var height=document.body.clientHeight;

function doClickText(who,type,step,timeOut) {
document.getElementById(who).style.display="none";
if(type==0) {
reveal('revealDiv1',step,timeOut,0);
reveal('revealDiv2',step,timeOut,1);}
if(type==1) {
reveal('revealDiv1',step,timeOut,2);
reveal('revealDiv2',step,timeOut,3);}}
function reveal(who,step,timeOut,type) {
if(type==0)
var where="top";
if(type==1)
var where="bottom";
if(type==2)
var where="left";
if(type==3)
var where="right";
eval('var temp=document.getElementById(who).style.'+where);
temp=parseInt(temp);
if(type==0||type==1)
var checkWith=height/2;
if(type==2||type==3)
var checkWith=width/2;
if(-temp<checkWith) {
temp-=step;
eval('document.getElementById(who).style.'+where+'=temp;');
setTimeout("reveal('"+who+"',"+step+",'"+timeOut+"',"+type+")", timeOut);}
else {
document.getElementById(who).style.display="none";
document.body.scroll="yes";}}
function initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc,div2bc,step,timeOut,click) {
if(type==0) {
var bWhere1="border-bottom";
var bWhere2="border-top";
var putZero1="top:0px; left:0px";
var putZero2="bottom:0px; left:0px";
document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');
document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
if(!click) {
reveal('revealDiv1',step,timeOut,0);
reveal('revealDiv2',step,timeOut,1);}

else {
clickText(type,step,timeOut);}}

if(type==1) {
var bWhere1="border-right";
var bWhere2="border-left";
var putZero1="top:0px; left:0px";
var putZero2="top:0px; right:0px";
document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');
document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
if(!click) {
reveal('revealDiv1',step,timeOut,2);
reveal('revealDiv2',step,timeOut,3);}
else {
clickText(type,step,timeOut);}}
function clickText(type,step,timeOut) {
document.write('<div id="clickText" style="z-index:101; display:block; position:absolute; top:'+(height/2-clickh/2-clickb)+'; left:'+(width/2-clickw/2-clickb)+'"><table style="border:'+clickc+' solid '+clickb+'px; background:'+clickbg+' ;width:'+clickw+'px; height:'+clickh+'; '+clickFont+'; cursor:hand; cursor:pointer" onClick="doClickText(\'clickText\','+type+','+step+','+timeOut+')"><tr><td align="middle">'+clickt+'</td></tr></table></div>');}}
</SCRIPT>
<SCRIPT>
var clickw=170; // Width
var clickh=20; // Height
var clickb=2; // Border width
var clickc="#CCFFCC"; // Border color
var clickbg="#000000"; // Background color
var clickt="Siteye girmek icin tiklayin."; // Text to display
var clickFont="font-family:Tahoma,arial,helvetica; font-size:10pt; font-weight:bold; color:#FF0000"; // The font style of the text
new initReveal(0,'#CCFFCC','#CCFFCC',1,1,'#00FF00','#000000',3,10,true);
</SCRIPT><body>


3-Web Siten Açılınca Şarkı Çalsın

Kod: Tümünü seç

<BGSOUND SRC="Dosyanın Adresi" LOOP=Kaç kere tekrarlanacağı>

4-Cok Güzel Bir Site Girisi

Kod: Tümünü seç

<script> 
// Modified by CoffeeCup Software
 
function initArray() 
{
this.length = initArray.arguments.length
for (var i = 0; i < this.length; i++)
this[i+1] = initArray.arguments[i]
}

5-Süper Bir Menü

Kod: Tümünü seç

<table border=1 bordercolor="black" style="cursor:crosshair">
<tr bgcolor="black">
<td>
<b><font style="cursor:crosshair" face="Arial" color=white>KoMeDiYe Menü</font></b>
</td>
</tr>
<tr bgcolor="white">
<td><center><p>
<form><input style="cursor:crosshair" type="button" name="anasayfa" onClick="self.location.href=('http://rockhll.sitemynet.com')" value="Ana Sayfa" style="background:white" style="cursor:crosshair"title="Copyright © 2004-2005 KoMeDiYe"></form>
<p>
<form><input style="cursor:crosshair" type="button" name="anasayfa" onClick="self.location.href=('http://rockhll.sitemynet.com')" value="Ana Sayfa" style="background:white" style="cursor:crosshair"title="Copyright © 2004-2005 KoMeDiYe"></form>
<p>
<form><input style="cursor:crosshair" type="button" name="anasayfa" onClick="self.location.href=('http://rockhll.sitemynet.com')" value="Ana Sayfa" style="background:white" style="cursor:crosshair" title="Copyright © 2004-2005 KoMeDiYe"></form>
<p>
<form><input style="cursor:crosshair" type="button" name="anasayfa" onClick="self.location.href=('http://rockhll.sitemynet.com')" value="Ana Sayfa" style="background:white" style="cursor:crosshair"title="Copyright © 2004-2005 KoMeDiYe"></form>
<p>
<form><input style="cursor:crosshair" type="button" name="anasayfa" onClick="self.location.href=('http://rockhll.sitemynet.com')" value="Ana Sayfa" style="background:white" style="cursor:crosshair"title="Copyright © 2004-2005 KoMeDiYe"></form>
<p>
</td>
</tr>
</table>

6-Mause Renklensin

Kod: Tümünü seç

<script language="JavaScript">

<!--  
msg='mesaj';

font='Verdana,Arial';

size=2; // 1-7 only!

color='#ffffff';

speed=0.5;


//Alter nothing past here!!

ns=(document.layers);

ie=(document.all);

msg=msg.split('');

n=msg.length; 

a=size*10;

ymouse=0;

xmouse=0;

scrll=0;

props="<font face="+font+" size="+size+" color="+color+">";

if (ns){

for (i=0; i < n; i++)

document.write('<layer name="nsmsg'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+msg[i]+'</font></center></layer>');

}

if (ie){

document.write('<div id="outer" style="position:absolute;top:0px;left:0px"><div style="position:relative">');

for (i=0; i < n; i++)

document.write('<div id="iemsg" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+msg[i]+'</font></div>');

document.write('</div></div>');

}

(ns)?window.captureEvents(Event.MOUSEMOVE):0;

function Mouse(evnt){

ymouse = (ns)?evnt.pageY+20-(window.pageYOffset):event.y+20;

xmouse = (ns)?evnt.pageX+20:event.x+20;

}

(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;

y=new Array();

x=new Array();

Y=new Array();

X=new Array();

for (i=0; i < n; i++){

y[i]=0;

x[i]=0;

Y[i]=0;

X[i]=0;

}

function assign(){

if (ie) outer.style.top=document.body.scrollTop;

for (i=0; i < n; i++){

 var d=(ns)?document.layers['nsmsg'+i]:iemsg[i].style; 

 d.top=y[i]+scrll;

 d.left=x[i]+(i*(a/2));

 } 

}

function ripple(){

scrll=(ns)?window.pageYOffset:0;

y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);

x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);

for (var i=1; i < n; i++){

y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);

x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);

}

assign();

setTimeout('ripple()',10);

}

if (ns||ie)window.onload=ripple;

// -->

</script>

7-Anasayfaya Kar Yağsın xD

Kod: Tümünü seç

<script type="text/javascript"> 

/****************************************** 
* Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html) 
* Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code 
* Last updated Nov 9th, 05' by DD. This notice must stay intact for use 
******************************************/ 
  
  //Configure below to change URL path to the snow image 
  var snowsrc="http://img486.imageshack.us/img486/5819/snow32jx.gif " 
  // Configure below to change number of snow to render 
  var no = 10; 
  // Configure whether snow should disappear after x seconds (0=never): 
  var hidesnowtime = 0; 
  // Configure how much snow should drop down before fading ("windowheight" or "pageheight") 
  var snowdistance = "pageheight"; 

///////////Stop Config////////////////////////////////// 

  var ie4up = (document.all) ? 1 : 0; 
  var ns6up = (document.getElementById&&!document.all) ? 1 : 0; 

   function iecompattest(){ 
   return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body 
   } 

  var dx, xp, yp;    // coordinate and position variables 
  var am, stx, sty;  // amplitude and step variables 
  var i, doc_width = 800, doc_height = 600; 
  
  if (ns6up) { 
    doc_width = self.innerWidth; 
    doc_height = self.innerHeight; 
  } else if (ie4up) { 
    doc_width = iecompattest().clientWidth; 
    doc_height = iecompattest().clientHeight; 
  } 

  dx = new Array(); 
  xp = new Array(); 
  yp = new Array(); 
  am = new Array(); 
  stx = new Array(); 
  sty = new Array(); 
  snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "http://img466.imageshack.us/img466/1904/snow3uh.gif" : snowsrc 
  for (i = 0; i < no; ++ i) { 
    dx[i] = 0;                        // set coordinate variables 
    xp[i] = Math.random()*(doc_width-50);  // set position variables 
    yp[i] = Math.random()*doc_height; 
    am[i] = Math.random()*20;         // set amplitude variables 
    stx[i] = 0.02 + Math.random()/10; // set step variables 
    sty[i] = 0.7 + Math.random();     // set step variables 
      if (ie4up||ns6up) { 
      if (i == 0) { 
        document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>"); 
      } else { 
        document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>"); 
      } 
    } 
  } 

  function snowIE_NS6() {  // IE and NS6 main animation function 
    doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10; 
      doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")?  iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight; 
    for (i = 0; i < no; ++ i) {  // iterate for every dot 
      yp[i] += sty[i]; 
      if (yp[i] > doc_height-50) { 
        xp[i] = Math.random()*(doc_width-am[i]-30); 
        yp[i] = 0; 
        stx[i] = 0.02 + Math.random()/10; 
        sty[i] = 0.7 + Math.random(); 
      } 
      dx[i] += stx[i]; 
      document.getElementById("dot"+i).style.top=yp[i]+"px"; 
      document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px"; 
    } 
    snowtimer=setTimeout("snowIE_NS6()", 10); 
  } 

   function hidesnow(){ 
      if (window.snowtimer) clearTimeout(snowtimer) 
      for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden" 
   } 
      

if (ie4up||ns6up){ 
    snowIE_NS6(); 
      if (hidesnowtime>0) 
      setTimeout("hidesnow()", hidesnowtime*1000) 
      } 

</script>

8-Arka Plan Kodu

Kod: Tümünü seç

AÇIKLAMA:arkaplan kodu bölümüne renk kodunu gireceksiniz

KOD:<body font=purple bgcolor=ARKAPLAN KODU text=black link=blue vlink=ARKAPLAN KODU>

9-RAdyo

Kod: Tümünü seç

KOD:    <!--MaviFM Radyo Kodu-->
    <iframe frameborder="0" height="45" marginheight="0" marginwidth="0" name="player" scrolling="no" width="605" src="http://www.mavifm.com/mavifm.htm"></iframe>
    <!--MaviFM Radyo Kodu Bitti-->

10-Sever Chat

Kod: Tümünü seç

AÇIKLAMA:chat sizin sitenize ait görünecek ama chat yöneticisi olmayacaksınız...

KOD:<!--chatsever.com kodu başlangıcı-->

	<table border="3" width="718" height="381" cellpadding="2" bordercolor="#0269AE" style="border-collapse: collapse" cellspacing="0">
	<tr><font size="2"><B style="font-weight: 400">	<font face="Arial" size="2"><td width="714" height="377">	<p style="margin: 0 2px">
	<iframe name="I1" src="http://www.chatsever.com/chat/index.htm" width="707" height="378" scrolling="no" border="0" frameborder="0" marginwidth="1" marginheight="1" style="border: 0px solid #8FD9F1">
     Chatsever.com, rahat ve kolay chat odası!</iframe></td>  </font></b></font>	</tr></table>
	<!--chatsever.com kodu bitişi-->

11-Sayfada Fırtına

Kod: Tümünü seç

<script type="text/javascript">

/******************************************
* GALE Effect Script- By Altan d.o.o. (http://www.altan.hr/GALE/index.html)
* Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code
* Last updated Nov 9th, 05' by DD. This notice must stay intact for use
******************************************/

//Configure below to change URL path to the GALE image
var GALEsrc="http://img486.imageshack.us/img486/5819/snow32jx.gif "
// Configure below to change number of snow to render
var no = 10;
// Configure whether GALE should disappear after x seconds (0=never):
var hidesnowtime = 0;
// Configure how much snow should drop down before fading ("windowheight" or "pageheight")
var snowdistance = "pageheight";

///////////Stop Config//////////////////////////////////

var ie4up = (document.all) ? 1 : 0;
var ns6up = (document.getElementById&&!document.all) ? 1 : 0;

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 800, doc_height = 600;

if (ns6up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = iecompattest().clientWidth;
doc_height = iecompattest().clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "http://img466.imageshack.us/img466/1904/snow3uh.gif" : snowsrc
for (i = 0; i < no; ++ i) {
dx[i] = 0; // set coordinate variables
xp[i] = Math.random()*(doc_width-50); // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20; // set amplitude variables
stx[i] = 0.02 + Math.random()/10; // set step variables
sty[i] = 0.7 + Math.random(); // set step variables
if (ie4up||ns6up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
}
}
}

function snowIE_NS6() { // IE and NS6 main animation function
doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;
doc_height=(window.innerHeight && GALEdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
}
dx[i] += stx[i];
document.getElementById("dot"+i).style.top=yp[i]+"px";
document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px";
}
GALEtimer=setTimeout("GALEIE_NS6()", 10);
}

function hidesnow(){
if (window.snowtimer) clearTimeout(snowtimer)
for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"
}


if (ie4up||ns6up){
GALEIE_NS6();
if (hidesnowtime>0)
setTimeout("hidesnow()", hidesnowtime*1000)
}

</script>

12-Farenin Etrafında İsmin Dönsün

Kod: Tümünü seç

<SCRIPT LANGUAGE="JavaScript1.2">
<!--//

//Circling text trail- Tim Tilton
//Website: http://www.tempermedia.com/
//Visit http://www.dynamicdrive.com for this script and more

// your message here
var msg='Dynamic Drive!';

var font='Verdana,Arial';
var size=3; // up to seven
var color='#000000';

// This is not the rotation speed, its the reaction speed, keep low!
// Set this to 1 for just plain rotation w/out drag
var speed=.3;

// This is the rotation speed, set it negative if you want
// it to spin clockwise
var rotation=.2;

// Alter no variables past here!, unless you are good
//---------------------------------------------------

var ns=(document.layers);
var ie=(document.all);
var msg=msg.split('');
var n=msg.length; 
var a=size*15;
var currStep=0;
var ymouse=0;
var xmouse=0;
var scrll=0;
var props="<font face="+font+" size="+size+" color="+color+">";

if (ie)
window.pageYOffset=0

// writes the message
	if (ns){
	for (i=0; i < n; i++)
		document.write('<layer name="nsmsg'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+msg[i]+'</font></center></layer>');
	}
	if (ie){
		document.write('<div id="outer" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
		for (i=0; i < n; i++)
			document.write('<div id="iemsg" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center;font-weight:regular;cursor:default">'+props+msg[i]+'</font></div>');
			document.write('</div></div>');
	}
	(ns)?window.captureEvents(Event.MOUSEMOVE):0;

function Mouse(evnt){
	ymouse = (ns)?evnt.pageY+20-(window.pageYOffset):event.y; // y-position
	xmouse = (ns)?evnt.pageX+20:event.x-20; // x-position
}

if (ns||ie)
(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
y=new Array();
x=new Array();
Y=new Array();
X=new Array();
for (i=0; i < n; i++){
	y[i]=0;
	x[i]=0;
	Y[i]=0;
	X[i]=0;
}

function makecircle(){ // rotation properties
if (ie) outer.style.top=document.body.scrollTop;
currStep-=rotation;
	for (i=0; i < n; i++){ // makes the circle
		var d=(ns)?document.layers['nsmsg'+i]:iemsg[i].style;
		d.top=y[i]+a*Math.sin((currStep+i*1)/3.8)+window.pageYOffset-15;
		d.left=x[i]+a*Math.cos((currStep+i*1)/3.8)*2; // remove *2 for just a plain circle, not oval
	}
}

function drag(){ // makes the resistance
	scrll=(ns)?window.pageYOffset:0;
	y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
	x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
	for (var i=1; i < n; i++){
		y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
		x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);

	}
	makecircle();
	// not rotation speed, leave at zero
	setTimeout('drag()',10);
}
if (ns||ie)window.onload=drag;

// -->
</SCRIPT>

13-Tarih Ve Saat

Kod: Tümünü seç

<script>

var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
   year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
   daym="0"+daym
var dayarray=new Array("Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi")
var montharray=new Array("Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık")

myhours = mydate.getHours();
if (myhours >= 12) {
   myhours = (myhours == 12) ? 12 : myhours - 12; mm = " Akşam";
}
else {
   myhours = (myhours == 0) ? 12 : myhours; mm = " Sabah";
}

myminutes = mydate.getMinutes();
if (myminutes < 10){
   mytime = ":0" + myminutes;
}
else {
   mytime = ":" + myminutes;
};

document.write("<font color='black' face='Arial' size=2><b>" + myhours + mytime + mm + ", " + dayarray[day]+", "+montharray[month]+" "+daym+", "+year+"</b></font>")

</script>

<a href="http://www.esraticaret.com" target="_blank">ESRA TİCARET</a>
<a href="http://mywebpara.bz.tc" target="_blank">MY WEB PARA</a>
<a href="http://rcworld.bz.tc" target="_blank">RC WORLD</a>




14-Kayan Yazı

Kod: Tümünü seç

<marquee>BURAYA İSTEDİĞİNİZ YAZIYI YAZIN</marquee>

15-Sitene Merlin Animasyonu

Kod: Tümünü seç

<OBJECT id=wolfi classid=clsid:d45fd31b-5c6e-11d1-9ec1-00c04fd7081f></OBJECT> 
<SCRIPT language=JavaScript type=text/javascript> 
  function LoadLocalAgent(CharID, CharACS) { 
    LoadReq = wolfi.Characters.Load(CharID, CharACS); 
    return(true); 
    } 
  var MerlinID; 
  var MerlinACS; 
  wolfi.Connected = true; 
  MerlinLoaded = LoadLocalAgent(MerlinID, MerlinACS); 
  Merlin = wolfi.Characters.Character(MerlinID); 
  Merlin.Show(); 
  Merlin.Play("Surprised"); 
  Merlin.Play("GetAttention"); 
  Merlin.Play("Blink"); 
  Merlin.MoveTo (512,450); 
  Merlin.speak("!!!!!!!!!!!!!!!!!!!!");
  Merlin.Play("Greet"); 
  Merlin.Play("Blink"); 
  Merlin.Play("Announce"); 
  Merlin.Play("DoMAgic1"); 
  Merlin.MoveTo (600,400); 
  Merlin.Play("Surprised"); 
  Merlin.Play("GestureRight"); 
  Merlin.speak("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); 
  Merlin.MoveTo (200,450); 
  Merlin.speak("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); 
  Merlin.Play("Write");
  Merlin.Play("Read"); 
  Merlin.speak("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); 
  Merlin.MoveTo (150,350); 
  Merlin.Play("GestureRight"); 
  Merlin.Play("DoMAgic1"); 
  Merlin.Play("Blink");
  Merlin.speak("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); 
  Merlin.Play("Decline");
  Merlin.MoveTo (600,400);
  Merlin.speak("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  Merlin.Play("Congratulate");
  Merlin.speak("ßy KARTAL");
  Merlin.Play("Wave");
  Merlin.Hide(); 
//hp_d00(); 

</SCRIPT>


Bir Teşekkür Yeter Arkadaşlar Emeğe Saygı haa Bu kodları nereye Koycaz derseniz ;

Microsoft FrontPage De Yardım Menüsünün Altın da Bi Vida Gibi Bişey var Gelişmiş Bileşim adı Oraya girince Bileşen Türünü Gelişmiş Denetim Yapın Denetim Seçinide HTML yapack sınız 2 saat Ugrastım Emeğe Saygı Byler !!! :sagolun: :sagolun:



Kullanıcı avatarı
VSaBaH
Tasarımcı Yönetici
Tasarımcı Yönetici
Mesajlar: 6135
Kayıt: 21 Kas 2005 [ 23:54 ]

Mesaj gönderen VSaBaH »

ıIı_aMo_ıIı, güzel paylaşım teşekkürler.. Çoğu tasarımcının işine yarayacak şeyler bunlar..

Benden sana +50 KLF!!!
 !
REKLAMLARA YAPILAN TIKLAMA BİZİM TEK GELİR KAPIMIZDIR. LÜTFEN ADBLOCK TARZI EKLENTİLERLE REKLAMLARI ENGELLEMEYELİM. BİZE EN GÜZEL TEŞEKKÜRÜ BU ŞEKİLDE YAPABİLİRSİNİZ. TEŞEKKÜRLER...


Resim

Kullanıcı avatarı
ıIı_aMo_ıIı
Aktif Üye
Aktif Üye
Mesajlar: 23
Kayıt: 22 May 2007 [ 15:32 ]

Mesaj gönderen ıIı_aMo_ıIı »

o Ne :D :D ve Ne ise yarıor xD

Kullanıcı avatarı
VSaBaH
Tasarımcı Yönetici
Tasarımcı Yönetici
Mesajlar: 6135
Kayıt: 21 Kas 2005 [ 23:54 ]

Mesaj gönderen VSaBaH »

ıIı_aMo_ıIı yazdı:o Ne :D :D ve Ne ise yarıor xD

KFL Köstebek Forum Lirası'dır bir nevi REP Puanı yani..! Forumumuzda kullanılıyor. Her üyenin görüntü resim altında kaç puanı olduğu yazar...
 !
REKLAMLARA YAPILAN TIKLAMA BİZİM TEK GELİR KAPIMIZDIR. LÜTFEN ADBLOCK TARZI EKLENTİLERLE REKLAMLARI ENGELLEMEYELİM. BİZE EN GÜZEL TEŞEKKÜRÜ BU ŞEKİLDE YAPABİLİRSİNİZ. TEŞEKKÜRLER...


Resim

Kullanıcı avatarı
VSaBaH
Tasarımcı Yönetici
Tasarımcı Yönetici
Mesajlar: 6135
Kayıt: 21 Kas 2005 [ 23:54 ]

Mesaj gönderen VSaBaH »

ıIı_aMo_ıIı yazdı:o Ne :D :D ve Ne ise yarıor xD

KFL Köstebek Forum Lirası'dır bir nevi REP Puanı yani..! Forumumuzda kullanılıyor. Her üyenin görüntü resim altında kaç puanı olduğu yazar...
 !
REKLAMLARA YAPILAN TIKLAMA BİZİM TEK GELİR KAPIMIZDIR. LÜTFEN ADBLOCK TARZI EKLENTİLERLE REKLAMLARI ENGELLEMEYELİM. BİZE EN GÜZEL TEŞEKKÜRÜ BU ŞEKİLDE YAPABİLİRSİNİZ. TEŞEKKÜRLER...


Resim

Kullanıcı avatarı
ıIı_aMo_ıIı
Aktif Üye
Aktif Üye
Mesajlar: 23
Kayıt: 22 May 2007 [ 15:32 ]

Mesaj gönderen ıIı_aMo_ıIı »

SağOL.. :huh:

Kullanıcı avatarı
walasiga
Acemi Üye
Acemi Üye
Mesajlar: 5
Kayıt: 25 May 2008 [ 19:16 ]

Mesaj gönderen walasiga »

yaw bneim de sitem war ama benim ki smf bu kodları nereye yapıstıracam

Kullanıcı avatarı
VSaBaH
Tasarımcı Yönetici
Tasarımcı Yönetici
Mesajlar: 6135
Kayıt: 21 Kas 2005 [ 23:54 ]

Mesaj gönderen VSaBaH »

walasiga yazdı:yaw bneim de sitem war ama benim ki smf bu kodları nereye yapıstıracam

SMF'de tema klasörünün içindeki index.php'yi kullanacaksın arkadaşım bu kodları koymak için...

Ama yapacağın işlemlerde kesinlikle yedek almanı öneririm çünkü yapacağın hatayla siteni tamamen kaybedebilirsin...
 !
REKLAMLARA YAPILAN TIKLAMA BİZİM TEK GELİR KAPIMIZDIR. LÜTFEN ADBLOCK TARZI EKLENTİLERLE REKLAMLARI ENGELLEMEYELİM. BİZE EN GÜZEL TEŞEKKÜRÜ BU ŞEKİLDE YAPABİLİRSİNİZ. TEŞEKKÜRLER...


Resim

Cevapla