4,124 Topics

Member Avatar for
Member Avatar for bobtheweasel

Hello, I'm a little new here, please go easy on me if this has been addressed already. I am currently using an XP SP2 machine to RDP into another machine (also xp SP2) with a Lexmark z715 directly attached via USB. The printer driver is the latest from Lexmark's site …

Member Avatar for bobtheweasel
0
118
Member Avatar for ishlux

Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to …

Member Avatar for Sanjay Sahu
0
83
Member Avatar for ishlux

Hi all... i have 3 pages ..... in the first page i have started the session......i want the values from the first page, second page and finally it has to be stored in the last page...... i want the tag for session start and how should i store the values …

Member Avatar for Shanti C
0
271
Member Avatar for confusedofphp

Hi all, Im very new to php. Currently im creating an online exam system which uses php and mysql as the database. I have registration and login page which works pretty fine. I had problem when it comes to question page. I have about 20 questions. As soon the user …

Member Avatar for somedude3488
0
119
Member Avatar for guravharsha

Hi All, I had created application where once you log in into index.jsp page, the next validateuser check for validation. but when i fill the form of username and password the error shows like: [COLOR="Red"]The requisted resources are not available[/COLOR] Here my context.xml [code=xml]<?xml version="1.0" encoding="UTF-8"?> <Context path="/student" docBase="student" debug="5" …

Member Avatar for stephen84s
0
187
Member Avatar for tanha

Hi. I have two forms with the following names and properties: 1. register.php --- ----- action="register-exec.php" --- method="POST" 2. register-exec.php --- action="register-exec.php" --- method="POST" After submitting the register.php, I used session in register-exec.php to store the value of the register.php for later use as follow: [CODE]session_start(); $_SESSION['bookTitle'] = $_POST['txtBookTitle']; $_SESSION['bookInfo'] …

Member Avatar for tanha
0
118
Member Avatar for cwarn23

I have been working on a php login system which is basically finished but needs one thing cleaning up. When the session is created/registered, a cookie is created. And according to firefox, the cookie will expire when the session ends. However, the session ends (according the the rest of my …

Member Avatar for nav33n
0
6K
Member Avatar for Spartan552

Hi everyone ! Im using Eclipse with CDT (C/C++ Developpement Tools). I often get this error message when starting Eclipse : "An error has occured. See the log file /home/usr/workspace/.metadata/.log" then it close. Here is the full log : [QUOTE]!SESSION 2008-07-04 10:17:06.950 ----------------------------------------------- eclipse.buildId=M20080221-1800 java.version=1.5.0_14 java.vendor=Sun Microsystems Inc. BootLoader constants: …

Member Avatar for Salem
0
165
Member Avatar for donnie_darko

Hey All, i'm having real trouble with this. ok, i have a login page where the user logs in. they put items in the cart and then go to addorder from to place order in database. only problem is i can't get it to work. i think the problem is …

Member Avatar for greeny_1984
0
214
Member Avatar for sayedjustetc

By Sayed, June 25th, 2008 * Single tier applications are easier to design. Single tier applications mix data, presentation, business logic altogether. It is easier design but workload distribution becomes difficult. Moreover, software maintenance becomes a big headache. * Multi-tier applications can address these challenges. Here, the application, hence, the …

Member Avatar for stephen84s
0
191
Member Avatar for new2jsp

I've this servlet that reads the data from db and then passes on a sublist of the data retrieved from db to the jsp page... [ICODE] package tryjsp; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; import java.util.*; public class GetReleaseDataServlet extends HttpServlet { String releaseno = ""; String location = ""; …

Member Avatar for ~s.o.s~
0
196
Member Avatar for JeffBot

Hi Folks! New to the board and happy to be here! I'm looking for some information on creating a secure webserver environment for Advanced Server 2000, and was hoping you could recommend some articles, tutorials, or advice. The reason I ask is because I just lost all of the work …

0
47
Member Avatar for Bompas04

Philips MT5000. Spec as follows: Intel Core 2 Duo Processor E6420 2.13GHz, 1066MHz FSB, 4MB Cache Genuine Windows Vista(TM) Home Premium 2048MB RAM Memory 400GB Hard Drive Dual Layer DVD Re-Writer Drive 256MB ATI Radeon X1550 Graphics 802.11b/g Wireless Network Ready 8-In-1 Media Card Reader Switch it on - no …

Member Avatar for coolraj003
0
181
Member Avatar for somtirtha

Hi, It will be very helpful 4 me if any1 kindly provide me code of session log out in JSP. It means if any member signs in and after accessing all possible services that member can sign out him/herself clicking a "sign out" button. You can send code in this …

Member Avatar for MakeMoneyOnline
0
66
Member Avatar for hannehomuth

Hello Everyone, at first thank you for reading this post. I've searched nearly 4 Hours the whole Internet but did not find an answer which pleased we well. Does anyone know how get access to the gnome keyring tool through dbus in an Java Application. I shall write an Java …

Member Avatar for hannehomuth
0
181
Member Avatar for sayedjustetc

Hello: I was implementing payment processing through Moneris. I set some information in session variables. Then I go to moneris hosted page. After I come back from moneris, my session variable values expire. What am I doing wrong? If increasing session timeout variable will work or not? I am using …

0
56
Member Avatar for sayedjustetc

Hello: I was implementing payment processing through Moneris. I set some information in session variables. Then I go to moneris hosted page. After I come back from moneris, my session variable values expire. What am I doing wrong? If increasing session timeout variable will work or not? I am using …

Member Avatar for stephen84s
0
85
Member Avatar for gorty

hi, want to call td element value to next page ,which is getting thru session attribute.while calling getting null in next page. below is my code pls help me thanks in advance. <input type="text" id="tname" value="<%= session.getAttribute("ename") %>"></td> next page iam calling as: name=request.getParameter("tname")

Member Avatar for ~s.o.s~
0
59
Member Avatar for carrathanatos

When I set my session variables, and then move to the next page with my new found credentials, it doesn't keep them. I'm moving from login.asp using check.asp which should bring me to panel.asp. login.asp: [code] <html> <head> <title>Login</title> </head> <body> <% Session.Abandon %> <form name="form" action="check.asp" method="post"> Username: <input …

Member Avatar for vicky_rawat
0
93
Member Avatar for smolds

I have a Python program that uses Mechanize to open a page at a website with a log-on/password form, set the entries to preset values and then submit to begin the session. This works, I can get the log-in/password from a form I build in the program. What I an …

0
105
Member Avatar for bpacheco1227

I am a C++ beginner and I am stuck. I can't get the random number generators to run properly, specifically the random number generators are all coming up with 1 . The point system is not running properly either, I'm sure it has something to do with my do-while loop. …

Member Avatar for bpacheco1227
0
177
Member Avatar for regent_royal

Hello friends, I m tyring to get the History of the user who login's and sees the details of the project I want to maintain the session of a particular user in accordance with the history . so could you please help me in by giving me the code related …

Member Avatar for stephen84s
0
69
Member Avatar for bigbob

Hi, I have downloaded a couple of scripts which I would like to combine but I am very new to PHP and don't know if it is possible to do. One of the scripts is a simple shopping cart and the other is a (to me) very complicated affiliate script …

Member Avatar for sDJh
0
118
Member Avatar for cleopatra789

Hi, I m new to jsp and currently i m trying to fix this problem. In my project, we have an enhancement where we are trying to access a changepassword.jsp 1) directly through URL 2)Invoking this jsp after loginhandler.jsp. 1) is for existing users. 2) is for new users. We …

