CurcunaForum.Org

CurcunaForum.Org (https://www.curcunaforum.org/)
-   Web Dizayn (https://www.curcunaforum.org/web-dizayn/)
-   -   Hazır Kodlar (https://www.curcunaforum.org/web-dizayn/81944-hazir-kodlar.html)

NameLeSS® 10-03-2008 21:25

Hazır Kodlar
 
Not:Bütün Kodlar Alıntıdır...

Online radyo


PHP- Kodu:

 <font size="2"><span lang="en-us"
<
object id="Player1" classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" height="44" width="694" align="left"
<
param name="URL" value="http://Forum Kuralları!!!/kpig.asx"
<
param name="rate" value="1"
<
param name="balance" value="0"
<
param name="currentPosition" value="0"
<
param name="defaultFrame" value
<
param name="playCount" value="1"
<
param name="autoStart" value="-1"
<
param name="currentMarker" value="0"
<
param name="invokeURLs" value="-1"
<
param name="baseURL" value
<
param name="volume" value="100"
<
param name="mute" value="0"
<
param name="uiMode" value="full"
<
param name="stretchToFit" value="-1"
<
param name="windowlessVideo" value="-1"
<
param name="enabled" value="-1"
<
param name="enableContextMenu" value="-1"
<
param name="fullScreen" value="0"
<
param name="SAMIStyle" value
<
param name="SAMILang" value
<
param name="SAMIFilename" value
<
param name="captioningID" value
<
param name="enableErrorDialogs" value="0"
<
param name="_cx" value="6562"
<
param name="_cy" value="6535"
</
object
</
span></font


NameLeSS® 10-03-2008 21:27

İstediğin resimlerle slayt gösterisi



Kod:

<script language="JavaScript1.2"><!--

/*
DHTML Slayt Gösteri
*/


//Specify the slider's width (in pixels)
var sliderwidth=330
//Specify the slider's height (in pixels, pertains only to NS)
var sliderheight=145
//Specify the slider's scroll speed (larger is faster)
var slidespeed=4

//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='<a href="http://www.Forum Kurallarını Okuyalım !!!"><img src="images/Pic1.jpg" border=1></a>'
leftrightslide[1]='<a href="http://www.Forum Kurallarını Okuyalım !!!"><img src="images/Pic2.jpg" border=1></a>'
leftrightslide[2]='<a href="http://www.Forum Kurallarını Okuyalım !!!"><img src="images/Pic3.jpg" border=1></a>'
leftrightslide[3]='<a href="http://www.Forum Kurallarını Okuyalım !!!"><img src="images/Pic5.jpg" border=1></a>'
leftrightslide[4]='<a href="http://www.Forum Kurallarını Okuyalım !!!"><img src="images/Pic4.jpg" border=1></a>'


///////do NOT edit pass this line////////////////////////////////////

var copyspeed=slidespeed
//copy contents of leftrightslide into one variable
for (i=0;i<leftrightslide.length;i++)
finalslide=finalslide+leftrightslide[i]+" "


if (document.all){
//dynamically write out the marquee tag
document.write('<marquee id="ieslider" scrollAmount=0 style="width:'+sliderwidth+'">'+finalslide+'</marquee>')
//stop marquee when mouse is over it
ieslider.onmouseover=new Function("ieslider.scrollAmount=0")
//re-enable marquee when mouse is out
ieslider.onmouseout=new Function("if (document.readyState=='complete') ieslider.scrollAmount=slidespeed")
}

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
document.ns_slider01.visibility="show"
setTimeout("window.onresize=regenerate",450)
intializeleftrightslide()
}
if (document.all)
ieslider.scrollAmount=slidespeed
}

//NS specific function for initializing slider upon page load
function intializeleftrightslide(){
document.ns_slider01.document.ns_slider02.document.write('<nobr>'+finalslide+'</nobr>')
document. ns_slider01.document.ns_slider02.document.close()
thelength=document.ns_slider01.document.ns_slider02.document.width
scrollslide()
}

//NS specific function for sliding slideshow
function scrollslide(){
if (document.ns_slider01.document.ns_slider02.left>=thelength*(-1)){
document.ns_slider01.document.ns_slider02.left-=slidespeed
setTimeout("scrollslide()",100)
}
else{
document.ns_slider01.document.ns_slider02.left=sliderwidth
scrollslide()
}
}
window.onload=regenerate2

//--></script>


<ilayer width=&{sliderwidth}; height=&{sliderheight}; name="ns_slider01" visibility=hide>
<layer name="ns_slider02" onmouseover="slidespeed=0;" onmouseout="slidespeed=copyspeed"></layer>
</ilayer>


NameLeSS® 10-03-2008 21:29

Dinamik Anolok saat
Kod:

<head></head>
<body>
<script language="JavaScript">
fCol='444444'; //face colour.
sCol='FF0000'; //seconds colour.
mCol='444444'; //minutes colour.
hCol='444444'; //hours colour.

Ybase=30; //Clock height.
Xbase=30; //Clock width.


H='...';
H=H.split('');
M='....';
M=M.split('');
S='.....';
S=S.split('');
NS4=(document.layers);
NS6=(document.getElementById&&!document.all);
IE4=(document.all);
Ypos=0;
Xpos=0;
dots=12;
Split=360/dots;
if (NS6){
for (i=1; i < dots+1; i++){
document.write('<div id="n6Digits'+i+'" style="position:absolute;top:0px;left:0px;width:30px;height:30px;font-family:Arial;font-size:10px;color:#'+fCol+';text-align:center;padding-top:10px">'+i+'</div>');
}
for (i=0; i < M.length; i++){
document.write('<div id="Ny'+i+'" style="position:absolute;top:0px;left:0px;width:2px;height:2px;font-size:2px;background:#'+mCol+'"></div>');
}
for (i=0; i < H.length; i++){
document.write('<div id="Nz'+i+'" style="position:absolute;top:0px;left:0px;width:2px;height:2px;font-size:2px;background:#'+hCol+'"></div>');
}
for (i=0; i < S.length; i++){
document.write('<div id="Nx'+i+'" style="position:absolute;top:0px;left:0px;width:2px;height:2px;font-size:2px;background:#'+sCol+'"></div>');
}
}
if (NS4){
dgts='1 2 3 4 5 6 7 8 9 10 11 12';
dgts=dgts.split(' ')
for (i=0; i < dots; i++){
document.write('<layer name=nsDigits'+i+' top=0 left=0 height=30 width=30><center><font face=Arial size=1 color='+fCol+'>'+dgts[i]+'</font></center></layer>');
}
for (i=0; i < M.length; i++){
document.write('<layer name=ny'+i+' top=0 left=0 bgcolor='+mCol+' clip="0,0,2,2"></layer>');
}
for (i=0; i < H.length; i++){
document.write('<layer name=nz'+i+' top=0 left=0 bgcolor='+hCol+' clip="0,0,2,2"></layer>');
}
for (i=0; i < S.length; i++){
document.write('<layer name=nx'+i+' top=0 left=0 bgcolor='+sCol+' clip="0,0,2,2"></layer>');
}
}
if (IE4){
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=1; i < dots+1; i++){
document.write('<div id="ieDigits" style="position:absolute;top:0px;left:0px;width:30px;height:30px;font-family:Arial;font-size:10px;color:'+fCol+';text-align:center;padding-top:10px">'+i+'</div>');
}
document.write('</div></div>')
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < M.length; i++){
document.write('<div id=y style="position:absolute;width:2px;height:2px;font-size:2px;background:'+mCol+'"></div>');
}
document.write('</div></div>')
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < H.length; i++){
document.write('<div id=z style="position:absolute;width:2px;height:2px;font-size:2px;background:'+hCol+'"></div>');
}
document.write('</div></div>')
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < S.length; i++){
document.write('<div id=x style="position:absolute;width:2px;height:2px;font-size:2px;background:'+sCol+'"></div>');
}
document.write('</div></div>')
}



