NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Web Design Discussion
Reload this Page Please Help!!

Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms.

Advanced Search
10 members in live chat ~  
NamePros Design Contests NamePros Design Contests
Forum Sponsorship
Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest)



Closed Thread
 
LinkBack Thread Tools
Old 05-03-2004, 06:25 PM THREAD STARTER               #1 (permalink)
Account Suspended
Join Date: May 2004
Location: www.fosimarketing.com
Posts: 60
pb21baller is an unknown quantity at this point
 



Please Help!!


Im coding a site by hand. And i need help with forms. www.chillendesigns.com/contact.htm
is where the form is, view my source and c wat i did wrong. I am coding in html, is it sumthing with the cgi?
pb21baller is offline  
Old 05-03-2004, 06:32 PM   #2 (permalink)
Man from Manila
 
armstrong's Avatar
Join Date: Jul 2003
Location: The Net
Posts: 6,022
armstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud of
 

NamePros Hall of Fame
Autism Special Olympics
You have this in your code:

Quote:
<form method="post" form action="ftp://baller@chillendesigns.com/public_html/cgi-bin/comments.pl">
the form will try to open an ftp connection to your server, hence the request for authentication. Try instead something like this for the "action=" destination:

chillendesigns.com/cgi-bin/comments.pl

Assuming that is where your comments.pl script is, then it should work.

Good luck!

????: NamePros.com http://www.namepros.com/web-design-discussion/29276-please-help.html
Apollo aka armstrong
armstrong is offline  
Old 05-04-2004, 11:42 AM THREAD STARTER               #3 (permalink)
Account Suspended
Join Date: May 2004
Location: www.fosimarketing.com
Posts: 60
pb21baller is an unknown quantity at this point
 



Well....


Ok heres the thing, wen i try and acess, http://www.chillendeigns.com/cgi-bin...............it says that acess is forbidden. How can i change this
pb21baller is offline  
Old 05-04-2004, 03:25 PM   #4 (permalink)
Man from Manila
 
armstrong's Avatar
Join Date: Jul 2003
Location: The Net
Posts: 6,022
armstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud of
 

NamePros Hall of Fame
Autism Special Olympics
Two possibilities:

- You didn't set appropriate access rights to the file comments.pl ; this should have read and execute privilege to run correctly.

- Maybe your webhost didn't configure your account to have access to cgi-bin? Contact their support to get it cleared up.
armstrong is offline  
Old 05-04-2004, 03:51 PM THREAD STARTER               #5 (permalink)
Account Suspended
Join Date: May 2004
Location: www.fosimarketing.com
Posts: 60
pb21baller is an unknown quantity at this point
 



How do i go about setting acess rights? and my host was local very good hosting but does nto know very good at cgi....... so how does he give me acess
pb21baller is offline  
Old 05-04-2004, 04:12 PM   #6 (permalink)
Man from Manila
 
armstrong's Avatar
Join Date: Jul 2003
Location: The Net
Posts: 6,022
armstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud of
 

NamePros Hall of Fame
Autism Special Olympics
If you don't have command line access, then you can use ftp instead. Most ftp software (which you need to upload your files on to the server) will allow you to set access rights. I use a free one from smartftp.com , and it works great.
armstrong is offline  
Old 05-04-2004, 04:29 PM THREAD STARTER               #7 (permalink)
Account Suspended
Join Date: May 2004
Location: www.fosimarketing.com
Posts: 60
pb21baller is an unknown quantity at this point
 



I use smartftp also but how do i set acess rights
pb21baller is offline  
Old 05-04-2004, 04:31 PM   #8 (permalink)
Man from Manila
 
armstrong's Avatar
Join Date: Jul 2003
Location: The Net
Posts: 6,022
armstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud of
 

NamePros Hall of Fame
Autism Special Olympics
in smartftp, click to highlight a file or directory, then press F7 . Its really all there in the short smartftp manual/readme if you need help with anything else.
armstrong is offline  
Old 05-04-2004, 04:55 PM THREAD STARTER               #9 (permalink)
Account Suspended
Join Date: May 2004
Location: www.fosimarketing.com
Posts: 60
pb21baller is an unknown quantity at this point
 



Dude yet again.......i need ur help.........i mean i dont relly get wat ur saying......i highlighted cgi-bin and pressed f-7 but nuthing happenedso now wat do i do
pb21baller is offline  
Old 05-05-2004, 01:55 AM   #10 (permalink)
Man from Manila
 
