PHP Advanced Transfer Manager

guclusat

Tanınmış Üye
Süper Moderatör
PHP Advanced Transfer Manager Programlarını aşağıdan alabilirsiniz..

Zip içeriğinde yer alan dosyalar

Zip File Contents:

[0] phpATM 1.31 aLy Beta version.zip
[1] phpATM 131 alha.zip
[2] phpATM v130 - Rev 2_sorunsuz.zip
[3] phpATM_120.zip
[4] phpATM_130.zip
[5] phpATM_132.zip
[6] phpATM_132_-_search_mod_with_rss.zip
[7] phpATM_filelist_only_flavared_0.1.zip
[8] phpATM_pr.zip
[9] rss_php_-_phpATM_130_and_some_mods.zip
[10] swf tested with phpATM 1.32 search mod.zip
[11] pdf_php_102..zip
[12] new_images_001..zip
[13] massmail_php_-_ph.zip
[14] readme_massmail..zip
[15] phpATM_132rc3_-_se.zip
[16] phpATM..zip
[17] phpATM_132rc1.zip
[18] admin_register_p_1.zip
[19] daily_download_l_10.zip
[20] memberlist_php_v5.zip
[21] phpATM_filelist..zip

------------------------------------
Zip File Contents:

[1] admin_register_php_-_phpATM_130b.zip
[2] massmail_php_-_phpATM_132.zip
[3] new_images_001.zip
[4] pdf_php_102.zip
[5] phpATM_132rc2.zip
[6]phpATM_132rc3_-_search_mod.zip
[7]phpATM_filelist_only_classic_0.1.zip
[8] phpATM_filelist_only_flavared_0.1.zip
[9] phpATM_filelist_only_separated_0.1.zip

https://yadi.sk/d/m7MMj__dTBpXX
 
Son düzenleme:
phpATM_132rc3_-_search_mod

phpATM 1.32rc3 Search Mod - full version - comes with a search function

and several bugfixes.
 

Eklentiler

  • phpATM_132rc3_-_se.zip
    229 KB · Görüntüleme: 7
rss.php for phpATM v1.30 and some mods

What it does:

