Search Result

Collapse
39 results in 0.0045 seconds.
Keywords
Members
Tags
login
  •  

  • yupsdk
    started a topic Session dont work (PHP)
    in PHP

    Session dont work (PHP)

    Hi Bytes.com

    Have this code, and i want it use session, but when i update after loggedin, it goes to login.php again :S

    Anyone what can see the fail?

    Because im danish then i just translate to english.

    Brugernavn = Username
    Kodeord = Password

    Code:
    <font face="Arial" size="2px" color="black">
    <?php
    include("forbinddb.php");
    ...
    See more | Go to post

  • biondizzle
    started a topic First time PHP Login
    in PHP

    First time PHP Login

    Hey guys, I'm brand new to PHP (have been coding for about 2 days).

    I made a simple form that pulls from a MySQL database, it worked fine and dandy. I tried to password protect it and it just keeps giving me the error message that I defined for a wrong password.

    #1 Here's my code:
    Code:
    <?php
    
    include 'dbc.php';
    
    $passfromhtml = $_POST["passhtml"];
    $emailfromhtml
    ...
    See more | Go to post
    Last edited by Dormilich; Jan 5 '12, 11:35 AM. Reason: removed login data so bad things don’t happen

  • Need help fixing my Login Code in Visual Basic

    My visual basic code is:

    Code:
    Public Class Form1
    
        Dim PasswordTrials As Integer
    
        Private Property TextPassword As Object
    
        Private Property TextUsername As Object
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Dim Login = Me.ClientsTableAdapter1.ClientQuery(TextUsername.Text, TextPassword.Text)
    ...
    See more | Go to post

  • MOzgaf
    started a topic Why is activation email not sent-Joomla 1.7
    in CMS

    Why is activation email not sent-Joomla 1.7

    in joomla login module does not send activation email to users.why??

    it works with other components sending email or forms but not activation email.

    can anyone help thanks in advance
    See more | Go to post

  • C# Website Authentication using user, password and subscription date

    Hi guys,

    I'm trying to automate some process which involves downloading a file from one of our vendors.

    The problem with the traditional authentication is that it allows you to use only user and password, while the vendor's login page request from user, password and subscription date.

    Any ideas how can I download the file programmaticall y

    I tried using the WebClient "POST" to get...
    See more | Go to post

  • Application with other user name and password login -How-?

    i can create a user with

    Code:
                    DirectoryEntry AD = new DirectoryEntry("WinNT://" + Environment.MachineName + ",computer");
                    AD.AuthenticationType = AuthenticationTypes.Anonymous;
                    DirectoryEntry ATatorithät = AD.Children.Add("ATUserP3", "user");
                    ATatorithät.Invoke("SetPassword", new object[] { "ATuser"
    ...
    See more | Go to post

  • patriciamarin
    started a topic I found a XML file in my pc
    in XML

    I found a XML file in my pc

    Hello there!!
    I found this page on my files received

    xmlns:html='htt p://www.w3.org/1999/xhtml

    I was looking in this pages about it and Iam not sure about all the code that this pages shows. I saw codes about User Id, and password, my browser showed a message that it is not running for active x so I have closed the file and deleted. If anybody can explain me about it.
    See more | Go to post

  • buntybutt
    started a topic How to install new OS in Apple IBook G4?

    How to install new OS in Apple IBook G4?

    I have Apple iBook G4. Some how I forgot its Login Name and Password. I have Max OS Install Disc 1, 2, 3 & Software Restore Disc 1, 2, 3 & 4. I tried alot to re install the OS with it but it would not work. I really blind to see any thing which can help me. I think it's CD Drive is not working or what.
    Need a urgent Solution.
    See more | Go to post

  • Josh Argent
    started a topic Posting forms on another website...?
    in PHP

    Posting forms on another website...?

    Okay, I want to make a php script that will be able to access and post a form on another website and return the result pages value.
    For example, I want a user to be able to enter a password and username for facebook and then it will submit the login form and return their wall. Is this possible in php? I don't mind experimenting with any language. :D
    Thanks in advance.
    See more | Go to post

  • Andrew Jiang
    started a topic setcookie() doesn't work anymore?
    in PHP

    setcookie() doesn't work anymore?

    Hi. I made a website that has a login system.
    The cookies worked fine until I changed the layout.
    Could you tell me why this is happening?

    Login Code:
    setcookie("logi nuser", $username, time()+2592000) ;
    setcookie("logi npassword", $password, time()+2592000) ;

    (I tried checking my cookies, and I displaying my cookies when I logged in, but it doesn't even MAKE a cookie. So there's...
    See more | Go to post

  • spencerr
    started a topic How to restrict access of users with Macros?

    How to restrict access of users with Macros?

    Good day!

    Before I start with my issues, I would like to clarify that I am a student and am using just macros without any SQL or VBA coding.

    Firstly, I have a login form right now. I have 2 users - admin and user1. It is working fine. After a successful login, it brings them to the main menu. However I wish to restrict the access of user1 by disallowing him to edit the main menu and the forms thereafter. Is there any...
    See more | Go to post

  • Jesse Jones
    started a topic How to count the login attempts?

    How to count the login attempts?

    I have a login form in my access database that is working perfectly. I would like to count how many times the command button is clicked so I can do things such as close the program aftr so many failed attempts, etc.

    Can anyone tell me how to make this happen? How do I count the number of times a button us clicked?

    Thank you.
    See more | Go to post

  • How to constantly copy login data from one sql database to another?

    Is there a PHP or some sort of script that will allow me to have logins created on one database also created on another?

    My main database is using Drupal and the second is Simple Machines Forum. I need people who register for the Drupal side of the equation (the main domain) to have the same login info for the SM forum (the sub domain).

    I've read other articles about how to transfer the login information from one database...
    See more | Go to post

  • How to make Login Form with VBA that validates username and password?

    Hey everyone,

    I know this question has been asked many times, but I can't seem to get a handle on it.

    In a nutshell, I just want a form that validates the username and password someone puts in that's in a database. I know the code will the use the DLookup function, but that's where I get a little mixed up. I know what it's used for, but I'm not sure how to make use of it.

    I currently have a table called...
    See more | Go to post

  • How to require a password change in Microsoft Access 2007?

    I am using Access 2007 and I am a complete ignoramus with this stuff.


    I have designed a modal login form for my database that is working perfectly. I did this by placing an invisible dlookup that finds the correct password for the employee id that was entered as the username. This lookup is compared to the password the user entered and, if they are equal, the form closes.

    Here is the code that I used:
    ...
    See more | Go to post
Working...