583 Topics

Member Avatar for
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 vasudha k

Can anyone help me out ?....... I have written a code for a form. the first five fileds in the form must be filled automatically by capturing the user id from login page. I have been able to capture the data and print it on the screen But, Iam not …

Member Avatar for jwenting
0
4K
Member Avatar for SimonIoa

helloo i have created a login/register box but javascript doesnt work. I dont see an error and it used to work but i have reinstall the local server and now any of my javascripts dont work. Any help? <script type="text/javascript"> $(document).ready(function() { $(".tab").click(function() { var X=$(this).attr('id'); if(X=='signup') { $("#login").removeClass('select'); $("#signup").addClass('select'); …

Member Avatar for SimonIoa
0
434
Member Avatar for Stephano

I have a website and users in it, now when they login, they get this "Unable to Connect to Msql" error. this also happens when i login to th admin dashboard. I checked the db connections in the wp-config file and its ok. i also did a db test file …

Member Avatar for Gideon_1
0
196
Member Avatar for Lindsey_2

I am using -PHP 5.3.3 (cgi-fcgi) -Apache Web Server 2.1.6 -5.1.73-community -MediaWiki (1.22.0) I need to implement auto login for the mediawiki users by using ldap authetication. However, php_ldap.dll is not found in the /ext file so I went to download and enter the extension=php_ldap.dll in the php.ini file. I …

Member Avatar for andrevanzuydam
0
442
Member Avatar for mohammed_22

haii....i had lot of different school datas and when i want to login into the data i want to get only the specified data according to the username and password..username and password is different for different schools can you please help me thanks in advance and iam waiting for your …

Member Avatar for mohammed_22
0
176
Member Avatar for janicemurby

Hi i got a scipt from github i have found another problem i cannot login if anyone has any ideas what it could be would be much appriecated ty all in advance x heres login from function.php function auth($login = '', $passwd = '') { session_start(); global $HTTP_SESSION_VARS; $authdata = …

Member Avatar for pixelsoul
0
190
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 Chanda_1

Hi, I'm using PHP, I am trying to develop: 1. a login page in HTML, once user enter the correct username and password, this will be directed to the User page. 2. In User page, there will be some text fields of the user (eg. name and address), all these …

Member Avatar for Lau_1
0
182
Member Avatar for koster25

I need help with creating a "user account" website (i.e. Facebook, Twitter, etc). I have a home page set up, i just need to have the it jump to the "user's profile page" once they login their credentials (username, password). I know it has something to do with MySQL/PHP. Can …

Member Avatar for almostbob
0
549
Member Avatar for gganeriwal

Hi All, I am looking to build a dynamic web page for a website I am working on. Let me give a little background here and please give your suggestion how can I get started on this, useful links, etc. I am not a pro but I learn and work …

Member Avatar for jkon
0
160
Member Avatar for Vaibhav_6

i have a login form and another form..i want to check user is logged in or not while user in on home page and he/she want to jump on another page.

Member Avatar for Lau_1
0
114
Member Avatar for praba_web

How to integrate login in ossn framework html page ? i designed separate page for login module. i have to integrate login in ossn framework index.html.. please give solution..

Member Avatar for jkon
0
117
Member Avatar for Mushfik

How can i show user "Your account is not confirmed yet" when the login form check whether confirm column is YES (If yes then tke it to member page & if NO then shows that error message.) I already have error message for invalid details but I want a cofirmation …

Member Avatar for diafol
0
397
Member Avatar for jeffersonalomia

how can i display the name of the user after he/she logs in? Do i need to use ajax on it together with php? Please help me.. thank you :)

Member Avatar for joshl_1995
0
83
Member Avatar for pavithra madda

i have a doubt that is i have login form like user name and password and after that doing some selections the page show an body of email like this and my question is how to send that body of email to all users in a database using php and …

Member Avatar for Gideon_1
0
258
Member Avatar for JOSheaIV

So we have this software that we can use a Telnet client to tap into, sending and receiving data in VT220. The software when it initally connects, connects to port 23, and you simple send it an \r command, and which point you are then repointed to a login screen. …

Member Avatar for JOSheaIV
0
189
Member Avatar for Manel_2

Hi i made a jquery mobile website, but when i upload it to Phoegap and test, i can't connect to the database. I'm using the Dreamweaver login form in php, and loading from a database. Code to load from database: <?php // *** Validate request to login to this site. …

Member Avatar for peter_budo
0
198
Member Avatar for G_S

Hello everyone. I am trying to make a simple to-do list program using PHP and the MVC pattern. I have managed to make the login page, the model and the controller for managing logins. It is working properly because it can discern if the user exists or not. After validating …

Member Avatar for G_S
0
231
Member Avatar for nadiam

$username = $_POST['username']; $password = $_POST['pass']; $query = "SELECT id,name,username,password,status FROM users WHERE username = " . $dbh->quote($username); $result = $dbh->query($query); $userData = $result->fetch(PDO::FETCH_ASSOC); $userName = $userData['username']; $hash = $userData['password']; $status = $userData['status']; if($username == $userName) { if(password_verify($password, $hash)) { if($status == 'Request') { echo "<script>alert(\"You have not been activated. …

Member Avatar for diafol
0
282
Member Avatar for gcardonav

Hey everyone, First of all I am a one-week self taught when it comes to web service so pardon if this is a duh! question. I was given a sample Web Service and aske dto re-create it a new one from scratch. I have been able to understand and apply …

Member Avatar for tobyITguy
0
258
Member Avatar for Tinnin

Hi All, I'm trying to setup ssh key authentication on a git server and remove the password authentication. The server and any clients are all local at the moment. The clients are running Windows 7. I've got the ssh key part set up but I'm having trouble preventing the password …

Member Avatar for Tinnin
0
463
Member Avatar for berserk

I cant seem to understand the issue with this statement, admittedly i have not written this code myself but have found it and modified it to work with what im doing, as most open source code is. This is for a secure login script that will pull a salted password …

Member Avatar for berserk
0
1K
Member Avatar for praba_web
-1
159
Member Avatar for lily4nero

<?php require_once('includes/dbconn.php'); error_reporting (E_ALL ^ E_NOTICE); session_start(); $userid = $_SESSION['userid']; $username = $_SESSION['username']; ?> <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Home</title> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <!--Header--> <div class="header"> <div class="logo"> <img src="images/logo.gif" alt="logo" /> </div> </div> <!--Start of content--> <div class="content"> <div class="padding"> <div class="contentarea"> …

Member Avatar for Gideon_1
0
161
Member Avatar for Asira18

#include <iostream> #include <conio.h> #include <string> #include <windows.h> using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char** argv) { char bname[97],number[34],code[22], name[10],bcate[10],pass,book,author,ID,school,course ; char type, address[5],x,department,quantity,choice,date[10],aname[20],btitle[50], bcode[9] ; int getch(); int num1,num2,num3,num4,num5,num6,num7,num8,op,a, ph[20],num,i=0; int …

Member Avatar for Asira18
0
370
Member Avatar for Asira18

#include <iostream> #include <conio.h> #include <string> #include <windows.h> using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char** argv) { char bname[97],number[34],code[22], name[10],bcate[10],pass,book,author,ID,school,course ; char type, address[5],x,department,quantity,choice,date[10],aname[20],btitle[50], bcode[9] ; int getch(); int num1,num2,num3,num4,num5,num6,num7,num8,op,a, ph[20],num,i=0; int …

Member Avatar for tinstaafl
0
254
Member Avatar for CheezyGamer16

Hey what's up guys my name is Karim, I'm new to the web developer forums and I love to code websites! Now one of the main reasons I created an account here was to meet other website programmers and today I'm requesting some assistance. I have been developing a music …

Member Avatar for Aeonix
0
260
Member Avatar for Pelle_3

I am quite new to web development, so I naturally came to a point where I needed some help. I am making a web site where the user has to log in, and if authentication is successful, the user's data will be fetched from server and displayed on page (and …

Member Avatar for Pelle_3
0
264
Member Avatar for naazer.hussain

I am getting this "Notice: Undefined index: id" error message for my login system. I have tried several things to fix this but i have had no luck, i have used the most obvious solution, the isset function but i have had no luck. Please help. This is the error …

Member Avatar for bugz313
0
792

The End.