42 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for Catharina

How can I save the registration data after connecting to the database (an empty table is created for me)? I do this in Blazor (C #). User.cs: [Table("Users")] public class User { [Display(AutoGenerateField = false)] public int UserId { get; set; } [Display(Name = "UserName")] [Required(ErrorMessage = "UserName is required.")] …

0
80
Member Avatar for nanakumi75

I have a long/register system working . Each user see their own profile details when they login. Now I want to users to see other users profile by clicking on a link to their profile. How do I do this? I need advice

0
764
Member Avatar for blud

We're working on making things a bit different on the DaniWeb/Dazah backend. As a result, there were some routing issues that caused logins to break today if you weren't already logged in. These should be fixed now, sorry for any inconvience.

1
410
Member Avatar for Adriatik_G

Hello I'm a newbie in SQL I have one pos system on my bar that work with ms sql server 2005 express On sql has one table with some settings.One from this settings can enable the software an html5 interface and the waiters can take orders via tablet or smartphone. …

0
249
Member Avatar for Marco_4

Hello, how can I extend the login session in my class? public function login($username, $password){ $this->db->query("SELECT * FROM users WHERE username = :username LIMIT 1"); $this->db->bind(':username', $username); $row = $this->db->single(); $count = $this->db->rowCount(); if ($count > 0) { if (password_verify($password, $row['password'])) { $_SESSION['session'] = array( 'id' => $row['id'], 'username' => …

0
110
Member Avatar for Sourav_5

Hi guys, this is my first post here. I built Fb app around 2010 and then it was much easy to get started. But after 6 years I am starting again to develop my 1st app after tha gap. But now it's been hard, as I need HTTPS for the …

0
144
Member Avatar for .Net Fan

Please help. How can I send SSO claims to a Sitefinity based site from a non-Sitefinity application ? What claims should be there in the claims list ? I have Sitefinity site user login/password and Membership provider name. As a result I need Sitefinity site opened in the browser with …

0
99
Member Avatar for G_Waddell

Hi All, I think I maybe falling victim to the "double hop"! We have a windows form program that uses a 3rd party web service to validate bank details (BIC, IBAN etc.) It uses a class we developed that creates a uri and passes it through the firewall upto the …

0
117
Member Avatar for durgeshmandal

When i go to integrate PayPal module in titanium alloy and classical as well it gives me login failed error. I need that real transaction PayPal not sand box. If some has any solution please let me update i am using : PayPal module version 2.2.3 Titanium SDk version 3.5.1

0
106
Member Avatar for rajesh_17

I am a newbie who is trying to implement VoIP using freeswitch. Briefly I was not able to get the call functionality with the freeswitch flex client working. I am working on a web interface where I need to implement VoIP over web. So after some searching I found that …

0
88
Member Avatar for praba_web
-1
159
Member Avatar for chaitu11

I am implementing stay login functionality using codeingiter 3 Steps: 1. If user signin's successfully , checking the remember me checkbox. 2. Then i am setting 2 cookies for that user. 3. $cookie 1: is 128 length random string ,(series) 4. $cookie 2: is the hash of (email,password,ip,useragent). (token) 5. …

0
95
Member Avatar for whizkidash

Team, Can any one assist me with my below script requirements I log into a jump box with my login and password, Here I need to create a script which i will run from this point that will connect to a different server using ssh and it should prompt me …

0
170
Member Avatar for gptArun

Hello , I am migrating Drupal database to wordpress tried out several options like in http://blondish.net/how-to-convert-drupal-to-wordpress/ & http://rufuspollock.org/2005/10/10/migrating-drupal-to-wordpress/ by queries. But in User password they send NULL value. Problem is with users password. If using same password as in drupal , wordpress login for relative user not working. any help …

0
138
Member Avatar for kindo

If u visit https://tweetdeck.twitter.com/ and you login, u will see the left sidebar with a textbox. The textbox can post new tweet, can also send direct message ans at the same time also reply to a tweet. How can I achive this in jquery. Thanks

0
114
Member Avatar for engrjd91

I have my 2 php pages, one is the login page and the other is the cms page. I need to login into my account, whenever i Give my id and password in the login form the page should first check in the database whether the user exists or not. …

0
135
Member Avatar for Con7e

Hello, I want, with a python script, to be able to login a website and retrieve some data. This behind my company's proxy. I already tried using the proposed solutions found on the web but they didn't work... I don't only need a piece of code to login and get …

0
140
Member Avatar for Dani

I just noticed tonight that the Login via Facebook feature hasn't been working for an embarassingly long time (aka multiple days). I checked it out, and apparently FB decided to change something on their end to break our OAuth integration. It was an easy fix, and it's working again. Sorry …

2
183
Member Avatar for srazi

Hello Friends, I'am an application s/w programmer, was working on Classic VB&ASP(with limited knowledge of .net and c#),now working on SSRS Reports, tasked with designing a two-form application to be deployed on Intermec CN70 device (OS-Microsoft Windows Embedded Handheld 6.5) more specifications [here](http://www.intermec.com/products/cmptrcn70a/index.aspx) The required application on successful login(username/password), provide …

0
159
Member Avatar for pauldespre

I want to write a script that logs an user into Facebook and initialize oauth dialog to get the access_token(*I don't want to log in into a website using facebook account!*). I don't want to use facebook-sdk,pyfb etc. This is what I've tried: import sys, urllib2,json,urlparse,webbrowser, os, cookielib, re class …

0
224
Member Avatar for krunal1986

hi all, i am not able to redirect/login to my owa page. when i run my code below commandd windoe comes and disappears nothing happens. please seemy code below: Sub main() Dim strServerName As String = "12.345.56.789" ' my owa ip Dim strPassword As String = "password" 'my password Dim …

0
162
Member Avatar for NyQii

Hey guys! can you please help me.... I need my user to login to the application, My program must detect to wich depearment to user belongs to, for example if the sales person logs into the application the sales form should be called.... and so on! Having a little problem …

0
106
Member Avatar for Beary21

I'm trying to login to Valve's Steam website, but without any luck my 2 different scripts aren't working. Help please!? Any script I find on the web appears to be outdated. [CODE] import urllib, urllib2, cookielib, webbrowser data = urllib.urlencode({ 'action': 'doLogin', 'goto': '', 'steamAccountName': "****", 'steamPassword': "****", }) # …

0
192
Member Avatar for thecameraman

hello, I am trying to learn to create a login and log out profile. I am fairly new to php and web coding in general. I know the basics. I found a tutorial that logs you into a profile and then logs you out. I want to be able to …

0
118
Member Avatar for megansims07

I'm attempting to create a program where the login and password will be verified on an SQL database of user information. I keep getting the error "SQL Execution was unhandled" I marked the code that was causing the error in red. I'm using Visual Studio 8. Keep in mind I …

0
115
Member Avatar for chriswelborn

I was looking for a piece of code to show all users logged on to my system. What I mean by that is: only 1 person is ever truly logged in at my house, but there are sometimes other users "logged in" with programs running under their account. This is …

0
211
Member Avatar for cyiu1110

My aim is getting client's AD login ID for authentication. I tried to use <%String remoteUser=request.getRemoteUser();%> but it returned null value. Actually, I have found a way to solve it from the internet. And it is about doing something on tomcat's file "\conf\server.xml". However, there is no clear step describing …

0
102
Member Avatar for selasedaniweb

The first paragraph of the code above is the loginview control that resides in my Masterpage. the second paragraph is the login page. where i inserted a login control and writes the code for user authentication the third paragraph is the code that processes the user authentication and the redirection …

0
118
Member Avatar for sachintha81

I was looking for a way to Start / Stop Windows Services residing in a remote machine using C# code, and found the following code sample. It works fine for me. It is coded using Impersonation Technique, which apparently requires both the machines (let's say A and B) have a …

0
107
Member Avatar for sumisudhakar

I am currently working in an ASP.Net application where i need to implement ASP.Net Membership and Roles. I have used Login controls in my pages. Also I am using a menu in the master page, which is getting data bindings from database. For data bindings I am using XMLDatasource and …

0
154

The End.