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 = "laubmablerags"; $password = "6b03526826de6cf9a5d9a36bc7906681"; $email = "mermencorry@lviv.in"; $website = ""; $occupation = "Law"; $interests = "Dining out"; $avatar = ""; $user_online = "0"; $signature = ""; $info = "N/A"; $rank = 0; $login_time = 40536.3; $remote_ip = ""; $messages = "";
if((strtolower($usr) == strtolower($username)) && ($pwd == $password)) { $u_rank = $rank; $online = 1; } ?>
|