3,454 Topics
Hi !, I have some questions on session variables, when a user logs in to a site, then opens a link in a different browser will the same session continue for the second browser ?..... i hope so... and if the session continues with the second browser and the user …
I have a fully written forum and I would like to add some code to identify all the active users that are logged on. Their names are stored in session variables. I would like to retrieve and process this data using php, for ALL active sessions. Not just the person …
Hello Expertz I am using following function to compare two string.But i want to compare String with strings list like: str1="A" str2="A,B,C,D" [code=vb] Public Function CompareString(ByVal str1 As String, ByVal str2 As String) As Boolean Dim i As Integer = 0 For i = 0 To str2.Length - str1.Length If …
I have created a HTML form for a user to login that checks against a database of usernames and passwords to ensure authenticity. If it's good to go, I redirect to a new page, but if it's not I am trying to display a message on my "Login" page and …
Hi Everybody I am trying to explore the master page fanctionalities, in which I come across a question. I am trying to change the CSS of the master page, based on user options I have tried the below code,in the master page page_load. But it seems it is not working. …
Hey, I have a problem. My asp.net application just ends after about one minute and I have no idea why. Running server2003 x64. Any ideas
I just so happened to have clicked into the Windows Task Manager and there, under the Users tab, is a second user with ID 2 ... Mcx1. Under the Session column it says EH-TCP#0. Who on earth is this second user on my computer??
Client is running xp pro SP2, after aprox. 30 minute session, It can't access any of the shared drives on the server. Also loses access permisssions to other PC's on the network. Out of all 25 PC's on the network, this is the only one that has these fits. Any …
Hi, I have an issue where I am being asked to report on affected users when there is an issue with a server or hosted applications. E.g. If an application server hosting appA unexpectedly restarts I need to be able to report on how many users were connected at the …
Hi, I wanted to get Drupal and Dotproject together and i reworked the tracker to get the link up and added this to the navigation sytem. dotproject way of handling sessions is different and drupal way. i wud like to know whether i could maintain two session datas in drupal …
Anyone know where is my mistake? The error show when i click on "buy" in product.php. Please guide me. --------------------------------------------------------- Error shown: Fatal error: Call to a member function fetch_row() on a non-object in C:\test\kelly.php on line 14 ---------------------------------------------------------- [PHP] //product.php <?php include("db.php"); $db=new mysqli('localhost','root','','test'); $db->select_db('test'); $query="select * from book …
1)Error display in cart.php page: PHP Notice: Undefined offset: 0 in C:\test\kelly.php on line 16 PHP Notice: Undefined variable: totalCost in C:\test\kelly.php on line 61 2)Error show when i try to remove item form cart: PHP Notice: Undefined variable: db in C:\test\kelly.php on line 43 PHP Fatal error: Call to …
Title: Problem in session using php5 Good day, I use php5+mySQL4+IIS5.x Previuosly i use php4 and no error occur, after i uninstall php4 and install php5, error happen. -------------------------------- error message: 24lmnsndeh7pkibp65mttcajo7PHP Warning: Module 'mysql' already loaded in Unknown on line 0 PHP Warning: session_start() [function.session-start]: open(C:\DOCUME~1\CTY\LOCALS~1\Temp\php\upload\sess_24lmnsndeh7pkibp65mttcajo7, O_RDWR) failed: No …
ok, I have a site that's using a signup form for people to enter a bunch of information, then I'm storing it in session variables until the final submission, when I then insert it all into the database in 1 shot. The point of this is to keep from cluttering …
Hello all, This pertains to a form I have on my page. As it is now, if the person filling out the form makes a mistake or leaves something out, the form reloads, but all the prior responses are wiped out. I can see how this might annoy someone, to …
Hello Everybody there, I am developing a site in which I require that once a user login in the site then and then only user is able to click on the aviable links to other pages. If user has not logged on and tries to click on the links, then …
Hello Sir, I have installed Novell Netware 6.0 - 1 Machine Another 30 Machines are defaulty available in onboard boot rom lan. Its working properly. I am using TC, Wordstar in Novell 6.0 My problem is When the user working in c the system is hang. Because our coding problem. …
]i am entering some fields in a jsp page and storing it in a session bean.how do i store this information in the form of a linked list so that when i go back to the previous page and enter sme other values for the field ,it should be appended …
Hi, I have two questions: 1. I receive a project and I noticed that when I want to compile I have the following options: Debug Release Release MinDependecy Release MinSize I know only Debug and Release, what are the other options? What are the meaning when compiling with this options? …
Hey Guys, For my counter, which is written in php, I need to check if a session exists. That way, a user clicking around the site won't increase the counter with each click. Is there any way to check if a session already exists, so that i can increase the …
hi, this is my first thread here in this forum, and it's because of the amaena problem, where the site of amaena blah blah blah windows fixer and ebay something and other things poping up, and is there any other problems? also, i'm using IE 7.0 which has a tab …
Hi: I am trying to use AUTHBOT as a form protector against spambots. I have everything working fine, except that the form will not email the values of the fields. It will write them on the page, but for some reason it will not email them through the processor. Can …
Hi, I get the following message when i want to connect with a client access session to the as/400 ***************** CWBLM0029 Oorzaak De productinformatie voor Client Access Express voor Windows-5722XE1 is naar het AS/400-systeem gezonden, maar het juiste Client Access Windows Family-product is niet gevonden. Herstelprocedure Controleer of de juiste …
I NEED HELP PLEASE PLEASE PLEASE THE PROBLEM IS [B]Warning[/B]: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [B]/mounted-storage/home23a/sub003/sc21979-KVVZ/www/ghhookup/functions.php[/B] on line [B]28[/B] [PHP]<? $conn_id; $sql_res; $sql_res2; $sql_query; $HTTP_REFERER=$_SERVER["HTTP_REFERER"]; $REQUEST_METHOD=$_SERVER["REQUEST_METHOD"]; function sql_connect(){ global $conn_id,$sql_host,$sql_user,$sql_pass,$sql_db; $conn_id=mysql_connect($sql_host,$sql_user,$sql_pass); mysql_select_db($sql_db); } function sql_execute($sql_query,$wtr){ global $conn_id; $sql_res=mysql_query($sql_query,$conn_id); if($wtr=='get'){ if(mysql_num_rows($sql_res)){ return mysql_fetch_object($sql_res); } else …
For a program I'm working on, I need to do the following: 1. Starting with a single set of fields in a form, I need to be able to dublicate them (multiple identical form entries) without necessarily knowing how many there will be. I managed to do this, by incrementing …
hi, i am developing paging in asp web application by using VB.net. i am getting out put for when i am setting the paging for 10 but it is not going for the next page with paging.If i set the paging to8 or less than 10 i am getting the …
I NEED HELP PLEASE PLEASE PLEASE THE PROBLEM IS [B]Warning[/B]: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [B]/mounted-storage/home23a/sub003/sc21979-KVVZ/www/ghhookup/functions.php[/B] on line [B]28[/B] [PHP]<? $conn_id; $sql_res; $sql_res2; $sql_query; $HTTP_REFERER=$_SERVER["HTTP_REFERER"]; $REQUEST_METHOD=$_SERVER["REQUEST_METHOD"]; function sql_connect(){ global $conn_id,$sql_host,$sql_user,$sql_pass,$sql_db; $conn_id=mysql_connect($sql_host,$sql_user,$sql_pass); mysql_select_db($sql_db); } function sql_execute($sql_query,$wtr){ global $conn_id; $sql_res=mysql_query($sql_query,$conn_id); if($wtr=='get'){ if(mysql_num_rows($sql_res)){ return mysql_fetch_object($sql_res); } else …
I recently read a post by someone stating that you could not encrypt POST or GET sessions while sending data between pages. I wanted to know if there was a way. could one not simply write a script that would encrypt the message before sending along with a key that …
Hi Folks, We have 3 citrix servers which our internal users use and our external (home) users can log into citrix via our web site. We have a user at home which has a HP Laserjet 1200 which she needs to print to whilst in a remote citrix session, my …
hi, i am bikram give me coding on 1.1 version of signout i am using session.abandon so, session is abandoned but the user is doing work by clicking on back button of browser . i think i am not writing proper security.
Hi, Im new to PHP but seem to be picking it up quite quickly, i have how ever come up against an issue which i cant seem to solve and i was wondering if someone out there could give me some pointers ;) what i have done is setup a …
i recently turned off a bunch of services that i don't need and for some reason the dependencies description for services is no longer showing up. could it be a service i turned off? i researched them all first and this was never mentioned. Application Management Background Intelligent Transfer Service …
For some strange reason I am having problems with sessions, ainly in safari I believe which is wierd considering php is a server-side programming language. anyways, when a person goes to /cp (control panel) for example, it redirects them to login.php?url=/cp. then they login, the sessions are created, and then …
Hi , I had created a new session in loginpage.I invalidated that session in logout page.if i goback by back button previous page is displaying.how can i rectify that problem.Its my requirement to display session expired message when i tries to go back throw back button after logout.please tell m …
I am learning to set up a cookie and assign a user_Id to whoever visits my website. I want to keep a record of all user IDs in mySQL database. I tried something like this: [PHP]if(!isset($HTTP_COOKIE_VARS['user_id'])) { $cart_id = md5(uniqid(rand())); $COOKIE=setcookie("cart_id", $user_id, time() + 14400); if (!$COOKIE) { echo "To …
Hi Again =),,, it's been quite a long time since the last time i came. I now come to you guys again cuz i think my puter isn't doing good since it overuse memory after i log into my session. I'm not sure about what can it be, so i'll …
Hello My webapp need to use Cyrillic and Latin ( "normal" character code ), could you tell me how to set nls_lang in my database and in the session.I tryied write string in hibernte , but when i tryied to read this string, this is only character '?', this column …
Dear all. greetings here is the code snippet for student database search. whatever number i enter in the textbox,it says that student details r not found. please verify it. HTML code [code=html]<html> <head> <title> Student Search </title> </head> <body> <form method="POST" action="http://localhost:7001/jsp/result.jsp"> <table align="center" width="50%" border="0" cellspacing="4" cellpadding="4"> <tr> <th …
I'm befuddled by something. Here is transcript of the interactive session: [code] >>> range(9).remove(3) >>> >>> print range(9).remove(3) None >>> a = range(9).remove(3) >>> a >>> a = range(9) >>> a [0, 1, 2, 3, 4, 5, 6, 7, 8] >>> a.remove(3) >>> a [0, 1, 2, 4, 5, 6, …
iam using Asp.Net Application with Crystal report X1.I want to know When a large volume of data is being loaded into Crystal report from executing a stored procedure (sql server)through Asp.net Application,will the Crystal report will hold on its session till the data gets loaded .Also will the crystal report …
Hi all, Can anyone please let me know if it is possible to bring a minimised web page running on mozilla browser to the foreground using shell script. I am using the following piece of code to bring it to the front on my display: [COLOR=magenta]XCLIENTS[/COLOR]=/usr/openwin/bin/xlsclients [COLOR=magenta]XLSCLIENTS_TMP_FILE[/COLOR]=/tmp/tmp_xlsclients_$$ this_instance=`$XCLIENTS -display $DISPLAY …
Dear all, I am getting this error and its not getting resolved at all: Syntax error (missing operator) in query expression 'OrderNo='. On line:RS.Open query, objConn This is my code where i am pulling records on the orderno and after i have pulled the records ,i am trying to insert …
Hi All, I now creating the login page. So I have using the [code]ForumsAuthentication.RedirectFromLoginPage(UserName.Text,False)[/code] So by default it will redirect to the default.aspx So this part is ok. [B]Can I redirect to the another file name?[/B] Another problem is, I will do the checking wheter the user is login. If …
Hi all, can someone help? I have been trying to figure out how to put together an update page. For some reason it is not working. I have been trying to figure this out for about a week and a half. I am sure it will be something very easy …
I read the post: [url]http://www.daniweb.com/techtalkforums/thread28196.html[/url] and did all I felt capable / comfortable doing, but my problems still exist. I also read: [url]http://www.bleepingcomputer.com/forums/topic22402.html[/url] as this happened to me, but the two logs "O4..." that they say are symptoms in the HJT logfile are not visible in mine. Seems like they …
Hi, I need some help for my project. I had finished up my login page and I can be logined. The problem is that I want to allow new users to register themsevles before they can login but I have used various way I can't be directed to the Register.aspx …
I have apparently clicked something I shouldn't have and despite my best efforts cannot get this spyware off of my PC. I have gotten most of it off with ewido/adaware/windows defender, but [U]something[/U] is still persisting which doesn't show up in a regular session or a safe mode session. I …
Hi! I am stuck with some unusual situation and am seeking urgent help. We have a backend server in C++ on Solaris 5.9 . The need is to intiate a sftp/scp to a remote location. We have the login and passwords set up. I know for non-interactive SFTP/SCP2 sessions we …
i want to display some data in a grid but this is the error i get. withEvents variable 'DataGrid1' implicitly defines '_DataGrid1', which conflicts with a member of the same name in class 'mastersearch'. i tried renaming the variables but that does not help because it EITHER doesnt bind the …
Many of you may aware that AOL using floating IP address to manage their internet connection. When I develop my shopping cart, I used IP address as one of the variables to identify user (other variables are datetime and url) and its shopping cart content. It was alright until someone …
The End.