mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 08:34:33 +00:00
add natar messages
This commit is contained in:
+10
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user