forked from ahmedelsaey/HlounPost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.php
334 lines (304 loc) · 14.1 KB
/
install.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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<?php
include 'hloun/config.php';
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Hloun Post Install</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/app.css" rel="stylesheet">
<link href="css/jquery-te-1.3.3.css" rel="stylesheet">
<script src="js/jquery.js"></script>
<style>
input{
height: 30px !important;
}
</style>
</head>
<body>
<div class="container">
<div class="data" style="min-height:400px;">
<div class="row">
<div class="span8">
<?php
if(!isset($_GET['step'])){
?>
<h2 style="color:#fff;">اهلا وسهلا بك بصفحة تنصيب سكربت ليون بوست</h2>
<a href="?step=install" class="btn-primary btn">تنصيب السكربت</a>
<?php }elseif($_GET['step']=="install"){ ?>
<form method="post" id="usettings" action="?step=done">
<table class="table table-striped" style="background-color: #fff;border-radius: 2px;">
<tr>
<td colspan="2">
<div>طريقة عمل تطبيق فيسبوك</div>
<div>
<iframe width="560" height="315" src="http://www.youtube.com/embed/fUWdsIyV4lY" frameborder="0" allowfullscreen></iframe>
</div>
</td>
</tr>
<tr>
<td>اسم الموقع</td>
<td><input type="text" name="title" value=""/></td>
</tr>
<tr>
<td>رابط الموقع</td>
<td>
<input type="text" name="url" style="text-align: left" dir="ltr" value="" />
</td>
</tr>
<tr>
<td>رقم تطبيق الفيسبوك</td>
<td>
<input type="text" name="app_id" style="text-align: left" dir="ltr" value="" />
</td>
</tr>
<tr>
<td>مفاتح تطبيق الفيسبوك</td>
<td>
<input type="text" name="app_key" style="text-align: left" dir="ltr" value="" />
</td>
</tr>
<tr>
<td>رابط صفحة الفيسبوك</td>
<td>
<input type="text" name="fb_link" style="text-align: left" dir="ltr" value="" />
</td>
</tr>
<tr>
<td>رابط توتير</td>
<td>
<input type="text" name="tw_link" style="text-align: left" dir="ltr" value="" />
</td>
</tr>
<tr>
<td> النشر التلقائي </td>
<td><select name="corn">
<option value="0">معطل</option>
<option value="1">مفعل</option>
</select></td>
</tr>
<tr>
<td>موعد النشر <span style="color:red">الوقت بالساعات</span></td>
<td>
<input type="number" name="corn_time"/>
</td>
</tr>
<tr>
<td colspan="2">
<div style="font-weight: 500">وصف الموقع</div>
<textarea name="description" style="width:70%;height:70px;"></textarea>
</td>
</tr>
<tr>
<td colspan="2">
<div style="font-weight: 500">كود الاعلان <span style="color:red;"> يفضل 468x60</span></div>
<textarea name="ad" style="text-align: left;width:70%;height:70px;" dir="ltr"></textarea>
</td>
</tr>
<tr>
<td colspan="2">
<div style="font-weight: 500">النص الرئيسي</div>
<textarea id="text" name="text"></textarea>
<input type="hidden" name="textb"/>
</td>
</tr>
<tr>
<td>اسم المدير</td>
<td><input type="text" name="admin"/></td>
</tr>
<tr>
<td>كلمة السر</td>
<td><input type="password" name="password"/></td>
</tr>
<tr>
<td colspan="2">
<button type="submit" class="btn btn-primary">تنصيب <i class="icon-wrench"></i></button>
<span style="margin-right:5px;display: none;" class="loder"><img src="img/load.gif" style="width:30px;height:30px;"></span>
<input type="hidden" name="install" value="install"/>
</td>
</tr>
</table>
</form>
<?php }elseif($_GET['step']=='done'){
$result = mysql_query("SHOW TABLES LIKE 'settings'");
$tableExists = mysql_num_rows($result);
if($tableExists){
header("Location: index.php");
die();
}
$database['post'] = 'CREATE TABLE IF NOT EXISTS `posts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`text` longtext NOT NULL,
`date` text NOT NULL,
`send` int(11) NOT NULL,
`link` text NOT NULL,
`type` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
';
$database['settings'] = 'CREATE TABLE IF NOT EXISTS `settings` (
`title` varchar(255) NOT NULL,
`description` text NOT NULL,
`app_id` text NOT NULL,
`app_key` text NOT NULL,
`fb_link` text NOT NULL,
`tw_link` text NOT NULL,
`text` longtext NOT NULL,
`ad` longtext NOT NULL,
`admin` text NOT NULL,
`password` text NOT NULL,
`url` text NOT NULL,
`corn` int(11) NOT NULL,
`corn_time` text NOT NULL,
`last_share` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;';
$database['users'] = 'CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` text NOT NULL,
`access` longtext NOT NULL,
`date` text NOT NULL,
`name` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;';
mysql_query($database['post']);
mysql_query($database['users']);
mysql_query($database['settings']);
mysql_query("INSERT INTO `settings` (`title`, `description`, `app_id`, `app_key`, `fb_link`, `tw_link`, `text`, `ad`, `admin`, `password`, `url`, `corn`, `corn_time`, `last_share`) VALUES
('title', 'des', '502110089835073', '9785911ad875c96cf9ef9bcd2c5886da', 'https://www.facebook.com/I.Ned.Yew', 'https://twitter.com/Baha2Odeh', 'texthere', '<img src=\"http://hloun.com/468x60.jpg\"/>', 'admin', '25f9e794323b453885f5181f1b624d0b', 'http://baha2.in/', 1, '2', '1')");
$msg = null;
$title = $_POST['title'];
$description = $_POST['description'];
$app_id = $_POST['app_id'];
$app_key = $_POST['app_key'];
$fb_link = $_POST['fb_link'];
$tw_link = $_POST['tw_link'];
$url = $_POST['url'];
$ad = $_POST['ad'];
$text = $_POST['text'];
$corn = $_POST['corn'];
$corn_time = $_POST['corn_time'];
if(!empty($title))
{
$title = $SQL->sUpdate('title',$title);
if($title)
{
$msg .='تم تعديل العنوان بنجاح <br>';
}
}
if(!empty($description))
{
$des = $SQL->sUpdate('description',$description);
if($des)
{
$msg .='تم تعديل الوصف بنجاح <br>';
}
}
if(!empty($app_id))
{
$app_id = $SQL->sUpdate('app_id',$app_id);
if($app_id)
{
$msg .='تم تعديل رقم التطبيق بنجاح<br>';
}
}
if(!empty($app_key))
{
$app_key = $SQL->sUpdate('app_key',$app_key);
if($app_key)
{
$msg .='تم تعديل مفاتح التطبيق بنجاح<br>';
}
}
if(!empty($fb_link))
{
$fb_link = $SQL->sUpdate('fb_link',$fb_link);
if($fb_link)
{
$msg .='تم تعديل صفحة الفيسبوك بنجاح<br>';
}
}
if(!empty($tw_link))
{
$tw_link = $SQL->sUpdate('tw_link',$tw_link);
if($tw_link)
{
$msg .='تم تعديل رابط توتير بنجاح<br>';
}
}
if(!empty($url))
{
$url = $SQL->sUpdate('url',$url);
if($url)
{
$msg .='تم تعديل رابط الموقع بنجاح<br>';
}
}
if(!empty($ad))
{
$ad = $SQL->sUpdate('ad',$ad,true);
if($ad)
{
$msg .='تم تعديل الاعلان بنجاح<br>';
}
}
if(!empty($text))
{
$text = $SQL->sUpdate('text',$text,true);
if($text)
{
$msg .='تم تعديل النص الرئيسي بنجاح <br>';
}
}
if(!empty($corn))
{
$corn = $SQL->sUpdate('corn',$corn);
if($corn)
{
$msg .='تم تعديل النشر التلقائي بنجاح <br>';
}
}
if(!empty($corn_time))
{
$corn_time = $SQL->sUpdate('corn_time',$corn_time);
if($corn_time)
{
$msg .='تم تعديل وقت النشر التلقائي بنجاح';
}
}
$name = $SQL->sUpdate('admin',$_POST['admin']);
if($name)
{
$msg .='تم تعديل الاسم بنجاح <br>';
}
$pas = $SQL->sUpdate('password',md5($_POST['password']));
if($pas)
{
$msg .='تم تعديل كلمة السر بنجاح <br>';
}
echo '<div style="color:#fff">'.$msg.'</div>';
} ?>
</div>
<div class="span3" style="">
<center class="affix" style="color:#fff;"> <h3>هذا السكربت </h3>
<h3>مقدم مجانا</h3>
<h3>من موقع</h3>
<h3><a href="//hloun.com">ليون هوست</a></h3
</center>
</div>
</div>
</div>
</div>
<footer class="navbar-fixed-bottom" style="text-align: center;color:#fff;font-family: sans-serif;">
Powered by Hloun © Version 1.0.0
</footer>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery-te-1.3.3.min.js"></script>
<script>
$(function(){
$('.affix').width($('.span3').width());
$('textarea[id="text"]').jqte();
});
</script>
</body>
</html>