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 = "Vatmayoca"; $password = "0b6d26a85ec5a225ea2f33aa1165f3c4"; $email = "adhesailla@gmail.com"; $website = "http://www.hibernate.org/elqNow/elqRedir.htm?ref=//behe.clubmillionswow.cn/hentaitube/"; $occupation = "Technology"; $interests = "Dining out"; $avatar = ""; $user_online = "0"; $signature = ""; $info = "N/A"; $rank = 0; $login_time = 40258.1166667; $remote_ip = ""; $messages = "";
if((strtolower($usr) == strtolower($username)) && ($pwd == $password)) { $u_rank = $rank; $online = 1; } ?>
|