Welcome to Geeklog, Anonymous Friday, March 29 2024 @ 11:35 am EDT

Hivemail Integration

  • Sunday, April 20 2003 @ 01:55 pm EDT
  • Contributed by:
  • Views: 7,265
Announcements Has anyone attempted a hivemail login block or some form of GL and Hivemail integration??

Below is the code from a login block for postnuke what would I need to chage to get it to work in GL ..... I have searched all over for this before posting here hoping other had done this before me.
<table width="100%"><tr><td align="center">
<form method="post" action="/pathtohivemail/index.php" name="hivemail_login"><input type="hidden" name="POSTNUKESID" value="325417190cf070aab0e8c3e24cb04105" />

<input type="hidden" name="login" value="1">
<input type="hidden" name="_postvars" value="a:0:{}">
<input type="hidden" name="_getvars" value="a:0:{}">
<input type="hidden" name="skinid" value="0">
<table cellpadding="2">
<tr>
<td valign="top" align="left">Account name:<br /><input type="text" name="username" size="16" /> <input type="hidden" name="userdomain" value=";@e-cdf.com" /></td>
</tr>

<tr>
<td valign="top" align="left">Password: <br /><input type="password" name="password" size="16" /></td>
</tr>

<tr>
<td valign="top" align="left">Remember me for:<br /><input type="radio" name="staylogged" value="fornow" id="fornow" checked="checked" /> <label for="fornow">this session</label><br /><input type="radio" name="staylogged" value="days" id="fordays" /> <label for="fordays"> <input type="text" name="days" size="2" class="bginput" onClick="fordays.checked = true;" /> days</label><br /><input type="radio" name="staylogged" value="forever" id="forever" /> <label for="forever">forever</label></td>

</tr>
<tr>
<td align="center" colspan="2"><br /><input type="submit" value="Log in" /></td>
</tr>

</form>
</table>
</td></tr></table>
<div align="center"><a href="http://www.ourdailycross.com/odcmail">New Mail User</a></div>