583 Topics

Member Avatar for
Member Avatar for gunbuster363

I want to crawl my gf's xanga's post into my computer for better reading but it require me to login before viewing the post I am wondering ,can python crawl this password protected webpage? I already have the id and password, because that is my id. the login webpage, for …

Member Avatar for gunbuster363
0
638
Member Avatar for Zemeus

[code] #reg.py #Choose username and password def regis(): userpass = open("userpass.txt","w") userpass1 = userpass.write(raw_input("Please select a username: ") + "\n") password1 = userpass.write(raw_input("Select a password: ")) userpass.close() #end of reg.py #login.py # Should i import reg before this function or is it ok to do it in the function? # …

Member Avatar for TrustyTony
0
142
Member Avatar for Grantism

k guys so I have a login script, then an admin page, only for admins ><. But on the admin page I want them to be able to change there information, like email, username, password, account type, by the way my data base has all of these things acc type …

Member Avatar for vaultdweller123
0
171
Member Avatar for virendrachandak

Hi, I need help with JSP session. My problem: I have a login page. When a user logs in then, i set a session and its expiration time. So, when the session is expired, the user will be redirected to the login page with a session expired message. I want …

0
82
Member Avatar for sirGyrolot

bought a used dell, (xp) want to clean it and reuse it, but it has a winXP logon, anyway to reset for myself?? thanx

Member Avatar for sirGyrolot
0
167
Member Avatar for talaus

Hello, my first visit since the new DaniWeb interface. Looks very good. I have been facing this prob since a while now. My Windows XP system at work gets stuck just like that in the morning. Also the task manager wont open at this time. I reset it. It gets …

0
79
Member Avatar for Nitin Daphale

[COLOR="Red"]I can't login on the server giving error: 17892. I want to drop the trigger but , as soon as I tried to login, the trigger(Tr_ServerLogon) get executed and login failed.[/COLOR] [CODE] CREATE TRIGGER Tr_ServerLogon ON ALL SERVER FOR LOGON AS BEGIN INSERT INTO AuditDb.dbo.ServerLogonHistory SELECT SYSTEM_USER,USER,@@SPID,GETDATE() END GO /*Where …

Member Avatar for tesuji
0
411
Member Avatar for ndeniche

I'm building an AJAX application for my company, and in the main screen there is a login form. The login form has a submit button which calls an ajax function that checks with a php page the validation for the login credentials, and sends back a confirmation message. This message …

Member Avatar for achinaseller
0
364
Member Avatar for adam2009

Hey, I have a c# code that connects remotely to a winServer2008 machine (with a local user of that machine). How do I configure via automated code the logon script that will be executed as soon as the connection is established ? Cheers,

0
95
Member Avatar for adam2009

Hey, I have a c# code that connects remotely to a winServer2008 machine (with a local user of that machine). How do I configure via automated code the logon script that will be executed as soon as the connection is established ? Cheers,

0
80
Member Avatar for NoisySilence

Hello, Not familiar with PC connected in network with a domain name. Had to hold CTRL-ALT-DEL to enter my credential, worked fine. Brought the PC at my office, tried to connect to internet, but no connection (figured it was caused by the domain/network ID). Successfully created a new network connection …

Member Avatar for thewebhostingdi
0
140
Member Avatar for dwayned

Hi Guys, I am currently creating an application to track timekeeping (a clock in/out system) and I am trying to work out the best way to do this. I have a Main Form which contains buttons to ; - Log in - Out for Break - In from Break - …

Member Avatar for dwayned
0
127
Member Avatar for ErikV

Hay, I had a question about a login system that i want to create. I have SQL express 2005 with value's ( business name, passwords e.d. ). This system we use to fill in what we did at the company, and how much time we spend on it. This system …

Member Avatar for ErikV
0
145
Member Avatar for Ycefire

Hi there, I'm a beginner in ASP.NET with VB and I'm stuck on problem with a SQL query. I'd like to ask you for advice what does my page or config file miss. thats how my form looks like [CODE] <form id="form1" runat="server"> <div style="margin: 0 auto; width: 180px;"> <asp:Label …

Member Avatar for Ycefire
0
765
Member Avatar for metalix

