2023-12-29 23:20:18 +03:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
|
|
|
|
<?php
|
|
|
|
|
### ERROR HANDLING ###
|
|
|
|
|
|
|
|
|
|
function warnError($errno, $errstr, $errfile, $errline)
|
|
|
|
|
{
|
|
|
|
|
echo "<br><p style='padding:0px;margin:0px;background-color:white;color:black;'><b style='color:red;'>Error:</b> [$errno] $errstr <br> in file <b style='color:blue'>$errfile</b> line <b style='color:red'>$errline</b></p>";
|
|
|
|
|
}
|
|
|
|
|
set_error_handler("warnError");
|
|
|
|
|
|
|
|
|
|
if (!$_SERVER['DOCUMENT_ROOT']) {
|
|
|
|
|
$_SERVER['DOCUMENT_ROOT'] = '/weblink';
|
|
|
|
|
}
|
|
|
|
|
# TODO separate file
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<!-- Meta Content -->
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<meta name="description" content="SSA VPN, fatih meb interneti için VPN çözümü">
|
|
|
|
|
<meta name="keywords" content="SSA,SSA VPN,vpn,f@tih,fatih,ödeme,pricing">
|
|
|
|
|
<meta name="author" content="Aliberk Sandıkçı">
|
|
|
|
|
|
|
|
|
|
<!-- CSS Files -->
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="../assets/css/main.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="../assets/css/extra_without_scss.css">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<title>
|
|
|
|
|
Ödeme Bilgileri | SSA VPN
|
|
|
|
|
</title>
|
|
|
|
|
<link rel="shortcut icon" href="../assets/iflpanel/ssavpn.svg" type="image/x-icon">
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<header>
|
2023-12-30 17:38:00 +03:00
|
|
|
|
<a href="/" id="hlogo" class="tmpinfo" style="margin: auto;"><img src="../assets/iflpanel/ssavpn.svg"></a>
|
2023-12-29 23:20:18 +03:00
|
|
|
|
</header>
|
|
|
|
|
<div class="main-scrollable">
|
|
|
|
|
<article class="plain" style="text-align:center;align-items:center;">
|
|
|
|
|
<h1>Ödeme Bilgileri</h1>
|
|
|
|
|
<hr style="width: 100%;">
|
|
|
|
|
<h2>IBAN:</h2>
|
|
|
|
|
<h2 style="margin-top: 0px;text-decoration:none;"><b class="copy_element" id="IBAN" onclick="copy2Clipboard('IBAN')">TR63 0082 9000 0949 1444 3182 51</b><span id="IBAN-tip"></span></h2>
|
|
|
|
|
|
|
|
|
|
<hr style="width: 100%;">
|
|
|
|
|
<h2>Papara Numarası:</h2>
|
|
|
|
|
<h2 style="margin-top: 0px;text-decoration:none;"><b class="copy_element" id="Papara" onclick="copy2Clipboard('Papara')">14444318251</b><span id="Papara-tip"></span></h2>
|
|
|
|
|
|
|
|
|
|
<hr style="width: 100%;">
|
|
|
|
|
<p><b>"isim-soyisim, SSA VPN" şeklinde açıklama giriniz.</b></p>
|
|
|
|
|
<p>Mobil Cihazlar için <b>tek seferlik</b> 25₺<br>
|
|
|
|
|
Masaüstü/Laptop Cihazlar için <b>tek seferlik</b> 30₺<br>
|
|
|
|
|
Hem Mobil Hem Masaüstü/Laptop Cihazlar için (toplam 2 hesap) <b>tek seferlik</b> 40₺
|
|
|
|
|
</p>
|
2023-12-30 17:32:11 +03:00
|
|
|
|
<p>Ödemeler dışında ayrıca <a href="https://asandikci.com/bagis/">bağış</a> da yapmak isteyebilirsiniz. Eğer daha fazla miktarda ödeme yaparsanız geri kalanı bağış olarak eklenir!</p>
|
2023-12-29 23:20:18 +03:00
|
|
|
|
</article>
|
|
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
|
<div class="tmpinfo">2023 🄯 Aliberk Sandıkçı</div>
|
|
|
|
|
</footer>
|
|
|
|
|
</div>
|
|
|
|
|
<script src="../assets/copy.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
|
2023-12-30 17:32:11 +03:00
|
|
|
|
</html>
|