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
+3 -2
View File
@@ -1,4 +1,4 @@
<?php
<?php
#################################################################################
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
## --------------------------------------------------------------------------- ##
@@ -10,7 +10,7 @@
#################################################################################
$txt="1";
$txt="";
//bbcode = html code
$txt = preg_replace("/\[b\]/is",'<b>', $txt);
@@ -22,4 +22,5 @@ $txt = preg_replace("/\[\/u\]/is",'</u>', $txt);
//nl2br = enter
echo nl2br($txt);
?>