MRatWork Forum by Mustafa Ramadhan

Language Specific Discussions => Indonesia Users => Topic started by: ar1246 on 2019-10-09, 02:12:12

Title: File Too Large to Edit
Post by: ar1246 on 2019-10-09, 02:12:12
saya punya file log.txt
buat nyimpen text hasil generate. ketika saya nyoba edit munculna "File Too Large to Edit"
d manakah pengaturan limitnya sehingga sy bisa edit file ini?
Title: Re: File Too Large to Edit
Post by: MRatWork on 2019-10-09, 06:55:14
Seberapa besar filenya?.

Editnya dari panel atau website?
Title: Re: File Too Large to Edit
Post by: ar1246 on 2019-10-09, 15:00:34
beratnya cuman 2MB an, file txt dalemnya list keyword skitar 70.000 an baris
Title: Re: File Too Large to Edit
Post by: MRatWork on 2019-10-09, 15:16:48
Diedit dari website atau Kloxo-MR panel?
Title: Re: File Too Large to Edit
Post by: ar1246 on 2019-10-09, 15:29:52
di kloxo mr panel pak
Title: Re: File Too Large to Edit
Post by: MRatWork on 2019-10-09, 15:50:15
Ya, saya memang menemukan pembatasan pada code. Baru saya selidiki bagaimana itu terjadi dan mem-bypass-nya.
Title: Re: File Too Large to Edit
Post by: MRatWork on 2019-10-09, 16:14:39
Ini karena pada file '/usr/local/lxlabs/kloxo/httpdocs/lib/php/coreffilelib.php' ada code:

Code: [Select]
if ($size > 1000 * 1000) {
$lines = 20;
}

anda bisa inactive-kan dengan merubah menjadi:

Code: [Select]
/*
if ($size > 1000 * 1000) {
$lines = 20;
}
*/
Title: Re: File Too Large to Edit
Post by: ar1246 on 2019-10-10, 02:15:18
terima kasih pak  8)