Aide pour installer Script.

Aide pour installer Script. - Divers - Programmation

Marsh Posté le 18-01-2006 à 20:08:20    

Bonjour,
 
Je cherche à installer un script mais je n'ai rien compris au fichier d'installe est-ce que quelqu'un peut me traduire ce qu'il faut faire plus detaillé.
 
Merci d'avance.
 
======================================================================
INSTALLATION
======================================================================
 
1.) Unzip the archive and place the .pl, .dat, and html*.txt files
into your cgi directory. Some servers require that Perl scripts have
a .cgi extension, so you might have to rename the *.pl files to *.cgi.
 
2.) Create a /admin/ directory and put the conf.pl script there. The
conf.pl script *must* be located in a directory one level below the
directory of the other scripts.
 
3.) Password protect the /admin/ directory. Otherwise anyone would be
able to execute conf.pl and configure your script.
 
4.) Create a /data/ directory and place support.txt and tracking.txt
there. You will need to chmod 777 the directory, chmod 777 support.txt  
and tracking.txt. If you use ws_ftp you can chmod by right-clicking on
a filname. chmod all of the *.pl files to 755.
 
5.) The first line of each .pl file is the local path to the Perl
interpreter on your server. You might need to edit these files and
change this line. Some examples are:
 
 #!C:\bin\perl\bin\perl.exe
 
 #!/usr/local/bin/perl
 
 #!/usr/bin/perl
 
6.) Run the control panel script from your browser. To run the script,
enter it's full url (e.g. http://your-domain/cgi-bin/admin/conf.pl)
in your browser's location window.
 
That's all there is to it. You can open the form by opening the sup14
script in a web browser. (e.g. http://your-domain/cgi-bin/sup.pl)
 

Reply

Marsh Posté le 18-01-2006 à 20:08:20   

Reply

Marsh Posté le 24-01-2006 à 16:34:55    

Ben c'est clair pourtant. Qu'est-ce que tu comprends pas ?
Pour te renseigner il faut plus d'info  
Déjà juste pour vérifier, tu as bien un serveur web qui tourne ? (apache, IIS ?)  
Quelle plateforme (windows, linux ?)
 
 

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed