PHP WebShell
Текущая директория: /var/www/bitcardoApp/backyard/scripter
Просмотр файла: add_cwallet.php
<!DOCTYPE html>
<html>
<head>
<title>Add Central Wallet</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body class="container mt-5">
<h3>Add Central Wallet</h3>
<form action="save_cwallet.php" method="POST" class="p-3 border rounded">
<div class="mb-3">
<label>Coin (e.g., BTC)</label>
<input type="text" name="coin" class="form-control" required>
</div>
<div class="mb-3">
<label>Wallet Address ID</label>
<input type="text" name="wallet_add_id" class="form-control" required>
</div>
<div class="mb-3">
<label>Wallet Address</label>
<input type="text" name="wallet_add" class="form-control" required>
</div>
<div class="mb-3">
<label>Wallet Passphrase</label>
<input type="password" name="passphrase" class="form-control" required>
</div>
<button type="submit" class="btn btn-primary">Save Wallet</button>
</form>
</body>
</html>
Выполнить команду
Для локальной разработки. Не используйте в интернете!