armstrong's Avatar
Join Date: Jul 2003
Location: The Net
Posts: 6,022
armstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud of
 

NamePros Hall of Fame
Autism Special Olympics
highlight it on the right (contents) window /area, not on the left. Also, cgi-bin should be already good to go; most probably the problem lies with the actual file comments.pl. FYI:

Quote:
For Reference...
644 is Owner: Read Write
Group: Read
Other/World: Read

766 is Owner: Read Write Execute
Group: Read Write
Other/World: Read Write

755 is Owner: Read Write Execute
Group: Read Execute
Other/World: Read Execute

777 is Owner: Read Write Execute
Group: Read Write Execute
Other/World: Read Write Execute
Unless you have special requirements, 755 should work in this case.
????: NamePros.com http://www.namepros.com/showthread.php?t=29276

Are you using the most current smartftp version?
armstrong is offline  
Old 05-05-2004, 06:00 AM   #11 (permalink)
NamePros Member
Join Date: Apr 2004
Location: Melbourne, AU
Posts: 41
mstwntd is an unknown quantity at this point
 



Hi, if youre having trouble with cgi why not use a php script to process your form

heres one that I use:

PHP Code:
<?php

$MailToAddress 
"yourname@yourdomain.com"// your email address
$redirectURL "url of thank you page"// the URL of the thank you page.

# optional settings
$MailSubject "Subject of the form here"// the subject of the message you will receive
$MailToCC ""// CC (carbon copy) also send the email to this address (leave empty if you don't use it)
????: NamePros.com http://www.namepros.com/showthread.php?t=29276
# in the $MailToCC field you can have more then one e-mail address like "d@web4future.com, [email]b@web4future.com[/email], [email]c@web4future.com[/email]"

# If you are asking for an email address in your form, you can name that input field "email".
# If you do this, the message will apear to come from that email address and you can simply click the reply button to answer it.
# You can use this scirpt to submit your forms or to receive orders by email.
# You need to send the form as POST!

# If you have a multiple selection box or multiple checkboxes, you MUST name the multiple list box or checkbox as "name[]" instead of just "name" 
# you must also add "multiple" at the end of the tag like this: <select name="myselect[]" multiple> 
# and the same way with checkboxes

# This script was made by George A. & Calin S. from Web4Future.com
# There are no copyrights in the e-mails sent and we do not ask for anything in return.

# DO NOT EDIT BELOW THIS LINE ============================================================
# ver. 1.2
$Message "";
    if (!
is_array($HTTP_POST_VARS))
    return;
reset($HTTP_POST_VARS);
    while(list(
$key$val) = each($HTTP_POST_VARS)) {
        
$GLOBALS[$key] = $val;
        if (
is_array($val)) { 
            
$Message .= "<b>$key:</b> ";
            foreach (
$val as $vala) { 
                
$vala =stripslashes($vala);
????: NamePros.com http://www.namepros.com/showthread.php?t=29276
                
$Message .= "$vala, ";
            } 
            
$Message .= "<br>";
        }     
        else {
            
$val stripslashes($val);
            if ((
$key == "Submit") || ($key == "submit")) { }     
            else {     if (
$val == "") { $Message .= "$key: - <br>"; }
                    else { 
$Message .= "<b>$key:</b> $val<br>"; }
            }
        }
    } 
// end while
$Message "<font face=verdana size=2>".$Message;
mail$MailToAddress$MailSubject$Message"Content-Type: text/html; charset=ISO-8859-1\r\nFrom: ".$email."\r\nBCc: ".$MailToCC);
header("Location: ".$redirectURL);
?>
__________________
egor-k.com - web, graphic design
mstwntd is offline  
Old 05-05-2004, 10:44 AM   #12 (permalink)
NamePros Member
Join Date: Mar 2004
Posts: 75
jtrageser is an unknown quantity at this point
 



form method="post" form action="ftp://baller@chillendesigns.com/public_html/cgi-bin/comments.pl">


Do you need a password to access that user account (baller) on the ftp ?

If so, perhaps you need to add it to string with the ftp address above like so...

Code:
"ftp://baller: password@chillindesigns.com/public_thml/cgi-bin/comments.pl">
(Just take out the gap after the ":")
????: NamePros.com http://www.namepros.com/showthread.php?t=29276

That is my best guess. If thats not it let me know and I'll try to help you out.
__________________
www.usdishnetwork.com - Dish Network Satellite TV
Last edited by jtrageser; 05-05-2004 at 10:51 AM.
jtrageser is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


 
All times are GMT -7. The time now is 07:45 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger