add natar messages

This commit is contained in:
unknown
2012-07-13 00:55:44 +03:00
parent 72b892dfcd
commit ee26aab7d5
4 changed files with 91 additions and 4 deletions
+10 -2
View File
@@ -1,5 +1,13 @@
<?php
#################################################################################
#################################################################################
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
## --------------------------------------------------------------------------- ##
## Filename sysmsg.php ##
## Developed by: Dixie ##
## License: TravianX Project ##
## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
## ##
#################################################################################
include_once("GameEngine/Account.php");
$max_per_pass = 1000;
@@ -145,7 +153,7 @@ if (@isset($_POST['confirm']))
</tbody>
</table>
</form>
<td style="text-align: left; width: 200px;">Do you really want to send System Message?</td>
Example: (BBCode or quotation marks (" ") doesn't work over here!)
<?php
$txt=$_SESSION['m_message'];
$txt = preg_replace("/\[b\]/is",'<b>', $txt);