Giriş yapmadınız.

delikiz_07

Stajyer

  • "delikiz_07" bir kadın
  • Konuyu başlatan "delikiz_07"

Mesajlar: 133

Kayıt tarihi: May 10th 2009

Konum: antalya

  • Özel mesaj gönder

1

Monday, 30.11.2009, 16:10

benden sizlere sade bir index

Kaynak kod

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<html>
<body>

<center><p><a href="index.html"><img border="0" src="http://file1.npage.de/004347/39/bilder/oof5.gif"></a></p></center>





<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("HOSGELDiNiZ");
Merlin.Play("Greet"); 
Merlin.Play("Blink"); 
Merlin.Play("Announce"); 
Merlin.Play("DoMAgic1"); 
Merlin.MoveTo (600,400); 
Merlin.Play("Surprised"); 
Merlin.Play("GestureRight"); 
Merlin.speak(" SiZDE BİZİMLE BİRLİKTE SOHBET ETMEK iSTiYORSANIZ LÜTFEN NİCK ALINIZ"); 
Merlin.MoveTo (200,450); 
Merlin.speak("EGER NİCK ALAMADIYSANIZ DJ YİMİZDEN YARDIM İSTEYİNİZ"); 
Merlin.Play("Write");
Merlin.Play("Read"); 
Merlin.speak("BAKMAYIN ÖYLE HADİ EGLENİN :)))" ); 
Merlin.MoveTo (150,350); 
Merlin.Play("GestureRight"); 
Merlin.Play("DoMAgic1"); 
Merlin.Play("Blink");
Merlin.speak("HOSSOHBETLER"); 
Merlin.Play("Decline");
Merlin.MoveTo (600,400);
Merlin.speak("İYİ EGLENCELER");
Merlin.Play("Congratulate");
Merlin.speak(".:.DeLiKiZ.:.");
Merlin.Play("Wave");
Merlin.Hide(); 
//hp_d00(); 

</SCRIPT> 


<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; 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','#0 00000',3,10,true);
</SCRIPT><body> 

 <script language="Javascript1.2">
<!--
// please keep these lines on when you copy the source

// made by: Msx - http://www.msxlabs.org

var mymessage = " ŞİİİİİİŞTTT YOK ÖYLE YAĞMA :))) BENDEN İSTE VEREYİM .:.DeLiKiZ.:.";

function rtclickcheck(keyp){
  if (navigator.appName == "Netscape" && keyp.which == 3) {
    alert(mymessage);
    return false;
  }

  if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
    alert(mymessage);
    return false;
  }
}

document.onmousedown = rtclickcheck
//-->
</script>  



<center><embed src="http://www.mycodesplace.com/Generators/Mad-Text/swf/stretch.swf" FlashVars="t=RADYOMUZA HOSGELDiNiZ&u=http://www.mycodesplace.com/&tc=0xFFFFFF" quality="high" bgcolor="#000000" width="600" height="200" name="theshockzone" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </embed><br><font face="sans-serif" size="-2"><a href="http://www.mycodesplace.com" title="free clipart"></a></font></center> 
<BR>

<center><TABLE  style="WIDTH: 600px; HEIGHT: 300px" borderColor=white width=167 background="" border=3><tr> 
<td background="buraya resim url girin,boyut=210x300 olmali"> 
<center><h3></h3></center>
<center> <b> <i> <font size="8" face="Tahoma" color="white"></a></strong><img height="30" alt="" width="30" src="http://i629.photobucket.com/albums/uu16/cannyl/star.gif" /> RADYO İSMİ </a></strong><img height="30" alt="" width="30" src="http://i629.photobucket.com/albums/uu16/cannyl/star.gif" /> </ font> </ i> </ b> 

  <p align="left"> 
  <marquee style="color: white; font-size:25pt; font-family: serif; font-weight: bold" width="946" scrollamount="4"> <b> ...::: Site Sorumlusu :~~~~____~~~~~ VE Dj'lerimiz Dj____ ~ * ~ ~ * ~ Dj____ ~ * ~ Dj____ ~ * ~ Dj____ ~ * ~ Dj___ ~ * ~ Dj___ ~*~</ marquee> </ p> </ b> 