Member Avatar for masijade
0
115
Member Avatar for odinroot

Hi, Is it possible to access a https site using a certificate and keeping the session alive like it happens in the browsers? I'm doing a console app that needs to access a server by https to retrieve information but using the httplib, each time i make a request it …

0
43
Member Avatar for mustafaneguib

help please once again... my login page was working just fine when one morning it just stopped to function. now i have tried to fix it, buy changing some of the logic and also recreating the database. now the point i have reached is that when the user enters his …

Member Avatar for nav33n
0
111
Member Avatar for websurfer

Hello, was wandering if anybody out there can help me with the following: We use a third-party shopping cart, but they dont really make it easy to be able to buy "memberships". The way we have it now, is that they buy a "membership-card" (say item code: CLUBMEMBER", which when …

Member Avatar for kaleshwar
0
114
Member Avatar for justapimp

I've just taken over an old project that my boss would like me to incorporate a couple of session variables into the code in order to maintain data history on a few pages. The project itself is web page that consists of a frame design and on one frame is …

Member Avatar for Ramy Mahrous
0
95
Member Avatar for Barman007

I just got to the end of an assignment I needed to do and its due tommorow, but I broke my code and i've just spent hours trying to fix it, but I can't. Here are the two things I have left to complete.... [code] 1. A student must access …

0
73
Member Avatar for Alex Edwards

I'm getting a really odd error in my program. The lvl value retains its initial value if it's left alone, but when the program runs after you've assigned it a value it get's a ridiculous number... then the previous number after another assignment... and the process continues. Here's the code. …

0
98
Member Avatar for ChimpusDupus

Hi, I have a drop-down list that is used to select a theme (which can only be set in the Page_PreInit event) and so I set a session object called theme that I use to set the theme in the PreInit event. The problem is that on the postback, the …

Member Avatar for ChimpusDupus
0
98
Member Avatar for guptaalok12

Here is my code i have shooping cart.i have created a table and bind this with GridView.Now i want to update this table through the GridView Edit Button(Suppose The Qty Field).How i will i do it. [code=asp.net]Imports System.Data Imports System.Data.SqlClient Partial Class MyCart Inherits System.Web.UI.Page Dim DT As System.Data.DataTable Dim …

Member Avatar for UIJAD
0
83
Member Avatar for Barman007

For starters im making a survey form for a website and ive run into a bit of trouble, if anyone could help and point me in the right direction it would be muchly appreciated :) Im a bit of a php/mysql noob, I can kinda make cookies, I kinda know …

Member Avatar for R0bb0b
0
191
Member Avatar for sweprojekt

