Google Community
Latest Forums Rules Resources
Custom Search

Go Back   Google Community > Google Forums > Gmail Forum

GoogleCommunity Sponsor
Cirtex Hosting
Use coupon "forum" for 50% Off!

Reply
 
LinkBack Thread Tools Display Modes
Old 06-07-2006, 04:42 PM   #1 (permalink)
Noogle
 
Join Date: Jun 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
KIFIKA
Send a message via AIM to KIFIKA
Gmail Hosted

Recently i have been accepted to googles hosted gmail service, you know where youg get gmail but @youdomain.com (http://google.com/hosted) Any whoo.. i was wondering if it is possible, and if so can some one help me; make a login with a password form that i can place on my site for quick login?br
KIFIKA is offline   Reply With Quote
 
Sponsored Links
Old 06-07-2006, 10:10 PM   #2 (permalink)
Master Googler
 
dauodwa's Avatar
 
Join Date: Mar 2006
Location: Australia
Posts: 525
Thanks: 0
Thanked 0 Times in 0 Posts
dauodwa
Send a message via MSN to dauodwa
that owuld be cool. sorry though i cant help.
dauodwa is offline   Reply With Quote
Old 06-08-2006, 11:55 AM   #3 (permalink)
Noogle
 
Join Date: May 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
mattjp88
Give me the URL of the login form hosted by Google and I should be able to help you out.

-Matt
mattjp88 is offline   Reply With Quote
Old 06-08-2006, 05:31 PM   #4 (permalink)
Noogle
 
Join Date: Jun 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
KIFIKA
Send a message via AIM to KIFIKA
mail.google.com/hosted/zeldaotaku.com/

very helpful if you can help =)
KIFIKA is offline   Reply With Quote
Old 06-08-2006, 05:50 PM   #5 (permalink)
Senior Googler
 
Join Date: Jan 2006
Location: Houston, TX
Posts: 105
Thanks: 0
Thanked 0 Times in 0 Posts
RESteve
Send a message via AIM to RESteve
You can do this?
RESteve is offline   Reply With Quote
Old 06-08-2006, 06:10 PM   #6 (permalink)
Noogle
 
Join Date: Jun 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
KIFIKA
Send a message via AIM to KIFIKA
I hope he can, it would help me alot!
KIFIKA is offline   Reply With Quote
Old 06-09-2006, 01:23 PM   #7 (permalink)
Google Guru
 
intelliot's Avatar
 
Join Date: May 2004
Posts: 2,527
Thanks: 15
Thanked 49 Times in 28 Posts
intelliot has disabled reputation
I think you need to just link to the login page from your website.
intelliot is offline   Reply With Quote
Old 06-10-2006, 11:13 AM   #8 (permalink)
Master Googler
 
Join Date: Mar 2006
Location: Terminus
Posts: 531
Thanks: 0
Thanked 0 Times in 0 Posts
cruocitae
Is it possible to create a registration page? So can you use your google account for this? Or how? Invites too?
cruocitae is offline   Reply With Quote
Old 06-11-2006, 03:37 PM   #9 (permalink)
Noogle
 
Join Date: Jun 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
KIFIKA
Send a message via AIM to KIFIKA
You are alowed 25 free acounts. The admin ( the one who is accepted to google hosted ) creates the accounts that is set up with a temp password that the user changes when he logs on.
KIFIKA is offline   Reply With Quote
Old 06-21-2006, 01:01 PM   #10 (permalink)
Noogle
 
Join Date: May 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
mattjp88
sorry about the delay. I didn't get a reply notif. Here is the code for the exact copy of the login for:

[code]
<form action="[url=http://mail.google.com/hosted/zeldaotaku.com/LoginAction"http://mail.google.com/hosted/zeldaotaku.com/LoginAction" method="post" name="login">BR<input type="hidden" name="at" value="null">BR<input type="hidden" name="continue" value="[url=http://mail.google.com/hosted/zeldaotaku.com/"http://mail.google.com/hosted/zeldaotaku.com/">BR<input type="hidden" name="service" value="mail"> BR<table cellpadding="0" cellspacing="0" style="margin:15 0 0 0" border="0">BR<tr>BR <td align="right" nowrap>BR Username:&amp;nbsp;BR <>BR <td>BR <input type="text" name="userName" size="18">BR <>BR<>BR<tr>BR <td>BR <>BR <td style="color: #444444; font-size: 75%; overflow: hidden;" align="right">BR @zeldaotaku.comBR <>BR <td>BR <>BR<>BR<tr>BR <td colspan="3" height="8">BR <>BR<>BR<tr>BR <td colspan="2" height="8">BR <font color="red"></font>BR <>BR<>BR<tr>BR <td align="right" nowrap>BR Password:&amp;nbsp;BR <>BR <td>BR <input type="password" name="password" size="18">BR <>BR<>BR<tr>BR <td colspan="2" height="8">BR <>BR<>BR<tr>BR <td colspan="2" height="8">BR <>BR <td>BR <>BR<>BR<tr>BR <td align="right" valign="top">BR <input type="checkbox" name="persistent" value="true" id="rem">BR <>BR <td colspan="2">BR <label for="rem">Remember me on this computer</label>BR <>BR<>BR<tr>BR <td colspan="3" height="8">BR <>BR<>BR<tr>BR <td>BR <>BR <td>BR <input type="submit" value="Sign In">BR <>BR <td>BR <>BR<>BR<tr>BR <td colspan="3" align="center" nowrap>BR <br><a href="DomainContact" target="_none">Forgot your username or password?</a>BR <>BR<>BR</table>BR</form>[/code]

And here is the code for the bare bones login form. no tables or prettyness, simply the textboxes.

[code]<form action="[url=http://mail.google.com/hosted/zeldaotaku.com/LoginAction"http://mail.google.com/hosted/zeldaotaku.com/LoginAction" method="post" name="login">BR<input type="hidden" name="at" value="null">BR<input type="hidden" name="continue" value="[url=http://mail.google.com/hosted/zeldaotaku.com/"http://mail.google.com/hosted/zeldaotaku.com/">BR<input type="hidden" name="service" value="mail"> BR<br>Username:&amp;nbsp;<input type="text" name="userName" size="18">@zeldaotaku.comBR<br>Password:&amp;nbsp; <input type="password" name="password" size="18">BR<br><input type="checkbox" name="persistent" value="true" id="rem"><label for="rem">Remember me on this computer</label>BR<br><input type="submit" value="Sign In">BR</form>[/code]

This has not been tested, just what I believe will work by looking at the source. Let me know if it does.

-Matt


mattjp88 is offline   Reply With Quote
Reply

Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can Google see images for my site if hosted on different server? allan cavanagh Search Engine Optimization Forum 3 02-14-2007 09:13 AM
Domain: Old, but not hosted .net or a new 10 yr registered EmmaP Search Engine Optimization Forum 0 11-19-2006 04:29 AM
GMail Hosted (Gmail for Your Domain) Lupine1647 Gmail Forum 25 10-05-2006 02:20 AM
Gmail / Hosted Joe7 Gmail Forum 8 04-14-2006 06:42 AM
Google Optimization Webinar Hosted By Kim Malone AdsenseCoach Google AdWords & AdSense Forum 1 08-02-2005 03:23 PM


All times are GMT -8. The time now is 12:27 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004–2007 Google Community