Hello there,
I try to develop my own theme using timthumb script. After i try t run this plugin, it gives me numbers of error.
WARNING: readfile was found in the file timthumb.php possible file operations.
Line 546: if (!@readfile ($cache_file)) {
WARNING: fwrite was found in the file timthumb.php possible file operations.
Line 756: fwrite ($fh, $data);
WARNING: fopen was found in the file timthumb.php possible file operations.
Line 684: $fh = fopen ($local_filepath, 'w');
WARNING: file_put_contents was found in the file timthumb.php possible file operations.
Line 712: if (file_put_contents ($local_filepath, $img) == FALSE) {
WARNING: file_get_contents was found in the file timthumb.php possible file operations.
Line 547: $content = file_get_contents ($cache_file);
Line 708: if (!$img = file_get_contents ($src)) {
WARNING: fclose was found in the file timthumb.php possible file operations.
Line 704: fclose ($fh);
WARNING: curl_init was found in the file timthumb.php possible file operations.
Line 680: if (function_exists ('curl_init')) {
Line 685: $ch = curl_init ($src);
WARNING: curl_exec was found in the file timthumb.php possible file operations.
Line 697: if (curl_exec ($ch) === FALSE) {
can you explain about it?
thank you very much.