Hello! We want to send an email from a jsp to the Recipient (variable: youradress) from the emailadress given in our profile (variable: myadress). There appears a error message at the command Transport.send(message). [CODE] <%@ page language="java" import="java.util.*, javax.mail.*, javax.mail.internet.*" %> <%@ page language="java" import="model.User" %> <% model.User user = …

Member Avatar for peter_budo
0
204
Member Avatar for rymerritt

Hi, I have a Trojan that I cant get rid of. Here is my HJT log. Thank you so much for any help. Logfile of HijackThis v1.99.1 Scan saved at 15:08: VIRUS ALERT!, on 6/15/2008 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16674) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe …

0
49
Member Avatar for VernonDozier

Hi, I am writing a program where I want the user to be able to e-mail me feedback, so I have downloaded javax.mail and I'm trying to send myself an e-mail to test it out. I have Yahoo Mail Plus. Below is my code, which I tweaked from one of …

Member Avatar for VernonDozier
0
847
Member Avatar for dannyman1234

Hello, Im very new to Ajax. I have a form with 2 input values , name and date. I have in the same page 3 links to select images, fonts and colours. When an image is selected, the child page closes and the parent page refreshes. Then i can see …

Member Avatar for drago865
0
73
Member Avatar for daniel88

Hi guys, This may well have been covered in another post and, if so, feel free to direct me to that one. Also, I hope that I am in the correct section! I am approaching the end of my semester and face the upcoming exams. Obviously most of the work …

Member Avatar for hammerhead
0
290
Member Avatar for onsir

how to connet to database using hibernate, because i create hibernate.cfg.xml while is running i have build simple application for test connection to database using hibernate. when write application i'm not write hibernate.cfg.xml, but i want create while running. so when i click button show error like this " "Jun …

0
65
Member Avatar for runningeagle

Hello, I was in the middle of a session when suddenly all my programs give the error "The image file FILENAME.EXE is valid, but is for a different type of machine than the current machine." The only way I can get around the error is to go to the shortcut …

0
45
Member Avatar for samarinder

I m getting problem in displaying charts and m not exactly able to find the problem plz plz help me wher i m wrong plzzzzzzzzzzzzzzzzzzzzzzz its very urgent............-------- --------------------- [code=java]package src; import java.io.PrintWriter; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; import javax.servlet.http.HttpSession; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartRenderingInfo; import org.jfree.chart.ChartUtilities; import …

Member Avatar for samarinder
0
153
Member Avatar for razer.anthom

Hi all. I am having a weird problem with PHP sessions. I create a session but when I click a link inside my site, other session is created. To test it I copy this code below and tried to run in same environment (WAMP at localhost). The same behavior was …

Member Avatar for nav33n
0
224
Member Avatar for Phaelax

The first thing at the start of every page is "session_start()". Next, each page has the following code. The 'loggedIn' session variable was initialized to 0 with a require_once call of another script. When you log in, the page that did the check will show the login is successful, but …

Member Avatar for johnsquibb
0
154
Member Avatar for Dolly-Sweety

Hello friends, I faced a problem in sending email through servlet. I have downloaded mail.jar and activation.jar. All is running perfect but error is coming. javax.mail.MessagingException: [EOF] [code] import java.io.*; import java.net.*; import java.util.*; import java.sql.*; import javax.mail.*; import javax.mail.internet.*; import javax.servlet.*; import javax.servlet.http.*; /** * * @author Administrator */ …

Member Avatar for jwenting
0
1K
Member Avatar for pranav_jog
Member Avatar for JackyGZ
0
125
Member Avatar for msaenz

Greetings, I am trying to do a reconnect type of thing for when sqlserver disconnects me i check and reconnect to execute a query. here is some code that i wrote, I really don't know what to use since there is not isconnected method or reconnect method in pymssql. Any …

Member Avatar for jrcagle
0
2K
Member Avatar for TheWhite

1.) Update Checking. 2.) Score/Record keeping. 3.) Submitting score online. Update Checking: Currently, my program connects to a URL and checks if a new version is available. If one is, it simply opens up a dialog saying a new version is out and to go download it... Is there a …

Member Avatar for TheWhite
0
197
Member Avatar for zero_sequence

Hi to all, i have a charset issue when i use unicode characters in cfm pages... to be more specific when i use greek characters all i get is something not greek... i use charset in each page but the result is the same, i used utf-8,iso-8859-7 and windows-1253 but …

Member Avatar for iqbalhosan
0
106
Member Avatar for runningeagle

Hello, I was in the middle of a session when suddenly all my programs give the error "The image file FILENAME.EXE is valid, but is for a different type of machine than the current machine." The only way I can get around the error is to go to the shortcut …

0
39
Member Avatar for servis

The following login script is not working, i am unable to trace the problem, please anybody help me... [ICODE] <?php include ("template/login.tpl.htm"); session_start(); if (isset($_POST['userid']) && isset($_POST['userpassword'])) { include 'library/config.php'; include 'library/opendb.php'; $userId = $_POST['userid']; $password = $_POST['userpassword']; // check if the user id and password combination exist in database …

Member Avatar for nav33n
0
134

The End.