i('city');
$regdate = $userprofile->i('regdate');
$photourl = $userprofile->i('photourl');
$about = $userprofile->i('about');
$birthdate = $userprofile->i('birthdate');
} else {
$userprofile = new User(explode('/', $_SERVER['REQUEST_URI'])[2]);
$usercttc = False;
$city = htmlspecialchars(json_decode($userprofile->i('content'), true)['aboutlive']['value']);
$photourl = $userprofile->i('photourl');
$regdate = Date::zmdate($userprofile->content('regdate'));
$about = json_decode($userprofile->i('content'), true)['aboutmemo']['value'];
$birthdate = json_decode($userprofile->i('content'), true)['aboutbirthday']['value'];
}
?>
i('id') === (int)explode('/', $_SERVER['REQUEST_URI'])[2]) || $usercttc === True) { ?>
= htmlspecialchars($userprofile->i('username')) ?>i('admin') === 1) { echo ' '; } ?>
Профиль на transphoto.org Пользователь не зарегистрирован на сервере '.NGALLERY['root']['title'].'. Информация может быть неполной.Открыть на transphoto.org ';
}
if ($userprofile->i('admin') === 1) {
echo 'Администратор сервера';
} else if ($userprofile->i('admin') === 2) {
echo 'Фотомодератор';
}
if ($userprofile->i('id') === Auth::userid()) { ?>
Редактировать мой профиль
content('badge') !== null) { ?>
=nl2br($userprofile->content('badge'))?>
Откуда:
= $city ?>
День рождения:
= $birthdate ?>
i('content'), true)['aboutlangs']['value'] != null) { ?>
Владение языками:
= htmlspecialchars(json_decode($userprofile->i('content'), true)['aboutlangs']['value']) ?>
i('content'), true)['abouttelegram']['value'] != null) { ?>
Telegram:
= htmlspecialchars(json_decode($userprofile->i('content'), true)['abouttelegram']['value']) ?>
i('content'), true)['aboutvk']['value'] != null) { ?>
ВКонтакте:
= htmlspecialchars(json_decode($userprofile->i('content'), true)['aboutvk']['value']) ?>
i('content'), true)['abouttwitter']['value'] != null) { ?>
Twitter/X:
= htmlspecialchars(json_decode($userprofile->i('content'), true)['abouttwitter']['value']) ?>
i('content'), true)['aboutyoutube']['value'] != null) { ?>
YouTube:
= htmlspecialchars(json_decode($userprofile->i('content'), true)['aboutyoutube']['value']) ?>
i('content'), true)['aboutemail']['value'] != null) { ?>
Почта:
= htmlspecialchars(json_decode($userprofile->i('content'), true)['aboutemail']['value']) ?>
i('content'), true)['aboutinstagram']['value'] != null) { ?>
Instagram:
= htmlspecialchars(json_decode($userprofile->i('content'), true)['aboutinstagram']['value']) ?>
i('content'), true)['abouttransphoto']['value'] != null) { ?>
TransPhoto:
= htmlspecialchars(json_decode($userprofile->i('content'), true)['abouttransphoto']['value']) ?>
i('content'), true)['aboutwebsite']['value'] != null) { ?>
Личный сайт:
= htmlspecialchars(json_decode($userprofile->i('content'), true)['aboutwebsite']['value']) ?>
i('content'), true)['aboutfavs_trains']['value'] != null) { ?>
Любимые модели поездов:
= htmlspecialchars(json_decode($userprofile->i('content'), true)['aboutfavs_trains']['value']) ?>
i('content'), true)['aboutfavs_countries']['value'] != null) { ?>
Любимые страны:
= htmlspecialchars(json_decode($userprofile->i('content'), true)['aboutfavs_countries']['value']) ?>
i('content'), true)['aboutfavs_cities']['value'] != null) { ?>
Любимые города:
= htmlspecialchars(json_decode($userprofile->i('content'), true)['aboutfavs_cities']['value']) ?>
Дата регистрации:
=$regdate?>
Был на сайте:
= Date::zmdate($userprofile->i('online')) ?> i('online')) { ?>(online )
О себе
=
$about
?>
i('id') != Auth::userid()) { ?>
$userprofile->i('id'), ':followerid' => Auth::userid()))) {
$class = 'on';
}
?>
Подписка на новые фотографии этого автора (подписаны: =DB::query('SELECT COUNT(*) FROM followers WHERE user_id=:uid', array(':uid'=>$userprofile->i('id')))[0]['COUNT(*)'];?> )
Пользователей, подписанных на мои фотографии: =DB::query('SELECT COUNT(*) FROM followers WHERE user_id=:uid', array(':uid'=>$userprofile->i('id')))[0]['COUNT(*)'];?>
Пользователь не найден