|
|
 |
Re: FN-FORUM ASP help
date posted 8th September 2002 10:39
Background colour!!!!
If you need a 6 char user name, the form should say so.
Works in ie6 win2k, but is very slow on broadband
Your county list is very odd and I can't find Tyne & Wear
Errors for photos over 40k aren't being trapped - get an ASP error instead
of a friendly error page.
Rabbit photo upload fails with a 404
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Kathy
http://www.vendetta.co.uk
DNRC Minister for Useful but Irritating Information and Trivia
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
----- Original Message -----
From: "Tam Stone" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Saturday, September 07, 2002 10:52 PM
Subject: FN-FORUM ASP help
> I put a site live yesterday www.rabbitrehome.org.uk
>
> I've had three reports of problems with creating a login but I can't
> work out whats wrong. I've tried it and several other people have tested
> it for me but they don't get the problem.
>
> (The link to create a login is under 'add rabbit')
>
> The users say that they have cookies enabled, but the details aren't
> even getting to the database, you should be able to see the html form on
> the sign up page and the next page code is
>
>
>
>
>
>
> ContUsername = Trim(Request.Form("ContUsername"))
> ContPassword = Trim(Request.Form("ContPassword"))
>
> set rscont=server.CreateObject("ADODB.Recordset")
> rscont.Open "SELECT * FROM contact WHERE ContUsername= '" & ContUsername
> & "' AND ContPassword = '" & ContPassword & "'", db
>
> If Not rscont.EOF Then
> Session("allow") = True
> Session("ContID") = rscont("ContID")
>
> rscont.Close
> db.Close
> Set rscont = Nothing
> Set db = Nothing
> layouttop
> extralinks
> Response.Write "Your now Logged in."
> layoutbottom
> Else
> rscont.Close
> db.Close
> Set rscont = Nothing
> Set db = Nothing
> Response.Redirect "login_form.asp"
>
> End If
> %>
>
> I can create a login fine and i created one for someone that was having
> trouble but they couldn't sign in though it works fine for me.
>
> So far no one who wants to use the site has managed but three testers
> have had no problem.
>
> Help!
> Tamsin
>
>
> ============================================================
> = Advanced web hosting solutions from Saffas. =
> = Unix, PHP, mySQL, SSL, Perl, Control Panel, 24/7 access. =
> = Why pay more for less? http://www.saffas.com =
> ============================================================
>
> Sponsor the forum for as little as £1 at:
>
> http://www.freelancers.net/cgi/sponsor.cgi?action=show
>
>
> Advertise with Freelancers.net +Additions+
>
> http://www.freelancers.net/advert.php
>
>
> Freelancers and Freelance Jobs:
> http://www.freelancers.net
>
> Forum FAQs:
> http://freelancers.netrickery.com
>
> To unsubscribe please email:
> [EMAIL REMOVED]
>
> If you have difficulties unsubscribing please email:
> [EMAIL REMOVED]
>
|
 |
|