Gossamer Forum
Quote Reply
Wap
Ok I'm getting a problem with WAP. I just can't log in on either a mobile phone (SL45 and SL55) or via the Openwave SDK. Password is always wrong.

I am using the VBulletin plugin to authorize GM logins and I think this maybe the problem? Any help please?

Nic
Quote Reply
Re: [p3rfect] Wap In reply to
Do you have non-cookied sessions enabled? Most phones don't support cookies, so you'll need to be able to log in without cookies.

Adrian
Quote Reply
Re: [brewt] Wap In reply to
How would I do that please?
Quote Reply
Re: [p3rfect] Wap In reply to
Setup => User Options => Session Cookies

Adrian
Quote Reply
Re: [brewt] Wap In reply to
Doesn't work with or without cookies I just tried and still get Bad Login ...
Quote Reply
Re: [brewt] Wap In reply to
Hi,

Glad to inform and thankful p3rfect to inform that wap component worked with SL55 (p3rfect's test) in my case though i had tested with klondike wap emulator. Few questions:

(1). What about the "Check Mail" link in WAP templates if the remote account is configured.

(2). Ability to configure remote accounts thru WAP....

(2) could be trivial, but (1) would be a welcome addition I am sure....

BTW I have not done any modification to wap template set and the cookie is set to "User Select"

Thnx

Anup

Last edited by:

anup123: Aug 6, 2003, 4:56 AM
Quote Reply
Re: [p3rfect] Wap In reply to
Hi,

Restore the wap template set to the original state. It seems u have changed the login.htm or something. After restoring the templates (wap) try again. At least i see that domain name hard coded in your case. The source of your wap and mine is as follows:

----My source---

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="login" title="My Title">
<p mode="nowrap"><b>Login</b><br/>
Username: <input name="username" title="Username" emptyok="false"/><br/>
Domain: <input name="domain" value="mydomain.com" title="Domain" emptyok="false"/><br/>
Password: <input name="password" title="Password" emptyok="false"/>
</p>
<do type="accept" label="Login">
<go method="post" href="login.cgi">
<postfield name="t" value="wap"/>
<postfield name="no_update" value="1"/>
<postfield name="cookie" value="no"/>
<postfield name="username" value="$(username)"/>
<postfield name="domain" value="$(domain)"/>
<postfield name="password" value="$(password)"/>
<setvar name="password" value=""/>
</go>
</do>
</card>
</wml>




----Your WAP Login ---

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="login" title="Gossamer Mail">
<p mode="nowrap"><b>Login</b><br/>
Username: <input name="username" title="Username" emptyok="false"/><br/>
Domain: nightmaresonwax.net<br/> (this needs correction)
Password: <input name="password" title="Password" emptyok="false"/>
</p>
<do type="accept" label="Login">
<go method="post" href="login.cgi">
<postfield name="t" value="wap"/>
<postfield name="no_update" value="1"/>
<postfield name="cookie" value="no"/>
<postfield name="username" value="$(username)"/>
<postfield name="domain" value="nightmaresonwax.net"/> This needs correction
<postfield name="password" value="$(password)"/>
<setvar name="password" value=""/>
</go>
</do>
</card>
</wml>


Kindly do the above changes and pass the domain name thru the browser based redirection script that i sent to you.
Quote Reply
Re: [anup123] Wap In reply to
I havn't actually changed this template .... as I didn't even know where it was!
Everything is hosted on the nightmaresonwax.net server. There is a redirect from the .com and the .co.uk to the .net ...

Here is the template source ...

<?xml version="1.0"?><%GMail::NoAuth::Join::info()%>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="login" title="<%title%>">
<p mode="nowrap"><b>Login</b><br/>
Username: <input name="username" title="Username" emptyok="false"/><br/>
Domain: <%if sdomain%><%sdomain%><%elsif mdomains%><%mdomains%><%else%><input name="domain" value="<%if domain%><%domain%><%endif%>" title="Domain" emptyok="false"/><%endif%><br/>
Password: <input name="password" title="Password" emptyok="false"/>
</p>
<do type="accept" label="Login">
<go method="post" href="login.cgi">
<postfield name="t" value="wap"/>
<postfield name="no_update" value="1"/>
<postfield name="cookie" value="no"/>
<postfield name="username" value="$(username)"/>
<postfield name="domain" value="<%if sdomain%><%sdomain%><%else%>$(domain)<%endif%>"/>
<postfield name="password" value="$(password)"/>
<setvar name="password" value=""/>
</go>
</do>
</card>
</wml>
Post deleted by p3rfect In reply to
Post deleted by p3rfect In reply to
Quote Reply
Re: [p3rfect] Wap In reply to
I am confused. I do access the following urls:

http://nightmaresonwax.net/...user/login.cgi?t=wap

http://webmail.scorpioinformatics.com/...user/login.cgi?t=wap

In my case i have the choice of changing the domain name in login screen but in your case it is impossible to change the domain name.


GT would be in a better position to answer this difference.

Anup

Anup

Last edited by:

anup123: Aug 6, 2003, 6:38 AM
Quote Reply
Re: [anup123] Wap In reply to
At this point in time we only want the one domain, in fact I don't know how to add more domains! if you let me know how I add more domains that would be coolio :)


EDIT

Ok so I have seen it in Setup->Incoming Email...

So I can add up to 5 domains here as long as each domain's DNS/MX records point to my dedicated box users will be given the option to sign up for a specific domain? That right? Not sure how this will work with the VBulletin plugin in since clicking webmail (after regestering takes you straight to the Webmail .... Signup form may allow you select a domain but will the Vbull plugin automatically know which domain the user has signed up for?

Last edited by:

p3rfect: Aug 6, 2003, 6:44 AM
Quote Reply
Re: [p3rfect] Wap In reply to
It must be something to do with your authentication against vbull.

I tried demo/pass using the following url

http://nightmaresonwax.com/...user/login.cgi?t=wap and it gives invalid username passwd.

Similarly, t=brewt replaced with t=wap would give same error. It has to do with authentication and GT would be in a better position to answer that as i am not conversant with the vbull/gm combo

Sorry for not being of help on this

Anup
Quote Reply
Re: [anup123] Wap In reply to
That's ok thanks for the help m8y :)
Quote Reply
Re: [p3rfect] Wap In reply to
Ok well WAP is still not working ....

Nor is login.cgi and I think thats the problem because it is VBulletin that is authenticating users.



Try here:

http://www.nightmaresonwax.com/cgi-bin/user/login.cgi

With demo/pass and you will not be able to get in ... I really want to get this wap thing working!
Quote Reply
Re: [p3rfect] Wap In reply to
Come on someone help...