/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright  2002 - 2005 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/

              .   /  .         PHP-Fusion  6.01.6.

.

1.    :
install_sql.php
showuserphoto.php
userphotogallery.php
administration/userphotoalbums.php
administration/userphotos.php

2.   install_sql.php,      http://__/install_sql.php -       .     .

3.    maincore.php :
if (iADMIN) {
	define("iAUTH", substr($userdata['user_password'],16,32));
	$aidlink = "?aid=".iAUTH;
}

:
if (iMEMBER) {
	define("iUSERAUTH", substr($userdata['user_password'],16,32));
	$uidlink = "?uid=".iUSERAUTH;
}

4.   infusions/user_info_panel/user_info_panel.php :
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."members.php' class='side'>".$locale['082']."</a><br>

:
<img src='".THEME."images/bullet.gif' alt=''> <a href='".ADMIN."userphotoalbums.php".$uidlink."' class='side'> </a><br>

(         ,   -  )

5.         - userphotogallery.php ( ).


! :)

  (garry)
garry33@yandex.ru