rog download center

  • Auteur de la discussion Auteur de la discussion rog
  • Date de début Date de début
WRInaute passionné
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

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
 
WRInaute impliqué
hé bin ça marche pas vraiment - j'arrive pas à télécharger les fichiers, j'obtiens qu'un fichier php rempli de

Code:
<b>Notice</b>:  Undefined index:  $link in <b>/data/members/free/multimania/fr/r/o/g/rog/htdocs/index.php</b> on line <b>768</b><br />
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /data/members/free/multimania/fr/r/o/g/rog/htdocs/index.php:768) in <b>/data/members/free/multimania/fr/r/o/g/rog/htdocs/index.php</b> on line <b>768</b><br />
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /data/members/free/multimania/fr/r/o/g/rog/htdocs/index.php:768) in <b>/data/members/free/multimania/fr/r/o/g/rog/htdocs/index.php</b> on line <b>769</b><br />
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /data/members/free/multimania/fr/r/o/g/rog/htdocs/index.php:768) in <b>/data/members/free/multimania/fr/r/o/g/rog/htdocs/index.php</b> on line <b>770</b><br />
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /data/members/free/multimania/fr/r/o/g/rog/htdocs/index.php:768) in <b>/data/members/free/multimania/fr/r/o/g/rog/htdocs/index.php</b> on line <b>771</b><br />
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /data/members/free/multimania/fr/r/o/g/rog/htdocs/index.php:768) in <b>/data/members/free/multimania/fr/r/o/g/rog/htdocs/index.php</b> on line <b>772</b><br />
<br />
<b>Notice</b>:  Undefined index:  $link in <b>/data/members/free/multimania/fr/r/o/g/rog/htdocs/index.php</b> on line <b>775</b><br />

par contre les répertoires sont librement browsables..

http://membres.lycos.fr/rog/screen/

..et y a un peu beaucoup de portugais pour moi :p
 
WRInaute passionné
pour le bug du download ça depend :

lycos ajoute du code
le download est fait par une redirection header et quand le code lycos arrive avant le header, ça genere une erreur header

y a pas beaucoup de français parce que je suis beaucoup plus présent sur la scene internationale que sur le net français

la je pense que les mecanismes sont bug free et je vais fignoler le html

si vous trouvez des bugs, n'hésitez pas à me les communiquer

niveau design, n'hésitez pas non plus

pour une demo de la partie admin, faut rajouter &pw=moi dans l'url

rog
 

➡️ Offre MyRankingMetrics ⬅️

pré-audit SEO gratuit avec RM Tech (+ avis d'expert)
coaching offert aux clients (avec Olivier Duffez ou Fabien Faceries)

Voir les détails ici

coaching SEO
Discussions similaires
Haut