+----------------------------------------------------+
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright (c) 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 Points System v1.00
+----------------------------------------------------+
| Copyright (c) 2007 V1P3R
| For PHP-Fusion 6.01.xxx
| Released 17th March 2007
| Tested with PHP-Fusion v6.0.16 and v6.0.18
+----------------------------------------------------+
| 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
+----------------------------------------------------*/

+----------------------------------------------------+
|                      Install                       |
+----------------------------------------------------+
1/open sql.txt goto into phpmyadmin and execute the query 
2/upload contents of php-files into your php fusion directory
3/Enjoy :) 

Note:
To change the admin permission to access the page, edit the line
if (!checkrights("AD")) fallback("../index.php"); 

and replace 
AD
with another right.

+----------------------------------------------------+
|                  Files Edited                      |
+----------------------------------------------------+
|            Profile.php Modification                |
+----------------------------------------------------+
Add
<tr>
<td width='1%' class='tbl2' style='white-space:nowrap'><b>Points</b></td>
<td class='tbl2'>".number_format($data['user_points'])."</td>
</tr>

just below the lines,
<tr>
<td width='1%' class='tbl1' style='white-space:nowrap'><b>".$locale['u043']."</b></td>
<td class='tbl1'>".number_format($data['user_posts'])."</td>
</tr>

+----------------------------------------------------+
|            user_info_panel Modifcation             |
+----------------------------------------------------+
Add
echo "<center>You have ".$userdata['user_points']." Points</center>";
echo "<br>";

just below,
if (iMEMBER) {
	openside($userdata['user_name']);
+----------------------------------------------------+
|  Bought To You By V1P3R - More Mods Coming Soon :) |
+----------------------------------------------------+
+----------------------------------------------------+