I spent a long time figuring this out on the internet so I will post this now to hopefully help others with the same problem. this is to display the currently logged in user using mysql. this is so they log in with a username, and it displays actual name. …

Member Avatar for cwarn23
0
109
Member Avatar for CoolAtt

hi all, i want to use curl to automatically login on behalf of a user & get the SessionID for that user. i will configure php to store the sessionID in the url instead in a cookie on the user's browser. once curl has login on behalf of the user, …

Member Avatar for cwarn23
0
103
Member Avatar for sambaby

I have a small desktop application created, i wan to create a login function for this. i have a database using MySQL which stores user name and password. i wan to know how to compare the user name and password entered in the text field with the data in the …

Member Avatar for cale.macdonald
0
122
Member Avatar for udayasankark

Hai all, I have Logni page(its an content page). my master page have textbox and a button for search. but i didn't have any default button in master page. but still when i hit enter key in login page my search start displaying results. i'm using asp:login control for login …

0
82
Member Avatar for Grand666

Hi guys, I've searched my @ss off for a solution but not even google has something on this. (two or three useless pages) One of our customers rebooted their machine and all of a sudden their usernames at the logon screen is gone, and instead there is three new ones …

Member Avatar for Grand666
0
250
Member Avatar for dan4domination

Hello all, Just wondering if I could pick some brains, I'm currently learning PHP and have been messing around with a fun project, currently developing a simple login / register script. The error that I keep getting is - [b]Parse error: syntax error, unexpected T_ELSE in /home/danhumph/public_html/smithy/login.php on line 27[/b] …

Member Avatar for Ezzaral
0
811
Member Avatar for dylank

Hey all you guys at DaniWeb! I have tried my hand at what I guess is Ajax, with a PHP script to execute it. The page itself renders and the form works, but the login script is not working. I'm not sure what is wrong, although I'm sure I messed …

Member Avatar for NettSite
0
145
Member Avatar for dylank

Hello DaniWeb! I am having a particular problem with my Javascript page, which should change the form that the user is at. Can anyone proofread my code to check for errors? The code does not change the form (Also it does not run the PHP page, or at least does …

Member Avatar for dylank
0
170
Member Avatar for LloydFarrell

Theres an error on this script, A mate of mine has asked me to look at this for him, and to try and fix it. the error message he gets is "return_msg=no_good" once he trys to login to his profile based website \ page heres the form that is used …

Member Avatar for phpuser
0
141
Member Avatar for gianrocks

hi guys, i need some help again. my teacher asked to create a program wherein the user must log in to show another form. i was able to do it but here is the twist, my teacher again asked me to create the same program but this time, when it …

0
70
Member Avatar for JPByD

I have a custom login page that in development works fine... but live, it has an error. On the bottom of one of my pages I have an "Admin" link that links to a page in a sub folder called "Secure". The sub folder is secured in web.config. The security …

Member Avatar for JPByD
0
289
Member Avatar for AmieFeetandToes

Hello everyone! I'm Amie, and I'm a little new to PHP and MySQL. That being said, I am attempting to create a Login form with a username and password field. I pretty much have it down with the structure I think. I set up the MySQL database with GoDaddy. I …

0
96
Member Avatar for UrbanKhoja

Afternoon all, Having a bit of an issue with messenger, any help would be great before it slowly sends me insane! Brief history of the issue, was getting another error code, so after a week I Googled it and saw copious suggestions that I solve remove it then reinstall. Having …

Member Avatar for UrbanKhoja
0
237
Member Avatar for motters

hi i am quite new to php and have made a php page still in develpment. but i have come across a problem. i need a login for uses and admins. i fell that that is a bit over my head because of all the hacking problems. do you know …

Member Avatar for cwarn23
0
105
Member Avatar for bluewire2000

Hi, i use simple login with a login page where user place u/n and p/w. The data are compared to store data from access db. If matches, open a secure page. So far so goob. In secure page i wanr to show a gridview with user's data, so he can …

Member Avatar for kb.net
0
103
Member Avatar for elcaro.miao

This is going to be somewhat a lengthy post, i do hope someone here can help me with this problem that i've already spent a gazillion brain cells on. >.< I AM a student asking for help as i cannot seem to be making this work with my atrocious programming …

Member Avatar for elcaro.miao
0
297

The End.