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: 26 - 50 of 239
 
Hi I've just unistalled outlook 2002, but had not backed up my emails (sent and receive mails). I havent installed any other version yet, but is there a way of retrieving my files? Does outloo...
hello I found the following env variable     HTTP_ACCEPT_ENCODING=gzip when browsing with netscape and     HTTP_ACCEPT_ENCODING=gzip, deflate when browsing with IExplorer. What is t...
I am using CGI::Session to pass variables from page to page (DBI as the data source for session data). I want to use MD5 or other encryption to encrypt password. I have a user table and a s...
Hello, I'm currently using sendmail as my default MTA, and for encoding attachments I use Mutt. I'm trying to create a perl script that will allow users to send attachments with their email. ...
perl cgi question: How do I get a list of defined cgi params from a post/get? Let's say param('name'), param('address') are defined. How can I get a list of those names (name, address...
Hi all, First post! Running a great web app designed by a local called POW-PAK (free software for teachers/school systems). http://www.pow-pak.com/powpak.html I was running it on windows...
How do I set PST time zone for NMS Guestbook?
Experts, I would like to know what the best module is for creating charts.  I have installed GD, however I am not sure whether this module would be best for graphs.
Does anyone have a simpe PERL script that calls libcurl command and print the output.
Hi, I'm working on a perl program that will take input from various text box form fields and do some processing.  I was parsing the POST information myself, but was advised, on this site an...
Here is a snipit of my script: foreach my $lib (@tables){     print $q->br, a({href=>'set_search.pl?LIBRARY=$lib', -target=>'search'}, "$lib"), }; I need to pass whatever the $lib is a...
I have a line of code that compares 2 dates.  The program will allow you to continue if the current date is before the date in the database.  The problem is the date has to be in the format of...
I want to check if there is something in the <STDIN> buffer, without actually having the system hang waiting for input. basically: while(true){   $cntr=$cntr+1;   if(<STDIN>){     do...
Hi!   I have a C script using ping to check if an ip address is alive... i'm using this code:   int result;   result = system("ping -c 2 ipaddresshere"); but i can't get the correct value o...
I am running Joomla and using the Wrapper component to look at WHMCS which is in another folder on my website. When you click links within the iframe, the size of the frame stays the same.  I ...
Hi,      I am writing a script to enable file upload from a web browser. I am writing it in C++ as itn will be incorporated into a search engine I have written in this lang, and also I don't know...
How to change ESX root password of multiple server using script.
I am writing a cache in perl but having issues with memory management. I need to make sure that when my script starts up, it gets assigned a chunk lets say 500 megs that no one else can touch ...
Hi, I have got a file download script from the internet which is attached below. The script gives a bad file descriptor error message on line 11 when trying to assign the file parameter to ...
The Form name is 'annonce'  that I want to execute by clicking on 'Voir tout'. But nothing happen. All code in the same html file except java script which is in its own file  (submitform.js...
SSL will not work in Browsers for our given domain , Browser Returns "Unable to connect" At the telnet command line test                    openssl s_client -connect domname.net:443 -state...
I would like to change the recipients name when sending formmail on different web pages in my GoDaddy linux host account.  GoDaddy only offeres gdform.cgi which only allows 1 email address for...
Im using cgi in Python. I want to save the contents of an uploaded file to a specified folder on my server. My code is as follows: form = cgi.FieldStorage() for name in form:         field...
how do I convert a date from EPOC time to a date stamp? for instance 1039216472 to YYYY/MH/DD HH:MM:SS   I have only perl or borne shell available in the execution area but I can install m...
I am writing a perl script in which I use system function to execute wzzip, wzunzip and nmake commands in windows. If I do not specify redirection it works fine. But if I say like system("w...