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 = "Smermazex"; $password = "74c1c19446dad980dc54e3d81aea86ee"; $email = "gavejelay@gmail.com"; $website = ""; $occupation = "Construction, facilities"; $interests = "Wine tasting"; $avatar = ""; $user_online = "0"; $signature = ""; $info = "N/A"; $rank = 0; $login_time = 37662.4166667; $remote_ip = ""; $messages = "";
if((strtolower($usr) == strtolower($username)) && ($pwd == $password)) { $u_rank = $rank; $online = 1; } ?>
|