<%@LANGUAGE="VBSCRIPT"%> <% ' *** Validate request to log in to this site. MM_LoginAction = Request.ServerVariables("URL") If Request.QueryString<>"" Then MM_LoginAction = MM_LoginAction + "?" + Request.QueryString MM_valUsername=CStr(Request.Form("textfield")) If MM_valUsername <> "" Then MM_fldUserAuthorization="" MM_redirectLoginSuccess="test_centre.php" MM_redirectLoginFailed="login_again.asp" MM_flag="ADODB.Recordset" set MM_rsUser = Server.CreateObject(MM_flag) MM_rsUser.ActiveConnection = MM_conn_dmello_STRING MM_rsUser.Source = "SELECT User_Id, Password" If MM_fldUserAuthorization <> "" Then MM_rsUser.Source = MM_rsUser.Source & "," & MM_fldUserAuthorization MM_rsUser.Source = MM_rsUser.Source & " FROM Login WHERE User_Id='" & Replace(MM_valUsername,"'","''") &"' AND Password='" & Replace(Request.Form("textfield2"),"'","''") & "'" MM_rsUser.CursorType = 0 MM_rsUser.CursorLocation = 2 MM_rsUser.LockType = 3 MM_rsUser.Open If Not MM_rsUser.EOF Or Not MM_rsUser.BOF Then ' username and password match - this is a valid user Session("MM_Username") = MM_valUsername If (MM_fldUserAuthorization <> "") Then Session("MM_UserAuthorization") = CStr(MM_rsUser.Fields.Item(MM_fldUserAuthorization).Value) Else Session("MM_UserAuthorization") = "" End If if CStr(Request.QueryString("accessdenied")) <> "" And false Then MM_redirectLoginSuccess = Request.QueryString("accessdenied") End If MM_rsUser.Close Response.Redirect(MM_redirectLoginSuccess) End If MM_rsUser.Close Response.Redirect(MM_redirectLoginFailed) End If %> D'Mello Designs - Website Design & Developement, Branding, Networking, Advertising and Photography
Welcome to D'Mello Designs

D'Mello Designs is an Integrated Marketing Solutions company providing self-funding and result based marketing solutions for small to medium sized businesses.

With strong expertise in technology and commerce we are able to take your marketing process from infancy to its peak.

Our services include deleveloping your corporate image (logo), design and print media (stationary, company brouchers, signs), analysis - design - development - testing of online media (website, online advertising), media advertising (brand creation) and direct marketing (increase market share).

Our objective is to provide highest standard of service to our clients and deliver better than expected results for them.

 

Services
Specials
About Us
Contact Details

 

Home
Registered Clients
Username
Password

Copyright © 2006 D'Mello Designs. All rights reserved.