-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile.php
54 lines (51 loc) · 835 Bytes
/
profile.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
<html>
<head>
<style>
*{
font-size:65px;
font-family:bold;
}
.ar{
width:456px;
margin-left:276px;
}
p{
margin-left:276px;
color:#ffffff;
}
body{
background-color:#0a5654;
}
a{
margin-left:276px;
}
button{
border-color:red;
border-radius:20px;
}
</style>
</head>
<body>
</body>
</html>
<?php
$valid = $_POST['my'];
$password = $_POST['pass'];
$start = file('mus.txt');
foreach($start as $meme);
echo "
<html>
<body>
<img class='ar' src='https://i.giphy.com/media/5uk8vrqa63qw4IwWkm/200w.gif'>
<br>
<br>
<p>You:$meme</p>
<br>
<a href='new_post.php'><button>New post<button>
</a>
<br>
<br>
<a href='show.php'><button>Time Line</button></a>
</body>
</html>
";