chore: cleanup

This commit is contained in:
Martin Ambrus
2017-11-28 07:45:26 +01:00
parent 2ccc7f2461
commit e431693cd2
3 changed files with 0 additions and 132 deletions
-4
View File
@@ -1,4 +0,0 @@
<Files ~ "\.cache$">
Order allow,deny
Deny from all
</Files>
-11
View File
@@ -1,11 +0,0 @@
<Files "*.php">
Order deny,allow
Deny from all
Allow from service.micropayment.de
Allow from proxy.micropayment.de
Allow from access.micropayment.de
ErrorDocument 403 http://travian.shadowss.ro/403.php
ErrorDocument 404 http://travian.shadowss.ro/404.php
ErrorDocument 500 http://travian.shadowss.ro/500.php
Options -Indexes
</Files>
-117
View File
@@ -1,117 +0,0 @@
<?php
session_start();
$amount = $_GET['amount'];
$title = $_GET['title'];
$auth = $_GET['auth'];
$country = $_GET['country'];
$currency = $_GET['currency'];
$free = $_GET['free'];
$function = $_GET['function'];
if(isset($_GET['amount'])) {
$id1 = $_GET['amount'];
} else {
$id1 = "";
}
if ($id1 == "") {
echo"<br>Somethings wrong";
}
if ($id1 == 199) {
$_SESSION['amount'] = $amount;
$trenner = "\n";
$status = 'ok';
$url = "http://" . $_SERVER['HOMEPAGE'] . "/a2b2.php"; // change to your own
$target = '_blank';
$forward = 0;
$response = 'status=' . $status;
$response.= $trenner;
$response.= 'url=' . $url;
$response.= $trenner;
$response.= 'target=' . $target;
$response.= $trenner;
$response.= 'forward=' . $forward;
echo $response;
}
if ($id1 == 499) {
$_SESSION['amount'] = $amount;
$trenner = "\n";
$status = 'ok';
$url = "http://" . $_SERVER['HOMEPAGE'] . "/a2b2.php"; // change to your own
$target = '_blank';
$forward = 1;
$response = 'status=' . $status;
$response.= $trenner;
$response.= 'url=' . $url;
$response.= $trenner;
$response.= 'target=' . $target;
$response.= $trenner;
$response.= 'forward=' . $forward;
echo $response;
}
if ($id1 == 999) {
$_SESSION['amount'] = $amount;
$trenner = "\n";
$status = 'ok';
$url = "http://" . $_SERVER['HOMEPAGE'] . "/a2b2.php"; // change to your own
$target = '_blank';
$forward = 1;
$response = 'status=' . $status;
$response.= $trenner;
$response.= 'url=' . $url;
$response.= $trenner;
$response.= 'target=' . $target;
$response.= $trenner;
$response.= 'forward=' . $forward;
echo $response;
}
if ($id1 == 1999) {
$_SESSION['amount'] = $amount;
$trenner = "\n";
$status = 'ok';
$url = "http://" . $_SERVER['HOMEPAGE'] . "/a2b2.php"; // change to your own
$target = '_blank';
$forward = 1;
$response = 'status=' . $status;
$response.= $trenner;
$response.= 'url=' . $url;
$response.= $trenner;
$response.= 'target=' . $target;
$response.= $trenner;
$response.= 'forward=' . $forward;
echo $response;
}
if ($id1 == 4999) {
$_SESSION['amount'] = $amount;
$trenner = "\n";
$status = 'ok';
$url = "http://" . $_SERVER['HOMEPAGE'] . "/a2b2.php"; // change to your own
$target = '_blank';
$forward = 1;
$response = 'status=' . $status;
$response.= $trenner;
$response.= 'url=' . $url;
$response.= $trenner;
$response.= 'target=' . $target;
$response.= $trenner;
$response.= 'forward=' . $forward;
echo $response;
}
?>