<?php include('mysql.php'); $image_id=$_GET['image_id']; mysql_query("SET NAMES 'utf8'"); $bilgi=mysql_query("SELECT * FROM images WHERE image_id='$_GET[image_id]' "); $kontrol = mysql_num_rows($bilgi); ?><? while($satir=mysql_fetch_array($bilgi)) { ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="stylesheet" type="text/css" href="style.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="Listen Music. Download Free Music. Upload Music." /> <meta name="keywords" content="<? echo $satir['adsoyad']; ?>,beauty,evaluate,güzellik,kanıtla,güzel,seç,facemash,mark,zuckerberg,the,social,network,movie,facemash.com,vote,creawarez" /> <title><?php echo $satir['adsoyad'] ; ?> Profile - - CREAWAREZ BEAUTYVOTE</title> <style type="text/css"> body, html { font-family:Arial, Helvetica, sans-serif; width:100%; margin:0; padding:0; text-align:center; font-size: 18px; } .sadasda { font-weight: bold; } .vcx { font-weight: bold; color: #03F; } .giris { width: 70px; height: 40px; text-decoration: none; border-left: 0px; padding-left:0px; border-right: 0px; border-top: 0px; border-bottom: 0px; padding-bottom: 0px; padding-top: 0px; background-image : url('_img/button.png'); cursor : pointer font-weight: bold; font-size:18px; color: #FFF; } .searchbox { width: 320px; height: 40px; text-decoration: none; border-left: 0px; padding-left:0px; border-right: 0px; border-top: 0px; border-bottom: 0px; padding-bottom: 0px; padding-top: 0px; background-image : url('_img/searchbg.png'); cursor : pointer font-weight: bold; font-size:15px; } .image {background-color:#eee;border:1px solid #ddd;border-bottom:1px solid #bbb;padding:5px; } .imagetext { color:#60C; text-shadow:#F3F;} asdasdsadsaas { font-size: 100px; } dsadsxcz { font-size: 14px; } </style> </head> <body alink="#FF66FF" vlink="#FF66ff"> <div id="menu"> <div class="content"><table width="960" height="40"> <td width="422" align="left"><a href="../index.php" title="Index"><img src="_img/logo.png" width="220" height="40" onmouseover="this.src='_img/logo.png';" onmouseout="this.src='_img/logo.png';" /></a><a href="index.php" title="Music Index"><img src="_img/logomusic.png" width="200" height="40" onmouseover="this.src='_img/logomusic.png';" onmouseout="this.src='_img/logomusic.png';" /></a></td><td width="526" align="right"><a href="toplist.php" title="Toplist"><img src="_img/toplist.png" width="100" height="40" onmouseover="this.src='_img/toplist1.png';" onmouseout="this.src='_img/toplist.png';" /></a><a href="upload.php" title="Upload"><img src="_img/upload.png" width="100" height="40" onmouseover="this.src='_img/upload1.png';" onmouseout="this.src='_img/upload.png';" /></a></td></table> </div> </div> <div id="content"> <div class="content"><table width="960" height="500"><tr align="left" valign="top"><td align="center" valign="top"> <form id="form1" name="form1" method="post" action="search.php"> <p> <input name="search" type="text" id="search" onblur="if (value =='') {value = 'Profile Search'}" onfocus="if (value == 'Profile Search') {value =''}" value="Profile Search" class="searchbox" /> <label> <input type="submit" name="submit" id="submit" value="" class="giris" /> </label> </p> </form> <p></p> <p> </p> <p><?php echo $satir['adsoyad']; ?> Profile<br /> <img src="_img/altbaslik.png" width="250" height="14" /></p> <p> </p> <p><p><table align="center"><td valign="top" align="center" class="image"><?php echo '<img alt="" src="images/'.$satir["filename"].' "/>'; ?></td></table></p> <table align="center" width="418" border="1" class="image"> <tr class="image"> <td width="198" class="image">Wins:</td> <td width="204"class="image"><?php echo $satir['wins'] ; ?></td> </tr> <tr class="image"> <td class="image">Losses:</td> <td class="image"><?php echo $satir['losses'] ; ?></td> </tr> <tr class="image"> <td class="image">Score:</td> <td class="image"><?php echo $satir['score'] ; ?></td> </tr> <tr class="image"> <td class="image">Age:</td> <td class="image"><?php echo $satir['yas'] ; ?></td> </tr> <tr class="image"> <td class="image">Facebook Profile:</td> <td class="image"><? echo '<a href="http://www.facebook.com/'.$satir["facebook"].'">'; ?>Click<? echo "</a> "; ?></td> </tr> <tr> <td class="image">Name - Surname:</td> <td class="image"><?php echo $satir['adsoyad'] ; ?></td> </tr> </table></p> </table></div> </div> </body> </html>