remove these keywords
from grabber.php
but PS: it doesn't works on dle 9
nah dude
removing will not make it work
and it work in dle 9.
i have tried
<br /> <b>Fatal error</b>: Call to undefined function mb_convert_encoding() in <b>/home/aiostop/public_html/leech/grabber.php</b> on line <b>142</b><br />
It is giving me this error and when i am trying to install "Áàçà óñòàíîâëåíà."
you have to install mbstring in your server
you can do that if you are in vps
if in shared, then ask your host.
The mbstring (Multibyte String) library is a PHP library to be able to convert char sets from one language to another.
In centos, through ssh, enter below command to install it:
Code:
yum install php-mbstring