Türkiye'nin forum 'u forumturka.net forumlar  

Geri Git   Türkiye'nin forum 'u forumturka.net forumlar > Web Master & Web Design > Web Dizayn > WebMasterlar İçin

Yanıtla
 
LinkBack Konu Araçları Görünüm Modları
Eski 24-09-2005, 00:09   #1
Nick & Avatar
Twisted Webmasterler için benim hazırladığım kodlar


SİTEYE MÜZİK EKLEME HTML
<p align="center"><embed width="300" height="63" src="MP3 UN ADRESİNİ YAZACAKSIN".align="middle"></p>

KAYAN YAZI HTML
<marquee class="kyazi" onmouseover="this.stop()" onmouseout="this.start()">!!!İSTEDİGİNİ YAZABİLİRSİN !!!</marquee>"

SAYFALAMA YAPMAK ASP
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>New Page 1</title>
</head>
<body>
<table border="1" width="100%" id="table1">
<font color="#FF00FF">
<%
set data=server.createobject("adodb.connection")
set rst6=server.createobject("adodb.recordset")
data.Open "Provider=SQLOLEDB.1;Password=4671547;Persist Security Info=True;User ID=web;Initial Catalog=TICONA2005;Data Source=ramazan"
rst6.open "select * from TBLSTSABIT order by STOK_KODU ",data,3,3
deste=15
Sayfa=rst6.recordcount/deste
sayi=request("S")
Liste=sayi * deste
if sayi=>2 then
for i= 0 to Liste-15
if i=rst6.recordcount then
exit for
end if
rst6.movenext
next
else
end if
%>

</font>
<font color=#FF3300>
<%
if sayi=1 then
liste=1
end if
%>
<%
for i= liste to liste+Deste%>

<tr>
<td><b><font size="1" face="Tahoma"><%=rst6.fields("STOK_KODU")%>--<%=rst6.fields("STOK_ADI")%></font></b></td>
</tr>
<%
if i=rst6.recordcount then
exit for
end if
rst6.movenext
next
%>
</table>

<table border="1" width="100%">
<tr>
<%for i=1 to Sayfa%><td><a href=index.asp?S=<%=i%>><%=i%></a></td><%next%>
</tr>
</font>
</table>
</body>
</html>

HOŞGELDİN MESAJI JAVA SCRİPT

<script language="javascript">
<!--
alert("---Sitenizin Adı--- Hoşgeldiniz...")
window.status="---Sitenizin Adı--- Sayfama Hoşgeldiniz..."
-->
</script>

SÜPER SAAT JAVA SCRİPT

<BODY onLoad="loadclock()" topmargin="6" leftmargin="0" bgcolor="#000080" text="#FFFF00" link="#FFFFFF" vlink="#C0C0C0" alink="#FF0000">

