RE: Adding Resellers
"Ronnie Tartar" <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.user |
|---|---|
| Message-ID | <200410311633215.SM01728@symws3> |
I try and fill out all of the areas and it doesn't do anything. It is trying to post to form? But it doesn't do anything? Never Actually posts... http://www.symbiostech.com/ispman.JPG is the link to the screenprint. Attached is my view source on the page. Thanks for the help. -----Original Message----- From: ispman-users-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:ispman-users-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of Atif Ghaffar Sent: Sunday, October 31, 2004 11:43 AM To: [email protected] Subject: Re: [Ispman-users] Adding Resellers Can you explain a bit more the error you get when adding a client or reseller. Hint: Please try filling out ALL values and see if that works. best regards On Wed, 27 Oct 2004 21:37:50 -0400, Ronnie Tartar <[email protected]> wrote: > > I can add domains, creates the imap mail boxes, but in the web > interface, I cannot add the resellers or clients. > > Everything else seems to work well. > > ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Ispman-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ispman-users
addresellersource.txt
(text/plain, 3.3 KB)
<!-- headers.tmpl HEAD --> <html> <head> <title>ISP [email protected] Version: </title> <LINK HREF="/ispman.css" REL="stylesheet" TYPE="text/css"> </head> <body> <form method="post" name="form"> <br> <table border="0" cellpadding="4" cellspacing="1" width="100%" bgcolor="white"> <td> <table border="0" cellpadding="4" cellspacing="1" width="100%" bgcolor="white"> <tr> <td bgColor=#999999 class=head4><a href="javascript:void(0)" title="Name that the Reseller will use for authentification">Username</a></td> <td bgColor=#dcdcdc><input CLASS="formtext" type=text name=uid value=""></td> </tr> <tr> <td bgColor=#999999 class=head4>Password</td> <td bgColor=#dcdcdc><input CLASS="formtext" type=text name=userPassword value=""></td> </tr> <tr> <td bgColor=#999999 class=head4>First Name</td> <td bgColor=#dcdcdc><input CLASS="formtext" type=text name=givenName value=""></td> </tr> <tr> <td bgColor=#999999 class=head4>Last Name</td> <td bgColor=#dcdcdc><input CLASS="formtext" type=text name=sn value=""></td> </tr> <tr> <td bgColor=#999999 class=head4>Reseller Name</td> <td bgColor=#dcdcdc><input CLASS="formtext" type=text name=ispmanResellerName value=""></td> </tr> <tr> <td bgColor=#999999 class=head4>Display Name</td> <td bgColor=#dcdcdc><input CLASS="formtext" type=text name=cn value=""></td> </tr> </table> </td> <td valign=top> <table border="0" cellpadding="4" cellspacing="1" width="100%" bgcolor="white"> <tr> <td bgColor=#999999 class=head4>Telephone</td> <td bgColor=#dcdcdc><input CLASS="formtext" type=text name=telephoneNumber value=""></td> </tr> <tr> <td bgColor=#999999 class=head4>Street</td> <td bgColor=#dcdcdc><input CLASS="formtext" type=text name=street value=""></td> </tr> <tr> <td bgColor=#999999 class=head4>Postal code</td> <td bgColor=#dcdcdc><input CLASS="formtext" type=text name=postalCode value=""></td> </tr> <tr> <td bgColor=#999999 class=head4>City</td> <td bgColor=#dcdcdc><input CLASS="formtext" type=text name=l value=""></td> </tr> <tr> <td bgColor=#999999 class=head4>Country</td> <td bgColor=#dcdcdc><input CLASS="formtext" type=text name=c value=""></td> </tr> <tr> <td bgColor=#999999 class=head4>Fax</td> <td bgColor=#dcdcdc><input CLASS="formtext" type=text name=facsimileTelephoneNumber value=""></td> </tr> <tr> <td bgColor=#999999 class=head4>Maximum clients</td> <td bgColor=#dcdcdc><input CLASS="formtext" type=text name=ispmanResellerMaxClients value=""></td> </tr> </table> </td> </table> <input type=hidden name="mode" value="AddReseller"> <!--=========Start Send Button=========--> <br> <table border="1" cellpadding="4" cellspacing="0" width="100%" bgcolor="white"> <tr> <td valign="middle" align="right" bgcolor="#dcdcdc"><span class=head2> </span></td> <td valign="middle" align="right" bgcolor="#dcdcdc" width=18><input type="button" value="Add this reseller"></td> </tr> </table> <!--=========End Send Button=========--> <br> </form> <!--=========End Form=========-->