-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphoto.php
122 lines (114 loc) · 3.55 KB
/
photo.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
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
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="ar">
<head>
<title> الحلو مر احلي مع <?php echo $_POST["name"]; ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-rtl/3.4.0/css/bootstrap-rtl.css" />
<link href='https://fonts.googleapis.com/css?family=Droid+Arabic+Kufi' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="/style.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<meta content='https://www.facebook.com/mustafawadreish' property='article:author'/>
<meta property="og:title" content=" الحلو مر احلي مع <?php echo $_POST["name"]; ?>"/>
<meta property="og:site_name" content=" الحلو مر احلي مع <?php echo $_POST["name"]; ?>"/>
<meta property="og:image" content="http://7lo.me/img.php?name=<?php echo $_POST["name"]; ?>"/>
<style type="text/css">
body {
font-family: 'Droid Arabic Kufi',Arial, Helvetica, sans-serif;
font-size: 18px;
}
a:hover,
a:focus {
color: #BCCB2F;
}
.bold{
color: #BCCB2F;
}
.form-control:focus{
border-color: #BCCB2F;
}
#nprogress .bar {
background-color: #BCCB2F !important;
}
#nprogress .peg {
box-shadow: 0 0 10px #BCCB2F, 0 0 5px #BCCB2F;
}
.back-to-top,
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
background-color: #BCCB2F !important;
color:#fff !important;
}
.header-navbar .nav-main > li + li:hover{
border-color: #BCCB2F;
}
.boxed{
border-top-color: #BCCB2F;
}
.boxed h1 i{
color: #BCCB2F;
}
.header-body .logo a{
color: #BCCB2F;
}
.navbar-form .btn
{
background:#BCCB2F;
}
.header-top .navbar{
border-top-color: #BCCB2F;
}
.header-top .form-control:focus{
border-color: #BCCB2F;
}
.header-userbar .btn-login,
.btn-share
{
background:#BCCB2F;
border-color: #BCCB2F;
color:#fff;
}
.header-userbar .checkbox a{
color:#BCCB2F;
}
.menu-parent > li > .accordion-group > a.active{
background:#BCCB2F;
}
.fbform legend{
background:#BCCB2F;
}
.side-menu a:hover ,
.side-menu > li a.active{
color: #BCCB2F;
}
.posts-list-a .post-item:hover .post-icon{ background: #BCCB2F;}
.swiper-pagination-bullet-active { background: #BCCB2F;}
.swiper-button-next, .swiper-button-prev{ color:#BCCB2F;}
</style>
</head>
<body>
<div align="center">
<div class="col-sm-12" >
<h1> الحلو مر احلي مع <?php echo $_POST["name"]; ?></h1><br/>
<img src="https://7lo.me/img.php?name=<?php echo $_POST["name"]; ?>" class="img-thumbnail" align="middle" width="660" height="412" alt="Cinque Terre" >
</div></div>
<div class="col-sm-4" ></div>
<div align="center" class="col-sm-4" >
<a href="https://7lo.me/img.php?name=<?php echo $_POST["name"]; ?>" class="btn btn-primary btn-block" download="<?php echo $_POST["name"]; ?>">تنزيل</a>
<br/>
<a href="/" class="btn btn-success btn-block" >عمل اسم اخر</a>
</div>
<div class="col-sm-4" >
</div>
<!-- Histats.com START (hidden counter) -->
<a href="/" alt="free counter statistics" target="_blank" >
<img src="//sstatic1.histats.com/0.gif?3794348&101" alt="free counter statistics" border="0">
<!-- Histats.com END -->
</body>
</html>