forked from wallstant/wallstant.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
476 lines (472 loc) · 16 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
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
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
<!DOCTYPE html>
<html>
<head>
<title>Wallstant - Open source PHP social network</title>
<meta charset="UTF-8">
<meta name="description" content="Create your own social network for free with Wallstant the open source PHP social network, easy to install and fast to use .. Make people connected">
<meta name="keywords" content="Notifications,social network,social media,Wallstant,meet,free platform,open source,php,web development">
<meta name="author" content="Munaf Aqeel Mahdi">
<link rel='shortcut icon' type='image/x-icon' href='https://drive.google.com/uc?export=download&id=1pwFLPRbuRZxy601hDspNLCqtmnm7vz3r' />
<style type="text/css">
*{
font-family: sans-serif;
}
body{
margin: 0;
padding: 0;
}
.navbar{
z-index: 1;
position: fixed;
left: 0;
top: 0;
right: 0;
background: rgb(81,93,113);
box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.07);
border-bottom: 1px solid #3f4a60;
}
.navbar-links{
margin: auto;
width: fit-content;
width: -moz-fit-content;
padding: 15px;
}
.navbar-links a{
color: #fff;
text-decoration: none;
padding: 15px;
}
.navbar-links a:hover,.navbar-links a:focus{
color: #fff;
text-decoration: none;
border-bottom: 2px solid #2196F3;
}
.navbar-links ul{
margin: 0;
padding: 0;
}
.navbar-links li{
list-style: none;
display: inline-block;
}
.navLink_active{
border-bottom: 2px solid #2196F3;
}
.header{
padding-top: 48px;
color: #fff;
background: url('https://drive.google.com/uc?export=download&id=1xJ0oGzZ04h55s8jLQtCQ2hqozXfMGaKF') no-repeat center center;
background-size: cover;
}
.header-wrapper{
text-align: center;
position: relative;
padding: 15px;
padding-bottom: 0px;
background: rgba(75, 86, 106, 0.85);
}
.header-pc-screen{
background: url('https://drive.google.com/uc?export=download&id=1cNpFyGO1o8O1nNqfM6OSEmBpIaKilyod') no-repeat;
background-size: contain;
width: 600px;
height: 300px;
margin: auto;
}
.mainBtnFill{
color: #525d71;
background: #fff;
text-decoration: none;
padding: 8px 15px;
border-radius: 20px;
margin: 0px 5px;
border: 1px solid transparent;
transition: background 0.3s,border 0.3s,color 0.3s;
}
.mainBtnFill:hover,.mainBtnFill:focus{
color: #fff;
background: transparent;
border: 1px solid #fff;
text-decoration: none;
}
.mainBtnUnFill{
color: #fff;
background: transparent;
text-decoration: none;
padding: 8px 15px;
border-radius: 20px;
margin: 0px 5px;
border: 1px solid #fff;
transition: background 0.3s,border 0.3s,color 0.3s;
}
.mainBtnUnFill:hover,.mainBtnUnFill:focus{
color: #525d71;
background: #fff;
border: 1px solid transparent;
text-decoration: none;
}
.container{
}
#features{
margin: auto;
width: 900px;
text-align: center;
margin-top: 22px;
}
.features-item{
color: #7f7f7f;
margin: 8px;
}
.features-item span{
font-size: 42px;
color: #525d71;
}
.features-item h3{
color: black;
}
.under-features{
box-shadow: 0px 0px 32px rgba(63, 81, 181, 0.3);
}
.whats-new{
background: rgba(76, 175, 80, 0.12);
color: #4CAF50;
}
.how-to-install{
display: flex;
width: 60%;
margin: auto;
padding: 35px;
}
.contact-us{
width: 60%;
margin: auto;
border-top: 1px solid #e6e6e6;
padding: 35px;
display: flex;
}
.facebook{
background: #ccc;
padding: 5px 6px;
border-radius: 3px;
color: #fff;
text-decoration: none;
font-size: 19px !important;
}
.facebook:hover,.facebook:focus{
background: #3071c7;
text-decoration: none;
}
.twitter{
background: #ccc;
padding: 5px 6px;
border-radius: 3px;
color: #fff;
text-decoration: none;
font-size: 19px !important;
}
.twitter:hover,.twitter:focus{
background: #2196F3;
text-decoration: none;
}
.instagram{
background: #ccc;
padding: 5px 6px;
border-radius: 3px;
color: #fff;
text-decoration: none;
font-size: 19px !important;
}
.instagram:hover,.instagram:focus{
background: linear-gradient(310deg,#FFC107,#E91E63,#673AB7);
text-decoration: none;
}
.github{
background: #ccc;
padding: 5px 6px;
border-radius: 3px;
color: #fff;
text-decoration: none;
font-size: 19px !important;
}
.github:hover,.github:focus{
background: #6a6a6a;
text-decoration: none;
}
.footer{
padding: 15px;
text-align: center;
background: #ececec;
color: #525d71;
}
.footer a,.footer a:hover,.footer a:focus{
text-decoration: none;
color:#525d71;
font-weight: bold;
}
.modal-bg{
display: none;
position: fixed;
background: rgba(0, 0, 0, 0.34);
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 1;
}
.modal-box{
margin: auto;
width: 460px;
background: #fff;
padding: 15px;
margin-top: 15%;
border-radius: 5px;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.37);
color: #686868;
}
.modal-box-title{
font-size: 25px;
font-variant: all-petite-caps;
margin: 0;
padding: 0px 6px;
color: #F44336;
background: rgba(255, 0, 0, 0.1);
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://use.fontawesome.com/32b120d29a.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<div class="navbar">
<div class="navbar-links">
<ul>
<li style="position: relative;">
<img src="https://drive.google.com/uc?export=download&id=1TXEiOiJdP-g2Gq4gfhdhYgmGbsNAVNN4" style="width: 32px; position: absolute; top: -21px; left: -25px;">
</li>
<li><a href="#home" id="navLink" class="navLink_active">Home</a></li>
<li><a href="#features" id="navLink">Features</a></li>
<li><a href="#whats-new" id="navLink">What's new</a></li>
<li><a href="#how-to-install" id="navLink">How to install</a></li>
<li><a href="https://github.com/munafio/wallstant-the-open-source-PHP-social-network" id="navLink">Download</a></li>
<li><a href="#contact-us" id="navLink">Contact us</a></li>
</ul>
</div>
</div>
<!-- ======================[ Navbar - Home ]==================== -->
<div class="header" id="home">
<div class="header-wrapper">
<p style="
background: linear-gradient(45deg, #2196F3, #E91E63);
max-width: 61%;
margin: auto;
margin-top: 20px !important;
margin-bottom: 10px !important;
color: #fff;
padding: 20px 10px;
border-radius: 20px;
line-height: 1.3;
"><span style="
background: #fff;
color: #9153a3;
display: block;
max-width: 50px;
margin: auto;
margin-top: -5px;
margin-bottom: 10px;
padding: 4px 11px;
border-radius: 20px;
">Notice</span>I'm working now on a new social network project, It will be fast, secure, Great UI, responsive design, no errors, and more great features and it will release as soon as I can .. so,Stay tuned
<span style="
display: block;
background: #00000024;
max-width: fit-content;
padding: 2px 16px;
border-radius: 20px;
margin: auto;
margin-top: 5px;
margin-bottom: -10px;
">It will have a new official website with a new name</span></p>
<h1>Wallstant</h1>
<h3>The Open Source PHP Social Network</h3>
<p>Create your own social network for free with <b>Wallstant</b> social network, easy to install and fast to use .. Make people connected</p>
<p>
<a href="#" onclick="$('.modal-bg').show();" class="mainBtnFill">View demo</a>
<a href="https://github.com/munafio/wallstant-the-open-source-PHP-social-network" class="mainBtnUnFill"><span class="fa fa-github"></span> Download v2</a>
</p>
<div class="header-pc-screen">
</div>
</div>
</div>
<!-- ======================[ ModalBox ]==================== -->
<div class="modal-bg">
<div class="modal-box">
<p class="modal-box-title">Demo is not available right now!</p>
<p>
You can see pictures bellow or download the script and discover it yourself.
</p>
<span style="background: rgba(255, 193, 7, 0.13); color: #FFC107; padding: 8px; border-radius: 20px;">Demo version will be available as soon as we can</span>
</div>
</div>
<!-- ======================[ Container ]==================== -->
<div class="container">
<!-- === [ Features ] === -->
<div id="features">
<div id="features-line1" style="display: flex;">
<div class="features-item">
<span class="fa fa-code"></span>
<h3>Open source</h3>
<p>This PHP script is open source on GitHub just download it and start developing</p>
</div>
<div class="features-item">
<span class="fa fa-shield"></span>
<h3>Fast and Secure</h3>
<p>Fast & Secure from the most common PHP vulnerabilities not 100% but good to now</p>
</div>
<div class="features-item">
<span class="fa fa-bars"></span>
<h3>Fully Featured</h3>
<p>Like, comment, share, save post, report, verify system , messages, notifications and more..</p>
</div>
<div class="features-item">
<span class="fa fa-paper-plane"></span>
<h3>Messaging system</h3>
<p>Full messaging system, user typing status, seen message, emoji's.. discover it yourself</p>
</div>
</div>
<div id="features-line2" style="display: flex;">
<div class="features-item">
<span class="fa fa-smile-o"></span>
<h3>Emoji system</h3>
<p>Send,comment and post emoji's .. emoji's by -Emoji One- easy and wonderful emoticons</p>
</div>
<div class="features-item">
<span class="fa fa-check"></span>
<h3>Verify badge</h3>
<p>Let's people know that an account of public interest is authentic with our verify user system</p>
</div>
<div class="features-item">
<span class="fa fa-globe"></span>
<h3>Multi Language</h3>
<p>This script supports multi languages,Main languages are (English - Arabic)..You can add any language you want.</p>
</div>
<div class="features-item">
<span class="fa fa-align-right"></span>
<h3>Supports RTL</h3>
<p>This script supports RTL (right-to-left) design for Arabic, Urdu, Farsi directions </p>
</div>
</div>
</div>
<!-- === [ under features ] === -->
<div class="under-features">
<div style="text-align: center; padding-top: 8px; color: rgba(82, 93, 113, 0.7);">
<h3 style="color: rgb(82, 93, 113);">Messaging system</h3>
<p style="width: 70%;margin: auto;">Real-time messaging system, you can send text or emoji and see the other user status like [seen message , Typing a message] and search users, see chat requests or your contacts and also online users status</p>
</div>
<div style="text-align: center;margin-bottom: 15px;">
<img src="https://drive.google.com/uc?export=download&id=1cvIhEEJ3b0d35NCbap8k-sBb_6FIY3Bg" style="width: 70%;" alt="Messaging" />
</div>
<!-- div2 -->
<div style="border-top: 1px solid #e6e6e6;display: flex; width: 700px; margin: auto;color:rgba(83, 93, 113, 0.77); padding: 15px;">
<div style="margin: 8px;">
<img src="https://drive.google.com/uc?export=download&id=1xuwIvlrVSpvImlsBUFj8c2g15axcQ4nY" style="width: 300px; border: 4px solid rgba(82, 93, 113, 0.2); border-radius: 3px;" alt="dashboard" />
</div>
<div>
<h3 style="margin-top: 8px;color: rgb(82, 93, 113);">Powerful dashboard</h3>
<p>Powerful admin's dashboard, Admin can edit, remove user account, verify users, or view and replay to users reports from Support box and also admin can see statistics about whole script database from general tab</p>
</div>
</div>
</div>
<!-- === [ whats new ] === -->
<div class="whats-new" id="whats-new">
<div style="width: 600px; margin: auto; display: flex;">
<div style="width: 100%">
<h3 style="margin-top: 50px;margin-bottom: 0;">What's New v2</h3>
<p style="margin: 0;font-size: 13px;">Things that added or removed or fixed in this version</p>
<ul>
<li>Security improvement</li>
<li>Fixed bugs and UI errors.</li>
<li>Limit characters in post "Contintue Reading" link, By default 300 chars.</li>
<li>User profile error "Sorry, This page isn't available" <b>SOLVED</b>.</li>
</ul>
</div>
<div style="width: 100%">
<img src="https://drive.google.com/uc?export=download&id=1TL-CfmXvn6UD-a5ns3ZLZOob5R5LP36X" style="width: 250px;text-align: right;" alt="new" />
</div>
</div>
</div>
<!-- === [ How to install ] === -->
<div class="how-to-install" id="how-to-install">
<div>
<img src="https://drive.google.com/uc?export=download&id=1AryEK9UvT1lGqvoTkSvT4u2YU61AYK0F" style="width: 300px;" alt="install-wallstant-social-network" />
</div>
<div style="color: rgba(82, 93, 113, 0.77);font-size: 14px;">
<h3 style="color: black;font-size: auto;">How to install</h3>
<p style="color: gray">* When you <b>sign up</b> to the first time into your social network, you will be the main admin of website and you can add more admins from <b>Dashboard > users > Edit/Delete </b>.</p>
<ol type="1">
<li>First of all, Download the script and extract it on your device.</li>
<li>Open your <b>phpMyAdmin</b> and create new database and call it <b>wallstant</b>.</li>
<li>Import <b>wallstant.sql</b> to your new database that you created, you can find <b>wallstant.sql</b> from wallstant folder that you extracted, in <b>database</b> folder.</li>
<li>Edit <b>connect.php</b> file from <b>config > connect.php</b>, set username and password and database name to your DB name ,pass and username.</li>
<li>upload wallstant folder to your host.</li>
<li>Enjoy it.</li>
</ol>
<h3 style="border-top: 1px solid #e6e6e6;color: black;padding-top: 10px;">Server Requirements</h3>
<ul>
<li>PHP 5.6 or higher (Recommended)</li>
<li>MySQL 5 or higher (Recommended) / charset : utf8mb 4 can be used.</li>
<li>MySQLi (PDO Extension) <span style="color:red;">Required</span></li>
</ul>
</div>
</div>
<!-- === [ contact us ] === -->
<div id="contact-us" class="contact-us">
<div>
<img src="https://drive.google.com/uc?export=download&id=1psxFQbsGEhDl-fcbPzneveUqRNnW5YA3" style="width: 300px" alt="contact-us" />
</div>
<div style="margin: 0px 15px;">
<h3 style="text-align: left;">Contact us</h3>
<p style="text-align: left;color: #969696; font-size: 15px;">If you wnat to contact us about something or ask a question or report a problem, You can contact us by :
</p>
<p><b><span class="fa fa-envelope"></span> [email protected]</b><br>
<b><span class="fa fa-phone"></span> +9647821704671</b></p>
<p>
<a href="https://www.facebook.com/munafio/" class="fa fa-facebook-official facebook"></a>
<a href="http://twitter.com/munaf_aqeel_m" class="fa fa-twitter twitter"></a>
<a href="https://www.instagram.com/munafio/" class="fa fa-instagram instagram"></a>
<a href="https://github.com/munafio" class="fa fa-github github"></a>
</p>
<p>
<a class="github-button" href="https://github.com/munafio" data-show-count="true" aria-label="Follow @munafio on GitHub">Follow</a>
<a class="github-button" href="https://github.com/munafio/wallstant-the-open-source-PHP-social-network" data-icon="octicon-star" data-show-count="true" aria-label="Star munafio/wallstant-the-open-source-PHP-social-network on GitHub">Star</a>
</p>
</div>
</div>
</div>
<!-- ======================[ Footer ]==================== -->
<div class="footer">
Made with <span class="fa fa-heart" style="color: red"></span> by <a href="http://facebook.com/munafio">Munaf Aqeel Mahdi</a> | 2018 © Wallstant
</div>
<!-- ======================[ JavaScript app codes ]==================== -->
<script type="text/javascript">
$(document).ready(function () {
$('a[href^="#"]').on('click', function (e) {
e.preventDefault();
$(document).off("scroll");
$('a').each(function () {
$(this).removeClass('navLink_active');
})
$(this).addClass('navLink_active');
var target = this.hash,
menu = target;
$target = $(target);
$('html, body').stop().animate({
'scrollTop': $target.offset().top - 49
}, 400, 'swing');
window.location.hash = target;
});
});
$('.modal-bg').on('click',function(){
$(this).hide();
});
</script>
</body>
</html>