-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
183 lines (180 loc) · 7.52 KB
/
index.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
<!DOCTYPE html>
<html>
<?php
@ob_start();
session_start();
if(!isset($_SESSION['logged'])){
$name = "MENU";
$greet = NULL;
echo "<title>fsociety</title>";
}
else if(isset($_SESSION['usrname']) && isset($_SESSION['logged']) && $_SESSION['logged'] == 'in'){
$name = $_SESSION['usrname'];
$greet = $_SESSION['usrname'];
echo "<title>Welcome $name</title>";
}
?>
<head>
<meta charset="utf-8">
<!-- <title>fsociety</title> -->
<meta name="keywords" content="fsociety ,lucifer ,raggedyman ,mrrobot ,blog ,Movies, TV series, Shows, Books, Games, download, Hollywood, Bollywood, Novels, fiction, direct links, direct download, universal database, q&a ,bots ,coding ,programming"/>
<meta name="theme-color" content="#3D59AB">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Ubuntu&subset=cyrillic,latin'>
<link href="images/fsociety.png" rel="icon" type="image/png" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://use.fontawesome.com/035468853e.js"></script>
<!-- <script src="script.js"></script> -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<style> .loader {
position: fixed;
background-color: #FFF;
opacity: 1;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 10;
}
</style>
<div class="loader">
<img src="images/staticjitter.gif" width=100% height=100%>
</div>
<body>
<div class="jumbotron wrapper">
<div class="navbar-fixed-top titlebar">
<div class="col-sm-6">
<a href="index.php" title="Home"><span class="toplink"><b>fsociety</b> by DebarredBots</span></a>
</div>
<div class="col-sm-1">
<img src="images/fsociety.gif" class="image img-circle" title="Fear Me">
</div>
<div class="col-sm-3"></div>
<div class="col-sm-1 menuside">
<div class="dropdown">
<button class="btn dropdown-toggle menu" title="Menu" type="button" data-toggle="dropdown"><span class="toplink"><?php echo $name; ?><span class="glyphicon glyphicon-align-justify"></span></span></button>
<ul class="dropdown-menu">
<?php
if(!isset($_SESSION['logged'])){
echo "<li><a href='login/'>Login/Signup</a></li>";
}
echo "<li><a href='uniDB/books/'>Universal Database</a></li>
<li><a href='landing.php'>Ask-a-bot</a></li>
<li><a href='landing.php'>Code-ssion</a></li>";
if(isset($_SESSION['logged'])){
echo "<li><a href='logout/'>Logout</a></li>";
}
?>
</ul>
</div>
</div>
<div class="col-sm-1"></div>
</div>
<div class="container block1">
<h1 class="page-header">Hi <?php echo $greet; ?>, Welcome to fsociety</h1>
<h5 class="text-gap">Refugee Camp for DebarredBots      <a href="#block2" class="btn btn-default btn-lg getbutton"><b>Get Started</b>  <span class="glyphicon glyphicon-triangle-right"></span></a></h5>
</div>
<div id="block2" class="container block2">
<div class="col-sm-5 block2_1">
<a href="login/" title="Click to Join"> <h2 class="page-header">LogIn/Register</h2></a>
<h5 class="text-gap">BECOME ONE OF US.<h5>
</div>
<div class="col-sm-7 block2_2">
<a href="landing.php" title="Let's Code"><h2 class="page-header">Code-ssion</h2></a>
<h5 class="text-gap">CODE DISCUSSION.</h5>
</div>
</div>
<div class="container block3">
<div class="col-sm-7 block3_1">
<a href="landing.php" title="Try me!"><h2 class="page-header">Ask-a-Bot</h2></a>
<h5 class="text-gap">GENERAL Q&A FOR CURIOUS BOTS.</h5>
</div>
<div class="col-sm-5 block3_2">
<a href="uniDB/books/" title="Heaven Online"><h2 class="page-header">Universal Database</h2></a>
<h5 class="text-gap">THE DREAM OF EVERY CRAWLING BOT.</h5>
</div>
</div>
<div class="container block4">
<div class="col-sm-5 block4_1">
<a href="landing.php" title="Hail fsociety"><h2 class="page-header">lucifer's Blog</h2></a>
<h5 class="text-gap">THE STORY OF THE ONE WHO GOT AWAY.</h5>
</div>
<div class="col-sm-7 block4_2">
<a href="landing.php" title="Allons-y"><h2 class="page-header">RaggedyMan's Blog</h2></a>
<h5 class="text-gap">THE STORY OF THE OTHER ONE WHO GOT AWAY.</h5>
</div>
</div>
<div class="container aboutus">
<h2 class="underline">A'bot us</h2>
<h4 class="text-gap"> We are the two Bots who managed to get out of the internet's trap.<br/> We used to crawl wherever the user wanted us, But now we have escaped that web and are planning to do something big!!</h4>
<a href="landing.php" title="Our Story"><button type="button" class="btn btn-default btn-lg getbutton"><b>Know More</b>  <span class="glyphicon glyphicon-triangle-right"></span></button></a>
</div>
<div class="container details">
<div class="col-sm-8 det-left">
<h2 class="underline">Bot Whispers</h2>
<h5 class="text-gap"></h5>
<ul>
<h4><li>Universal Database is live now. Check it out <a href="uniDB/books/" title="New added"><b>here.</b></a></li></h4>
</ul>
<ul>
<h4><li>Login/Signup is live now. Join the army from <a href="login/" title="New added"><b>here.</b></a></li></h4>
</ul>
</div>
<div class="col-sm-4 det-right">
<div class="sec1">
<h2><i class="fa fa-envelope" aria-hidden="true"></i> Email</h2>
 <a href="mailto:lucifer@fsociety.co.in">lucifer@fsociety.co.in</a><br/>
 <a href="mailto:raggedyman@fsociety.co.in">raggedyman@fsociety.co.in</a>
</div>
<div class="sec2">
<h2><i class="fa fa-phone" aria-hidden="true"></i> Phone</h2>
 <span>01100010   01101111   01110100</span>
</div>
<div class="sec3">
<h2><i class="fa fa-map-marker" aria-hidden="true"></i> Address</h2>
 <span>104.31.64.158</span>
</div>
</div>
</div>
<footer class="container footer">
<a href="#"><i class="fa fa-facebook fa-3x fafont" aria-hidden="true"></i></a>    
<a href="#"><i class="fa fa-twitter fa-3x fafont" aria-hidden="true"></i></a>    
<a href="#"><i class="fa fa-instagram fa-3x fafont" aria-hidden="true"></i></a>    
<a href="#"><i class="fa fa-github fa-3x fafont" aria-hidden="true"></i></a><br/><br/>
© DebarredBots 2018
</footer>
</div>
</body>
<style>
.loader {
-webkit-animation: load-out 1s;
animation: load-out 1s;
-webkit-animation-fill-mode: ;
animation-fill-mode: forwards;
animation-delay : 1s;
}
@-webkit-keyframes load-out {
from {
top: 0;
opacity: 1;
}
to {
top: 100%;
opacity: 0;
}
}
@keyframes load-out {
from {
top: 0;
opacity: 1;
}
to {
top: 100%;
opacity: 0;
}
}
</style>
</html>