?

áEÓê¤ÎïLwebshll2019

Current Path : /home/webyoo/www/backup/allback/kanity.com/save0807bh/
Upload File :
Current File : /home/webyoo/www/backup/allback/kanity.com/save0807bh/edit_post.php

<?php
 
include "start.php";
 
extract($_POST);

$sql = mysql_query("SELECT * FROM kan_posts WHERE id='$idpost'");
$num = mysql_num_rows($sql);
if($num>0)
{
	$row=mysql_fetch_array($sql);
	$libelle = $row['libelle'];
	$scat = mysql_query("SELECT * FROM kan_categories WHERE libelle='{$row['fk_categ']}'");
	$rcat=mysql_fetch_array($scat);
	$nomcat = $rcat['nom_complet'];
	$categ = $row['fk_categ'];
	$lien = $row['lien'];
	$image = $row['photo'];
	$commentaires = $row['commentaires'];
	$mots = $row['mots'];
	

	echo 'ok>'.stripslashes($libelle).'>'.$categ.'>'.$nomcat.'>'.$lien.'>'.$image.'>'.stripslashes($commentaires).'>'.$mots.'>'.$idpost;
}else
{
	echo 'ko';
}
?>



web shell, Coded By 2019