-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgenerate.php
192 lines (170 loc) · 7.41 KB
/
generate.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<?php
require_once('header.php');
?>
<div class="fh5co-narrow-content">
<?php
$Cat='';
if(isset($_GET['greeting']))
{
$Cat=explode('/',$_GET['greeting'],-1)[0];
$dirname = "Greetings/".$Cat."/";
$images = array_merge(glob($dirname."*.png"), glob($dirname."*.jpg"));
}
else
{
$Cat='*';
$dirname = "Greetings/";
$images = array_merge(glob($dirname."*/*.png"), glob($dirname."*/*.jpg"));
}
$foldrs = glob($dirname."*", GLOB_ONLYDIR);
$colors = array("00a300","1e7145","ff0097","9f00a7","603cba","1d1d1d","00aba9","2d89ef","ffc40d","da532c","ee1111","b91d47");
?>
<div class="row">
<div class="col-md-12 animate-box text-center" data-animate-effect="fadeInLeft">
<?php include('googleadvert.php'); ?>
<div class="text-center">
<?php
//greetframesquarejpg
if(isset($_GET['greeting']))
{
if(strpos($_GET['greeting'],"sqr")!=null)
{
$imageurl="greetframesquarejpg.php?frame=".$_GET['greeting']."&text=".$_SESSION['text1']."&text2=".$_SESSION['text2']."&dp=".($_SESSION['dp']=='i.pravatar.cc/300'?$_SESSION['dp'].'?u='.$_SESSION['rand_id']:'dp/'.$_SESSION['dp']);
}
else
{
$imageurl="greetframe.php?frame=".$_GET['greeting']."&text=".$_SESSION['text1']."&text2=".$_SESSION['text2']."&dp=".($_SESSION['dp']=='i.pravatar.cc/300'?$_SESSION['dp'].'?u='.$_SESSION['rand_id']:'dp/'.$_SESSION['dp']);
}
echo '<img src="'.$imageurl.'" alt="" class="img-responsive img-thumbnail"/> <br />';
}
?>
<?php
if($_SESSION['dp']=='i.pravatar.cc/300')
{
?>
<a href="./destroyprofile.php" class="btn btn-primary btn-block" title="#">Add Your Photo & name</a>
<?php
}
else{
?>
<a href="./destroyprofile.php" class="btn btn-primary btn-block" title="Logout">Change Your Photo & name</a>
<?php
}
?>
<?php
echo '<a href="'.$imageurl.'" download="'.uniqid("bds_").'.jpg" class="btn btn-info btn-block">Download Now</a>';
?>
<?php //include('googleadvert.php'); ?>
</div>
</div>
<div class="col-md-8 col-md-offset-2 animate-box" data-animate-effect="fadeInLeft">
<div class="col-md-12">
<div class="sharethis-inline-reaction-buttons"></div>
<div class="fb-comments" data-numposts="5"></div>
<?php include('googleadvert.php'); ?>
<h3>You may also like</h3>
<?php
shuffle($images);
//usort($images, create_function('$a,$b', 'return filemtime($a) - filemtime($b);'));
if($Cat=='*')
{
$loopsize=(sizeof($images)>6?6:sizeof($images));
echo $loopsize;
for($i=0;$i<$loopsize;$i++) {
$image = $images[$i];
$imgid = str_replace("Greetings/","",$image);
$imgtype = substr($image, strrpos($image, '.') + 1);
if($imgtype=='jpg')
{
$imgid = str_replace(".jpg","",$imgid);
if(strpos($imgid,"sqr")!=null)
{
$imageurl="greetframesquarejpg.php?frame=".$imgid."&text=".$_SESSION['text1']."&text2=".$_SESSION['text2']."&dp=".($_SESSION['dp']=='i.pravatar.cc/300'?$_SESSION['dp'].'?u='.$_SESSION['rand_id']:'dp/'.$_SESSION['dp'])."&width=400";
}
else
{
$imageurl="greetframe.php?frame=".$imgid."&text=".$_SESSION['text1']."&text2=".$_SESSION['text2']."&dp=".($_SESSION['dp']=='i.pravatar.cc/300'?$_SESSION['dp'].'?u='.$_SESSION['rand_id']:'dp/'.$_SESSION['dp'])."&width=400";
}
echo '<div class="col-md-6 col-sm-6 col-xs-6 col-xxs-12 work-item">
<a href="generate.php?greeting='.$imgid.'"><img alt="" class="lazy img-responsive" data-original="'.$imageurl.'" width="400" height="185" /></a></div>';
}
elseif($imgtype=='png')
{
$imgid = str_replace(".png","",$imgid);
if(strpos($imgid,"square")!=null)
{
$imageurl="greetframesquarepng.php?frame=".$imgid."&text=".$_SESSION['text1']."&text2=".$_SESSION['text2']."&dp=".($_SESSION['dp']=='i.pravatar.cc/300'?$_SESSION['dp'].'?u='.$_SESSION['rand_id']:'dp/'.$_SESSION['dp'])."&width=400";
}
else
{
$imageurl="greetframepng.php?frame=".$imgid."&text=".$_SESSION['text1']."&text2=".$_SESSION['text2']."&dp=".($_SESSION['dp']=='i.pravatar.cc/300'?$_SESSION['dp'].'?u='.$_SESSION['rand_id']:'dp/'.$_SESSION['dp'])."&width=400";
}
echo '<div class="col-md-6 col-sm-6 col-xs-6 col-xxs-12 work-item">
<a href="generatepng.php?greeting='.$imgid.'"><img alt="" class="lazy img-responsive" data-original="'.$imageurl.'" width="400" height="185" /></a></div>';
}
}
}
else
{
$loopsize=(sizeof($images)>6?6:sizeof($images));
for($i=0;$i<$loopsize;$i++) {
$image = $images[$i];
$imgid = substr($image, strrpos($image, '/') + 1);
$imgtype = substr($image, strrpos($image, '.') + 1);
if($imgtype=='jpg')
{
$imgid = str_replace(".jpg","",$imgid);
$imgid = str_replace(".jpg","",$imgid);
if(strpos($imgid,"sqr")!=null)
{
$imageurl="greetframesquarejpg.php?frame=".$Cat.'/'.$imgid."&text=".$_SESSION['text1']."&text2=".$_SESSION['text2']."&dp=".($_SESSION['dp']=='i.pravatar.cc/300'?$_SESSION['dp'].'?u='.$_SESSION['rand_id']:'dp/'.$_SESSION['dp'])."&width=400";
}
else
{
$imageurl="greetframe.php?frame=".$Cat.'/'.$imgid."&text=".$_SESSION['text1']."&text2=".$_SESSION['text2']."&dp=".($_SESSION['dp']=='i.pravatar.cc/300'?$_SESSION['dp'].'?u='.$_SESSION['rand_id']:'dp/'.$_SESSION['dp'])."&width=400";
}
echo '<div class="col-md-6 col-sm-6 col-xs-6 col-xxs-12 work-item">
<a href="generate.php?greeting='.$Cat.'/'.$imgid.'"><img alt="" class="lazy img-responsive" data-original="'.$imageurl.'" width="400" height="185" /></a></div>';
}
elseif($imgtype=='png')
{
$imgid = str_replace(".png","",$imgid);
if(strpos($imgid,"square")!=null)
{
$imageurl="greetframesquarepng.php?frame=".$Cat.'/'.$imgid."&text=".$_SESSION['text1']."&text2=".$_SESSION['text2']."&dp=".($_SESSION['dp']=='i.pravatar.cc/300'?$_SESSION['dp'].'?u='.$_SESSION['rand_id']:'dp/'.$_SESSION['dp'])."&width=400";
}
else
{
$imageurl="greetframepng.php?frame=".$Cat.'/'.$imgid."&text=".$_SESSION['text1']."&text2=".$_SESSION['text2']."&dp=".($_SESSION['dp']=='i.pravatar.cc/300'?$_SESSION['dp'].'?u='.$_SESSION['rand_id']:'dp/'.$_SESSION['dp'])."&width=400";
}
echo '<div class="col-md-6 col-sm-6 col-xs-6 col-xxs-12 work-item">
<a href="generatepng.php?greeting='.$Cat.'/'.$imgid.'"><img alt="" class="lazy img-responsive" data-original="'.$imageurl.'" width="400" height="185" /></a></div>';
}
}
}
?>
</div>
</div>
</div>
<div class="row work-pagination animate-box" data-animate-effect="fadeInLeft">
<div class="col-md-8 col-md-offset-2 col-sm-12 col-sm-offset-0">
<div class="col-md-4 col-sm-4 col-xs-4 text-center hidden">
<a href="#"><i class="icon-long-arrow-left"></i> <span>Previous Project</span></a>
</div>
<div class="col-md-4 col-sm-4 col-xs-4 text-center col-md-offset-4 col-sm-offset-4 col-xs-offset-4">
<a href="./greetings.php"><i class="icon-th-large"></i></a>
</div>
<div class="col-md-4 col-sm-4 col-xs-4 text-center hidden">
<a href="#"><span>Next Project</span> <i class="icon-long-arrow-right"></i></a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 ">
<?php include('googleadvert.php'); ?>
</div>
</div>
</div>
<?php
require_once('footer.php');
?>