It creates an RSS Feed * with the latest files added to your phpATM page.
* Feeds are specially formatted documents which summarize the content of web sites. For example, a feed might summarize the latest news headlines from a news site or the latest posts on a blog. You can view the content of feeds in Firefox, create Live Bookmarks for them, or add them to a feed reader on your computer or on the Web.
How to install:


  1. Unpack the rss.php to a temporary folder.
  2. Open the rss.php with your favorite PHP editor (such as Notepad++) and change the variables from the part marked as "config part of the script" (line 28 - line 40), to fit your needs.
    1. $site_title: the title of your site (default $page_title which is the title as set in the conf.php)
    2. $site_link: link to your site (default $installurl which links to your phpATM page)
    3. $site_description: add there a description of your phpATM page
    4. $max_last_files_rss: this is the maximal number of files listed (default 10)
    5. $hide_these_dirs: hidden directories (regular expression) which latest files won't be listed (default "")
  3. Upload the rss.php to your phpATM folder. If necessary change the extension.
  4. Open the include/functions.php with your favorite PHP editor and search for function page_header($title) and find there the following line:
    echo "<link rel=\"stylesheet\" href=\"styles.css\" type=\"text/css\">";
    add under it the following code:
    PHP:
    echo "<link rel=\"alternate\" href=\"rss.php\"  type=\"application/rss+xml\" title=\"RSS 2.0\">";
  5. You could add a link to the rss.php, a good place would be in the row where the [Last uploads] - [Top downloads] links are placed. To add it there open the index.php and search for function list_dir($directory) find there the following lines:
    PHP:
    <td align=\"center\" bgColor=\"$tablecolor\">
    <font size=\"2\" face=\"$font\" color=\"$normalfontcolor\">
    [<a href=\"showrecent.$phpExt?".SID."\">$mess[199]</a>]
    -
    [<a href=\"showtophits.$phpExt?".SID."\">$mess[200]</a>]
    </font>
    </td>
    replace these lines with the following code:
    PHP:
    <td align=\"center\"  bgColor=\"$tablecolor\"><font size=\"2\" face=\"$font\"  color=\"$normalfontcolor\">
    [<a  href=\"showrecent.$phpExt?".SID."\">$mess[199]</a>]&nbsp;-&nbsp;<a  href=\"RSS.$phpExt?".SID."\"  title=\"Click here to subscribe to my feed.\"><img src=\"images/RSS.png\" border=\"0\"  width=\"16\" height=\"16\" alt=\"RSS feed\"  align=\"top\"></a>&nbsp;-&nbsp;[<a  href=\"showtophits.$phpExt?".SID."\">$mess[200]</a>]
    </font></td>
Thanx to:

Thanx to aliensat for the original version, which this script is based on.
What it cost:

This script is Guestbook-ware. This means, if you use it, then please sign my guestbook!
Feedback:

Comments? Problems? Bugs? Or just some nice words? Contact me in the phpATM Forum or send me an email.
 
massmail.php for phpATM v1.30 and some mods

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

massmail.php for phpATM v1.30 and some mods

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

What it does:

This mod gives you the possibility to send emails to selected user, to a group of user (such as Power User) or to every registered user of your phpATM powered site at once.

How to install:


Unpack/upload the files to your phpATM folder (replace the existing files with my ones).
If you use the admin_register.php, released after the 06.June 2007, then you do not need the usermang.php, because it is the same like the one from the admin_register_php_-_phpATM_130_and_mods.zip package. If you use an older version of the admin_register.php then you can replace the usermang.php anyway. The script will check if you use the admin_register.php as well and will place the link(s) depending on the result.
Note: the usermang.php searches for a file admin_register.$phpExt and for a file massmail.$phpExt, where $phpExt is the PHP scripts file extension as set in the conf.php (should be php by default). If you have renamed these files, then you have to update the usermang.php with these new names.

How to use:



  1. [*=left]Login with your admin account.
    [*=left]Click on the "user managment" symbol (should be the 2nd from the right).
    [*=left]Click on the "Mass Mail" link, which is in the table with the sort options.
    [*=left]Fill out the form.
    [*=left]Select the user or the group of user you want to send mails to.
    [*=left]Click "Send".
    [*=left]You will see on the upper left side a note if mails are send and if so, then how many.
 

Eklentiler

  • readme_massmail..zip
    3,9 KB · Görüntüleme: 8
Son düzenleme:
hi;
please help me how to change style

1*/ add background
2*/edit home page
3*/....more edit

thank you

my phpatm it is here

h**p://www.maghreb-sat-united.com/ulc
 
hi;
please help me how to change style

1*/ add background
2*/edit home page
3*/....more edit

thank you

my phpatm it is here

h**p://www.maghreb-sat-united.com/ulc

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\""
  )
);
 
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.jpg
 
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.jpg


i75mfqgepzyb.png
 
CONF.PHP

ORJİNAL

Kod:
$default_user_status = NORMAL;
EDİT
Kod:
$default_user_status = UPLOADER;
 
thank you so much

my friend

---------- Post added 08-07-2010 at 23:38 ---------- Previous post was 05-07-2010 at 23:04 ----------

hello Dear friend ,
problem is solved !!
but i have other problem
of améliore my Upload center ,,!!
how to ??

how to édite this ?

organised files per last time add no by Alphabitic

---------- Post added 09-07-2010 at 11:47 ---------- Previous post was 08-07-2010 at 23:38 ----------

hello Dear friend ,
problem is solved !!
but i have other problem
of améliore my Upload center ,,!!
how to ??

how to édite this ?

organised files per last time add no by Alphabitic



 
serverde yüklü olan php.ini diye bir dosya var onunla limitinizi ayarlayabilirsiniz ftp den yüklediğiniz yerdeki ana dizinde olması gerekiyor yoksa bile panelinize gidip oradan yükleyebilirsiniz yada googleden aratıp bulabilirsiniz eğer php.ini server tarafından sınırlanmış ise phpatm üzerindeki ayarları yapsanız bile yükleme yapmaz

---------- Sonra gönderilen Saat 23:31 ---------- İlk önce gönderilen Saat 23:27 ----------

/include/conf.php içinde aşağıdaki satırı bul 24096 yazan yeri kb cinsinden değiştir

PHP:
// Maximum allowed filesize to upload (Kilobytes)
// Note: php.ini and server also have an upload size limit
//
$max_allowed_filesize = 24096;
 
Geri
Yukarı