Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested CGI Solutions: 201 - 225 of 292
 
Hi, I have the following message in the error_log of my apache:                         "Premature end of script headers: search.cgi" i've chmoded 755 on my cgi-script. My script run w...
I am completely new to CGI and just need a simple CGI program to read a specified Unix directory. The purpose of the application is to read a directory and then list on screen all the files in...
looking for more information on the word verification system that craigslist uses. i would like something just like this. how does it encrypt a string? see in action at https://post.craigsl...
Hi, i've added a new attribute to the 'Quote Product' entity new_vendorpartnumber.  I've also added this field to the quote product form. When the form opens, I would like to populate the v...
Hi, I am going through a cgi script of mine converting it to using HTML::Template rather than keeping everything in line and cluttering up the code. I have the code (see snippet) which o...
I have a web server that runs Lan Suite 602Pro web/mail server on Windows. This supports only FastCGI. I need to write a FastCGI application to search all the HTML files (within the meta tags ...
In database prog using ASP, An error which occurs like , if an sql statement fails to execute, how can i trap that error using ASP during my ASp coding part. Let me have the answer soon.
I'm trying to make cgi-bin flash form but I get lost with the perl file. I've contacted my host service and I have all te paths correct. I send the message and it seems to work but I still do ...
The code that triggers this is: use Net::SMTP::SSL Run from the command line the script works but when run as a cgi under IIS6, I get the following: Can't load 'D:/Perl/site/lib/auto/...
Hello Experts, Can someone of you please let me know how to extract first 20 characters from the variable $rst[3]. $rst[3] is a database field which holds product description. Is there anyt...
I have a website setup through LunarPages and use Verotel as my user/password manager. I was having some problems (that's a whole other story) and I did some changes in the files. I've fin...
In the HTML below, a file name is entered in the client and a file is uploaded to the Web server. I'd like to know how to process the HTTP request such I get all the variables values from t...
Hello, I've got this problem. I've got this variable $filename which remains in the directory $pad. I want to change the date of $filename in that of today. I've got the next lines of code tha...
hi ! i want to save the passwords of some users encrpted in a flat database. how can i encrypt/decrypt them ? regards ItsMe
*edited by Netminder 5 Nov 2008 to remove copyrighted material*
I've suddenly run into a problem with my .cgi scripts. When calling a script from a browser, it won't load. If I change the extension to .pl the script works fine. I've checked the httpd.conf ...
We are using a cgi script to upload images to a server.  The upload works like a charm but the server is saving the file as chmod 600 instead of 644 so its of no use to anyone viewing the imag...
Hi Experts I am working on a site developed in perl, it is not one of my strongest languages, I have an already writen function that creates a navigation numbered list for the site. I want to ...
I'm trying to get mrtg running using the rrdtool.  The problem I am having is that I don't see any .rrd files being created within my /var/www/mrtg/SonicWallOffice directory where I've configu...
Experts, I have and if and else statement with embedded foreach loops and while loops.  I am receiving an error in my debugger that my closing brackets are "unmatched curly braket". The ...
Method Not Allowed in cgi. My site is running on a Register.com server (probably Apache). I have SSL installed. I would like to run cgi scripts.  But I get a "Method Not Allowed, The reque...
Here's my code. It gets all the files in the directory but it also gets directories and lists them, and i don't want it to list the directories, just the files. Because i want to add other fil...
Hi everyone, I have some PERL code which does some hefty work, then redirects the page to display the status of the work performed. Basically, an admin will log in to our backend, view a l...
I am parsing form pairs from a web form, but can not figure out how to then sort them alphabetically.  Here is the code I am using below. I have tried   @form = sort @form; but that doesn'...
How can I use a cookie in CGI to keep track of a hit count.  I attatched my code below but its not working.