PHP Kod:
denendi çalışıyor
Bunu Header Ekleyin ve Gueste
kod
<div id="Layer2" style="position:absolute;text-align:center;" title="Kanklar">
<div id="Layer2_Container" style="width:1029px;position:relative;margin-left:auto;margin-right:auto;text-align:left;">
<div id="wb_YouTube1" style="position:absolute;left:4px;top:65px;width:1025px;height:179px;z-index:23;">
<iframe id="YouTube1" src="http://www.youtube.com/embed/ojocCQpHLh4?rel=1&autoplay=1&version=3&autohide=0&theme=dark"></iframe>
</div>
<div id="wb_Login1" style="position:absolute;left:842px;top:244px;width:183px;height:130px;text-align:right;z-index:24;">
<form name="loginform" method="post" action="<?php echo basename(__FILE__); ?>" id="loginform">
<input type="hidden" name="form_name" value="loginform">
<table id="Login1">
<tr>
<td class="Login1_header" colspan="2" style="height:20px;">Yapımcı Kanklar</td>
</tr>
<tr>
<td style="height:20px;width:69px">User Name:</td>
<td style="text-align:left"><input class="Login1_input" name="username" type="text" id="username" value="<?php echo $username; ?>"></td>
</tr>
<tr>
<td style="height:20px">Password:</td>
<td style="text-align:left"><input class="Login1_input" name="password" type="password" id="password" value="<?php echo $password; ?>"></td>
</tr>
<tr>
<td> </td><td style="text-align:left;height:20px"><input id="rememberme" type="checkbox" name="rememberme">Remember me</td>
</tr>
<tr>
<td> </td><td style="text-align:left;vertical-align:bottom"><input class="Login1_button" type="submit" name="login" value="Lütfen Giriş" id="login"></td>
</tr>
</table>
</form>
</div>
<div id="Layer3" style="position:absolute;text-align:left;left:0px;top:244px;width:842px;height:48px;z-index:25;">
<div id="wb_PanelMenu1" style="position:absolute;left:0px;top:0px;width:241px;height:46px;text-align:center;z-index:21;">
<a href="#PanelMenu1_markup" id="PanelMenu1">Ana Sayfa</a>
<div id="PanelMenu1_markup">
<ul>
<li><a href="http://merhaba.16mb.com/" title="Forum">Ana Sayfa</a></li>
<li><a href="">About Me</a></li>
<li><a href="">Gallery</a></li>
<li><a href="">Blog</a></li>
<li><a href="">Links</a></li>
</ul>
</div>
</div>
</div>
<div id="Layer4" style="position:absolute;text-align:left;left:3px;top:340px;width:839px;height:48px;z-index:26;">
</div>
<div id="Layer6" style="position:absolute;text-align:left;left:0px;top:292px;width:842px;height:48px;z-index:27;">
<div id="wb_PanelMenu4" style="position:absolute;left:3px;top:0px;width:238px;height:46px;text-align:center;z-index:22;">
<a href="#PanelMenu4_markup" id="PanelMenu4">Üye Listesi</a>
<div id="PanelMenu4_markup">
<ul>
<li><a href="http://merhaba.16mb.com/memberlist.php" title="Liste">Üye Listesi</a></li>
<li><a href="">About Me</a></li>
<li><a href="">Gallery</a></li>
<li><a href="">Blog</a></li>
<li><a href="">Links</a></li>
</ul>
</div>
</div>
</div>
<div id="Layer5" style="position:absolute;text-align:left;left:4px;top:388px;width:838px;height:58px;z-index:28;">
</div>
<div id="wb_PanelMenu2" style="position:absolute;left:0px;top:340px;width:241px;height:46px;text-align:center;z-index:29;">
<a href="#PanelMenu2_markup" id="PanelMenu2">Portal</a>
<div id="PanelMenu2_markup">
<ul>
<li><a href="http://merhaba.16mb.com/portal.php" title="Forum">Portal</a></li>
<li><a href="">About Me</a></li>
<li><a href="">Gallery</a></li>
<li><a href="">Blog</a></li>
<li><a href="">Links</a></li>
</ul>
</div>
</div>
<div id="wb_PanelMenu3" style="position:absolute;left:0px;top:388px;width:241px;height:56px;text-align:center;z-index:30;">
<a href="#PanelMenu3_markup" id="PanelMenu3">Yardım</a>
<div id="PanelMenu3_markup">
<ul>
<li><a href="http://merhaba.16mb.com/memberlist.php" title="Yardım">Yardım</a></li>
<li><a href="">About Me</a></li>
<li><a href="">Gallery</a></li>
<li><a href="">Blog</a></li>
<li><a href="">Links</a></li>
</ul>
</div>
</div>
<div style="z-index:31">
<script type="text/javascript">
/******************************************
* Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html)
* Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code
* Last updated Nov 9th, 05' by DD. This notice must stay intact for use
******************************************/
var snowsrc="snow.gif"
var no = 10;
var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 600;
if (typeof window.innerWidth != 'undefined')
{
doc_width = window.innerWidth;
doc_height = window.innerHeight;
}
else
if (typeof document.documentElement != 'undefined' && typeof document.documentElement.clientWidth != 'undefined' && document.documentElement.clientWidth != 0)
{
doc_width = document.documentElement.clientWidth;
doc_height = document.documentElement.clientHeight;
}
else
{
doc_width = document.getElementsByTagName('body')[0].clientWidth;
doc_height = document.getElementsByTagName('body')[0].clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i < no; ++ i)
{
dx[i] = 0;
xp[i] = Math.random()*(doc_width-50);
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
if (i == 0)
{
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
}
else
{
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
}
}
function DoSnow()
{
for (i = 0; i < no; ++ i)
{
yp[i] += sty[i];
if (yp[i] > doc_height-50)
{
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
}
dx[i] += stx[i];
document.getElementById("dot"+i).style.top=yp[i]+"px";
document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px";
}
snowtimer=setTimeout("DoSnow()", 10);
}
setTimeout("DoSnow()", 500);
</script></div>
</div>
</div>
ftpnizi açın vericem dosayaları atın