<script>
<!--
function show2(){
var Digital=new Date()
var hours=Digital.getHours()
var minutes=Digital.getMinutes()
var seconds=Digital.getSeconds()
var dn="AM"
if (hours>12){
dn="PM"
hours=hours-12
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
var ctime="<b><font face='Verdana' color='red'>"+hours+":"+minutes+":"+seconds+" "+dn+"</font></b>"
if (!document.all)
document.write(ctime)
else
tick2.innerHTML=ctime
}
function loadclock(){
if (document.all)
setInterval("show2()",1000)
}
if (!document.all)
show2()
//-->
</script>

<!-- Bu satirinn konumu, saatin de konumunu belirler -->
<p align="center"><span id=tick2></span></p>

HAVA DURUMU (İLLERE GÖRE) ASP

<%
if request.QueryString ("il")<>"" then
il=request.QueryString ("il")
else
il="BİLECİK"
end if
const Request_GET = 2

Dim haberURL, haberim, basliklar
haberURL = "http://meteo.tr.net/cgi-bin/wfa.pl?"&il
Set alma = CreateObject("SOFTWING.ASPtear" )
On Error Resume Next
haberim = alma.Retrieve(haberURL, Request_GET, "" , "" , "" )
If Err.Number <> 0 Then
Response.Write "HATA!!!!!!! Lütfen Sayfayi Yeniden Yükleyiniz... "
Response.End
End If
lenstr=308+len(il)
haberim=Mid(haberim,9166,lenstr)
ds=InStr(1,haberim,"°C" )
sicaklik=Mid(haberim,ds-5,7)
sicaklik=Replace(sicaklik,">" ,"" )
ds=InStr(1,haberim,"alt" )
de=InStr(1,haberim,"°C" )
durum=Mid(haberim,ds+5,de-ds-15)
durum=Replace(durum,"""" ,"" )
if Cstr(durum)=Cstr("Az Bulutlu") then
resim="azbulutlu"
elseif Cstr(durum)=Cstr("Sağnak Yağışlı") then
resim="yagmurlu"
end if
%>

<TABLE WIDTH=50% ALIGN=center BORDER=1 CELLSPACING=1 CELLPADDING=1>
<TR align=center>
<TD colspan=4><IMG SRC="havadurumu.jpg" width=600 height=30></TD>
</TR>
<TR align=center>
<TD>İl:</TD>
<TD>Sıcaklık:</TD>
<TD>Durum:</TD>
<TD>&nbsp;</TD>
</TR>
<TR align=center>
<TD><%=il%></TD>
<TD><%=sicaklik%></TD>
<TD><%=durum%></TD>
<TD><img SRC="image/<%=resim%>.gif"></TD>
</TR>
</TABLE>
<TABLE WIDTH=20% ALIGN=center BORDER=1 CELLSPACING=1 CELLPADDING=1>
<TR>
<td align=left bgcolor=ffffff nowrap>
<font face=tahoma size=1><b>Yurtiçi Merkezler :</b></font>
<select style="font-size:10px;" name="LOCATION" width=120 onChange="window.location=this.options[this.selectedIndex].value; return true">
<option value=havadurumu.asp?il=ANKARA>Seçiniz</option>
<option value=havadurumu.asp?il=ADANA>ADANA
<option value=havadurumu.asp?il=ADIYAMAN>ADIYAMAN
<option value=havadurumu.asp?il=AFYON>AFYON
<option value=havadurumu.asp?il=AGRI>AGRI
<option value=havadurumu.asp?il=AKSARAY>AKSARAY
<option value=havadurumu.asp?il=AMASYA>AMASYA
<option value=havadurumu.asp?il=ANKARA>ANKARA
<option value=havadurumu.asp?il=ANTALYA>ANTALYA
<option value=havadurumu.asp?il=ARDAHAN>ARDAHAN
<option value=havadurumu.asp?il=ARTVIN>ARTVIN
<option value=havadurumu.asp?il=AYDIN>AYDIN
<option value=havadurumu.asp?il=BALIKESIR>BALIKESIR
<option value=havadurumu.asp?il=BARTIN>BARTIN
<option value=havadurumu.asp?il=BATMAN>BATMAN
<option value=havadurumu.asp?il=BAYBURT>BAYBURT
<option value=havadurumu.asp?il=BILECIK>BILECIK
<option value=havadurumu.asp?il=BINGOL>BINGOL
<option value=havadurumu.asp?il=BITLIS>BITLIS
<option value=havadurumu.asp?il=BOLU>BOLU
<option value=havadurumu.asp?il=BOZCAADA>BOZCAADA
<option value=havadurumu.asp?il=BURDUR>BURDUR
<option value=havadurumu.asp?il=BURSA>BURSA
<option value=havadurumu.asp?il=CANAKKALE>CANAKKALE
<option value=havadurumu.asp?il=CANKIRI>CANKIRI
<option value=havadurumu.asp?il=CORUM>CORUM
<option value=havadurumu.asp?il=DENIZLI>DENIZLI
<option value=havadurumu.asp?il=DIYARBAKIR>DIYARBAKIR
<option value=havadurumu.asp?il=DUZCE>DUZCE
<option value=havadurumu.asp?il=EDIRNE>EDIRNE
<option value=havadurumu.asp?il=ELAZIG>ELAZIG
<option value=havadurumu.asp?il=ERZINCAN>ERZINCAN
<option value=havadurumu.asp?il=ERZURUM>ERZURUM
<option value=havadurumu.asp?il=ESKISEHIR>ESKISEHIR
<option value=havadurumu.asp?il=GAZIANTEP>GAZIANTEP
<option value=havadurumu.asp?il=GIRESUN>GIRESUN
<option value=havadurumu.asp?il=GOKCEADA>GOKCEADA
<option value=havadurumu.asp?il=GUMUSHANE>GUMUSHANE
<option value=havadurumu.asp?il=HAKKARI>HAKKARI
<option value=havadurumu.asp?il=HATAY>HATAY
<option value=havadurumu.asp?il=IGDIR>IGDIR
<option value=havadurumu.asp?il=ISPARTA>ISPARTA
<option value=havadurumu.asp?il=ISTANBUL>ISTANBUL
<option value=havadurumu.asp?il=IZMIR>IZMIR
<option value=havadurumu.asp?il=K.MARAS>K.MARAS
<option value=havadurumu.asp?il=KARABUK>KARABUK
<option value=havadurumu.asp?il=KARAMAN>KARAMAN
<option value=havadurumu.asp?il=KARS>KARS
<option value=havadurumu.asp?il=KASTAMONU>KASTAMONU
<option value=havadurumu.asp?il=KAYSERI>KAYSERI
<option value=havadurumu.asp?il=KILIS>KILIS
<option value=havadurumu.asp?il=KIRIKKALE>KIRIKKALE
<option value=havadurumu.asp?il=KIRKLARELI>KIRKLARELI
<option value=havadurumu.asp?il=KIRSEHIR>KIRSEHIR
<option value=havadurumu.asp?il=KOCAELI>KOCAELI
<option value=havadurumu.asp?il=KONYA>KONYA
<option value=havadurumu.asp?il=KUTAHYA>KUTAHYA
<option value=havadurumu.asp?il=MALATYA>MALATYA
<option value=havadurumu.asp?il=MANISA>MANISA
<option value=havadurumu.asp?il=MARDIN>MARDIN
<option value=havadurumu.asp?il=MERSIN>MERSIN
<option value=havadurumu.asp?il=MUGLA>MUGLA
<option value=havadurumu.asp?il=MUS>MUS
<option value=havadurumu.asp?il=NEVSEHIR>NEVSEHIR
<option value=havadurumu.asp?il=NIGDE>NIGDE
<option value=havadurumu.asp?il=ORDU>ORDU
<option value=havadurumu.asp?il=OSMANIYE>OSMANIYE
<option value=havadurumu.asp?il=RIZE>RIZE
<option value=havadurumu.asp?il=SAKARYA>SAKARYA
<option value=havadurumu.asp?il=SAMSUN>SAMSUN
<option value=havadurumu.asp?il=SANLIURFA>SANLIURFA
<option value=havadurumu.asp?il=SIIRT>SIIRT
<option value=havadurumu.asp?il=SINOP>SINOP
<option value=havadurumu.asp?il=SIRNAK>SIRNAK
<option value=havadurumu.asp?il=SIVAS>SIVAS
<option value=havadurumu.asp?il=TEKIRDAG>TEKIRDAG
<option value=havadurumu.asp?il=TOKAT>TOKAT
<option value=havadurumu.asp?il=TRABZON>TRABZON
<option value=havadurumu.asp?il=TUNCELI>TUNCELI
<option value=havadurumu.asp?il=USAK>USAK
<option value=havadurumu.asp?il=VAN>VAN
<option value=havadurumu.asp?il=YALOVA>YALOVA
<option value=havadurumu.asp?il=YOZGAT>YOZGAT
<option value=havadurumu.asp?il=ZONGULDAK>ZONGULDAK
</select>
</td>
</TR>
</TABLE>

ARAMA MOTORU ASP

//search.asp dosyası------------------------------------------------------------------------------


<%

'Optimize eden varlık=Toygar Dundaralp
'e-Mail=tdundaralp@msn.com

%>
<% option explicit %>
<body bgcolor=336699>
<style type=text/css>
a{color:white;font-family:tahoma;font-size:12;font-weight:bold}
a:hover{color:#990000}
</style>
<font color=orange face=tahoma size=2><b>
<%
dim sol,sag,sayi,connobj,rsobj,sql,ara,sayiand,soland, sagand
set connobj=server.createobject("adodb.connection")
connobj.open("Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("denek.mdb"))
set rsobj=server.createobject("adodb.recordset")

ara=request.form("ara")
if instr(ara,"'") then
ara=replace(ara,"'","")
end if
if instr(ara," and ") then
ara=replace(ara," and ","|")
sayiand=instr(ara,"|")
soland=left(ara,sayiand-1)
sagand=mid(ara,sayiand+1)
sql="select site,bilgi from denek where kelime1 like '"&soland&"' or kelime2 like '"&soland&"' or " &_
"kelime3 like '"&soland&"' or kelime4 like '"&soland&"' or kelime1 like '"&sagand&"' or " &_
"kelime2 like '"&sagand&"' or kelime3 like '"&sagand&"' or kelime4 like '"&sagand&"'"
elseif instr(ara,"*") then
sol=left(ara,1)
sag=right(ara,1)
sayi=len(ara)-1
if left(ara,1)="*" then
ara=mid(ara,2)
sql="select site,bilgi from denek where kelime1 like '%"&ara&"' or kelime2 like '%"&ara&"' or " &_
"kelime3 like '%"&ara&"' or kelime4 like '%"&ara&"'"
elseif right(ara,1)="*" then
ara=left(ara,sayi)
sql="select site,bilgi from denek where kelime1 like '"&ara&"%' or kelime2 like '"&ara&"%'or " &_
"kelime3 like '"&ara&"%' or kelime4 like '"&ara&"%'"
end if
else
sql="select site,bilgi from denek where kelime1 like '"&ara&"' or kelime2 like '"&ara&"' or " &_
"kelime3 like '"&ara &"' or kelime4 like '"& ara &"'"
end if
rsobj.open sql,connobj,2,3
do while not rsobj.eof
response.write "<a href=http://"& rsobj(0)&">" & rsobj(0) &"</a>" &"<br>" & rsobj(1) &"<br><br>"
rsobj.movenext
loop

%>


<%
rsobj.close
set rsobj = nothing
connobj.close
set connobj = nothing
%>

//search.asp dosyası--------------------------------buraya kadar--------------------------------


//html dosyası--------------------------------------
<html>
<body bgcolor=336699>
<center><br><br>
<form action=search.asp method=post>
<input type=text name=ara> &nbsp
<input type=submit value=" Ara ">
</form>
</center>
</body>
</html>

ARAMA MOTORLARI JAVA SCRİPT

<SCRIPT>
<!--
var MAX_ENGINES = 30;
var SNARK_STRING = "hunting+the+snark";
function MakeArray(n) {for (var i = 1; i <= n; i++) {this[i] = 0;}this.maxlen = n;this.len = 0;return this;}
var engs = new MakeArray(MAX_ENGINES);
function find_substring(needle, haystack){var i, needlen = needle.length, haylen = haystack.length;
for (i=0; i<=haylen-needlen; i++){if (needle == haystack.substring(i,i+needlen))return i;}return false;}
function Engine(name, opts, home, search){var snark = find_substring(SNARK_STRING, search);
this.name = name;
this.opts = opts;
this.home = home;
this.pre_snark = search.substring(0,snark);
this.post_snark= search.substring(snark+SNARK_STRING.length, search.length);}
function Add(name, opts, home, search)
{engs.len++;if (engs.len <= engs.maxlen)
{engs[engs.len] = new Engine(name, opts, home, search)}
else {alert("Better increase MAX_ENGINES: " + engs.len + ">" + engs.maxlen)}}
// ADD YOUR OWN SEARCH ENGINES BELOW. (See


Linkleri görebilmek için---> üye olmanız gerekiyor Buraya tıklayarak üye olabilirsiz <--- )
Add("Netnews: AltaVista", "",
"http://altavista.digital.com/",
"http://altavista.digital.com/cgi-bin/query?pg=q&what=news&fmt=d&q=hunting+the+snark" );
Add("Shareware/Windows", "",
"http://vsl.cnet.com/",
"http://vsl.cnet.com/cgi-bin/vsl-master/Find?category=MS-Windows%28all%29&search=hunting+the+snark&logop=an d&and=&orfile=++&hits=200" );
Add("Shareware/Unix", "",
"http://vsl.cnet.com/",
"http://vsl.cnet.com/cgi-bin/vsl-master/Find?category=UNIX&search=hunting+the+snark&logop= and&and=&orfile=++&hits=200" );
Add("the Web: AltaVista", "SELECTED",
"http://altavista.digital.com/",
"http://altavista.digital.com/cgi-bin/query?pg=q&what=web&fmt=d&q=hunting+the+snark" );
Add("the Web: Lycos", "",
"http://www.lycos.com/",
"http://twelve.srv.lycos.com/cgi-bin/pursuit?query=hunting+the+snark" );
Add("the Web: Yahoo!", "",
"http://www.yahoo.com/",
"http://search.yahoo.com/bin/search?p=hunting+the+snark" );
Add("Weather (City, ST)", "",
"http://www.nnic.noaa.gov/cgi-bin/page?pg=netcast",
"http://www.nnic.noaa.gov/cgi-bin/netcast.do-it?state=hunting+the+snark&area=Local+Forecast&htm l=yes&match=strong");
// ADD YOUR OWN SEARCH ENGINES ABOVE. (See


Linkleri görebilmek için---> üye olmanız gerekiyor Buraya tıklayarak üye olabilirsiz <--- )
function HandleForm(form)
{form.submit();
// This fixes a mysterious Netscape bug. Without this line,
// you can't use <enter> to start the search the first time.
var i, oldq=form.query.value, newq="";
for (i=0; i<oldq.length; i++) { // compress [ ]+ into \+
var thischar = oldq.charAt(i);
if (thischar != ' ')
newq += thischar;
else if (lastchar != ' ')
newq += '+';
lastchar = thischar;}
var eng = engs[1+form.service.selectedIndex];
location.href = newq ? eng.pre_snark + newq + eng.post_snark : eng.home;}
function DisplayForm() {
document.writeln('<CENTER><FORM OnSubmit="HandleForm(this); return false">');
document.writeln('<SELECT name="service">');
for (i=1; i <= engs.len; i++) {
document.writeln("<OPTION " + engs[i].opts + "> " + engs[i].name);}
document.writeln('</SELECT> <INPUT size=26 name="query">');
document.writeln('<input type=submit value=" Ara ">');
document.writeln('</FORM> </CENTER>');}
DisplayForm();
// done hiding from old browsers -->
</SCRIPT>

SİTEYE MAİL LİSTESİ HTML

************************************************** **
** T R - M a i l l i s t v1 **
** ACROphobia ::


Linkleri görebilmek için---> üye olmanız gerekiyor Buraya tıklayarak üye olabilirsiz <--- **
** http://


Linkleri görebilmek için---> üye olmanız gerekiyor Buraya tıklayarak üye olabilirsiz <--- **
************************************************** **

Merhaba işte bir script daha karşınızda TR-maillist;

Scriptte;
<form method="POST" action="ekle.asp" name="">
<table width="51%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="42%" height="32">
<div align="right"><font size="2">E-Mail Listemize Katılın:</font></div>
</td>
<td width="58%" height="32">
<input type="text" name="EMail" size="20">
<input type="submit" value="Ekle" name="B1">
</td>
</tr>
</table>
</form>

MİDİ ÇALICI HTML


<!-- Start Of Midi Master Script -->
<!-- MIDI Player that allows you to choose songs/tracks -->
<!-- Instructions: Just put this script anywhere on your webpage
that you wish to have a user interface.
<!-- -->
<!-- -->
<Script Language="JavaScript">
<!-- Hiding

song = new Array()
var x = 0

song[1] = "Cool Midi # 1"
song[2] = "Cool Midi # 2"
song[3] = "Cool Midi # 3"
song[4] = "Cool Midi # 4"
song[5] = "Cool Midi # 5"
song[6] = "Cool Midi # 6"

function prev(){
if (x>1)
{ x--
document.midi.typein.value=song [x]
}
}

function next(){
var max= song.length-1
if (x<max)
{ x++
document.midi.typein.value=song [x]
}
}

function go(){
if (x != 0){
location.href='song'+x+'.mid'
}
}

function start(){
x=1
document.midi.typein.value=song [x]
}

function end(){
x=song.length-1
document.midi.typein.value=song [x]
}

function cls(){
document.midi.typein.value="Select Midi Song"
}
// Done Hiding -->
</Script>
<BODY Bgcolor="#ffffff" onload="cls()">
<Center>
<FORM Name="midi">
<INPUT NAME="typein" TYPE="text" SIZE="25" ALIGN=top><BR>
<font size=3 face="Comic Sans Ms">
<INPUT TYPE=Button Value="|<<" Align=left onclick="start()">
<INPUT TYPE=Button Value="<<" Align=left onclick="prev()">
<INPUT TYPE=Button Value="PLAY" Align=left onclick="go()">
<INPUT TYPE=Button Value=">>" Align=left onclick="next()">
<INPUT TYPE=Button Value=">>|" Align=left onclick="end()">
</FORM></font>
</Center>
</BODY>
</HTML>
<!-- End Of Midi Master Script -->

</body>
</html>


EMEĞE SAYGI LÜTFEN TERAZİYİ UNUTMAYALIM..
sasan65 Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Facebook da paylaş
Alıntı Yaparak Cevapla
sasan65 : Sağdaki 5 Kişi Mesajınızdan Dolayı Size Teşekkür Etti
deli_ugur (25-12-2005), Dogukan__ (12-07-2006), ferdi (12-01-2006), hasret14 (19-06-2007), sanal_casus (06-05-2006)
Eski 09-12-2005, 12:46   #2
Nick & Avatar
Varsayılan


PaylaŞimin İÇİn TeŞekkÜr Edİyorum ArkadaŞ SaĞol.
Gizli Takipçi Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Facebook da paylaş
Alıntı Yaparak Cevapla
Eski 25-12-2005, 18:56   #3
Nick & Avatar
Varsayılan


Cok güzel bi paylasımından dolayı tebrik ederim.(cümleyi bende anlamadım ama) tebrrikler
________________________________________________________________


deli_ugur Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Facebook da paylaş
Alıntı Yaparak Cevapla
Eski 02-02-2006, 14:43   #4
Nick & Avatar
Varsayılan


midi çalıcı da mp3 aderleri buraya mı song[1] = "Cool Midi # 1"
song[2] = "Cool Midi # 2"
song[3] = "Cool Midi # 3"
song[4] = "Cool Midi # 4"
song[5] = "Cool Midi # 5"
song[6] = "Cool Midi # 6"
ciara Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Facebook da paylaş
Alıntı Yaparak Cevapla
Eski 15-02-2006, 14:35   #5
Nick & Avatar
Varsayılan


yaw eline saglık çok güzel ama ben bunları yapamadım nereye koyucaz bunları benim site php oldugu içinmi yapamadım acaba!!!! :s
glowface Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Facebook da paylaş
Alıntı Yaparak Cevapla
Eski 19-02-2006, 20:55   #6
Nick & Avatar
Varsayılan


eline saglık çok güzel
________________________________________________________________


taner_filiz Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Facebook da paylaş
Alıntı Yaparak Cevapla
Eski 22-02-2006, 22:04   #7
Nick & Avatar
Varsayılan


Arkadaşım eline emeğine sağlık süpersin.bu kodlar phpbb2 forum sitelerinde geçerlimi.seninle msn den de görüşmek isterim
ernbaran@hotmail.com ben bi radyoda dj'lik yapıyorum bi yandanda okuyorum o yüzden pek katkıda bulunamıyorum.benimle irtibata geçersen sewinirim.kolaygelsin arkadaşlar...
________________________________________________________________


vesvese Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Facebook da paylaş
Alıntı Yaparak Cevapla
Eski 23-02-2006, 01:38   #8
Nick & Avatar
Varsayılan


ya bu mp3 ün adresi derken tam bi açıklasaydın ii olurdu
________________________________________________________________


vesvese Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Facebook da paylaş
Alıntı Yaparak Cevapla
Eski 25-04-2006, 00:26   #9
Nick & Avatar
Varsayılan


thanks
fler Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Facebook da paylaş
Alıntı Yaparak Cevapla
Eski 01-07-2006, 18:29   #10
Nick & Avatar
Varsayılan


paylaşım için tşkler
amed02121 Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Facebook da paylaş
Alıntı Yaparak Cevapla
Yanıtla
Tags: , , , ,


Bookmarks


Şu an bu konuyu görüntüleyen kullanıcı sayısı: 1 (0 üye ve 1 misafir)
 
Konu Araçları
Görünüm Modları

Gönderme Kuralları
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Açık
SimgelerAçık
[IMG] kodu Açık
HTML kodu Kapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık


Benzer Konular
Konu Konuyu Başlatan Forum Yanıtlar Son Mesaj
Photoshop'ta Hazırladığım Wallpapers Çalışmaları muratarik Photoshop & Macromedia Flash 0 12-11-2009 14:54
kendi hazırladığım fake ufo videosu sarabande Sizin Videolarınız 8 02-02-2008 22:30
Cep telefonu için gizli kodlar...! Dj$uBo Duyurular & Haberler 8 07-03-2007 12:45


Saat 21:16.


Powered by vBulletin Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO
Admin'e Ulaşmak istiyorsanız Buraya tıklayarak ulaşabilirsiniz
** !! ForumTURKA.Net'te Bulunan Bilgiler veya Dosyalar İzinsiz Kopyalanamaz !! **

Not : Burası binlerce kişinin mesaj gönderdiği bir forum sitesidir.Kullanıcıların mesajları onaydan geçmeden hemen yayınlanmaktadır dolayısıyla doğabilecek bütün sorumluluk yazarlara aittir.Yöneticiler bırakılan mesajları kontrol etmekde fakat gözden kaçanlar olabilmektedir.Eğer Türkiye Cumhuriyeti yasalarına uymayan ve telif hakkı içeren bir içeriğin forumumuzda paylaşıldığına rastladıysanız lütfen bizi bu konuda bilgilendiriniz,bildirgeniz incelendikden hemen sonra gereken yapılacaktır.Bildireceğiniz email adresi : oxsdy70@hotmail.com adresidir.Diğer bildirge seçeneği ise forumumuzdaki şikayet bölümüdür. Forum şikayet bölümüne gidin

forum sohbet Güncelle

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 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635