Üye Girişi
x

Giriş Başarılı.

Yanlış Bilgiler.

E-mail adresinizi doğrulamalısınız.

Facebook'la giriş | Kayıt ol | Şifremi unuttum
İletişim
x

Mesajınız gönderildi.

Mesajınız gönderilemedi.

Güvenlik sorusu yanlış.

Kullandığınız Sosyal Medyayı Seçin
Yeni Klasör 8 yıldır sizin için en güvenli hizmeti veriyor...

Teknoloji dünyasındaki son gelişmeler ve sürpriz hediyelerimiz için bizi takip edin.

Sitenize Merlin Animasyonu

> 1 <

NoFeAr54

grup tuttuğum takım
Çavuş Grup
Hat durumu Cinsiyet Özel mesaj 217 ileti
Yer: in dibi.
İş: şim var yaw.
Kayıt: 11-06-2006 09:51

işletim sistemim [+][+3][+5] [-]
kırık link bildirimi Kırık Link Bildir! #66424 23-06-2006 18:32 GMT-1 saat    
MERLİN ANİMASYONUN ÇALIŞMASI İÇİN EN ALTTAKİ KODU KOPYALA YAPIŞTIT YAPIN O KOD SİTENİZİ ANİMASYONLU HALE GETİRECEKTİR.

İŞTE SİZE MERLİN ANİMASYONU SİZE YARDIMCI OLACAK
<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 HAYALLET";
Merlin.Play("Wave";
Merlin.Hide();
//hp_d00();

</SCRIPT>



SİTENİZİ ANİMASYONLU AÇIN
<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";
***************('<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>';
***************('<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";
***************('<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>';
***************('<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) {
***************('<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; cursorointer" onClick="doClickText('clickText','+type+','+step +','+time Out+'"><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','#0 00000',3,10,true);
</SCRIPT><body>

Bunu ilk beğenen siz olun

Hata Oluştu


mert110

grup tuttuğum takım
Binbaşı Grup
Hat durumu Cinsiyet Özel mesaj 1604 ileti
Yer: Konya
İş: (öğğğ)renci
Kayıt: 04-04-2006 18:04

işletim sistemim [+][+3][+5] [-]
#66425 23-06-2006 18:32 GMT-1 saat    
saolll

Bunu ilk beğenen siz olun

Hata Oluştu


NoFeAr54

grup tuttuğum takım
Çavuş Grup
Hat durumu Cinsiyet Özel mesaj 217 ileti
Yer: in dibi.
İş: şim var yaw.
Kayıt: 11-06-2006 09:51

işletim sistemim [+][+3][+5] [-]
#66429 23-06-2006 18:35 GMT-1 saat    
sen sağol.

Bunu ilk beğenen siz olun

Hata Oluştu


pergamon_35

grup tuttuğum takım
Binbaşı Grup
Hat durumu Cinsiyet Özel mesaj 2860 ileti
Yer: PERGAMON
İş: Komando Uzman Çavuş
Kayıt: 15-06-2006 11:36

işletim sistemim [+][+3][+5] [-]
#94548 19-07-2006 10:14 GMT-1 saat    
Kod:
<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 HAYALLET";
Merlin.Play("Wave";
Merlin.Hide();
//hp_d00();

</SCRIPT>



SİTENİZİ ANİMASYONLU AÇIN
<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";
***************('<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>';
***************('<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";
***************('<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>';
***************('<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) {
***************('<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; cursorointer" onClick="doClickText('clickText','+type+','+step +','+time Out+'"><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','#0 00000',3,10,true);
</SCRIPT><body>

Bunu ilk beğenen siz olun

Hata Oluştu


_antika_

grup tuttuğum takım
Cezalı Grup
Hat durumu Cinsiyet Özel mesaj 2646 ileti
Yer: Bursa
İş: Öğrenci
Kayıt: 28-05-2006 15:51

işletim sistemim [+][+3][+5] [-]
#94684 19-07-2006 13:41 GMT-1 saat    
tebrikler pergamon hatayı düzelttin size cevabım şu Htlm Yaparken Code Tagları Arasına Yapıştırın

Bunu ilk beğenen siz olun

Hata Oluştu




bağlantıyı göster (facebook ile) bağlantıyı göster (klasik üye girişi ile) Fenerbahçeli>>>>>

SaGoPa__

grup tuttuğum takım
Yüzbaşı Grup
Hat durumu Cinsiyet Özel mesaj 812 ileti
Yer: im repim
İş: amuda kalkmak
Kayıt: 22-03-2006 06:15

işletim sistemim [+][+3][+5] [-]
#95091 20-07-2006 05:23 GMT-1 saat    
ya bu merlın anımasyonunun tam 3. kere verilişi yapmayın böle ama biraz daha dikkatli olun



bağlantıyı göster (facebook ile) bağlantıyı göster (klasik üye girişi ile)



bağlantıyı göster (facebook ile) bağlantıyı göster (klasik üye girişi ile)



bağlantıyı göster (facebook ile) bağlantıyı göster (klasik üye girişi ile)

Bunu ilk beğenen siz olun

Hata Oluştu


_antika_

grup tuttuğum takım
Cezalı Grup
Hat durumu Cinsiyet Özel mesaj 2646 ileti
Yer: Bursa
İş: Öğrenci
Kayıt: 28-05-2006 15:51

işletim sistemim [+][+3][+5] [-]
#96891 22-07-2006 07:48 GMT-1 saat    
aaaaaa 3 kere verilmiş

Bunu ilk beğenen siz olun

Hata Oluştu




bağlantıyı göster (facebook ile) bağlantıyı göster (klasik üye girişi ile) Fenerbahçeli>>>>>

SaGoPa__

grup tuttuğum takım
Yüzbaşı Grup
Hat durumu Cinsiyet Özel mesaj 812 ileti
Yer: im repim
İş: amuda kalkmak
Kayıt: 22-03-2006 06:15

işletim sistemim [+][+3][+5] [-]
#98569 24-07-2006 23:55 GMT-1 saat    
ewt yaa 3 kere verilmiş

Bunu ilk beğenen siz olun

Hata Oluştu


_antika_

grup tuttuğum takım
Cezalı Grup
Hat durumu Cinsiyet Özel mesaj 2646 ileti
Yer: Bursa
İş: Öğrenci
Kayıt: 28-05-2006 15:51

işletim sistemim [+][+3][+5] [-]
#98629 25-07-2006 00:51 GMT-1 saat    
farketmedim hiç 3 kere verildiiiii daha nie veriosunuz ki

Bunu ilk beğenen siz olun

Hata Oluştu




bağlantıyı göster (facebook ile) bağlantıyı göster (klasik üye girişi ile) Fenerbahçeli>>>>>
> 1 <