I have setup a chat system on my site which is completely integrated with aedating scripts. It works just fine so far but i have run into a problem i just can't figure out here...
I have a snippet of code i wish to add to my index.php file in the area of where it shows you who is online, how many members have registered and from what country etc...
This is the area i wish to add the code to:
###########################################
$out .= "<table cellpadding=0 cellspacing=0 border=0 align=center><tr><td>";
$out .= "<table cellpadding=0 cellspacing=0 class=text border=0 align=center>";
$out .= "<tr><td width=17><img width=17 height=14 src=$site[images]group1.gif></td><td width=100%><b>&nbsp;"._t("_Currently Online")."</b></td></tr>\n";
$out .= "<tr><td height=1 class=memb_stat colspan=2 width=6><img src=$site[images]spacer.gif width=6 height=1></td></tr>\n";
$out .= "<tr><td width=17 align='right'><img width=17 height=14 src='$site[images]us2.gif'></td><td width=100%>&nbsp;"._t("_Total")." - $members_online</td></tr>\n";
$out .= "<tr><td width=17 align='right'><img width=17 height=14 src='$site[images]us4.gif'></td><td width=100%>&nbsp;$total_c_members_onl "._t("_members")." "._t("_from").":</td></tr>\n";
$out .= '<form action="'.$_SERVER[PHP_SELF].'" method=post name="cForm2"><tr><td align=right colspan=2>';
###############################################
This is the code i wish to use, but because of the " within the code it just will not work, i have tried \" but for some reason it still will not work.
I have tried :
<? echo @join (@file ("http://www.url.com/cgi-bin/chat/public.pl"),"")?>
and also:
<? echo @join (@file (\"http://www.url.com/cgi-bin/chat/public.cgi\"),\"\")?>
Please can anyone help me on this, it has me very confused..lol


LinkBack URL
About LinkBacks
Reply With Quote




Bookmarks