Reseller Hosting, Shared Hosting, Dedicated Hosting by Vortech Inc.

Go Back   Reseller Hosting, Shared Hosting, Dedicated Hosting by Vortech Inc. > >> General Public > Chit Chat Public
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Chit Chat Public Talk about any thing you want! This forum is public.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-28-2003, 02:31 AM
aVex aVex is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Send a message via ICQ to aVex
@Mail Custom Login

Hi all,

I wanna do a Custom login page but when i copy out the codes in email server's index.pl and atmail.pl. I find that the form in atmail.pl submits to itself ??
Cant seem to find any threads in forum on creating a custom login page too, any clues to any threads ? must have been talked to death right ??
Reply With Quote
  #2  
Old 06-28-2003, 03:14 AM
Brangwyn Brangwyn is offline
T3CHN0 STUD
Vortech Inc. Customer
 
Location: New Zealand (Wellington)
Just make your form submit to atmail.pl as well but on the webmail server instead of your own, it will work fine.
Reply With Quote
  #3  
Old 06-28-2003, 05:56 AM
aVex aVex is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Send a message via ICQ to aVex
I had copied the exact set of codes from index.pl and changed only the action to :
http://216.157.131.123/atmail.pl

HOwever, upon entering the details and submit, it shows me the following error message :

Error connecting to mail server - Does the domain exist and accept incoming connections? (): Invalid argument

My values entered are definitely correct but it doesnt work ..
any other sets of files to copy or codes to change ??
Reply With Quote
  #4  
Old 06-28-2003, 07:09 AM
aVex aVex is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Send a message via ICQ to aVex
I had set up a A record for webmail.mydomain.com to point to 216.157.131.123.

Okay, i stripped off all the html tags and use just the code below, subst. mydomain with my actual domain name.

<form action="http://webmail.mydomain.com/atmail.pl" method="post" name="loginPage" target="_top">

<input name="username"type="text" size="7"> <BR>
<input name="password" type="password" size="10"><BR><BR>
<input type="hidden" name="MailServer" value="mail2.mydomain.com"> <BR>
<INPUT type="hidden" name=LoginType value="simple">
<input type="hidden" name="pop3host" value="mydomain.com"><br>
<input type="hidden" name="Language" value=""> <BR>
<input type="hidden" name="MailType" value="pop3"><BR><BR>
<input name="Submit" type="Submit" value="Login">
</form>


but it still cannot, throws me some access errors.
Is the code above correct ?
Reply With Quote
  #5  
Old 06-28-2003, 07:17 AM
aVex aVex is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Send a message via ICQ to aVex
Got this error with the codes above. ...


Content-Type: text/html Software Configuration Error
The error message follows: Cannot read html/English/simple/simple.html: No such file or directory


--------------------------------------------------------------------------------
Check the permissions are correctly and the parent directory has execute permissions. For example use the following comamnds, where /home/httpd/html/atmail is the directory installed on your server :

chmod 755 /home/http/html/atmail ; chmod 755 /home/httpd/html/ ; chmod 755 /home/httpd/
Reply With Quote
  #6  
Old 06-28-2003, 07:34 AM
aVex aVex is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Send a message via ICQ to aVex
Anybody can just give me a simple sample to follow ? Seems so easy but i am hitting problems at every turn ...
Reply With Quote
  #7  
Old 06-28-2003, 08:21 AM
Brangwyn Brangwyn is offline
T3CHN0 STUD
Vortech Inc. Customer
 
Location: New Zealand (Wellington)
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY> <FORM action="http://webmail.hsphere.cc/atmail.pl" method="post" name="loginPage" target="_top"> <TABLE cellspacing='0' cellpadding='4' border='0'> <TR> <TD><STRONG>Logon</STRONG></TD> <TD><STRONG>Password</STRONG></TD> </TR> <TR> <TD><INPUT name='username' size='9' value=''></TD> <TD><INPUT name="password" type='password' size='20'></TD> </TR> <TR> <TD colspan='2' align='center'><INPUT class="submito" type="submit" name="Login" value="Login"></TD> </TR> </TABLE> <INPUT type="hidden" name='pop3host' value='example.com'> <INPUT type='hidden' name='LoginType' value='xp'> <INPUT type='hidden' name='Language' value='english'> <INPUT type='hidden' name='MailServer' value='mail.example.com'><BR> <BR> </FORM> </BODY> </HTML>
Reply With Quote
  #8  
Old 06-28-2003, 10:07 AM
aVex aVex is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Send a message via ICQ to aVex
THANKS !!!!!!! BRANGWYN !!!!

It works !!!! Duno why the original one couldnt work too ... hmm.

U have really aid me along so many times ... a million thanks !!!
Reply With Quote
  #9  
Old 06-28-2003, 11:20 AM
Brangwyn Brangwyn is offline
T3CHN0 STUD
Vortech Inc. Customer
 
Location: New Zealand (Wellington)
Your welcome aVex
Reply With Quote
  #10  
Old 06-28-2003, 12:19 PM
electricfox's Avatar
electricfox electricfox is offline
Web Proggie
Guest
 
Location: Berkeley, CA
that was really helpful Brangwyn. thanks
Reply With Quote
  #11  
Old 06-28-2003, 04:04 PM
aVex aVex is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Send a message via ICQ to aVex
Brangwyn, mabbe when u come Singapore, find me and i can give u a treat !
=)
Reply With Quote
  #12  
Old 06-28-2003, 06:00 PM
gadgetgal99's Avatar
gadgetgal99 gadgetgal99 is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Location: Vegas
avex. if you copied the cuurent version, it has a javascript in it that creatres the mailserver name that would have overided your mailserver name. That might be why it didn't work. Glad Nranqyn's script worked for you
Reply With Quote
  #13  
Old 06-28-2003, 06:06 PM
aVex aVex is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Send a message via ICQ to aVex
possible, i used a plain vanilla version too, but it gave me another error which was the one i pasted above. guess there was something wrong with my syntax.. =p

Waiting for matrix to use your script for our logout pages !!
Hope it is soon .... =)
Reply With Quote
  #14  
Old 06-28-2003, 06:14 PM
gadgetgal99's Avatar
gadgetgal99 gadgetgal99 is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Location: Vegas
don't think they plan to, never heard anything.
Reply With Quote
  #15  
Old 06-28-2003, 09:37 PM
Brangwyn Brangwyn is offline
T3CHN0 STUD
Vortech Inc. Customer
 
Location: New Zealand (Wellington)
Quote:
Originally posted by aVex
Brangwyn, mabbe when u come Singapore, find me and i can give u a treat !
=)

We went to Singapore the year before last for a few days before spening a nice relaxing week on Bintan Island ... must say I could spend a whole week in Funan Mall going through all the computer stores ... yeah I'm a computer geek
Reply With Quote
Reply


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

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make a custom login page for atmail for our clients? dipu Chit Chat Public 2 06-29-2003 11:46 AM


All times are GMT -5. The time now is 04:56 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Vortech Inc. ©2005
Page generated in 0.69063 seconds with 16 queries
[Output: 114.15 Kb. compressed to 105.12 Kb. by saving 9.03 Kb. (7.91%)]