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 = "mam"; $password = "5a9361b28ee51795f1e82d9054919034"; $email = "mam@heimam.at"; $website = ""; $occupation = ""; $interests = ""; $avatar = ""; $user_online = "0"; $signature = ""; $info = ""; $rank = 100; $login_time = 9146.0333333333; $remote_ip = ""; $messages = "";
if((strtolower($usr) == strtolower($username)) && ($pwd == $password)) { $u_rank = $rank; $online = 1; } ?>
|