+ Fixed several bugs in PMs section
git-svn-id: https://svn.pioder.pl/uf-svn/uF@37 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
/**
|
/**
|
||||||
* @package uForum
|
* @package uForum
|
||||||
* @file includes/classes/class_forum.php
|
* @file includes/classes/class_forum.php
|
||||||
* @version $Id: classes/class_forum.php 15 2009-05-01 17:06:40Z pioder $
|
* @version $Id$
|
||||||
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||||
* @link http://www.pioder.pl/
|
* @link http://www.pioder.pl/
|
||||||
* @license see LICENSE.txt
|
* @license see LICENSE.txt
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
/**
|
/**
|
||||||
* @package uForum
|
* @package uForum
|
||||||
* @file includes/classes/class_mod.php
|
* @file includes/classes/class_mod.php
|
||||||
* @version $Id: classes/class_mod.php 15 2009-05-01 17:06:40Z pioder $
|
* @version $Id$
|
||||||
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||||
* @link http://www.pioder.pl/
|
* @link http://www.pioder.pl/
|
||||||
* @license see LICENSE.txt
|
* @license see LICENSE.txt
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
/**
|
/**
|
||||||
* @package uForum
|
* @package uForum
|
||||||
* @file includes/classes/class_posting.php
|
* @file includes/classes/class_posting.php
|
||||||
* @version $Id: classes/class_posting.php 15 2009-05-01 17:06:40Z pioder $
|
* @version $Id$
|
||||||
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||||
* @link http://www.pioder.pl/
|
* @link http://www.pioder.pl/
|
||||||
* @license see LICENSE.txt
|
* @license see LICENSE.txt
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
/**
|
/**
|
||||||
* @package uForum
|
* @package uForum
|
||||||
* @file includes/classes/class_topic.php
|
* @file includes/classes/class_topic.php
|
||||||
* @version $Id: classes/class_topic.php 15 2009-05-01 17:06:40Z pioder $
|
* @version $Id$
|
||||||
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||||
* @link http://www.pioder.pl/
|
* @link http://www.pioder.pl/
|
||||||
* @license see LICENSE.txt
|
* @license see LICENSE.txt
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
/**
|
/**
|
||||||
* @package uForum
|
* @package uForum
|
||||||
* @file includes/classes/class_user.php
|
* @file includes/classes/class_user.php
|
||||||
* @version $Id: classes/class_user.php 15 2009-05-01 17:06:40Z pioder $
|
* @version $Id$
|
||||||
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||||
* @link http://www.pioder.pl/
|
* @link http://www.pioder.pl/
|
||||||
* @license see LICENSE.txt
|
* @license see LICENSE.txt
|
||||||
|
|||||||
15
includes/classes/index.html
Normal file
15
includes/classes/index.html
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
|
<title>Untitled</title>
|
||||||
|
<meta http-equiv="refresh" content="0; url=../index.php" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<p>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
15
includes/pms/index.html
Normal file
15
includes/pms/index.html
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
|
<title>Untitled</title>
|
||||||
|
<meta http-equiv="refresh" content="0; url=../index.php" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<p>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -1,4 +1,16 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* @package uForum
|
||||||
|
* @file includes/pms/pms_delete.php
|
||||||
|
* @version $Id$
|
||||||
|
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||||
|
* @link http://www.pioder.pl/
|
||||||
|
* @license see LICENSE.txt
|
||||||
|
**/
|
||||||
|
if ( !defined('IN_uF') )
|
||||||
|
{
|
||||||
|
die('Hacking attempt');
|
||||||
|
}
|
||||||
|
|
||||||
if (isset($_GET['user']))
|
if (isset($_GET['user']))
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,16 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* @package uForum
|
||||||
|
* @file includes/pms/pms_folder.php
|
||||||
|
* @version $Id$
|
||||||
|
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||||
|
* @link http://www.pioder.pl/
|
||||||
|
* @license see LICENSE.txt
|
||||||
|
**/
|
||||||
|
if ( !defined('IN_uF') )
|
||||||
|
{
|
||||||
|
die('Hacking attempt');
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
//private messsages cache - v1.0 Alpha 2
|
//private messsages cache - v1.0 Alpha 2
|
||||||
|
|||||||
@@ -1,4 +1,16 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* @package uForum
|
||||||
|
* @file includes/pms/pms_view.php
|
||||||
|
* @version $Id$
|
||||||
|
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||||
|
* @link http://www.pioder.pl/
|
||||||
|
* @license see LICENSE.txt
|
||||||
|
**/
|
||||||
|
if ( !defined('IN_uF') )
|
||||||
|
{
|
||||||
|
die('Hacking attempt');
|
||||||
|
}
|
||||||
|
|
||||||
//smiles cache
|
//smiles cache
|
||||||
$sql = "SELECT * FROM ".SMILES_TABLE."";
|
$sql = "SELECT * FROM ".SMILES_TABLE."";
|
||||||
|
|||||||
@@ -1,4 +1,16 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* @package uForum
|
||||||
|
* @file includes/pms/pms_write.php
|
||||||
|
* @version $Id$
|
||||||
|
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||||
|
* @link http://www.pioder.pl/
|
||||||
|
* @license see LICENSE.txt
|
||||||
|
**/
|
||||||
|
if ( !defined('IN_uF') )
|
||||||
|
{
|
||||||
|
die('Hacking attempt');
|
||||||
|
}
|
||||||
|
|
||||||
$msg ='';
|
$msg ='';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user