Subversion Repositories svnkaklik

Compare Revisions

No changes between revisions

Ignore whitespace Rev 5 → Rev 6

/web/test/chat/loud_shout/Readme.txt
0,0 → 1,24


 
COPYRIGHT Cgixp Team
NAME Loud Shout
VERSION 1.0
HOMEPAGE http://www.cgixp.tk (Free php scripts)
 


 
This script is very easy to install, requires no configuration
Just upload all the files into your server's home directory.
Chmod 777 the directory as well as shout.php and shout.txt files,
that's all
:)
 
Need any help?
Just visit our site
http://www.cgixp.tk


 
 
/web/test/chat/loud_shout/_vti_cnf/Readme.txt
0,0 → 1,6
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|31 Jul 2005 11:33:50 -0000
vti_extenderversion:SR|6.0.2.5516
vti_cacheddtm:TX|31 Jul 2005 11:33:50 -0000
vti_filesize:IR|792
vti_backlinkinfo:VX|
/web/test/chat/loud_shout/_vti_cnf/demo.html
0,0 → 1,21
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|31 Jul 2005 11:33:50 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|31 Jul 2005 11:33:50 -0000
vti_cacheddtm:TX|31 Jul 2005 11:33:50 -0000
vti_filesize:IR|447
vti_cachedtitle:SR| Loud Shout Demo
vti_cachedbodystyle:SR|<BODY>
vti_cachedlinkinfo:VX|S|shout.swf H|http://www.cgixp.tk
vti_cachedsvcrellinks:VX|FSUS|chat/loud_shout/shout.swf NHHS|http://www.cgixp.tk
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_metatags:VR|Generator EditPlus Author Keywords Description
vti_charset:SR|windows-1250
vti_generator:SR|EditPlus
vti_title:SR| Loud Shout Demo
vti_backlinkinfo:VX|
/web/test/chat/loud_shout/_vti_cnf/shout.fla
0,0 → 1,6
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|31 Jul 2005 11:33:50 -0000
vti_extenderversion:SR|6.0.2.5516
vti_cacheddtm:TX|31 Jul 2005 11:33:50 -0000
vti_filesize:IR|50176
vti_backlinkinfo:VX|
/web/test/chat/loud_shout/_vti_cnf/shout.php
0,0 → 1,14
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|31 Jul 2005 11:33:50 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|31 Jul 2005 11:33:50 -0000
vti_cacheddtm:TX|31 Jul 2005 11:33:50 -0000
vti_filesize:IR|1771
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_charset:SR|windows-1250
vti_backlinkinfo:VX|content2.htm
/web/test/chat/loud_shout/_vti_cnf/shout.swf
0,0 → 1,6
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|31 Jul 2005 11:33:50 -0000
vti_extenderversion:SR|6.0.2.5516
vti_cacheddtm:TX|31 Jul 2005 11:33:50 -0000
vti_filesize:IR|3451
vti_backlinkinfo:VX|chat/loud_shout/demo.html
/web/test/chat/loud_shout/_vti_cnf/shout.txt
0,0 → 1,6
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|31 Jul 2005 11:33:50 -0000
vti_extenderversion:SR|6.0.2.5516
vti_cacheddtm:TX|31 Jul 2005 11:33:50 -0000
vti_filesize:IR|12855
vti_backlinkinfo:VX|
/web/test/chat/loud_shout/demo.html
0,0 → 1,16
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> Loud Shout Demo </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
</HEAD>
 
