PHP Advanced Transfer Manager

config php

325 and 336 code

PHP:
$skins = array(
  array(
    'bordercolor' => '#E5E5E5',    // The table border color
    'headercolor' => '#F1F1F1',    // The table header color
    'tablecolor' => '#FFFFFF',     // The table background color
    'lightcolor' => '#FFFFFF',     // Table date field color
    'headerfontcolor' => '#000000',
    'normalfontcolor' => '#000000',
    'selectedfontcolor' => '#4682B4',
    'bodytag' => "bgcolor=\"#E5E5E5\" text=\"#000000\" link=\"#000000\" vlink=\"#333333\" alink=\"#000000\""
  )
);
New code

PHP:
$skins = array(
  array(
    'bordercolor' => '#000000',    // The table border color
    'headercolor' => '#4682B4',    // The table header color
    'tablecolor' => '#F5F0F0',     // The table background color
    'lightcolor' => '#FFFFFF',     // Table date field color
    'headerfontcolor' => '#FFFFFF',
    'normalfontcolor' => '#000000',
    'selectedfontcolor' => '#4682B4',
    'bodytag' => "bgcolor=\"#E5E5E5\" text=\"#000000\" link=\"#000000\" vlink=\"#333333\" alink=\"#000000\""
  )
);


thank you for this information it is good
 
Powered by phpATM Links

functions.php

1070
Orjinal code

PHP:
    echo "\n<div id=\"phpatm\"><br><a href=\"http://phpatm.org/\" target=\"_blank\" title=\"Powered by PHP Advanced Transfer Manager v".PROGRAM_VERSION."\">Powered by phpATM</a><br></div>\n";
-----------------------------------------------------------------------------------

PHP:
    echo "\n<div id=\"phpatm\"><br><a href=\"http://www.uydudoktoru.com/forum.php/\" target=\"_blank\" title=\"Uydudoktoru Yazılım Deposu v".PROGRAM_VERSION."\">@2010 Uydudoktoru</a><br></div>\n";
functions1.webp
 
Powered by phpATM Links

functions.php

1070
Orjinal code

PHP:
    echo "\n<div id=\"phpatm\"><br><a href=\"http://phpatm.org/\" target=\"_blank\" title=\"Powered by PHP Advanced Transfer Manager v".PROGRAM_VERSION."\">Powered by phpATM</a><br></div>\n";
-----------------------------------------------------------------------------------

PHP:
    echo "\n<div id=\"phpatm\"><br><a href=\"http://www.uydudoktoru.com/forum.php/\" target=\"_blank\" title=\"Uydudoktoru Yazılım Deposu v".PROGRAM_VERSION."\">@2010 Uydudoktoru</a><br></div>\n";
Eki Görüntüle 20793

thank you but me i say how to edit time becouse is not ready in home page
exemple :

when to add new dérectory is realy view date of creating "05-07-2010":confused:

but now is not work time in my PhP ATM ????

---------- Post added at 15:22 ---------- Previous post was at 15:08 ----------

I'mean

creation_time

The time when user add or created file

---------- Post added at 15:27 ---------- Previous post was at 15:22 ----------

I think here :

PHP:
 if (substr($filename,0,1) != '.' && !eregi($reserved_files, $filename))
    {
      if (!is_dir("$users_folder_name/$filename"))
      {
        if ($order == "name")
          $userslist[$filename] = $filename;
        else
        {
          if (($order == "uploaded") || ($order == "downloaded") || ($order == "emailed") || ($order == "access"))
          {
            list($files_uploaded, $files_downloaded, $files_emailed, $last_acess_time) = load_userstat($filename);
            if ($order == "uploaded")
              $userslist[$filename] = $files_uploaded;
            if ($order == "downloaded")
              $userslist[$filename] = $files_downloaded;
            if ($order == "emailed")
              $userslist[$filename] = $files_emailed;
            if ($order == "access")
              $userslist[$filename] = $last_acess_time;
          }
          else
          {
 
how I can set the time and date it appear fixed yesterday but we are the 05-07-2010 he watched my upload date last poster 04-07-2010

Maghreb-Sat-United Center

---------- Post added at 16:54 ---------- Previous post was at 16:46 ----------

I think it is modified here !!!!!!!!!!!!!!!!!

PHP:
}

            $file_modif_time = filemtime("$current_dir/$filename");
            // check if file uploaded in previous date
            if (($file_modif_time < $time1) || ($file_modif_time >= $time2))
            { continue; }
 
Look at the picture

guclusat's Avatar.webp


i75mfqgepzyb.png
 
Geri
Yukarı