Merhaba,
swf indir
ben bu wall swf yi cektim ve kendi siteme uyarlamak istiyorum yardim ederseniz sevinirim
sorun flooring.load("http://feeds.videosz.com/xml/wall.php?" + sub); wall.php yi bir turlu olusturamadim.ben onarcade sistemi kullaniyorum ve en cok oynayanlar listemi buraya uygulamak istiyorum.ornek olarak en cok oynanalar olarak
encokoynanalar.php
bu peheyi wall.php ye nasil entegre edebilirim simdiden tesekkürler.
yada arkadasim daha kisa bana http://feeds1.videosz.com/xml/wall.php icerigini yazabilirmisin gerisini ben hallederim diye dusunuyorum.
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<style type="text/css">
<!--
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FF0000;
font-size: medium;
}
.style2 {
font-weight: bold;
font-size: medium;
}
.style3 {
color: #FF0000;
font-weight: bold;
font-size: 13px;
}
em{font-weight:bold;font-style:normal}
.style5 {
font-size: medium;
color: #000000;
font-weight: bold;
}
.style6 {
font-size: medium;
color: #FF0000;
}
-->
</style>
<tr>
<td width="20%" valign="top">
<?php include("menu.html"); ?>
</td>
<td width="80%" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" align="center">
<div class="contentbox">
<div class="contentheader"><em>En Çok izlenen Kanallar</em></div>
<div class="boxestext style1"><font color="#000000"><strong></strong></font>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td style="border-style: none; border-width: medium">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="600" id="AutoNumber1">
<tr>
<td align="center" class="style3">1</td>
<td align="center"> </td>
<td align="center" class="style3">2</td>
<td align="center"> </td>
<td align="center" class="style3">3</td>
<td align="center"> </td>
<td align="center" class="style3">4</td>
<td align="center"> </td>
<td align="center" class="style3">5</td>
<td align="center"> </td>
<td align="center" class="style3">6</td>
<td align="center"> </td>
<td align="center" class="style3">7</td>
<td align="center"> </td>
<td align="center" class="style3">8</td>
</tr>
<tr>
<td>
<?php
$result = mysql_query("SELECT title, fileid, icon, timesplayed FROM files WHERE status = '1' ORDER BY timesplayed DESC LIMIT 16");
$row = mysql_fetch_array($result);
$nfiletitle = $row['title'];
$nfileid = $row['fileid'];
$nicon = $row['icon'];
$ntimesplayed = number_format($row['timesplayed']);
?>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" title="<?php echo $nfiletitle; ?>">
<img src="files/image/<?php echo $nicon; ?>" border="0" align="center" width="70" height="59"></a><br>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" class="yazi1" title="<?php echo $nfiletitle; ?>" </a>
<br>
<?php echo $nfiletitle; ?>
<?php echo $ntimesplayed; ?> kere
</td>
<td> </td>
<td><?php
$row = mysql_fetch_array($result);
$nfiletitle = $row['title'];
$nfileid = $row['fileid'];
$nicon = $row['icon'];
$ntimesplayed = number_format($row['timesplayed']);
?>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" title="<?php echo $nfiletitle; ?>">
<img src="files/image/<?php echo $nicon; ?>" border="0" align="center" width="70" height="59"></a><br>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" class="yazi1" title="<?php echo $nfiletitle; ?>" </a>
<br>
<?php echo $nfiletitle; ?>
<?php echo $ntimesplayed; ?> kere</td>
<td> </td>
<td><?php
$row = mysql_fetch_array($result);
$nfiletitle = $row['title'];
$nfileid = $row['fileid'];
$nicon = $row['icon'];
$ntimesplayed = number_format($row['timesplayed']);
?>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" title="<?php echo $nfiletitle; ?>">
<img src="files/image/<?php echo $nicon; ?>" border="0" align="center" width="70" height="59"></a><br>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" class="yazi1" title="<?php echo $nfiletitle; ?>" </a>
<br>
<?php echo $nfiletitle; ?>
<?php echo $ntimesplayed; ?> kere</td>
<td> </td>
<td><?php
$row = mysql_fetch_array($result);
$nfiletitle = $row['title'];
$nfileid = $row['fileid'];
$nicon = $row['icon'];
$ntimesplayed = number_format($row['timesplayed']);
?>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" title="<?php echo $nfiletitle; ?>">
<img src="files/image/<?php echo $nicon; ?>" border="0" align="center" width="70" height="59"></a><br>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" class="yazi1" title="<?php echo $nfiletitle; ?>" </a>
<br>
<?php echo $nfiletitle; ?>
<?php echo $ntimesplayed; ?> kere</td>
<td> </td>
<td><?php
$row = mysql_fetch_array($result);
$nfiletitle = $row['title'];
$nfileid = $row['fileid'];
$nicon = $row['icon'];
$ntimesplayed = number_format($row['timesplayed']);
?>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" title="<?php echo $nfiletitle; ?>">
<img src="files/image/<?php echo $nicon; ?>" border="0" align="center" width="70" height="59"></a><br>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" class="yazi1" title="<?php echo $nfiletitle; ?>" </a>
<br>
<?php echo $nfiletitle; ?>
<?php echo $ntimesplayed; ?> kere</td>
<td> </td>
<td><?php
$row = mysql_fetch_array($result);
$nfiletitle = $row['title'];
$nfileid = $row['fileid'];
$nicon = $row['icon'];
$ntimesplayed = number_format($row['timesplayed']);
?>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" title="<?php echo $nfiletitle; ?>">
<img src="files/image/<?php echo $nicon; ?>" border="0" align="center" width="70" height="59"></a><br>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" class="yazi1" title="<?php echo $nfiletitle; ?>" </a>
<br>
<?php echo $nfiletitle; ?>
<?php echo $ntimesplayed; ?> kere</td>
<td> </td>
<td><?php
$row = mysql_fetch_array($result);
$nfiletitle = $row['title'];
$nfileid = $row['fileid'];
$nicon = $row['icon'];
$ntimesplayed = number_format($row['timesplayed']);
?>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" title="<?php echo $nfiletitle; ?>">
<img src="files/image/<?php echo $nicon; ?>" border="0" align="center" width="70" height="59"></a><br>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" class="yazi1" title="<?php echo $nfiletitle; ?>" </a>
<br>
<?php echo $nfiletitle; ?>
<?php echo $ntimesplayed; ?> kere</td>
<td> </td>
<td><?php
$row = mysql_fetch_array($result);
$nfiletitle = $row['title'];
$nfileid = $row['fileid'];
$nicon = $row['icon'];
$ntimesplayed = number_format($row['timesplayed']);
?>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" title="<?php echo $nfiletitle; ?>">
<img src="files/image/<?php echo $nicon; ?>" border="0" align="center" width="70" height="59"></a><br>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" class="yazi1" title="<?php echo $nfiletitle; ?>" </a>
<br>
<?php echo $nfiletitle; ?>
<?php echo $ntimesplayed; ?> kere</td>
</tr>
<tr>
<td colspan="15"><hr></td>
</tr>
<tr>
<td align="center" class="style3">9</td>
<td align="center"> </td>
<td align="center" class="style3">10</td>
<td align="center"> </td>
<td align="center" class="style3">11</td>
<td align="center"> </td>
<td align="center" class="style3">12</td>
<td align="center"> </td>
<td align="center" class="style3">13</td>
<td align="center"> </td>
<td align="center" class="style3">14</td>
<td align="center"> </td>
<td align="center" class="style3">15</td>
<td align="center"> </td>
<td align="center" class="style3">16</td>
</tr>
<tr>
<td>
<?php
$row = mysql_fetch_array($result);
$nfiletitle = $row['title'];
$nfileid = $row['fileid'];
$nicon = $row['icon'];
$ntimesplayed = number_format($row['timesplayed']);
?>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" title="<?php echo $nfiletitle; ?>">
<img src="files/image/<?php echo $nicon; ?>" border="0" align="center" width="70" height="59"></a><br>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" class="yazi1" title="<?php echo $nfiletitle; ?>" </a>
<br>
<?php echo $nfiletitle; ?>
<?php echo $ntimesplayed; ?> kere </td>
<td> </td>
<td><?php
$row = mysql_fetch_array($result);
$nfiletitle = $row['title'];
$nfileid = $row['fileid'];
$nicon = $row['icon'];
$ntimesplayed = number_format($row['timesplayed']);
?>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" title="<?php echo $nfiletitle; ?>">
<img src="files/image/<?php echo $nicon; ?>" border="0" align="center" width="70" height="59"></a><br>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" class="yazi1" title="<?php echo $nfiletitle; ?>" </a>
<br>
<?php echo $nfiletitle; ?>
<?php echo $ntimesplayed; ?> kere</td>
<td> </td>
<td><?php
$row = mysql_fetch_array($result);
$nfiletitle = $row['title'];
$nfileid = $row['fileid'];
$nicon = $row['icon'];
$ntimesplayed = number_format($row['timesplayed']);
?>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" title="<?php echo $nfiletitle; ?>">
<img src="files/image/<?php echo $nicon; ?>" border="0" align="center" width="70" height="59"></a><br>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" class="yazi1" title="<?php echo $nfiletitle; ?>" </a>
<br>
<?php echo $nfiletitle; ?>
<?php echo $ntimesplayed; ?> kere</td>
<td> </td>
<td><?php
$row = mysql_fetch_array($result);
$nfiletitle = $row['title'];
$nfileid = $row['fileid'];
$nicon = $row['icon'];
$ntimesplayed = number_format($row['timesplayed']);
?>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" title="<?php echo $nfiletitle; ?>">
<img src="files/image/<?php echo $nicon; ?>" border="0" align="center" width="70" height="59"></a><br>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" class="yazi1" title="<?php echo $nfiletitle; ?>" </a>
<br>
<?php echo $nfiletitle; ?>
<?php echo $ntimesplayed; ?> kere</td>
<td> </td>
<td><?php
$row = mysql_fetch_array($result);
$nfiletitle = $row['title'];
$nfileid = $row['fileid'];
$nicon = $row['icon'];
$ntimesplayed = number_format($row['timesplayed']);
?>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" title="<?php echo $nfiletitle; ?>">
<img src="files/image/<?php echo $nicon; ?>" border="0" align="center" width="70" height="59"></a><br>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" class="yazi1" title="<?php echo $nfiletitle; ?>" </a>
<br>
<?php echo $nfiletitle; ?>
<?php echo $ntimesplayed; ?> kere</td>
<td> </td>
<td><?php
$row = mysql_fetch_array($result);
$nfiletitle = $row['title'];
$nfileid = $row['fileid'];
$nicon = $row['icon'];
$ntimesplayed = number_format($row['timesplayed']);
?>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" title="<?php echo $nfiletitle; ?>">
<img src="files/image/<?php echo $nicon; ?>" border="0" align="center" width="70" height="59"></a><br>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" class="yazi1" title="<?php echo $nfiletitle; ?>" </a>
<br>
<?php echo $nfiletitle; ?>
<?php echo $ntimesplayed; ?> kere</td>
<td> </td>
<td><?php
$row = mysql_fetch_array($result);
$nfiletitle = $row['title'];
$nfileid = $row['fileid'];
$nicon = $row['icon'];
$ntimesplayed = number_format($row['timesplayed']);
?>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" title="<?php echo $nfiletitle; ?>">
<img src="files/image/<?php echo $nicon; ?>" border="0" align="center" width="70" height="59"></a><br>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" class="yazi1" title="<?php echo $nfiletitle; ?>" </a>
<br>
<?php echo $nfiletitle; ?>
<?php echo $ntimesplayed; ?> kere</td>
<td> </td>
<td><?php
$row = mysql_fetch_array($result);
$nfiletitle = $row['title'];
$nfileid = $row['fileid'];
$nicon = $row['icon'];
$ntimesplayed = number_format($row['timesplayed']);
?>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" title="<?php echo $nfiletitle; ?>">
<img src="files/image/<?php echo $nicon; ?>" border="0" align="center" width="70" height="59"></a><br>
<a href="<?php echo fileurl($nfileid,$nfiletitle); ?>" class="yazi1" title="<?php echo $nfiletitle; ?>" </a>
<br>
<?php echo $nfiletitle; ?>
<?php echo $ntimesplayed; ?> kere</td>
</tr>
</table>
</center></td>
</tr>
</table>
</div>
</div>