<BODY>
<I><U><H5>Demo Page</H5></U></I>
<embed src="shout.swf" width=172 height=280></embed><BR>
Copyright <A HREF="http://www.cgixp.tk">Cgixp.tk</A>
</BODY>
</HTML>
/web/test/chat/loud_shout/shout.fla
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/loud_shout/shout.php
0,0 → 1,58
<?php
extract($HTTP_GET_VARS);
extract($HTTP_POST_VARS);
header("Expires: ".gmdate("D, d M Y H:i:s")."GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
?>
<?php
$nickname = str_replace ("\n"," ", $nickname);
$nickname = str_replace ("<", " ", $nickname);
$nickname = str_replace (">", " ", $nickname);
$nickname = str_replace ("fuck", "-", $nickname);
$nickname = str_replace ("suck", "-", $nickname);
$nickname = str_replace ("ass", "-", $nickname);
$nickname = str_replace ("&", "and", $nickname);
$nickname = stripslashes ($nickname);
$message = str_replace ("\n"," ", $message);
$message = str_replace ("<", " ", $message);
$message = str_replace ("&","and", $message);
$message = str_replace ("fuck", "-", $message);
$message = str_replace ("suck", "-", $message);
$message = str_replace ("ass", "-", $message);
$message = stripslashes ($message);
$p=gmdate("d M H:i");
?>
&output=
<?php
$chat_file = "shout.txt";
$chat_lenght = 40;
$max_single_msg_lenght = 100000;
$max_file_size = $chat_lenght * $max_single_msg_lenght;
$file_size= filesize($chat_file);
if ($file_size > $max_file_size) {
$lines = file($chat_file);
$a = count($lines);
$u = $a - $chat_lenght;
for($i = $a; $i >= $u ;$i--){
$msg_old = $lines[$i] . $msg_old;
}
$deleted = unlink($chat_file);
$fp = fopen($chat_file, "a+");
$fw = fwrite($fp, $msg_old);
fclose($fp);
}
$msg = str_replace ("\n"," ", $message);
$msg = stripslashes ($msg);
if ($msg != ""){
$fp = fopen($chat_file, "a+");
$fw = fwrite($fp, "<font color=\"blue\"><b>$nickname:($p)<br></b></font> $msg\n");
fclose($fp);}
$lines = file($chat_file);
$a = count($lines);
$u = $a - $chat_lenght;
for($i = $a; $i >= $u ;$i--){
echo $lines[$i];
}
 
?>
/web/test/chat/loud_shout/shout.swf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/loud_shout/shout.txt
0,0 → 1,121
<b>Chemical:(12 Dec 11:27)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">Online Chemical Dictionar</FONT></P>
<b>Name:(12 Dec 11:30)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">Message</FONT></P>
<b>Name:(12 Dec 11:32)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">Message</FONT></P>
<b>Name:(12 Dec 11:32)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">hg</FONT></P>
<b>Name:(12 Dec 11:32)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">hg</FONT></P>
<b>sdfsdf:(12 Dec 12:47)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">HII</FONT></P>
<b>Ali:(12 Dec 12:47)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">ksdmkdf</FONT></P>
<b>Ali:(12 Dec 12:47)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">sdfsdf</FONT></P>
<b>Ali:(12 Dec 12:47)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">sdfsd</FONT></P>
<b>Ali:(12 Dec 12:47)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">sdfsdf</FONT></P>
<b>Ali:(12 Dec 12:47)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">sdfsd</FONT></P>
<b>Name:(12 Dec 12:50)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">hi there</FONT></P>
<b>Name:(12 Dec 12:50)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">kxfjgfd</FONT></P>
<b>Name:(12 Dec 12:50)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">dfgdfg</FONT></P>
<b>Name:(12 Dec 12:50)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">dfgdf</FONT></P>
<b>Name:(15 Dec 15:07)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">nm</FONT></P>
<b>Name:(15 Dec 15:07)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">bnm</FONT></P>
<b>Name:(15 Dec 15:07)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">&lt;&gt;</FONT></P>
<b>Name:(15 Dec 15:07)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">&lt;</FONT></P>
<b>Name:(15 Dec 15:07)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">&gt;</FONT></P>
<b>Ali:(16 Dec 06:00)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">hiiiiii</FONT></P>
<b>Ali:(16 Dec 06:00)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">fdsf</FONT></P>
<b>Ali:(16 Dec 06:00)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">helli</FONT></P>
<b>Ali:(16 Dec 06:00)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">helo</FONT></P>
<b>Ali:(16 Dec 06:00)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">hmmmmm</FONT></P>
<b>Ali:(16 Dec 06:00)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">sdgdf</FONT></P>
<b>ALi:(20 Dec 10:08)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">hii testtttttttttttttttttttttttttttttt</FONT></P>
<b>ALi:(20 Dec 10:08)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">hmm</FONT></P>
<b>ALi:(20 Dec 10:08)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">fast</FONT></P>
<b>ALi:(20 Dec 10:08)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">very fast</FONT></P>
<b>Name:(20 Dec 10:09)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">Message</FONT></P>
<b>Name:(20 Dec 10:13)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">hi</FONT></P>
<b>Name:(20 Dec 10:13)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">sdfsd</FONT></P>
<b>Name:(20 Dec 10:13)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">sdfsd</FONT></P>
<b>Name:(20 Dec 10:13)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">very fastttttttttttt</FONT></P>
<b>Test:(07 Jan 10:22)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">&lt;&lt;&lt;&lt;&lt;HI THERE &gt;&gt;&gt;&gt;</FONT></P>
<b>Test:(07 Jan 10:23)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">&lt;font color=&quot;red&quot;&gt;HELLO&lt;/font&gt;</FONT></P>
<b>Test:(07 Jan 10:23)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">www.yahoo.com</FONT></P>
<b>Test:(07 Jan 10:24)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">its working</FONT></P>
<b>Test:(07 Jan 10:24)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">;s</FONT></P>
<b>Test:(07 Jan 10:24)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">;|</FONT></P>
<b>Test:(07 Jan 10:25)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">|||||||||||||||||||||||</FONT></P>
<b>Test:(07 Jan 10:25)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">||||</FONT></P>
<b>Test:(07 Jan 10:25)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">H,,,,,,</FONT></P>
<b>ali:(27 Jan 13:35)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">test</FONT></P>
<b>ali:(27 Jan 13:35)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">&apos;</FONT></P>
<b>ali:(27 Jan 13:35)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">&quot;</FONT></P>
<b>ali:(27 Jan 13:36)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">jkhkj</FONT></P>
<b>ali:(27 Jan 13:36)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">&quot;</FONT></P>
<b>ali:(27 Jan 13:36)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">.</FONT></P>
<b>ali:(27 Jan 13:36)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">jhjk</FONT></P>
<b>ali:(27 Jan 13:36)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">hello</FONT></P>
<b>ali:(27 Jan 13:36)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">&lt;</FONT></P>
<b>ali:(27 Jan 13:36)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">ytyth&lt;&gt;</FONT></P>
<b>ali:(27 Jan 13:36)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">hgfh:</FONT></P>
<b>ali:(27 Jan 13:36)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">jghjg//</FONT></P>
<b>ali:(27 Jan 13:36)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">,</FONT></P>
<b>ali:(27 Jan 13:36)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">?</FONT></P>
<b>ali:(27 Jan 13:36)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">/</FONT></P>
<b>ali:(27 Jan 13:36)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">\</FONT></P>
<b>ali:(27 Jan 13:36)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">|</FONT></P>
<b>ali:(27 Jan 13:37)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">=</FONT></P>
<b>ali:(27 Jan 13:37)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">+</FONT></P>
<b>ali:(27 Jan 13:37)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">+ku+</FONT></P>
<b>ali:(27 Jan 13:37)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">[]</FONT></P>
<b>ali:(27 Jan 13:37)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">;</FONT></P>
<b>ali:(27 Jan 13:37)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">:</FONT></P>
<b>ali:(27 Jan 13:37)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">oii</FONT></P>
<b> uku :(27 Jan 13:38)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">jhjhg</FONT></P>
<b> uku :(27 Jan 13:39)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">ertret</FONT></P>
<b>"uku:(27 Jan 13:39)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">yujyui</FONT></P>
<b>"uku:(27 Jan 13:39)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">jkgj&quot;</FONT></P>
<b>"uku:(27 Jan 13:40)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">hi thr</FONT></P>
<b>"uku:(27 Jan 13:40)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">sdfsdf</FONT></P>
<b>"uku:(27 Jan 13:41)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">sdfsdf</FONT></P>
<b>"uku:(27 Jan 13:41)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">g</FONT></P>
<b>"uku:(27 Jan 13:41)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">dfgfg</FONT></P>
<b>"uku:(27 Jan 13:41)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">&lt;</FONT></P>
<b>Ali:(27 Jan 13:42)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">hello</FONT></P>
<b>Ali:(27 Jan 13:43)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">esarwe</FONT></P>
<b>Ali:(27 Jan 13:43)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">&lt;</FONT></P>
<b>Ali:(27 Jan 13:43)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">asdasd</FONT></P>
<b>Name:(27 Jan 13:43)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">asdasd</FONT></P>
<b>Name:(27 Jan 13:44)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">&lt;</FONT></P>
<b>Name:(27 Jan 13:44)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">&lt;</FONT></P>
<b>Name:(27 Jan 13:44)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">cxf</FONT></P>
<b>Name:(27 Jan 13:44)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">&lt;</FONT></P>
<b>``:(27 Jan 13:44)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">afssd</FONT></P>
<b>``:(27 Jan 13:44)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">fdg</FONT></P>
<b>``:(27 Jan 13:44)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">`dss</FONT></P>
<b>``:(27 Jan 13:46)<br></b>'<P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">dfsdf</FONT></P>'
<b>``:(27 Jan 13:46)<br></b>'<P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">sdfsdf</FONT></P>'
<b>``:(27 Jan 13:46)<br></b>'<P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">sdfsdf</FONT></P>'
<b>``:(27 Jan 13:46)<br></b>'<P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">&quot;</FONT></P>'
<b>``:(27 Jan 13:47)<br></b>P ALIGN="LEFT"FONT FACE="Tahoma" SIZE="11" COLOR="#000000"dfgdfg&lt;dfgdfg/FONT/P
<b>``:(27 Jan 13:47)<br></b>P ALIGN="LEFT"FONT FACE="Tahoma" SIZE="11" COLOR="#000000"dfgdfg/FONT/P
<b>$nickname:($p)<br></b>$message\n<b>``:(27 Jan 13:48)<br></b>P ALIGN="LEFT"FONT FACE="Tahoma" SIZE="11" COLOR="#000000"sdfgdf/FONT/P
<b>``:(27 Jan 13:50)<br></b><P ALIGN=\"LEFT\"><FONT FACE=\"Tahoma\" SIZE=\"11\" COLOR=\"#000000\">dfgfg</FONT></P>
<b>``:(27 Jan 13:50)<br></b><P ALIGN=\"LEFT\"><FONT FACE=\"Tahoma\" SIZE=\"11\" COLOR=\"#000000\">dfgfg</FONT></P>
<b>``:(27 Jan 13:50)<br></b><P ALIGN=\"LEFT\"><FONT FACE=\"Tahoma\" SIZE=\"11\" COLOR=\"#000000\">dfgdfg</FONT></P>
<b>``:(27 Jan 13:50)<br></b><P ALIGN=\"LEFT\"><FONT FACE=\"Tahoma\" SIZE=\"11\" COLOR=\"#000000\">dfg</FONT></P>
<b>``:(27 Jan 13:50)<br></b><P ALIGN=\"LEFT\"><FONT FACE=\"Tahoma\" SIZE=\"11\" COLOR=\"#000000\">dfggggggggg</FONT></P>
<b>``:(27 Jan 13:50)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">dsfsd</FONT></P>
<b>``:(27 Jan 13:50)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">sdfsdf</FONT></P>
<b>``:(27 Jan 13:50)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">sdf</FONT></P>
<b>``:(27 Jan 13:51)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">asd</FONT></P>
<b>``:(27 Jan 13:51)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">asdasd</FONT></P>
<b>``:(27 Jan 13:51)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">&gt;</FONT></P>
<b>Name:(28 Jan 13:46)<br></b><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">Message</FONT></P><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#000000">df</FONT></P>
<b>Name:(26 May 01:52)<br></b>Messagesdf
<b>Name:(26 May 01:52)<br></b>Messagesdfhiiiii
<b>Name:(26 May 01:52)<br></b>sd
<b>Name:(26 May 01:52)<br></b>sdsdfsdf
<b>Name:(26 May 01:52)<br></b>sdsdfsdf
<b>Name:(26 May 01:55)<br></b>sdsdfsdffgf
<font color="blue"><b>Ali:(30 May 21:37)<br></b></font> hello
<font color="blue"><b>Ali:(30 May 21:38)<br></b></font>
<font color="blue"><b>Ali:(30 May 21:38)<br></b></font> ',"
<font color="blue"><b>Ali:(30 May 21:38)<br></b></font>
<font color="blue"><b>Ali:(30 May 21:38)<br></b></font> asdas >
<font color="blue"><b>Ali:(30 May 21:38)<br></b></font> :)