Free Adult Tube-Video Script Forum

Full Version: How can limit temp file to 1024
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Heloo, i have some problem with my hosting. I have limit to 1024 max file on folder. How can limit this on freeadultscript.

Thx
write a custom script to check how many files are in that folder and delete some if the file number if too large.
make a cron job that works hourly than delete tmp files
as below
rm /your_web_root_directory/tmp/google_game/cache_*
rm /your_web_root_directory/tmp/encok_game/cache_*
rm /your_web_root_directory/tmp/tablo_game/cache_*
rm /your_web_root_directory/tmp/taglar_game/cache_*
rm /your_web_root_directory/tmp/game/cache_*
rm /your_web_root_directory/tmp/google/cache_*
rm /your_web_root_directory/tmp/encok/cache_*
rm /your_web_root_directory/tmp/tablo/cache_*
rm /your_web_root_directory/tmp/taglar/cache_*
rm /your_web_root_directory/tmp/video/cache_*
rm /your_web_root_directory/tmp/backlinkspider/cache_*

make 11 cron jobs
Thx for answare !
Reference URL's