function clock(){
time = new Date ();
secs = time.getSeconds();
sec = -1.57 + Math.PI * secs/30;
mins = time.getMinutes();
min = -1.57 + Math.PI * mins/30;
hr = time.getHours();
hrs = -1.57 + Math.PI * hr/6 + Math.PI*parseInt(time.getMinutes())/360;

if (NS6){
Ypos=window.pageYOffset+window.innerHeight-Ybase-25;
Xpos=window.pageXOffset+window.innerWidth-Xbase-30;
for (i=1; i < dots+1; i++){
document.getElementById("n6Digits"+i).style.top=Ypos-15+Ybase*Math.sin(-1.56 +i *Split*Math.PI/180)
document.getElementById("n6Digits"+i).style.left=Xpos-15+Xbase*Math.cos(-1.56 +i*Split*Math.PI/180)
}
for (i=0; i < S.length; i++){
document.getElementById("Nx"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(sec);
document.getElementById("Nx"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(sec);
}
for (i=0; i < M.length; i++){
document.getElementById("Ny"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(min);
document.getElementById("Ny"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(min);
}
for (i=0; i < H.length; i++){
document.getElementById("Nz"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(hrs);
document.getElementById("Nz"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(hrs);
}
}
if (NS4){
Ypos=window.pageYOffset+window.innerHeight-Ybase-20;
Xpos=window.pageXOffset+window.innerWidth-Xbase-30;
for (i=0; i < dots; ++i){
document.layers["nsDigits"+i].top=Ypos-5+Ybase*Math.sin(-1.045 +i*Split*Math.PI/180)
document.layers["nsDigits"+i].left=Xpos-15+Xbase*Math.cos(-1.045 +i*Split*Math.PI/180)
}
for (i=0; i < S.length; i++){
document.layers["nx"+i].top=Ypos+i*Ybase/4.1*Math.sin(sec);
document.layers["nx"+i].left=Xpos+i*Xbase/4.1*Math.cos(sec);
}
for (i=0; i < M.length; i++){
document.layers["ny"+i].top=Ypos+i*Ybase/4.1*Math.sin(min);
document.layers["ny"+i].left=Xpos+i*Xbase/4.1*Math.cos(min);
}
for (i=0; i < H.length; i++){
document.layers["nz"+i].top=Ypos+i*Ybase/4.1*Math.sin(hrs);
document.layers["nz"+i].left=Xpos+i*Xbase/4.1*Math.cos(hrs);
}
}

if (IE4){
Ypos=document.body.scrollTop+window.document.body.clientHeight-Ybase-20;
Xpos=document.body.scrollLeft+window.document.body.clientWidth-Xbase-20;
for (i=0; i < dots; ++i){
ieDigits[i].style.pixelTop=Ypos-15+Ybase*Math.sin(-1.045 +i *Split*Math.PI/180)
ieDigits[i].style.pixelLeft=Xpos-15+Xbase*Math.cos(-1.045 +i *Split*Math.PI/180)
}
for (i=0; i < S.length; i++){
x[i].style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(sec);
x[i].style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(sec);
}
for (i=0; i < M.length; i++){
y[i].style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(min);
y[i].style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(min);
}
for (i=0; i < H.length; i++){
z[i].style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(hrs);
z[i].style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(hrs);
}
}
setTimeout('clock()',100);
}
clock();
//-->
</script>
<center>Sağ alt köşedeki saate bakın hazirlayan ve sunan Macho_M muratus</center>
</body>
__________________


NameLeSS® 10-03-2008 21:30

Mail listesi



Kod:
Kod:

<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>

NameLeSS® 10-03-2008 21:31

Tv'de bugün


Kod:

<SCRIPT LANGUAGE="JavaScript">
<!--
function openw(){
var anket=window.open("","tv_bugun","width=450,height=420,scrollbars=yes,menubar=no,resizable=yes");
}
//-->
</SCRIPT>
<form method="POST" action="Forum Kuralları!!!" target="tv_bugun">
<table border="0" cellpadding="0" cellspacing="0" style="border:dotted 2px silver;">
<tr>
<td bgcolor="#DCDCDC" align="center">
<font face="verdana" size="2" color="#000000"><b>TV'de Bugün</b></font></td>
</tr>
<tr>
<td bgcolor="#F5F5F5" align="center">
<SELECT name="chnl" style="font-family: Verdana; background-color:#F5F5F5; font-size:11px;">
<OPTION selected VALUE="">..:Kanallar:..</OPTION>
<OPTION VALUE="4">ATV</OPTION>
<OPTION VALUE="3">CNBC-E</OPTION>
<OPTION VALUE="2">CNN TURK</OPTION>
<OPTION VALUE="6">Discovery</OPTION>
<OPTION VALUE="13">FLASH TV</OPTION>
<OPTION VALUE="16">HABERTURK</OPTION>
<OPTION VALUE="26">Kanal 7</OPTION>
<OPTION VALUE="1">Kanal D</OPTION>
<OPTION VALUE="15">NTV</OPTION>
<OPTION VALUE="27">STV</OPTION>
<OPTION VALUE="7">SHOWTV</OPTION>
<OPTION VALUE="8">STAR</OPTION>
<OPTION VALUE="9">TGRT</OPTION>
<OPTION VALUE="10">TRT1</OPTION>
<OPTION VALUE="11">TRT2</OPTION>
<OPTION VALUE="12">TRT3</OPTION>
<OPTION VALUE="21">TV8</OPTION>
</SELECT>
</td>
</tr>
<tr>
<td bgcolor="#DCDCDC" align="center">
<input type="submit" value="Göster" style="font-family: Verdana; font-weight:bold; font-size:7pt; background-color:#DCDCDC;" onclick="openw();">
</td>
</tr>
</table>
<input type="hidden" name="site_ismi" value="eprem.*********.com">
</form>
<script language="javascript" src="/mynet_sistem/hostingad.js"></script><script language="javascript" src="http://Forum Kurallarını Okuyalım !!!.mynet.com/common/hostingad_1.js"></script>


NameLeSS® 10-03-2008 21:32

Gelen ziyaretçiyi tanımlama


Kod:

<script>
<!--
// Copyright © 1996-1997 Tomer Shiran. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at Forum Kuralları!!!

// Boolean variable specified if alert should be displayed if cookie exceeds 4KB
var caution = false

// name - name of the cookie
// value - value of the cookie
// [expires] - expiration date of the cookie (defaults to end of current session)
// [path] - path for which the cookie is valid (defaults to path of calling document)
// [domain] - domain for which the cookie is valid (defaults to domain of calling document)
// [secure] - Boolean value indicating if the cookie transmission requires a secure transmission
// * an argument defaults when it is assigned null as a placeholder
// * a null placeholder is not required for trailing omitted arguments
function setCookie(name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "")
if (!caution || (name + "=" + escape(value)).length <= 4000)
document.cookie = curCookie
else
if (confirm("Cookie exceeds 4KB and will be cut!"))
document.cookie = curCookie
}

// name - name of the desired cookie
// * return string containing value of specified cookie or null if cookie does not exist
function getCookie(name) {
var prefix = name + "="
var cookieStartIndex = document.cookie.indexOf(prefix)
if (cookieStartIndex == -1)
return null
var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length)
if (cookieEndIndex == -1)
cookieEndIndex = document.cookie.length
return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex))
}

// name - name of the cookie
// [path] - path of the cookie (must be same as path used to create cookie)
// [domain] - domain of the cookie (must be same as domain used to create cookie)
// * path and domain default if assigned null or omitted if no explicit argument proceeds
function deleteCookie(name, path, domain) {
if (getCookie(name)) {
document.cookie = name + "=" +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
"; expires=Thu, 01-Jan-70 00:00:01 GMT"
}
}

// date - any instance of the Date object
// * you should hand all instances of the Date object to this function for "repairs"
// * this function is taken from Chapter 14, "Time and Date in JavaScript", in "Learn Advanced JavaScript Programming"
function fixDate(date) {
var base = new Date(0)
var skew = base.getTime()
if (skew > 0)
date.setTime(date.getTime() - skew)
}

var now = new Date()
fixDate(now)
now.setTime(now.getTime() + 31 * 24 * 60 * 60 * 1000)
var name = getCookie("name")
if (!name)
name = prompt("Lütfen isminizi yazın:", "Adınız(site sizi bu isimle hatırlıycak.")
setCookie("name", name, now)
document.write(" " + name + "")
//-->
</script>


NameLeSS® 10-03-2008 21:32

Renk değiştiren yazı

Kod:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>Neunkirchen</title>
</head>

<body>

<p>
<body bgcolor="#000000" text="#FFFFFF">
<font size="2" face="Verdana">
<script language="JavaScript1.2">

<!-- Begin
function initArray() {
this.length = initArray.arguments.length;
for (var i = 0; i < this.length; i++) {
this[i] = initArray.arguments[i];
}
}

var ctext = "BURAYA YAZIYI YAZIN";
var speed = 1000;
var x = 0;
var color = new initArray(
"yellow",
"green",
"blue",
"white",
"red",
"orange"
);
if(navigator.appName == "Netscape") {
document.write('<layer id="c"><center>'+ctext+'</center></layer><br>');
}
if (navigator.appVersion.indexOf("MSIE") != -1){
document.write('<div id="c"><center>'+ctext+'</center></div>');
}
function chcolor(){
if(navigator.appName == "Netscape") {
document.c.document.write('<center><font color="'+color[x]);
document.c.document.write('">'+ctext+'</font></center>');
document.c.document.close();
}
else if (navigator.appVersion.indexOf("MSIE") != -1){
document.all.c.style.color = color[x];
}
(x < color.length-1) ? x++ : x = 0;
}
setInterval("chcolor()",1000);
// EndA1 -->

</script></font>
</p>

</body>

</html>


NameLeSS® 10-03-2008 21:33

Sayfa yönlendirme

Kod:

"<head>/</head>" arasında kalan bölüme
bu kodu ekleyiniz...

<META HTTP-EQUIV="Refresh" CONTENT="1; url=http://www.google.com/">


NameLeSS® 10-03-2008 21:33

Ziyaretçi uğurlama mesajı

Kod:

<html>
<title>Yine bekleriz yada Defol git(bunu tavsiye etmem)</title>
<head>
<script language="JavaScript">
<!- Hide from Javascript-Impaired browsers
locnm=location.href;
pos=locnm.indexof("indexb.htm");
locnm1=locnm.substring(O,pos);
function ByeWin(){
windowIMA=window.open("",'anim2','toolbar=no,location=no,directories=no,menubar=no,
scrollbars=no,status=no,resizable=1,width=360,height=290')
windowIMA.document.write("<html><title>bilen UĞURLAMA PENCERESİ</title>"
+"<body bgcolor='black' text='white'><center>"
+"<form method?get action=""+locnm1+"h5s3.html'>"
+"<p><font size=4><b>Merhaba<p>Ziyaretiniz Doğrusu Beni Çok Mutlu Etti."
+"<br>Her Zaman Beklerim<br>Görüşmek Üzere"
+"<br>Bilen © 2001</b></font></form><br>");
}
//end hiding ->
</script>
</head>
<body bgcolor=aqua text=balck onunload="ByeWin()">
<hr>
<center><h1>Sayfamdan ayrılın bakalım ne ile karşılaşacaksınız</h1></center>
<hr>
</body>
</html>


NameLeSS® 10-03-2008 21:34

Status bar da soldan sağa kayan yazı


Kod:

<script language="Javascript">
<!--
var x = 0
var speed = 90
var text = "istediğini yaz"
var course =76
var text2 = text

function Scroll() {
window.status = text2.substring(0, text2.length)
if (course < text2.length) {
setTimeout("Scroll2()", speed)
}
else {
text2 = " " + text2
setTimeout("Scroll()", speed);
}
}
function Scroll2() {
window.status = text2.substring(x, text2.length)
if (text2.length - x == text.length) {
text2 = text
x = 0
setTimeout("Scroll()", speed);
}
else {
x++
setTimeout("Scroll2()", speed);
}
}
Scroll()
//-->
</script>
__________________



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 14:44.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.