forked from Manisso/SMS_Sender
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
79 lines (61 loc) · 3.61 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<html><head>
<title>El Moujahidin Sms Sender</title>
<style type="text/css">
body {
background: #1A1C1F;
color: #e2e2e2;
}
a{
color:green;
}
</style>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css"></head>
<center>
<pre><img alt="logo" src="http://zonehmirrors.org/defaced/2015/06/04/livechat.speakeasymarketinginc.com/s4.postimg.org/j2ke1nir1/flight_logo.png " width="400" height="150">
-[ <font color="green">[email protected]</font> ]-
-----------------------------------------------------------
</pre>
<div class="panel-body">
<form action="send.php" method="POST">
<center>
<h4><p>Message</p></h4>
<div class="form-group">
<label id="numofc"></label>
<textarea class="form-control" rows="8" style="width:300px" id="text" maxlength="5000"
onkeyup="countChars();" onkeydown="countChars();" name="osms"></textarea>
<input checked="checked" id="whitespace" type="checkbox"
style="display:none" checked> </label></center>
</div>
<pre>------------------------------------</pre>
<center>
<h4><p>Sender Number</p></h4>
<div class="form-group" style="">
<label id="count2"></label>
<input class="form-control" name="snum" value="" type="tel">
</div> </center>
<pre>------------------------------------</pre>
<center>
<h4><p>Received Phone Number</p></h4>
<div class="form-group">
<label id="count"></label>
<input class="form-control" name="rnum" type="tel">
</div> </center>
<div class="form-group" style="display:none">
<p><input id="btnunicode" value="Convert" style="width:100px" type="button">
<label style="margin-left:1em"><input checked="checked" id="uplus" type="checkbox" checked> Remove \u</label><br>
<textarea value="" id="unicode" rows="4" cols="75" name="" maxlength="5000"></textarea></p>
</div>
<pre>------------------------------------</pre>
<center> <button type="submit" class="btn btn-info">Send</button> </center>
</form>
</div>
</div>
<pre>
<font color="green">[email protected]</font>
----------------------------------------------
Donate To Help Me:
3H3SPWuoV4U5anJBRowsc9GDX473Ee5x4X
----------------------------------------------
Coded By Manisso ©
</pre></center>
</body></html>