Konu: php yardım
Tekil Mesaj gösterimi
Alt 02 Şubat 2008, 13:30   #11
Nickolas
Guest
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Yüzdesi:(%)
Cevap: php yardım




Eğer sunucunun PHP Desteği varsa....

Önce anasayfanın ve sohbet.html 'in yedeğini al...

daha sonra anasayfandaki

Kod:   Kodu kopyalamak için üzerine çift tıklayın!
<table id="table32" cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td width="15" height="15"></td> <td height="15"></td> <td width="15" height="15"></td> </tr> <tr> <td width="15">&nbsp;</td> <td align="right"> <table id="table51" cellSpacing="0" cellPadding="0" border="0"> <tr> <td> <h2 class="giris"> <font color="#FC3249">Sohbet Girişi</font></h2> </td> <td width="10">&nbsp;</td> <td width="30"> <img border="0" src="iko_uyegir.gif" width="30" height="30"></td> <td width="10">&nbsp;</td> </tr> </table> </td> <td width="15">&nbsp;</td> </tr> <tr> <td width="15" height="8"></td> <td height="8"></td> <td width="15" height="8"></td> </tr> <tr> <td width="15" height="11"> <img height="1" alt="." src="1px.gif" width="1" border="0"></td> <td height="11"> <table id="table47" cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td class="name" width="70"> <img border="0" src="tit_rumuz.gif" width="33" height="9"></td> <td> <input onblur="validate(this)" style="BORDER-RIGHT: #84c2d7 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #84c2d7 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 12pt; PADDING-BOTTOM: 1px; BORDER-LEFT: #84c2d7 1px solid; PADDING-TOP: 1px; BORDER-BOTTOM: #84c2d7 1px solid; FONT-FAMILY: Arial" tabIndex="1" size="22" name='nick'></td> </tr> </table> </td> <td width="15" height="11"> <img height="1" alt="." src="1px.gif" width="1" border="0"></td> </tr> <tr> <td width="15" height="8"></td> <td height="8"></td> <td width="15" height="8"></td> </tr> <tr> <td width="15"> <img height="1" alt="." src="1px.gif" width="1" border="0"></td> <td> <table id="table48" cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td class="name" width="70"> <img border="0" src="tit_sifre.gif" width="33" height="9"></td> <td> <input style="BORDER-RIGHT: #84c2d7 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #84c2d7 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 12pt; PADDING-BOTTOM: 1px; BORDER-LEFT: #84c2d7 1px solid; PADDING-TOP: 1px; BORDER-BOTTOM: #84c2d7 1px solid; FONT-FAMILY: Arial" tabIndex="2" type="password" name="passwd" size="22" value name="password"></td> </tr> <tr> <td width="70" height="8"></td> <td height="8"></td> </tr> <tr> <td width="70" height="11"> <img height="1" alt="." src="1px.gif" width="1" border="0"></td> <td> <img border="0" src="tit_sifreniz_yokise.gif" width="167" height="9"></td> </tr> </table> </td> <td width="15"> <img height="1" alt="." src="1px.gif" width="1" border="0"></td> </tr> <tr> <td width="15" height="8"></td> <td height="8"></td> <td width="15" height="8"></td> </tr> <tr> <td width="15"> <img height="1" alt="." src="1px.gif" width="1" border="0"></td> <td> <table id="table49" cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td width="70"> <img border="0" src="tit_odasec.gif" width="57" height="9"></td> <td> <table id="table50" cellSpacing="0" cellPadding="0" border="0"> <tr> <td> <select style="FONT-SIZE: 8pt; FONT-FAMILY: Arial" tabIndex="3" size="1" name="flax_kanal"> <option value="#LagLag" selected> #geyikchat</option> </select></td> <td> &nbsp;&nbsp;&nbsp;&nbsp; <a target="_blank" rel="nofollow" href="sohbet.html"> <img border="0" src="btn_sohbetbasla.gif" width="123" height="22"></a></a></a></a></a></td> </tr> </table> </td> </tr> </table> </td> <td width="15"> <img height="1" alt="." src="1px.gif" width="1" border="0"></td> </tr> </table>

Kodunu aşağıdaki kod ile değiştir.

