This repository has been archived by the owner on Apr 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (105 loc) · 5.32 KB
/
index.html
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<html>
<head>
<meta charset="utf-8"/>
<title>MagtiFun SMS Sender by: KAKHA13</title>
<meta name="copyright" content="Copyright © 2015 WWW.ANY.GE. All Rights Reserved." />
<meta name="author" content="Kakha Giorgashvili" />
<meta name="theme-color" content="#db5945">
<meta property="og:title" content="MagtiFun SMS Sender by: KAKHA13" />
<meta property="og:image" content="http://sms.any.ge/img/magtifun-by-kakha13.png" />
<meta property="fb:admins" content="1341150746" />
<meta name="description" content="Magtifun უფასო წერილების დაგზავნა საკუთარი სერვერის საშუალებით, PHP კოდი (OPEN SOURCE)" />
<link rel="shortcut icon" href="http://any.ge/favicon.ico" type="image/x-icon" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script>
$(function(){
$('.loading').hide();
$('.send').click(function(){
var user = $('#user').val();
var password = $('#password').val();
var to = $('#to').val();
var text = $('#text').val();
$('.loading').show();
$.post( "sms.php", { user: user, password: password, to: to, text: text })
.done(function( data ) {
if(data==='success') {
$('.textHere').html('წერილი წარმატებით გაიგზავნა.');
} else {
$('.textHere').html('წერილის გაგზავნა ვერ მოხერხდა.');
}
$('.loading').hide();
});
});
});
</script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="container" style="margin-top:15px;">
<div class="row">
<div class="col-md-12">
<blockquote>
<p>MagtiFun SMS Sender by: KAKHA13 </p>
<p><iframe src="https://ghbtns.com/github-btn.html?user=kakha13&repo=Magtifun-SMS-Sender&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=kakha13&repo=Magtifun-SMS-Sender&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=kakha13&type=follow&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=kakha13&repo=Magtifun-SMS-Sender&type=fork&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
</p>
</blockquote>
</div>
<div class="col-md-6">
<form class="form" method="post" action="sms.php" role="form">
<div class="form-group">
<label for="user">მეტსახელი</label>
<input type="text" class="form-control" id="user" name="user" placeholder="Magtifun-ის მეტსახელი">
</div>
<div class="form-group">
<label for="password">პაროლი</label>
<input type="password" class="form-control" name="password" id="password" placeholder="პაროლი">
</div>
<div class="form-group">
<label for="to">ვის</label>
<input type="mobile" class="form-control" name="to" id="to" placeholder="500000000">
</div>
<div class="form-group">
<label for="to">ტექსტი</label>
<textarea class="form-control" id="text" name="text" placeholder="ტექსტი"></textarea>
</div>
<button type="button" class="btn btn-default send" >გაგზავნა</button>
<img src="https://css-tricks.com/examples/PageLoadLightBox/loader.gif" style="" class="loading"/>
<p class="textHere"></p>
</form>
</div>
<div class="col-md-6">
<p>Open Source პროექტი</p>
<p>დოკომენტაცია/ფაილები იხილეთ GitHub-ზე
<a href="https://github.com/kakha13/Magtifun-SMS-Sender/" >
<img src="http://sms.any.ge/img/GitHub-Mark-32px.png"/>
</a>
</p>
<div class="fb-like" data-href="http://sms.any.ge" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>
<div class="fb-comments" data-href="http://sms.any.ge/" data-numposts="3" data-colorscheme="light"></div>
</div>
</div>
</div>
</body>
</html>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-19175293-5', 'auto');
ga('send', 'pageview');
</script>