mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-19 08:37:18 +00:00
chore: cleanup
This commit is contained in:
Vendored
-4
@@ -1,4 +0,0 @@
|
|||||||
<Files ~ "\.cache$">
|
|
||||||
Order allow,deny
|
|
||||||
Deny from all
|
|
||||||
</Files>
|
|
||||||
@@ -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
@@ -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;
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user