Kod:   Kodu kopyalamak için üzerine çift tıklayın!
<form method="post" action="sohbet.php"> <table id="table32" cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td width="15" height="15"></td> <td height="15"></td> <td width="15" height="15"></td> </tr> <tr> <td width="15">&nbsp;</td> <td align="right"> <table id="table51" cellSpacing="0" cellPadding="0" border="0"> <tr> <td> <h2 class="giris"> <font color="#FC3249">Sohbet Girişi</font></h2> </td> <td width="10">&nbsp;</td> <td width="30"> <img border="0" src="iko_uyegir.gif" width="30" height="30"></td> <td width="10">&nbsp;</td> </tr> </table> </td> <td width="15">&nbsp;</td> </tr> <tr> <td width="15" height="8"></td> <td height="8"></td> <td width="15" height="8"></td> </tr> <tr> <td width="15" height="11"> <img height="1" alt="." src="1px.gif" width="1" border="0"></td> <td height="11"> <table id="table47" cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td class="name" width="70"> <img border="0" src="tit_rumuz.gif" width="33" height="9"></td> <td> <input onblur="validate(this)" style="BORDER-RIGHT: #84c2d7 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #84c2d7 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 12pt; PADDING-BOTTOM: 1px; BORDER-LEFT: #84c2d7 1px solid; PADDING-TOP: 1px; BORDER-BOTTOM: #84c2d7 1px solid; FONT-FAMILY: Arial" tabIndex="1" size="22" name='nick'></td> </tr> </table> </td> <td width="15" height="11"> <img height="1" alt="." src="1px.gif" width="1" border="0"></td> </tr> <tr> <td width="15" height="8"></td> <td height="8"></td> <td width="15" height="8"></td> </tr> <tr> <td width="15"> <img height="1" alt="." src="1px.gif" width="1" border="0"></td> <td> <table id="table48" cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td class="name" width="70"> <img border="0" src="tit_sifre.gif" width="33" height="9"></td> <td> <input style="BORDER-RIGHT: #84c2d7 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #84c2d7 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 12pt; PADDING-BOTTOM: 1px; BORDER-LEFT: #84c2d7 1px solid; PADDING-TOP: 1px; BORDER-BOTTOM: #84c2d7 1px solid; FONT-FAMILY: Arial" tabIndex="2" type="password" name="password" size="22"></td> </tr> <tr> <td width="70" height="8"></td> <td height="8"></td> </tr> <tr> <td width="70" height="11"> <img height="1" alt="." src="1px.gif" width="1" border="0"></td> <td> <img border="0" src="tit_sifreniz_yokise.gif" width="167" height="9"></td> </tr> </table> </td> <td width="15"> <img height="1" alt="." src="1px.gif" width="1" border="0"></td> </tr> <tr> <td width="15" height="8"></td> <td height="8"></td> <td width="15" height="8"></td> </tr> <tr> <td width="15"> <img height="1" alt="." src="1px.gif" width="1" border="0"></td> <td> <table id="table49" cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td width="70"> <img border="0" src="tit_odasec.gif" width="57" height="9"></td> <td> <table id="table50" cellSpacing="0" cellPadding="0" border="0"> <tr> <td> <select style="FONT-SIZE: 8pt; FONT-FAMILY: Arial" tabIndex="3" size="1" name="flax_kanal"> <option value="#LagLag" selected> #geyikchat</option> </select></td> <td> &nbsp;&nbsp;&nbsp;&nbsp; <a target="_blank" rel="nofollow" href="sohbet.html"> <img border="0" src="btn_sohbetbasla.gif" width="123" height="22"></a></a></a></a></a></td> </tr> </table> </td> </tr> </table> </td> <td width="15"> <img height="1" alt="." src="1px.gif" width="1" border="0"></td> </tr> </table> </form>


sohbet.html dosyasını sohbet.php olarak değiştir ve


Kod:   Kodu kopyalamak için üzerine çift tıklayın!
<applet archive="[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]" code=esChat.class codeBase=
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
width=760 height=466> <param name="CABBASE" value="[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]"> <param name="image" value="default.jpg"> <param name="Channel1" value="#geyikchat,#bayburt,#canavar,#chat,#dersim,#ayna"> <param name='skinFolder' value='msn'> <param name="fullname" value="[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]"> <param name="ident" value="Geyikchat"> </applet>

Kodunu aşağıdaki kod ile değiştir.

Kod:   Kodu kopyalamak için üzerine çift tıklayın!
<applet archive="[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]" code=esChat.class codeBase=
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
width=760 height=466> <param name="CABBASE" value="[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]"> <param name="nick" value="<?php echo str_replace(array('"', '<', '>', array('\"', '&lt;', '&gt;'), $_POST['nick']); ?>"> <param name="password" value="<?php echo str_replace(array('"', '<', '>', array('\"', '&lt;', '&gt;'), $_POST['password']); ?>"> <param name="image" value="default.jpg"> <param name="Channel1" value="#geyikchat,#bayburt,#canavar,#chat,#dersim,#ayna"> <param name='skinFolder' value='msn'> <param name="fullname" value="[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]"> <param name="ident" value="Geyikchat"> </applet>


 
Alıntı ile Cevapla

IRCForumlari.NET Reklamlar
sohbet odaları eglen sohbet reklamver