Peržiūrėti temą
PHP-Fusion Mods :: PHP-Fusion modifikacijų forumas :: Taisymas
|
v7 User fields (user profile views)
|
|||||
| jawa |
parašyta 2011-01-11 11:29
|
||||
|
Savekas ![]() Reputacija: 0 Pranešimai: 126 Įstojo: 2007-04-24 |
Sveiki, Kodel pas mane atsiranda tarpas kai ikeliu sita user fielda ?
/*-------------------------------------------------------+ | PHP-Fusion Content Management System | Copyright 2002 - 2008 Nick Jones | http://www.php-fusion.co.uk/ +--------------------------------------------------------+ | Filename: user_views_include.php | Author: Konick Multimedia +--------------------------------------------------------+ | This program is released as free software under the | Affero GPL license. You can redistribute it and/or | modify it under the terms of this license which you | can read by viewing the included agpl.txt or online | at www.gnu.org/licenses/agpl.html. Removal of this | copyright header is strictly prohibited without | written permission from the original author(s). +--------------------------------------------------------*/ if (!defined("IN_FUSION")) { die("Access Denied"); } if ($profile_method == "display") { echo " ".$locale['uf_views']." | ";echo " ".$user_data['user_views']." | //Check if the profile doesnt belong to the current visitor (if it does, dont update views) if (iMEMBER && $userdata['user_id'] != $_GET['lookup'] || !iMEMBER && $user_data['user_ip'] != $_SERVER['REMOTE_ADDR']) { //Update views $newviews = $user_data['user_views'] + 1; $updateviews = dbquery("UPDATE ".DB_USERS." SET user_views = '".$newviews."' WHERE user_id=".$_GET['lookup']); } } ?> Nuotrauka: http://img824.ima...simas.jpg/ http://sensation-... |
||
| Nepster |
parašyta 2011-01-12 09:58
|
||||
|
S.Administratorius ![]() Reputacija: 0 Pranešimai: 670 Įstojo: 2007-01-02 |
echo " | ||||
| ".$locale['uf_views']." | ";".$user_data['user_views']." | ||||
| jawa |
parašyta 2011-01-12 10:03
|
||||
|
Savekas ![]() Reputacija: 0 Pranešimai: 126 Įstojo: 2007-04-24 |
turi omenyje
Gal dar kas kokiu pasiulimu turi ? Redagavo jawa 2011-01-13 19:20 http://sensation-... |
|
| ||




