hi, can som1 tell me where is that line and how it looks like what i must change to meke chat posts deleting time longer ?? I cant find it , LoL . . .
Lavalair - Chat Posts Del. Time
Collapse
X
-
GuestTags: None
-
Guest
hi, can som1 tell me where is that line and how it looks like what i must change to meke chat posts deleting time longer ?? I cant find it , LoL . . .[/b]
{
echo "<title>$sagar</title>";
echo "<p align=\"center\">";
echo "You can't enter this room
";
echo ":P stay away
";
echo "<a href=\"index.php?action=chat&sid=$sid\">Chatrooms</a>";
echo "</p>";
echo "</body>";
echo "</html>";
exit();
}
addtochat($uid, $rid);
//This Chat Script is by Ra'ed Far'oun
//raed_mfs@yahoo.com
//want to see main menu...
$timeto = 300;
$timenw = time();
$timeout = $timenw-$timeto;
$deleted = mysql_query("DELETE FROM ibwf_chat WHERE timesent<".$timeout."");
</div>
you see that $timeto = 300; just increase that 300
-
Originally posted by sanghya_sagar View Post<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>if(!canenter($rid,$sid))
{
echo "<title>$sagar</title>";
echo "<p align=\"center\">";
echo "You can't enter this room
";
echo ":P stay away
";
echo "<a href=\"index.php?action=chat&sid=$sid\">Chatrooms</a>";
echo "</p>";
echo "</body>";
echo "</html>";
exit();
}
addtochat($uid, $rid);
//This Chat Script is by Ra'ed Far'oun
//raed_mfs@yahoo.com
//want to see main menu...
$timeto = 300;
$timenw = time();
$timeout = $timenw-$timeto;
$deleted = mysql_query("DELETE FROM ibwf_chat WHERE timesent<".$timeout."");
</div>
you see that $timeto = 300; just increase that 300PHP Code:/* I don't know everything hehe */
Comment
-
Change 300 to 99999999999999999999999999999999999999999 LOL
LOL :Dwhatmp3.name - search mp3 on mobile
Comment
-
Originally posted by shad0w View Post:DPHP Code:/* I don't know everything hehe */
Comment
-
gos to CORE.PHP ..and change times values on chat postssigpicthe italian/international COMMUNITY of friendship
http://people2000.netne.net
WAP/WEB
peoplemailbox@katamail.com
Comment
-
Originally posted by honkytonkman View Post+PHP Code:/* I don't know everything hehe */
Comment
-
That is easy... You can do:
1. Set 300 to 99999999999999999999999999999 ... IT WORKS :D
OR ...
2. Delete the line:
$deleted = mysql_query("DELETE FROM ibwf_chat WHERE timesent<".$timeout."");whatmp3.name - search mp3 on mobile
Comment
Comment