Arkadaşlar merhaba;
Opencart Sitemde : catalog/model/tool/image.php.suspected
Dizininde image.php dosyasınının uzantısı otomatik olarak suspected oluyor. Böyle olunca siteye erişilemiyor. Değiştirmeme rağmen aynı problem her gün tekrar etmekte. Bu konuda yardımcı olabilecek yada bir fikri olan arkadaş varmı?
Teşekürler
Hosting: Markum
image.php.suspected Problemi (Opencart)
6
●1.418
- 27-02-2016, 10:53:51Merhabalar,sabrican adlı üyeden alıntı: mesajı görüntüle
1'den fazla ihtimal mevcut.
1- Kullanmış oldugunuz tema w@rez midir ?
2- Hosting paketinizde en fazla CPU / Ram kullanan dosya o olabilir.
3- Belirtilen dosya içerisinde zararlı yazılım olabilir.
4- Belirtilen dosya mail çıkışı yapıyor olabilir.
Vs.vs gibi ihtimaller mevcut hocam. - 27-02-2016, 23:34:25yorumunuz için teşekkürler sayfa içeriğiPiEycPi adlı üyeden alıntı: mesajı görüntüle
<?php class ModelToolImage extends Model { /** * * @param filename string * @param width * @param height * @param type char [default, w, h] * default = scale with white space, * w = fill according to width, * h = fill according to height * */ public function resize($filename, $width, $height, $type = "") { if (!file_exists(DIR_IMAGE . $filename) || !is_file(DIR_IMAGE . $filename)) { return; } $info = pathinfo($filename); $extension = $info['extension']; $old_image = $filename; $new_image = 'cache/' . utf8_substr($filename, 0, utf8_strrpos($filename, '.')) . '-' . $width . 'x' . $height . $type .'.' . $extension; if (!file_exists(DIR_IMAGE . $new_image) || (filemtime(DIR_IMAGE . $old_image) > filemtime(DIR_IMAGE . $new_image))) { $path = ''; $directories = explode('/', dirname(str_replace('../', '', $new_image))); foreach ($directories as $directory) { $path = $path . '/' . $directory; if (!file_exists(DIR_IMAGE . $path)) { @mkdir(DIR_IMAGE . $path, 0777); } } list($width_orig, $height_orig) = getimagesize(DIR_IMAGE . $old_image); if ($width_orig != $width || $height_orig != $height) { $image = new Image(DIR_IMAGE . $old_image); $image->resize($width, $height, $type); $image->save(DIR_IMAGE . $new_image); } else { copy(DIR_IMAGE . $old_image, DIR_IMAGE . $new_image); } } if (isset($this->request->server['HTTPS']) && (($this->request->server['HTTPS'] == 'on') || ($this->request->server['HTTPS'] == '1'))) { return $this->config->get('config_ssl') . 'image/' . $new_image; } else { return $this->config->get('config_url') . 'image/' . $new_image; } } } ?> - 09-03-2016, 18:54:31cesıtlı yontemlerle saldırı denıyorlar zaman zaman sunucuda baska bır sıteyı hackleyerek gırdıklerınde yada malware tarzı zararlılar soktuklarında bıle aynı sunucu ıcerısındekı dıger sıtelerede erısım saglayabılıyorlar .sabrican adlı üyeden alıntı: mesajı görüntüle
siz dosyayı yenısı ıle degıstırıp tum dosyalarınızı ınceleyın degısme zamanlardından dolayı