Jump to content

haibec

Members
  • Posts

    102
  • Joined

  • Last visited

Everything posted by haibec

  1. haibec

    Help me! help me

    Hi Guy!I have register.asp i use ASPEMail send email active their account . But with Yahoo that email not in INBOX in addition in to BULK ( Yahoo check it is spam) . Please help me . I want it send in to INBOX. hu...hu..huu
  2. To wit :My PC not run CDONTS . Please help me
  3. Okie thank you! But have error :Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed SubmitForm.asp, line 76 800401f3
  4. This is my code:<!--#include file="Connection.asp" --><%full_name = getString(Request.Form("full_name"),70)question = getString(Request.Form("question"),70)answer = getString(Request.Form("answer"),70)email = getString(Request.Form("email"), 70)gender = getString(Request.Form("gender"),1)sday = CInt(Request.Form("day"))smonth = CInt(Request.Form("month"))syear = CInt(Request.Form("year"))state = getString(Request.Form("state"), 70)district = getString(Request.Form("district"),70)address = getString(Request.Form("address"),100)telephone = getString(Request.Form("telephone"),15)strSql = "_AddUser '" & full_name & "', '"strSql = strSql & question& "', N'"strSql = strSql & answer & "', N'"strSql = strSql & email & "', '"strSql = strSql & gender & "', '"strSql = strSql & birth & "', N'"strSql = strSql & state & "', N'"strSql = strSql & district & "', N'"strSql = strSql & address & "', '"strSql = strSql & telephone & "'Conn.Execute (strSQL)Call CloseDB()%><table valign="middle" align="center" width="100%"><tbody><tr><td><fieldset><legend><strong> <font color="#FFFFFF">Notice board</font></strong></legend> <table style="color: rgb(0, 0, 0);" border="0" cellpadding="5" cellspacing="0" width="100%"> <tbody> <tr> <td class="style2" align="center"> <br><br><p align="center" valign=middle><h3 align="center"><font color="#FFFFFF"><br>Register Success</font></h3></p><br><br><br><br><br><br><br><br><br><br> </td> </tr> </tbody></table></fieldset></td></tr></tbody></table>I want affter this user register success . Program auto send a mail to exact this user. Please help me. (_Adduser is a Procedure in my MS SQL to replace " insert into.......")
  5. Please here:<%Function getString(str, num)Dim tmp tmp = str tmp = Replace(tmp, "'", "''") tmp = Replace(tmp, "%", "") tmp = Replace(tmp, "-", "") tmp = Replace(tmp, ",", "") tmp = Replace(tmp, "(", "") tmp = Replace(tmp, ")", "") tmp = Replace(tmp, "{", "") tmp = Replace(tmp, "}", "") tmp = Replace(tmp, ">", "") tmp = Replace(tmp, "<", "") tmp = Replace(tmp, """", "") tmp = Replace(tmp, "!", "") tmp = Replace(tmp, "+", "") tmp = Replace(tmp, ":", "") tmp = Replace(tmp, ";", "") tmp = Replace(tmp, "=", "") tmp = Replace(tmp, "&", "") tmp = Replace(tmp, "--", "") If Len(tmp) > num And num > 0 Then tmp = Left(tmp, num) End If getString = tmpEnd FunctionFunction getNumber(str) If str <> "" And IsNumeric(str) Then getNumber = CInt(str) Else getNumber = 0 End IfEnd FunctionFunction Killchar(str) Dim Badchar Dim Newchar Badchar=array("select","Drop",";","insert","delete","xp_") Newchar=str for i=0 to uBound(Badchar) Newchar = replace(Newchar,Badchar(i),"") next Killchar=Newchar End Function %>
  6. Do you know virtual keyboad! I want when user click in a text box . A virtual keyboad auto appear!Please help me
  7. haibec

    add a field had MD5

    Okie! Thank you very much!
  8. i'm new member! I think this forum very wonderful! I love it
  9. haibec

    add a field had MD5

    No.With md5 i know. I want when memeber register: i have two field : Email and MD5Email . Memeber only register into Email. With filed MD5Email.The system shall auto insert field Email had endcode MD5. Do you help me?
  10. haibec

    add a field had MD5

    hi all!in my DB have a field is Email and a field is a MD5Email.I want when member register . My DB shall auto to bear endcode field Email and insert into field MD5Email with that member .
  11. I'm sory . okie.example :when you register in vBullentin,gmail,yahoo,...http://www.vbulletin.com/forum/register.php?do=registerregister code is register image
  12. Thank you . if you have exemple .please post into this forum .Thank you very much!
  13. I have a register.asp page . I want when member register into my DB .The system auto send to Member a link .this link must encode to MD5 . When user click in this link . This Account to be active. Please help me!
  14. Hi all!i have a register.asp page. Now i want make a " Code Register" .Members type this code in to textbox. help me...!
×
×
  • Create New...