Ai biết xóa log chợ trực tuyến tvweb làm ơn chỉ với.  xin cảm ơn mọi người
//Ghi vào Log
	$content = "$account đã mua $item[name] rao bán bởi $owner với giá $gia V.Point";
	$Date = date("h:iA, d/m/Y");
	$file = "log/modules/log_online_market.txt";
	$fp = fopen($file, "a+");
	fputs ($fp, $account."|".$content."|".$row[0]."|".$vpoint_after."|".$Date."|\n");
	fclose($fp);
	//End Ghi vào Log
	
	//Ghi vào Log
	$content = "$owner đã bán $item[name] cho $account với giá $gia V.Point";
	$Date = date("h:iA, d/m/Y");
	$file = "log/modules/log_online_market.txt";
	$fp = fopen($file, "a+");
	fputs ($fp, $owner_acc."|".$content."|".$vpoint_owner[0]."|".$vpoint_owner_after."|".$Date."|\n");
	fclose($fp);
	//End Ghi vào Log
log/modules/log_online_market.txt
chỉ vào đây thôi cậu
Powered by vBulletin® Version 4.2.0 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.