ouf
ça y est juste quelques petites corrections html à faire
comme je prepare un site ou je vais publier tous mes scripts en open source, je les release tous
l'ancien :
-http://membres.lycos.fr/rogergirardin
le nouveau
-http://membres.lycos.fr/rog
j'ai refais le moteur de recherche en y incluant une recherche dans les fichiers descriptifs avec multiples mots clefs
le readme
ça y est juste quelques petites corrections html à faire
comme je prepare un site ou je vais publier tous mes scripts en open source, je les release tous
l'ancien :
-http://membres.lycos.fr/rogergirardin
le nouveau
-http://membres.lycos.fr/rog
j'ai refais le moteur de recherche en y incluant une recherche dans les fichiers descriptifs avec multiples mots clefs
le readme
Code:
################################################################################################################################################
#
# Rog download manager V1.1
#
# 02/11/2006
#
# the script is a download manager
#
# V1.1 changelog 12/11/2006
#
# it's my download manager about 3 years old
# i have decided to share it so i had to release it for better
#
# the prog is a standalone script (up the index file and run, it doesn't need any database access
#
# 1) how to install ?
#
# you upload the index file by ftp on your website root
# you create the folders on your website root, the script will take the dirname and will link it as a directory
# you upload your files and the script will list them for download
#
# 2 about the admin
#
# you setup the $pass var (moi by default)
# you add &pwd=moi (or the password you have set) on the url address (query string)
# then you will get a description link on the right page for each file/dir listed
# just click on the link an a windows will pop up asking for short and full description
# so you type your custom description and send the form
# that'all
# the sheme is the same for description changes
#
# 3 search engine hacking
#
# the search engine has some hidden features
# the filename input is for file searching and string description searching too
# check the checkbox for exact matching filename or let it uncheck fot pattern filename search
#
# the extension input will filter the result by extension (of course - lol) but it has pattern enabled by adding a *
#
# the filename input is used for searching string pattern inside the file descriptions
# i have added a multi string search by a space delimiter, the space will be interpreted as AND
#
# the max file result can be customized by the $max_result var
#
# 4 general requirement :
#
# a host with php enabled >= 3
# mail enabled for the contact system
# apache/php write access for the descriptions and counter update
#
# 5 what not to do !
#
# dirname with special caracter, use [a-z] [A-Z] [0-9] .-_
# filename with special caracter, use [a-z] [A-Z] [0-9] .-_
# removing the powered by roger.girardin tag
# upload file with the extensions .down .finfo .phpd .phpf .dinfo