KoArea Pus Hatalı Şifre Probleminin Çözümü

  • HyperFilter | DoS Protection | DDoS Protection | DoS Mitigation | DDoS Mitigation | AntiDoS | AntiDDoS | Proxy Shielding

MeTaLGeaR

Kayıtlı Üye
Joined
Feb 13, 2014
Messages
154
Reaction score
0
Points
16
Orjinal Konunun linki burda



http://ko-fox.com/ko-fox-ozel-paylasimlar/14928-koarea-ozel-power-up-store-ve-panel-dosyalari-kofoxa-ozel.html



md5 şifreleme kullanıyordu onu kaldırdım ama pusda bi sorun var galiba diğerleri gibi cash okumuyor sayfalar gözükmüyor vs vs. paylaşıyım dedim eğer aktif eden olursa bizimle paylaşsın



Pus klasörünün içindeki login.php'in içindekileri aşağıdakilerle değiştirin.



PHP:
<!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" xml:lang="en">

<head>

	<meta http-equiv="Content-Type" content="text/html;charset=windows-1234" />

	<title>Power Up Store</title>

	<link href="style.css" rel="stylesheet" type="text/css" />

	<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>

</head>

<body>

	<?php

			if(!empty($post->login)){

				$user = $post->kadi;

				$pass = $post->sifre;

				

				$char = $msquery= "SELECT COUNT(strAccountID) FROM TB_USER WHERE strAccountID = '$username' AND strPasswd = '$password'";

              



				if(!empty($char)){

					$status = $db->row("select * from CURRENTUSER where strAccountId = '{$user}'");

					if(empty($status)){

						$_SESSION["strAccountId"] = $user;

						$_SESSION["IsWeb"] = "t";

						header('Location: index.php');

					}else{

						echo "<script> alert('Karakteriniz Oyundan çikmali.'); </script>";

					}

				}else{

					echo "<script> alert('Girdiginiz bilgiler yanlis.'); </script>";

				}

			}

		?>

	<div id="main">

		<div class="login_form">

			<form method="post" action="">

				<div class="form_x">

					<input style="margin-top:27px;margin-left:26px;width:130px;text-align:center;" type="text" name="kadi">

					<input style="margin-top:22px;margin-left:26px;width:130px;text-align:center;" type="password" name="sifre">

					<input style="margin-top:15px;margin-left:16px;" type="submit" name="login" value="Giriş">

				</div>

			</form>

		</div>

	</div>



</body>

</html>



eQ8md3.png
 
Back
Top Bottom
Reklam
Reklam