Yazar |
Mesaj |
-
bakbakburaya
Bedava-Sitem Bağımlısı
|
28.06.2008, 09:06 (UTC) Mesaj konusu: Html & JavaScript I kod yarışması... © |
|
|
Html & JavaScript I kod yarışması... ©
Arkadaşlar bu yarışmada yaptığınız Html & JavaScript kodlarının arasından en iyisini seçeceğiz...
Kodlar size ait olacak ve sizin tarafınızdan yapılacak...
Örnek olarak:
Gazetelik kodu,Link kutusu kodu,hava durumu,saat vs. sizin yapacağınız...
Örneğin kendimin yaptığı özel bir ''sık kullanımlara ekle'' kodu var...
Oradan örnek tescil edebilirsiniz...
Kod: <p align="center"><font color="#000000"><br />
<br />
</font><strong><font color="#000000" size="4">
<table style="width: 244px; height: 36px" cellspacing="1" cellpadding="1" width="244" border="1">
<tbody>
<tr>
<td>
<p align="center"><font color="#ff0000" size="4"><strong>''</strong></font><a class="d2" href="javascript:window.external.AddFavorite('http://www.elaziganadolugenclik.tr.gg//','ELAZIĞ- Anadolu gençilk derneği Resmi İnternet Sitesi');"><font color="#ff0000"><font size="4"><strong>sık kullanılanlara <font color="#000000">ekle</font></strong></font></font></a><strong><font size="4">''</font></strong></p>
</td>
</tr>
</tbody>
</table>
<br />
</font></strong></p>
<p align="center"><a href="http://www.bakbakburaya.tr.gg"><font color="#000000"><br />
</font></a></p>
<p align="center"> </p>
<script type="text/javascript" language="JavaScript" src="http://www.pirasa.net/counter_free/counter.php?type=35&id=33744"></script>
En son bakbakburaya tarafından 28.06.2008 09:07:29 tarihinde değiştirildi, toplam 1 kere değiştirildi
|
|
↑
|
|
|
-
chat-sohbet-muhabbet
Acemi Üye
|
28.06.2008, 09:40 (UTC) Mesaj konusu: |
|
|
Selamın Aleykum Arkadaslar Sitenize Chat Sohbet Odası Eklemek iStiyorsanız işde gereken kod :
Kod:
Kod: <applet code=ConferenceRoom.class codebase="http://irc.mircalemtr.net/sohbet/java/" width=700 height=450 archive="http://irc.mircalemtr.net/sohbet/java/cr.zip" name=cr>
<param name=ssp value="http://irc.mircalemtr.net/sohbet/java/sohbet.prm">
<param name=join value="#sohbet,#radyo,#Oyun">
<param name=nick value="TRGG">
<param name=password value="Password">
</applet>
Egerki Görüpte Eklemek iSterim Diyorsanız .............................mevcut iyi çalışmalar kolay gelsin..[code]
Lütfen sitenize yönlendirme yapmayınız.. bu tür çalışmalaırınızı promosyon bölümünde yapınız..
@bahse
En son chat-sohbet-muhabbet tarafından 28.06.2008 14:06:41 tarihinde değiştirildi, toplam 1 kere değiştirildi
|
|
↑
|
|
|
-
childclub
Aktif Üye
Konum: Kocaeli~~Bedava-Sitem~~Pc Önü
|
28.06.2008, 12:17 (UTC) Mesaj konusu: |
|
|
Tamamen Kendi Yapımım Background Resmi Buton Renkleri Bana Aittir...
Kod: <embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="500" height="500" name="chat" FlashVars="id=28064196&rl=Turkish" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" /><br><small><a target="_BLANK" href="http://xat.com/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=28064196">Go Large!</a></small><br>
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/CIMP/Jmx*PTEyMDkxMzYwNTY4NzYmcHQ9MTIwOTEzNjI*MjIyMCZwPTUzMTUxJmQ9Jm49.jpg" /> |
|
↑
|
|
|
-
bakbakburaya
Bedava-Sitem Bağımlısı
|
05.07.2008, 17:17 (UTC) Mesaj konusu: |
|
|
Yazan arkdaşlar şuanda yarışmaya kayıt oldunuz... ______________ |
|
↑
|
|
|
-
muhammed-allah
Acemi Üye
|
06.07.2008, 05:58 (UTC) Mesaj konusu: |
|
|
Bu kod sayesinde sitenize istemediğiniz kişiler giremez!Siteye girmesini istemediğiniz kişinin IP aresini yazıyorsunuz
Kod: <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin
// This JavaScript uses server side includes ("SSI") so this document's name must end in .shtml
function ban(){
var ip = '<!--#echo var="REMOTE_ADDR"-->';
//add as many ip's below as you wish.
if (ip == "BURA IP" || ip == "BURA IP") {
//if you wish to change the alert message, do so below.
alert("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Attentio n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\nSenin ip adresin banlandı! \("+ip+"\) has been banned!");
history.go(-1);
window.location.replace("http://www.turkiyemforum.com/")
}
}
ban();
// End -->
</script>
En son muhammed-allah tarafından 06.07.2008 05:59:37 tarihinde değiştirildi, toplam 2 kere değiştirildi
|
|
↑
|
|
|
-
bakbakburaya
Bedava-Sitem Bağımlısı
|
06.07.2008, 06:31 (UTC) Mesaj konusu: |
|
|
muhammed-allah yazmış: Bu kod sayesinde sitenize istemediğiniz kişiler giremez!Siteye girmesini istemediğiniz kişinin IP aresini yazıyorsunuz
Kod: <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin
// This JavaScript uses server side includes ("SSI") so this document's name must end in .shtml
function ban(){
var ip = '<!--#echo var="REMOTE_ADDR"-->';
//add as many ip's below as you wish.
if (ip == "BURA IP" || ip == "BURA IP") {
//if you wish to change the alert message, do so below.
alert("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Attentio n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\nSenin ip adresin banlandı! \("+ip+"\) has been banned!");
history.go(-1);
window.location.replace("http://www.turkiyemforum.com/")
}
}
ban();
// End -->
</script>
Bu kodu senmi yaptın? ______________ |
|
↑
|
|
|
-
muhammed-allah
Acemi Üye
|
06.07.2008, 06:40 (UTC) Mesaj konusu: |
|
|
bakbakburaya yazmış: muhammed-allah yazmış: Bu kod sayesinde sitenize istemediğiniz kişiler giremez!Siteye girmesini istemediğiniz kişinin IP aresini yazıyorsunuz
Kod: <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin
// This JavaScript uses server side includes ("SSI") so this document's name must end in .shtml
function ban(){
var ip = '<!--#echo var="REMOTE_ADDR"-->';
//add as many ip's below as you wish.
if (ip == "BURA IP" || ip == "BURA IP") {
//if you wish to change the alert message, do so below.
alert("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Attentio n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\nSenin ip adresin banlandı! \("+ip+"\) has been banned!");
history.go(-1);
window.location.replace("http://www.turkiyemforum.com/")
}
}
ban();
// End -->
</script>
Bu kodu senmi yaptın?
TABİKİ !!!! |
|
↑
|
|
|
-
bakbakburaya
Bedava-Sitem Bağımlısı
|
06.07.2008, 06:40 (UTC) Mesaj konusu: |
|
|
tAMAM OZAMAN EKLENDİN... ______________ |
|
↑
|
|
|
-
childclub
Aktif Üye
Konum: Kocaeli~~Bedava-Sitem~~Pc Önü
|
06.07.2008, 07:35 (UTC) Mesaj konusu: |
|
|
muhammed-allah yazmış: Bu kod sayesinde sitenize istemediğiniz kişiler giremez!Siteye girmesini istemediğiniz kişinin IP aresini yazıyorsunuz
Kod: <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin
// This JavaScript uses server side includes ("SSI") so this document's name must end in .shtml
function ban(){
var ip = '<!--#echo var="REMOTE_ADDR"-->';
//add as many ip's below as you wish.
if (ip == "BURA IP" || ip == "BURA IP") {
//if you wish to change the alert message, do so below.
alert("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Attentio n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\nSenin ip adresin banlandı! \("+ip+"\) has been banned!");
history.go(-1);
window.location.replace("http://www.turkiyemforum.com/")
}
}
ban();
// End -->
</script>
Bunu Senin Yaptığını Söyledin Neden Açılan Pencere http://www.turkiyemforum.com/ Adresine Yönlendiriliyor.... ______________
|
|
↑
|
|
|
-
muhammed-allah
Acemi Üye
|
06.07.2008, 14:47 (UTC) Mesaj konusu: |
|
|
ben yapmadım yarışmadan elenmek istiyorum |
|
↑
|
|
|
-
bakbakburaya
Bedava-Sitem Bağımlısı
|
06.07.2008, 18:16 (UTC) Mesaj konusu: |
|
|
Elendin bile... ______________ |
|
↑
|
|
|
-
allahu-allah
Acemi Üye
|
11.07.2008, 04:03 (UTC) Mesaj konusu: |
|
|
hepinize başarılar dilerim |
|
↑
|
|
|
|