Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested CGI Solutions: 51 - 75 of 241
 
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 trying to add in a letter/number validation for a form i am trying to build for a client, the link is: http://www.directorynh.com/submiturl.html The client says that they are gettin...
I have a cgi script that takes a while to process some information, so I'd like to write a 'Please wait' message to the browser while the script processes. I have a little .gif that spins to s...
Hi, I think I have a problem with running .cgi scripts with Apache. I am fairly new to apache, and do not fully understand the right way to edit the config/htaccess files to get what I want...
Hello, I have an apache web server (on Ubuntu) that is running perl, and i would like to do the following. I would like an upload file functionality on the site, which once a user has uploa...
I can only use perl without any installed modules. I need to be able to SU or SUDO from a perl script. something like: $user = "user"; $pass = "pass"; `su $user\r`; # enter pas...
Can someone tell me if this can be done and how as I have almost got it right, erm no I have not... ozo gave me this one liner that works a treat $r1t = (undef, $onename, $twoname,  $three...
I am on windows with Apache2 server. I am trying to run perl and python scripts from my cgi folder but I get access forbidden. I hope someone can help me out here.  This is how my httpd.conf l...
Hi everyone, I'm playing around with Linux CGI using many languages.  I got it to work with Perl, C, and C++.  I now want it to work with BASH.  I have a two files: cgi-bin/bash/index.bs...
Im trying to setup up magento on win xp. using php4.XX and Apache 2.0 They have a provided a work around here. http://www.magentocommerce.com/knowledge-base/entry/installing-magento-on-a-p...
I have a file submission on a form and I need to submit that form to a cgi script, but it doesnt produce any output when I have enctype="multipart/form-data" in the form tag on the html page. ...
I have a webform which is working with formmail.pl from Matt's Script Archive. It's working good but I want to add the possibility to attach a file which will be sent as a mail along with the ...
Hello people! I have a Perl script (main.pl) that first calls another .pl script to run it and then it continues the main script: Require "preload.pl"; &preload_data; Rest of the mai...
My Perl script looks like this: -------------------- #!/usr/bin/perl $net=39; my $vatpercent = 17.5; my $vatprice = $vatpercent*($net/100); my $vat = sprintf "%.2f", ($vatprice); my $to...
I noticed that if a link accesses a cgi script, I can use the os.getenv('HTTP_REFERER'); variable to get the url that called the script. What I want to do is get this on a GET or POST method. ...
To make the browser ask "Save File to Disk" , I make "Content-Type: application/x-unknown " and download the file from the remote location successfully. This works perfectly fine in IE 5.0 and...
I have a page that's dynamically generated by cgi and I pass variables to the next page with a link like this generate_next_page.cgi?val1=$value1&val2=$value2 where $value1 and $value2 ...
I'm trying to add google map to CRM.While clicking on Customization->Account->Forms & Views->Forms-> Add an iFrame Its showing a javascript error 'Automation server can't create the object'....
A buddy had a site built and is using paypal..he is selling downloadable media and as you may know, paypal is not secure for downloadable product. Anyone who knows what they are doing can view...
Hi, Could someone please help me figure out a winsock problem?   We have a few CGIs that were running fine on NT for few years.  These CGIs live in the same page but different frames.  T...
I'm attempting to get an existing application working on a new server.  When running CGI scripts that connect to the Oracle database I get the following error: install_driver(Oracle) failed...
I want to run an application on a virtually hosted server, either in perl or in python, but I need longer than the 3 - 5 minutes that Apache allows for cgi scripts to complete. Experiments sho...
I know that I can pass a text variable from perl to javascript by using the following: print qq(<script type="text/javascript"> var foo = "$foo"; </script> ); but I am wondering how I ca...
Hello I just installed Red Hat Linux 7.3 on my machine and configured apache Apache/1.3.23 on it. I was trying run some cgis in a directory and i keep getting the following error Method ...
Ok I need some help on this one. I have a bash script that runs every day that creates 10 randomly generated ftp accounts and emails the ftp links to a speific user. This user then distributes...