Search Result

Collapse
8 results in 0.0024 seconds.
Keywords
Members
Tags
username
  •  

  • PHP - Verify username and password of remote website

    I am not a programmer, i want to check the username and password of remote website using php curl script. I have to code but it doesnt work. Can any one make changes to this script and make it workable?

    Here is the script
    Code:
    $username="yumiyao0926"; 
    $password="yumiyao0926"; 
    $url="http://www.hotfile.com/login.php"; 
    $cookie="cookie.txt";
    ...
    See more | Go to post

  • aditya dhumal
    started a topic Asp username and password

    Asp username and password

    when i open Asp program in any browser
    it will ask me for the user Name and Password...
    what i give it..
    See more | Go to post

  • Problem With Script - when SELECTING from database for logged and non logged in users

    Hi,

    Right, I've recently added Like/Dislike system to my website. One of the features is recording voters ip address, so he can't vote more than 1 time. But Now I tried to change system so it checks if user is logged in, and if he is than information from database is filtered by username instead of ip, but for non logged in users it is filtered by ip like before. I tried to achieve this task, but for some reason it is not working correctly...
    See more | Go to post

  • dsi2play
    started a topic Connect logged in username to Chat box
    in PHP

    Connect logged in username to Chat box

    I am currently trying to add a feature to my chat box that basically automatically takes my loggin in username from another site and puts that as my username in the chat box. I m no expert at php but i know a little of it. heres the script

    Code:
     <?php
    /******************************************************************************
     * config.inc.php
     * ----------------------------------------------------------------------------
    ...
    See more | Go to post
    Last edited by Dormilich; Jun 18 '10, 10:41 AM. Reason: Please use [code] tags when posting code

  • setting up (using html) a username/password webpage

    hi again everyone

    i need help in setting up (using html) a username/password for a webpage

    if anyone could help me please i would be greatful.

    thanks cya
    MusoFreak200
    See more | Go to post

  • Haitashi
    started a topic Why is this function not returning false?

    Why is this function not returning false?

    I have a form that calls a function using the onClick event in the submit button. I would like this function to return false if the username is taken. The the original function, which I've tested, returns the correct info when the "checkUname " button is clicked. However, it always returns false. I want to return false ONLY if the username is taken.
    Original:
    Code:
    		$("#checkUname").click(function(){
    		var datastring=
    ...
    See more | Go to post

  • AD query - search AD for valid username w/input box

    Trying to create a text box w/user input to enter a suggested user name and query AD to see if the name is available. This is for HR users who do not have access to the Admin tools to open the container. Can this be written another way to "prompt" for user input somewhere else in the script?
    Thank you -

    On Error Resume Next
    Const ADS_SCOPE_SUBTR EE = 2
    strUSER = InputBox("Pleas e put the desired...
    See more | Go to post
    Last edited by debasisdas; Jun 16 '09, 09:25 PM. Reason: mail id snipped.

  • markmcgookin
    started a topic Identify user that ran process/executable

    Identify user that ran process/executable

    Hi there,

    Is there any way in C# to determine which user kicked off your application? I have an app that a third party piece of software (Nokia Intellisync) kicks off, but we aren't sure which user it is doing this under, I thought it would be the intellisync user, but we are not sure and just wanted to know if there was a way of outputting the username of the user that executed an application.

    Thanks for your time...
    See more | Go to post
Working...