</td> 
</tr> 
</table>

<BR>
 <tr>
              <td> </td>
              <td><div align="center"><span class="style4"><img height="30" alt="" width="30" src="http://i629.photobucket.com/albums/uu16/cannyl/star.gif" /><strong><a href="http://www.flatcast.com/de/WizTakeOver.aspx?new=-1"><font color="white">DJ GIRISI</font></a></strong> <img height="30" alt="" width="30" src="http://i629.photobucket.com/albums/uu16/cannyl/star.gif" /><strong><a class="style4" target="new" href="http://www.flatcast.com/de/WizUsr.aspx"><font color="white">NIK ALMA</font></a></strong><img height="30" alt="" width="30" src="http://i629.photobucket.com/albums/uu16/cannyl/star.gif" /><strong><a target="new" href="http://www.flatcast.info/objects/FlatProducerSetup501.exe"><font color="white">AKTIVE X</font></a></strong><img height="30" alt="" width="30" src="http://i629.photobucket.com/albums/uu16/cannyl/star.gif" /></span></div></td>
              <td> </td>
            </tr>




        <tr>
          <td width="900" height="600" align="center" valign="top" background="http://i36.tinypic.com/awk2a.jpg"><iframe height="600" width="900" src="http://www.flatcast.com/de/Player.aspx?sid= SID NUMARASINI YAZINIZ"></iframe>
 <div align="center"></div></td>
        </tr>
      </table>

<center></a></strong><img height="30" alt="" width="30" src="http://i629.photobucket.com/albums/uu16/cannyl/star.gif" /></a></strong><img height="30" alt="" width="30" src="http://i629.photobucket.com/albums/uu16/cannyl/star.gif" /></a></strong><img height="30" alt="" width="30" src="http://i629.photobucket.com/albums/uu16/cannyl/star.gif" />







<style> body { background-image: url('http://dl.glitter-graphics.net/pub/4/4051hyd2zpcc7v.gif'); background-attachment: fixed; background-repeat: repeat; } </style> 


<center><embed src="http://www.mycodesplace.com/Generators/Mad-Text/swf/stretch.swf" FlashVars="t=DESiNG DELiKiZ&u=http://www.mycodesplace.com/&tc=0xFFFFFF" quality="high" bgcolor="#000000" width="200" height="50" name="theshockzone" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </embed><br><font face="sans-serif" size="-2"><a href="http://www.mycodesplace.com" title="free clipart"></a></font></center> 




</body>
</html>



önizleme http://www.fmtuana1.blogcu.com/

Bu mesaj 1 defa düzenlendi, son düzenlemeyi yapan "Masum Masum" (4.06.2011, 21:23)


2

Monday, 30.11.2009, 17:21

delikiz_07, paylasım ıcın tesekkurler...

Mesajlar: 15

Kayıt tarihi: Oct 27th 2008

Konum: balýkesir

  • Özel mesaj gönder

3

Monday, 7.12.2009, 09:43

paylaşım için teşekkürler ellerinize sağlık

shafira

Orta Düzey

Mesajlar: 190

Kayıt tarihi: Dec 18th 2007

  • Özel mesaj gönder

4

Monday, 4.01.2010, 16:30

ÇOK CICI GÖRÜNÜYOR EMEKLERINIZE SAGLIK , ancak radyo boyutunu ben anlayamadim kaç kaç oldugunu, radyomu yerlestirdigimde kenarlarinda bosluk kaliyor. bana kaç boyutta radyo yerlestirmem gerektigini yazarsaniz çok sevinirim

delikiz_07

Stajyer

  • "delikiz_07" bir kadın
  • Konuyu başlatan "delikiz_07"

Mesajlar: 133

Kayıt tarihi: May 10th 2009

Konum: antalya

  • Özel mesaj gönder

5

Thursday, 14.01.2010, 22:54

900 650 yapın güle güle kullanin