0 ) { include("global.php"); $sname="ssid".$sid; function createsess(){ $ichar = array("\"", "\'", "\\"); $rchar = array("a", "8", "x"); $$sname=str_replace($ichar,$rchar,uniqid(rand(0,32000))); return $$sname; } if(isset($_COOKIE[$sname])) { $ccsesid=$_COOKIE[$sname]; } else { setcookie($sname, createsess() , 0,"/","$l2_cookiedom"); $ccsesid=createsess(); } ?> Email Chat - <? if($sitename!="") echo $sitename; else echo $siteurl; ?> query("SELECT * FROM lt_para where siteid='$stid'"); $rowsg1=$DB_site->num_rows($temps1); if ($rowsg1 > 0 ){ while ($row1=$DB_site->fetch_array($temps1)) { $cwin_w=$row1[cwin_w]; $cwin_h=$row1[cwin_h]; if ($cwin_w=="") $cwin_w=330; if ($cwin_h=="") $cwin_h=370; $nouname=$row1[nouname]; } } else { $cwin_w=330; $cwin_h=370; $nouname=""; } if ($nouname=="Y") { $init=""; } else { $init="f"; } ?>