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

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

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

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\""
  )
);
 
Geri
Yukarı