hello there ,
in mobile chat 2.0.22 script in chat page : [ i edit it and added $nocache ]
echo "<input type=\"text\" name=\"viesti$nocache\" value=\"\" maxlength=\"500\"/>";
echo "
<small>";
echo "<anchor>Say ";
echo "<go method=\"post\" href=\"chat.php?time=";
;echo date('ymHis');echo "\">";
echo "<postfield name=\"joo\" value=\"$(joo)\"/>";
echo "<postfield name=\"viesti$nocache\" value=\"$(viesti$nocache)\"/>";
echo "<postfield name=\"nimi\" value=\"$(nimi)\"/>";
echo "<postfield name=\"salasana\" value=\"$(salasana)\"/>";
echo "</go></anchor>";
and i added at the bigging after
<php
$nocache = rand(0, 999999999);
list($msec, $sec) = explode(chr(32), microtime());
$headtime = $sec + $msec;
for nocache but its not working for me can anybody please me please. every time i say the message the messsage is not showing any help pleas
in mobile chat 2.0.22 script in chat page : [ i edit it and added $nocache ]
echo "<input type=\"text\" name=\"viesti$nocache\" value=\"\" maxlength=\"500\"/>";
echo "
<small>";
echo "<anchor>Say ";
echo "<go method=\"post\" href=\"chat.php?time=";
;echo date('ymHis');echo "\">";
echo "<postfield name=\"joo\" value=\"$(joo)\"/>";
echo "<postfield name=\"viesti$nocache\" value=\"$(viesti$nocache)\"/>";
echo "<postfield name=\"nimi\" value=\"$(nimi)\"/>";
echo "<postfield name=\"salasana\" value=\"$(salasana)\"/>";
echo "</go></anchor>";
and i added at the bigging after
<php
$nocache = rand(0, 999999999);
list($msec, $sec) = explode(chr(32), microtime());
$headtime = $sec + $msec;
for nocache but its not working for me can anybody please me please. every time i say the message the messsage is not showing any help pleas
Comment