Merhaba Arkadaşlar bir online mafya scripti hazirliyorum (Editleyerek) scriptte
index.php dosyasi cpu harcıyor localdede boyle hosttada ndn olabilir soyleye bilirmisiniz kodlar aşagida
index.php dosyasi cpu harcıyor localdede boyle hosttada ndn olabilir soyleye bilirmisiniz kodlar aşagida
PHP:
<html>
<head>
<meta http-equiv="Content-Language" content="tr">
<title>Multiplayer online yazı tabanlı RPG gangster ve mafya oyunu</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<link rel="shortcut Icon" href="favicon.ico" />
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<style type="text/css">
body.indexPage {background: #000000 url("resimler/main.jpg") repeat-x top;}
</style>
</head>
<body class="indexPage">
<div align="center">
<table border="0" width="953" cellspacing="0" cellpadding="0" id="table1" height="880">
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table2">
<tr>
<td> </td>
</tr>
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table8">
<tr>
<td> </td>
<td width="69"> </td>
<td width="133"> </td>
</tr>
<tr>
<td height="38"> </td>
<td width="69" height="38">
<p align=center></td>
<td width="133" height="38"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="387">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table3">
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table4">
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table5">
<tr>
<td width="265">
<table border="0" width="101%" cellspacing="0" cellpadding="0" height="100%" id="table7">
<tr>
<td><form name="Form1" id="Form1" method="post" action="_check_user.php">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table9">
<tr>
<td height="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table14">
<tr>
<td width="13"> </td>
<td>
<font face="Tahoma" size="1" color="#CCFFFF">
</font></td>
</tr>
</table></td>
</tr> <tr>
<td>
<font face="Tahoma" size="2" color="#FFFFFF">
<img border="0" src="arrow.gif" width="5" height="9">
Kullanıcı Adı:</font></td>
</tr>
<tr>
<td>
<p align="center"><input name="name" id="name" autocomplete="off" style="width: 184px; float: center; height: 21px; color: rgb(255, 0, 0);" size="36" type="text"></td>
</tr>
<tr>
<td>
<font face="Tahoma" size="2" color="#FFFFFF">
<img border="0" src="arrow.gif" width="5" height="9">
Şifre:</font></td>
</tr>
<tr>
<td>
<p align="center"><input name="password" id="password" style="width: 185px; float: center; height: 21px;" size="36" type="password"></td>
</tr>
<tr>
<td>
<p align="center">
<input name="onay" value="ON" class="form_radio" checked="checked" type="checkbox">
<font face="Tahoma" size="1"><u>
<a target="_blank" href="kurallar.php">
<font color="#ffffff">Oyun kuralları</font></a></u><font color="#FFFFFF">nı
ve
</font>
<a target="_blank" href="gis.php">
<font color="#ffffff">GİS</font></a><font color="#FFFFFF">'i kabul
ediyorum. </font></font></td>
</tr>
<tr>
<td height="36" align="center" valign="top">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="81%" id="table10">
<tr>
<td> </td>
<td width="113">
<p align="center">
<font size="1">
<input name="Submit2" style="border: 1px solid rgb(255, 255, 255); font-size: 8pt; font-family: Tahoma; font-weight: bold; background-color: rgb(81, 0, 8); color: #FFFFFF;" value="Oyuna gir" type="submit"></font><font face="Tahoma" size="1" color="#FFFFFF"><br>
<a href="lost.php" target="_blank"><font face="Tahoma" size="1" color="#FFFFFF">şifremi unuttum</font></a></font></td>
<td width="16"> </td>
</tr>
</table>
</td>
</tr>
</table></form>
</td>
</tr>
<tr>
<td height="98">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table12">
<tr>
<td width="79"> </td>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table13">
<tr>
<td width="115" valign="bottom" height="19">
</td>
<td valign="bottom" height="19">
</td>
</tr><tr>
<td width="115" valign="bottom">
<font face="Tahoma" size="2" color="#FFFFFF">
Toplam
Oyuncu:</font></td>
<td valign="bottom">
<p align="left">
<b>
<font face="Tahoma" size="2" color="#FFFFFF">
<?php
include("./counter.inc.php");
$i = 0;
$shit = 0;
$bulletss = 0;
$lijstGebruikers = "SELECT * FROM users ORDER BY id ASC";
$resultLijstGebruikers = mysql_query($lijstGebruikers);
while ($row = mysql_fetch_array($resultLijstGebruikers)) {
$i++;
$shit = ($shit + $row[geld]);
$shit = ($shit + $row[bank]);
$bulletss = ($bulletss + $row[kills]);
}
$lijstGebruikers = "SELECT * FROM `users` WHERE `health`='0'";
$resultLijstGebruikers = mysql_query($lijstGebruikers);
$dead = mysql_num_rows($resultLijstGebruikers);
$lijstGebruikers = "SELECT * FROM `users` WHERE `health`!='0'";
$resultLijstGebruikers = mysql_query($lijstGebruikers);
$active = mysql_num_rows($resultLijstGebruikers);
$crewtot = 0;
$lijstGebruikers = "SELECT * FROM crews ORDER BY id ASC";
$resultLijstGebruikers = mysql_query($lijstGebruikers);
while ($row = mysql_fetch_array($resultLijstGebruikers)) {
$crewtot = ($crewtot + $row[bank]);
}
echo "$i</td></tr>";
?></font></b></td>
</tr>
<tr>
<td width="115" valign="bottom">
<font face="Tahoma" size="2" color="#FFFFFF">
Çevrimiçi
Oyuncu:</font></td>
<td valign="bottom">
<b>
<font face="Tahoma" size="2" color="#FFFFFF">
<?php
include "user_teller.php";
echo $i_users; ?></font></b></td>
</tr>
<tr>
<td width="115" valign="bottom" height="19">
</td>
<td valign="bottom" height="19">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table6">
<tr>
<td height="74">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><font color="#ffffff" face="Tahoma" size="2">Güçlü bir mafya babası
olmayı amaçlayan binlerce oyuncu
barındırır. Suç ve tehlike
dolu bu alemde maddi
gücünüzü arttırarak
düşmanlarınız ile
savaşırsınız.</font></p></td>
</tr>
<tr>
<td align=center> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="254" height="19"> </td>
<td height="19"> </td>
</tr>
</table>
</td>
</tr><link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<script src="js/prototype.js" type="text/javascript"></script>
<script src="js/scriptaculous.js?load=effects" type="text/javascript"></script>
<script src="js/lightbox++.js" type="text/javascript"></script>
<tr>
<td height="90">
<p align="center">
<a rel="lightbox[group]" style="color: rgb(51, 51, 51); font-weight: bold; font-family: 'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;" href="resimler/ek1.jpg">
<img src="resimler/ek1k.jpg" style="border: 1px dashed #5F1C1C;" width="92" height="72"></a>
<a rel="lightbox[group]" style="color: rgb(51, 51, 51); font-weight: bold; font-family: 'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;" href="resimler/ek2.jpg">
<img src="resimler/ek2k.jpg" style="border: 1px dashed #5F1C1C;" width="92" height="72"></a>
<a rel="lightbox[group]" style="color: rgb(51, 51, 51); font-weight: bold; font-family: 'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;" href="resimler/ek3.jpg">
<img src="resimler/ek3k.jpg" style="border: 1px dashed #5F1C1C;" width="92" height="72"></a>
<a rel="lightbox[group]" style="color: rgb(51, 51, 51); font-weight: bold; font-family: 'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;" href="resimler/ek4.jpg">
<img src="resimler/ek4k.jpg" style="border: 1px dashed #5F1C1C;" width="92" height="72"></a>
<a rel="lightbox[group]" style="color: rgb(51, 51, 51); font-weight: bold; font-family: 'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;" href="resimler/ek5.jpg">
<img src="resimler/ek5k.jpg" style="border: 1px dashed #5F1C1C;" width="92" height="72"></a>
<a rel="lightbox[group]" style="color: rgb(51, 51, 51); font-weight: bold; font-family: 'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;" href="resimler/ek6.jpg">
<img src="resimler/ek6k.jpg" style="border: 1px dashed #5F1C1C;" width="92" height="72"></a></td>
</tr>
</table>
</td>
<td width="270"><form name="form1" method="post" action="kayit.php">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table11">
<tr>
<td><table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table14">
<tr>
<td width="13"> </td>
<td>
<font face="Tahoma" size="1" color="#CCFFFF">
</font></td>
</tr>
</table></td>
</tr>
<tr>
<td>
<font face="Tahoma" size="2" color="#FFFFFF">
<img border="0" src="arrow.gif" width="5" height="9">
Kullanıcı Adı:</font></td>
</tr>
<tr>
<td>
<p align="left"> <input name="kullaniciadi" id="kullaniciadi" style="width: 137px; float: center; height: 21px;" size="36" type="text"></td>
</tr>
<tr>
<td>
<font face="Tahoma" size="2" color="#FFFFFF">
<img border="0" src="arrow.gif" width="5" height="9">
Email Adresi:</font></td>
</tr>
<tr>
<td>
<p align="left"> <input name="email" id="email" style="width: 137px; float: center; height: 21px;" size="36" type="text"></td>
</tr>
<tr>
<td>
<font face="Tahoma" size="2" color="#FFFFFF">
<img border="0" src="arrow.gif" width="5" height="9">
Şifre:</font></td>
</tr>
<tr>
<td>
<p align="left"> <input name="sifre" id="email1" style="width: 137px; float: center; height: 21px;" size="36" type="password"><INPUT name="ref" type="hidden" value=""><INPUT name="gm" type="hidden" value=""></td>
</tr>
<tr>
<td>
<font face="Tahoma" size="2" color="#FFFFFF">
<img border="0" src="arrow.gif" width="5" height="9">
Başlanacak Ülke:</font></td>
</tr>
<tr>
<td>
<p align="left"> <label>
<?php
include("./counter.inc.php");
include("_connect.php");
$sqlulke="select * from steden";
$sqlresults=mysql_query($sqlulke);
$stir=0;
?>
<select name="ulke">
<?php
while($stir<mysql_num_rows($sqlresults)){
?>
<option value="<?php echo mysql_result($sqlresults,$stir,"welke"); ?>"><?php echo mysql_result($sqlresults,$stir,"welke"); ?></option>
<?php
$stir++;}
?>
</select>
</tr>
<tr>
<td>
<font face="Tahoma" size="2" color="#FFFFFF">
<img border="0" src="arrow.gif" width="5" height="9">
Cinsiyet:</font></td>
</tr>
<tr>
<td>
<p align="left"> <select name="cinsiyet" id="select" size="1" style="width: 137px; float: center; height: 21px;" >
<option selected="selected" value="erkek">Erkek</option>
<option value="kadın">Kadın
</option></select></td>
</tr>
<tr>
<td height="25">
<p align="center">
<font face="Tahoma" size="1"><u>
<a target="_blank" href="kurallar.php">
<font color="#ffffff">Oyun kuralları</font></a></u><font color="#FFFFFF">nı
ve
</font>
<a target="_blank" href="gis.php">
<font color="#ffffff">GİS</font></a><font color="#FFFFFF">'i kabul
ediyorum. </font></font></td>
</tr>
<tr>
<td>
<input name="Submit" style="border: 1px solid rgb(255, 255, 255); float: right; font-size: 8pt; font-family: Tahoma; font-weight: bold; background-color: rgb(81, 0, 8); color: #FFFFFF;" value="Kaydımı Tamamla" type="submit"></td>
</tr>
<tr>
<td height="40">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table14">
<tr>
<td width="13"> </td>
<td>
<font face="Tahoma" size="1" color="#CCFFFF">
Şifreniz email adresinize
gönderilecektir. Eğer email almazsanız
junkmail(önemsiz klasör) gibi spam klasörüne
bakınız.</font></td>
</tr>
</table>
</td>
</tr>
</table></form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table><table>
</table>
</td>
</tr></table>
</div>
</body></html>