QUESTION: Why dosen't the cgi script work?
DETAILS: I can't get the following script to work:
http://www.csscsystems.com/cgi-bin/env.pl
This is a standard test script that should bri...
I try many times to run cgi scripts.
I located cgi script in "scgi-bin".
then I add the folloing in "/public_html/.htaccess"
AddModule mod_cgi.c
AddModule mod_alias.c
<IfModule mod_ali...
HI,
I am trying to connect to a mobile network's gateway for sms billing using SOAP in PHP. Can someone please point me on how to go about it
I need to be able to get the content of URLs (typically Web pages) in batch mode. That means, I need to get Web pages content automatically through a command line and then be able to anlyze it...
See my similar, yet unanswered question at http://www.experts-exchange.com/topics/comp/networks/windowsnt/Q.10076123
To maintain the Client State, you may use a SessionID number in the query ...
I have a CGI program that will report on the IP address of visitors to my site. How can I find out the name of the ISP that the IP address belongs to?
Thanks
Hello All,
I have this one project that is coded with perl. I've never programmed in perl. I need it to display a counter on the page. there is one there but its not displaying at all. ...
Hello,
Im writing a perl script and need to select some rows from a table, then run a sql query based on the information received for each row.
ie.
$SQL = "SELECT * FROM table";
&Do_...
Greetings!
I'm running a CentOS Linux system with the default apache install (apache 2) I have perl installed and the script I'm attempting to run works perfectly from the command line, but...
I'm Familiar Enough With CGI In Restricting The Length Of A String In A 'textfield' with:
print $q->textfield(-name=>'NameOfFirstField', -size=>50, -default=>'DefaultAnswer', -maxlength=>...
Hi,
Im trying to make a perl-CGI upload script without the CGI.pm module. I know its easier but I want to understand several things. First my upload.html has several fields (and a file input ...
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/...
Hi
I am looking for some help with receiving files in an incoming https request to a URL. The request contains an XML file that is being sent to us. In essence I need to create a URL on ou...
Dear Experts,
Continuing on from here:
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_24871452.html
I would like to run a little script via crontab. What is the ...
I am writing a script using Perl and wish to pass the script a parameter. I also want to use the script as a server side include, for instance: <--!#exec cgi="/cgi-bin/test.cgi?datafile"-->
I...
Can I convert /etc/.passwd to .htpasswd ?
In /etc/.passwd the password is not same with the .htpasswd.
Now I went protect my web home page .
just user who is the user in the linux can acces th...
Hi all
This ones for the hardcores. I have set up some cgi and html so the user may select specific files to download from my pages.
Everything works for me, however i want there to be some ...
I am currently teaching myself to write web pages and I want to try out
writing cgi programs.
I do not have access to a web server and I want to run the program, as
an educational exercise on...
Setup: web server residing on NT file server.
Question:
I'm trying to generate a web page using a simple batch file. However, the problem I'm running into is in echoing a blank line to the ...
How to include the CC and BCC in email program that write in CGI? Below is my working code but it only can send to singer recipient. I would like to add one recipient as cc and bcc to him (dis...
Hi,
I have to conduct a web survey next week and need the responses inputed into a MS Access database. The webserver is on a Windows NT machine with ASP components installed. I'm pretty famil...
Might be in a wrong section but how can you go about creating the authusers file using Apache? First of all, how can you find out the version of Apache? I'm not too sure what version I have. B...
Hello!
I'm trying to write a chat program and it's a little bit urgent. I have this halfwritten cgicode but it isn't working.
Can someone help me to fill in the missing pieces?
It's a very sim...
Hi,
I want to build a ISAPI filter that checks some cookies and then sends the request on to the ASP engine to continue as nothing happened. Is this possible ?
Anyone who has got or knows we...
I'trying to query the media searchengine of www.amazon.de. the searchform (html) is pretty simple and looks like this:
<form method="post" action="http://www.amazon.de/exec/obidos/search-ha...