09-10-2006, 01:12
Arkadaşlar Hekeziin İstediği Portalın Kodlarını Yayınlıyorum Sizden İstediğim Portal Tasarm Yerini Silmemeniz Emeğe Saygı....
Link,Kod Buraya,Blok 1, Gibi Yerleri Kendinize Göre Ayarlaryın
Blok 1 = Blok Adını Ekleyin
Link = Linkleri Ekleyin
Kod Buraya = Eklemek İstediğiniz Kodu Ekleyin
Link,Kod Buraya,Blok 1, Gibi Yerleri Kendinize Göre Ayarlaryın
Blok 1 = Blok Adını Ekleyin
Link = Linkleri Ekleyin
Kod Buraya = Eklemek İstediğiniz Kodu Ekleyin
PHP Kodu:
<html>
<head>
<title>$settings[bbname]</title>
$headerinclude
</head>
<body>
$header
<table width="$theme[tablewidth]" cellspacing="0" cellpadding="$theme[tablespace]" border="0" align="center">
<tr><table width="100%" cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
<!-- start: sol -->
<td valign="top" width="190">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="tborder">
<table border="0" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="thead"><strong>Link</strong></td>
</tr>
<tr>
<td class="trow1">
<b>
<img src="Link" border="0" width="16" height="16">PortaL</a><BR>
<a href="Link">
<img src="Link" border="0" width="16" height="16">Forum</a><BR>
<a href="Link">
<img src="Link" border="0" width="16" height="16">LoGiN</a><BR>
<a href="Link">
<img src="Link" border="0" width="16" height="16">KanKa Café</a><BR>
</b>
</span></td>
</tr>
</table>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="tborder">
<table border="0" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="thead"><strong>Link</strong></td>
</tr>
<tr>
<td class="trow1">
<b>
<a href="Link">
<img src="Link" border="0" width="16" height="16">Link</a><BR>
<a href="Link">
<img src="Link" border="0" width="16" height="16">Link</a><BR>
<a href="Link">
<img src="Link" border="0" width="16" height="16">Link</a><BR>
<a href="Link">
<img src="Link" border="0" width="16" height="16">Link</a><BR>
<a href="Link">
<img src="Link" border="0" width="16" height="16">Link</a><BR>
</b>
</span></td>
</tr>
</table>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="tborder">
<table border="0" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="thead"><strong>Link</strong></td>
</tr>
<tr>
<td class="trow1">
<b>
<a href="Link">
<img src="Link" border="0" width="16" height="16">Link</a><BR>
<a href="Link">
<img src="Link" border="0" width="16" height="16">Link</a><BR>
<a href="Link">
<img src="Link" border="0" width="16" height="16">Link</a><BR>
<a href="Link">
<img src="Link" border="0" width="16" height="16">Link</a><BR>
<a href="Link">
<img src="Link" border="0" width="16" height="16">Link</a><BR>
</b>
</span></td>
</tr>
</table>
</tr>
</table>
$whosonline
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="tborder">
<table border="0" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="thead"><strong>Blok 1</strong></td>
</tr>
<tr>
<td class="trow1">
<b>
<p Align="center">
Kod Buraya
</p>
</b>
</span></td>
</tr>
</table>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="tborder">
<table border="0" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="thead"><strong>Blok 2</strong></td>
</tr>
<tr>
<td class="trow1">
<b>
<meta http-equiv="Content-Language" content="tr">
<script type="text/javascript">
//configure the below five variables to change the style of the scroller
var scrollerdelay='3000' //delay between msg scrolls. 3000=3 seconds.
var scrollerwidth='180px'
var scrollerheight='76px'
var scrollerbgcolor='darkyellow'
//set below to '' if you don't wish to use a background image
var scrollerbackground='scrollerback.gif'
//configure the below variable to change the contents of the scroller
var messages=new Array()
messages[0]="<font face='verdana' size='2' color='#FF0066'><b>»Söz...</b></font>"
messages[1]="<font face='verdana' size='2' color='#FF0066'><b>»Söz...</b></a></font>"
messages[2]="<font face='verdana' size='2' color='#FF0066'><b>»Söz...</b></font>"
messages[3]="<font face='verdana' size='2' color='#FF0066'><b>»Söz....<b></a></font>"
///////Do not edit pass this line///////////////////////
var ie=document.all
var dom=document.getElementById
if (messages.length>2)
i=2
else
i=0
function move(whichdiv){
tdiv=eval(whichdiv)
if (parseInt(tdiv.style.top)>0&&parseInt(tdiv.style.top)<=5){
tdiv.style.top=0+"px"
setTimeout("move(tdiv)",scrollerdelay)
setTimeout("move2(second2_obj)",scrollerdelay)
return
}
if (parseInt(tdiv.style.top)>=tdiv.offsetHeight*-1){
tdiv.style.top=parseInt(tdiv.style.top)-5+"px"
setTimeout("move(tdiv)",50)
}
else{
tdiv.style.top=parseInt(scrollerheight)+"px"
tdiv.innerHTML=messages[i]
if (i==messages.length-1)
i=0
else
i++
}
}
function move2(whichdiv){
tdiv2=eval(whichdiv)
if (parseInt(tdiv2.style.top)>0&&parseInt(tdiv2.style.top)<=5){
tdiv2.style.top=0+"px"
setTimeout("move2(tdiv2)",scrollerdelay)
setTimeout("move(first2_obj)",scrollerdelay)
return
}
if (parseInt(tdiv2.style.top)>=tdiv2.offsetHeight*-1){
tdiv2.style.top=parseInt(tdiv2.style.top)-5+"px"
setTimeout("move2(second2_obj)",50)
}
else{
tdiv2.style.top=parseInt(scrollerheight)+"px"
tdiv2.innerHTML=messages[i]
if (i==messages.length-1)
i=0
else
i++
}
}
function startscroll(){
first2_obj=ie? first2 : document.getElementById("first2")
second2_obj=ie? second2 : document.getElementById("second2")
move(first2_obj)
second2_obj.style.top=scrollerheight
second2_obj.style.visibility='visible'
}
if (ie||dom){
document.writeln('<div id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden;background-color:'+scrollerbgcolor+' ;background-image:url('+scrollerbackground+')">')
document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0px;top:0px">')
document.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:0px;top:1px;">')
document.write(messages[0])
document.writeln('</div>')
document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0px;top:0px;visibility:hidden">')
document.write(messages[dyndetermine=(messages.length==1)? 0 : 1])
document.writeln('</div>')
document.writeln('</div>')
document.writeln('</div>')
}
if (window.addEventListener)
window.addEventListener("load", startscroll, false)
else if (window.attachEvent)
window.attachEvent("onload", startscroll)
else if (ie||dom)
window.onload=startscroll
</script>
</b>
</span></td>
</tr>
</table>
</td></tr></table>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="tborder">
<table border="0" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="thead"><strong>Blok 3</strong></td>
</tr>
<tr>
<td class="trow1">
Kod Buraya...
</td>
</tr>
</table>
</td></tr></table>
$stats
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="tborder">
<table border="0" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="thead"><strong>Blok 4</strong></td>
</tr>
<tr>
<td class="trow1">
Kod Buraya...
</td>
</tr>
</table>
</td></tr></table>
</td>
<!-- end: sol -->
<!-- start: orta -->
<td width="*" valign="top">
<table cellspacing="0" cellpadding="0" border="0" width="75%">
<tr>
<td class="tborder">
<table border="0" cellspacing="1" cellpadding="4" width="75%">
<tr>
<td class="thead"><strong>Orta 1</strong></td>
</tr>
<tr>
<td class="trow1">
<p Align="center">
Kod Buraya
</p>
</td>
</tr>
</table>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="tborder">
<table border="0" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="thead"><strong>Reklam Alanı</strong></td>
</tr>
<tr>
<td class="trow1">
<p Align="center">
<img border="0" src="http://img145.imageshack.us/img145/3918/0cea4f47171za6.gif" width="400" height="60">
<img border="0" src="http://img145.imageshack.us/img145/3918/0cea4f47171za6.gif" width="400" height="60">
<img border="0" src="http://img145.imageshack.us/img145/3918/0cea4f47171za6.gif" width="400" height="60">
<img border="0" src="http://img145.imageshack.us/img145/3918/0cea4f47171za6.gif" width="400" height="60">
</p>
</td>
</tr>
</table>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" width="75%">
<tr>
<td class="tborder">
<table border="0" cellspacing="1" cellpadding="4" width="75%">
<tr>
<td class="thead"><strong>Orta 3</strong></td>
</tr>
<tr>
<td class="trow1">
<p Align="center">
Kdo Buraya...
</p>
</td>
</tr>
</table>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="tborder">
<table border="0" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="thead"><strong>Protal...</strong></td>
</tr>
<tr>
<td class="trow1">
<font color="#D6ECA6"><MARQUEE bgColor=#66CCFF scrollDelay=155 align="middle"><b>Her Hakkı Saklıdır © 2006 Portal Tasarım : WebKalbi.Com Edidet By : Buraya kendi siteniz </b></MARQUEE></font>
</td>
</tr>
</table>
</tr>
</table>
</td>
<!-- end: orta -->
<!-- start: sag -->
<td width="190" valign="top">
$welcome
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="tborder">
<table border="0" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="thead"><strong>Blok 1</strong></td>
</tr>
<tr>
<td class="trow1">
<b>
Kod Buraya...
</b>
</span></td>
</tr>
</table>
</td></tr></table>
$search
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="tborder">
<table border="0" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="thead"><strong>Blok 2</strong></td>
</tr>
<tr>
<td class="trow1">
<b>
<p Align="center">
Kodlar Buraya....</p>
</b>
</span></td>
</tr>
</table>
</td></tr></table>
$stats
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="tborder">
<table border="0" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="thead"><strong>Blok 3</strong></td>
</tr>
<tr>
<td class="trow1">
<p Align="center">
KOD BURAYA ....
</p>
</TR>
</TABLE>
</span></td>
</tr>
</table>
</td></tr></table>
<!-- end: sag -->
<td class="trow"> </td>
<td width="*" valign="top">
$announcements
</td>
</tr>
</table>
$footer
</body>
</html>
Teşekkür Mesajlarını Bekliyorum....:haha: