![]() |
![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() |
What is CGI? CGI stands for Common Gateway Interface. It is simply how the web server communicates with a script or other software on the server itself. It is not a programming language such as Perl, C++, or Basic. What is Perl? Perl is a programming language that was developed by Larry Wall and is relatively easy to learn. It is an interpreted language which means that the source code must be read by the Perl runtime each time it is executed. So, any machine with the Perl interpreter can run Perl scripts! Is it free to join the CGI Connection? Yes, it is absolutely free to join. You can earn money, as well as download our free script collection by joining. No purchase is necessary. However, purchasing a lifetime membership gives you unlimited updates to our constantly updated software collection. You may read our terms of service here. Can I resell the software that I download from here? All scripts and software can be modified for your own needs. You cannot distribute or resell them in any way, whether printable, on media, or any other type of medium. Each person that uses the software from the CGI Connection must have their own unique account. Violating this policy will result in account termination and possible legal action. Why can't I download any scripts?
What is CHMOD? CHMOD is a program used on UNIX platforms to change permissions of files. Usually if you upload a script to your server, you would CHMOD it to 755. This will allow the owner of the file to read, write and execute; the group owner to read and execute and anyone to read and execute the file. If you were at the prompt on a UNIX server, to chmod a file, you would simply type: chmod 755 filename.ext What is a CGI-BIN directory? A CGI-BIN directory is a directory on a server that will allow the execution of a script or other software through the World Wide Web. Generally it is the only location on a server that will allow this. You cannot just create this directory on your web server and expect it to work. It must be activated by the web server software you are running. How do I link to the CGI Connection? Once you sign up for your FREE account, simply add the below code to all of your web pages. Be sure to replace your_user_name with the username you chose at signup. You must change both of them! |