Hi can someone help me , i have two sites one with glype proxy script and one with phpproxy script and dont know how to make filesize limit, i own 300 gb bandwith on my hosting and 12 sites but this two proxy site's this month spent over 120 gb of bandwith and now i must somehow put filesize limit and what is best filesize how many mb to allow to download via proxy ? Thanks
thanks friends i found on settings phproxy 'max_file_size' => -1, hehe i will change it now i changed this settings from 'max_file_size' => -1, to 'max_file_size' => 524288, and this if ($_config['max_file_size'] != -1 && $_content_length > $_config['max_file_size']) to if ($_config['max_file_size'] != 524288 && $_content_length > $_config['max_file_size']) i hope that is good
when using glype you have an administration area for the script (admin.php) and you can easily change it there