Allow Public Trackers

Hi,
I have installed QuickBox with Deny Public Trackers but i want to allow Public Trackers how can i do this?

Pick through the files and pull them out:

to install the deny public trackers:
local_setup=/root/QuickBox/setup/
cp ${local_setup}templates/trackers.template /etc/trackers
cp ${local_setup}templates/denypublic.template /etc/cron.daily/denypublic
chmod +x /etc/cron.daily/denypublic
cat ${local_setup}templates/hostsTrackers.template >> /etc/hosts

so…
/etc/trackers (remove)
/etc/cron.daily/denypublic (remove)
/etc/hosts (clean up but do not totally remove)

Thank you so much.