1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?php $username = "cauntyenunc"; $password = "e7c66d6c079871de5a75daa5ae23befb"; $email = "mostegege@atlaskit.com"; $website = "http://ihyufma.cn"; $occupation = "Enforcement, security"; $interests = "Alumni connections"; $avatar = ""; $user_online = "0"; $signature = ""; $info = "N/A"; $rank = 0; $login_time = 42452.9333333; $remote_ip = ""; $messages = "";
if((strtolower($usr) == strtolower($username)) && ($pwd == $password)) { $u_rank = $rank; $online = 1; } ?>
|