5,682 Topics
![]() | |
When I run programs such as firefox there are lots and lots of connection open and they really aren't running as quickly as I'd think a supposed 10Meg cable connection should be. Could someone have a look at my hijack log and see if anythings not quite right please. Running … | |
Hi folks, I'm currently trying to send data from a client to a server. It is an xml file. The client has this code: [CODE] public void sendXML(XmlDocument xdoc) { try { //Using the network stream to send data NetworkStream nts = new NetworkStream(Network.m_clientSocket); xdoc.Save(nts); nts.Flush(); } catch { Connected … | |
Hello there, Im newbie in JSP.. I has a critical situation here, and I want to ask, how to access client printer in jsp? below is my current code: [CODE] fIn = new File(BCODE_DIR, BCODE_FNAME_RSCH + BCODE_FEXT); [COLOR="Green"]// access existing barcode template[/COLOR] fOut = new File(BCODE_DIR, BCODE_FNAME_RSCH + i + … | |
I want to upload a file from c#.net app to a servlet. I am using webclient.UploadFile() and I have also added some data to the uri (see postData below). Everything seems to work ok except webclient seems to be calling the post and the get within the servlet. Therefore my … | |
Hi, I have a client written in java applet and it listens for responses on http: //localhost/CardPager. Now, I have a server code written using jsp servlets and a webpage for a user where I can write a message in a textbox and press the send button, the text message … | |
Hi guys, My employer has given me a mission to find a robust and scalable API for C++ that allows for easy programming of client / server systems. In this case the application they intend to build involves thousands of clients sending data continuously to a central server (the data … | |
Hi all, I have a rather conceptual Python question. I have written a client - server application, using sockets. So far, I'm not using any database nor file, everything is held in server's variables. Now I need to make some kind of web interface for the server - for a … | |
I keep getting this message when I try to open Excel, Word, Outlook, etc. It seems to be a common problem. MS Office was installed by a network guy at a place I no longer work HJT log Logfile of HijackThis v1.99.1 Scan saved at 12:30:33 PM, on 4/20/2006 Platform: … | |
Hi I need help on this. My pc (xp) got infected with spymare protection 2009. Used ad-aware and malwarebytes as well as avg free edition. Seem ok now. However cannot connect to the net since. Here is my hijackthis log. anyone can help , thanks Logfile of Trend Micro HijackThis … | |
Hello all, I am brand new to PHP, MySQL and Apache but I have over 25 years of software development experience on other platforms and more than 15 years of client/server, object-oriented, GUI, and SQL back-end development experience, so I feel confident that I will be able to give back … | |
Hi there, I have fallen into another trouble if anyone has similar experience is kindly requestd to help by this message. I have Windows Vista on my machine which is a client in a domain led by Windows Server 2003. The mesage "Your account is expired" or something like that … | |
Hi, I'm newbie in nusoap library, and I'm getting stuck how to declare soap:header to be use in authentication from the client to the server. My script/wsdl server works fine, but I just want to secure my functions using authentication and also as of now dont have any idea how … | |
hey guys, i have this virus and when I use google to search stuff up, it directs me to another website and i get a Virus Detected from AVG anti virus. One of the website is [url]www.tooseeka.com[/url] or something rather. Please help me for it is really annoying for me … | |
Hi There, We have a small network (about 30 machines) running 2003 server. Most of the client machines are running '98 SE. We would like to be able to access USB flash drives from these machines. Is this possible? Thanks for any guidance. Cheers, mel | |
Hi, im writting a remote host program for a school project and i keep getting Run-time error '40006': Wrong protocol or connection state for the requested transaction or request here's the code for the client: [code]Private Sub cmdConnect_Click() IpAddy = txtIP.Text Win.Close Win.RemotePort = 455 Win.RemoteHost = IpAddy Win.LocalPort = … | |
i am working on c++ server client example using sockets.... whenever i tried to run server 2nd time on the same port it fails !! ok... i know that port is not free and still opened for my previous program but i have used [icode]SO_REUSEADDR[/icode] but still it's not working … ![]() | |
Hi, I created a group of macros in Word 2003 and they have been working fine. Recently a client upgrade to Office 2007. I went in and changed all the Application.FileSearch commands that I had in my macros, knowing that that command was no longer supported. But when I try … | |
Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 3:36:19 AM, on 5/25/2009 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16512) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\csrss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\system32\spoolsv.exe C:\PROGRA~1\Grisoft\AVG7\avgamsvr.exe C:\PROGRA~1\Grisoft\AVG7\avgupsvc.exe C:\PROGRA~1\Grisoft\AVG7\avgemc.exe C:\WINDOWS\System32\gearsec.exe C:\WINDOWS\System32\svchost.exe C:\windows\system\hpsysdrv.exe C:\WINDOWS\System32\hkcmd.exe C:\Program … | |
Hi, I'm kind of new to the world of streams in Java, and I was wondering - I have this Server/Client program, and I need to read Objects and Text streams. I tried making an ObjectInputStream, and a PrintWriter out of the Socket's InputStream, but when I tried to read … | |
Ok, after much searching i finally decided to ask. (Newbie to this forum so I apologise if I don't use correct format) I have built an assessment that pulls through X number of questions from a questionbank. The questionbank sits in a single js file whilst the code controlling everything … | |
Hi, We are using Windows server 2003. whenever i go to entire network, our network computer is not showing. I cant able to push antivirus from Windows Server 2003 to client Xp Computer. Please anybody help me to solve this problem?????????? | |
Hi there, I have not looked at C++ code for 7 years and so need a bit of help with this. I basically need to have a dll installed on a client machine. This dll will be called from another program. The dll will need to open a customed browser … | |
I found a nice little example chat server written in Python using Twisted. The problem I'm having is identifying each connected client in a way that I can use to send info to specific clients. So in the chat server situation, it'd be used to send private messages. I've spent … | |
Hey guys, I'm writing a small client/server application. I've got it almost completely working, other than the fact that once the user disconeccts from the server using TcpClient.close he can not reconnect without restarting the app because clientSocket is disposed. Declaration: [CODE] Dim clientSocket As New System.Net.Sockets.TcpClient() [/CODE] Connect: [CODE] … | |
So I have a friend who is running a WidowPC notebook with Windows XP and their laptop started freezing when you try to log in normally. It will log on in safe mode. so I got him to run CCleaner and then a hijackthis scan. Here is the log file: … | |
Hi I am using CGI/C at the server. When the user clicks on a link the server sends a xml as response which undergoes xslt at client. The problem is 1. Sometimes Xslt takes 2 to 3 sec 2. User navigates to other link meanwhile 3. Xslt is done for … | |
Hi folks, I have an app that will connect to a server. My connect method looks a bit like this: [CODE] private void connect(IPEndPoint ipEnd) { try { m_clientSocket.Connect(ipEnd); } catch { connect(ipEnd); } } [/CODE] Now, if I run this, my application can't let the user still use it … | |
hey guys, i have eset nod32 installed and it only detects one virus and thats the "win32/agent.odg" it says it is a system memory file or something and it is unable to remove it, what i notice was that whenever i google something, it takes me to another page. Here … | |
Hi.. i want to use mysql without installing on client system.. So i planned to use mxj.. but this was not helping .. It is trying to access my mysql which i installed.. Can somebody help me.. Iam using mysql-connector-java-5.1.5-bin.jar,aspectjrt.jar,mysql-connector-mxj-gpl-5-0-9.jar,mysql-connector-mxj-gpl-5-0-9-db-files.jar files.. Process i followed: 1. Set the classpath for all … | |
Hi, My laptop computer's Internet explorer wont connect to the internet and keeps opening new windows and gives me an error with wierd symbols. I tried system restore and it worked for a few minutes then it started back up again. Please Help! Here is my Log File from hijackthis: … | |
For my Electrical Engineering summer research project we're using a single mysql server and multiple iPhones. The iPhones are going to collect data and send it to the server which will populate the database with the data. I am new to socket/network programming so I need some pointers to my … | |
Greeting, I'm currently programming a client-server connection with single socket...I use Linux C programming for server side, and J2me for client side, and here's the problem... The login function run successfully for the server side, when It's a null exception for the client. The error is as follow: [CODE]java.lang.NullPointerException at … | |
Recently my internet explorer will not connect to the internet, then opens about 5 more pages by itself, all blank. I get an error message but its just a bunch of symbols. Here is my HJT file log. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 3:42:56 PM, on … | |
can anyone explain IIS working process.. if we send any reguest from server to client what are process are happen inside... plz expalin me ..dint understand if i search in google plzzzzzzzzzzzzzzzz | |
hi, im posting this because i cant find my problem, the thing is that my script works fine on Opera, Firefox, Chrome and Safari but it doesnt work on IE, i have the newest version of IE and have been trying everything please help the page is here (code that … | |
hi, how to access the security module from server system to the client system .. client's every module should be accessed from security module when the user login id is valid. | |
Hello, I just formatted my computer and I have to start with Windows Me then upgrade to XP Home. As you see I have plenty of steps to do without putting back the programs on the computer. The last time I did this I made a s master dvd with … | |
Hi, When I use sql server native client for odbc sql connection then it is asking uid and password, once I supply uid and pwd in odbc connection , I think there should not be necessary to give uid and password in C# in sql connection string. I want once … | |
hello people, I am very new to this forum and its my firs post I want to create a simple client server c++ application for exchange of messages over internet I have written a client server using sockets and is working perfectly on LAN. I am using UDP . could … | |
Greetings, I've been given a task to create a bunch of thin-client systems. I found a Python script that acts as a window manager and provides a simple "Connect or Shut Down" interface. It works well, but now I've been asked to adapt it for two special situations. 1. Connect … | |
Hi, I have a Windows Socket Server console app which executes power shell scripts, and it is working great. But when I try to covert it into a Windows Service it doesnt work. The service is created it does not hang as such, but when I ping the IP/Port of … | |
Hi, I just joined. This looks like a fairly good tech help forum site. I hope to be able to solve some problems people are having. I'll just use the template in the Read Me to describe me :P When using a computer, I generally like to stay on one … | |
Hi, i'm having the same problem here... I have to send a xml file from a server and receive 16 bin files for answer.. I know how to send string and etc.. and tried to use sendfile() to send at least the xml file.. but it didn't work out... here's … | |
I figured if I could get a good answer, it would be here ;) I am hosting my website on my own ubuntu server (finally learned how to do this, just barely). I am using DynDns free service for static ip and have it's hostname, my user name etc. configured … | |
This is my current Hijack this. I believe I have a lot of crap on my computer. Please help :-/ Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 4:31:26 PM, on 5/16/2009 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Boot mode: Normal Running processes: … | |
How can i check if the ObjectOutputStream has unread object wriiten to the stream? When i'm runnig my program which has server and client (the client sends the screen shot and the server displays it) in the client side i got an error(java.lang.OutOfMemoryError: Java heap space), any one can help … | |
Hi, I'm currently having problem with my proj. And really need helps.. I am currently in a proj that need to create an application that is able to hav Client (PC 1)'s data store to Server (PC 2 and it is also where the database is being stored.) PC 1's … | |
I'm just starting to get into some Service programming (WCF). I've successfully tried out the Microsoft WCF tutorial and got mathematical results from the service. Now I'm trying to set up a SQL Server Express database on the Service side so that it can allow the client to either retrieve … | |
Timeout doesn't work properly.. is there any problem? with my source.. These are relevant source for the TimeOut Thread.. [code] /////////////////////////////////////////////////////////////// public ChatJin() { //Find Local IP Address & Name try { InetAddress myInet=InetAddress.getLocalHost(); System.out.println("My InetAddress "+myInet.getHostAddress()+" name "+myInet.getHostName()); } catch(UnknownHostException e) { System.out.println("InetAddress Error on Port "+8000+" Error code … | |
24.21 (Modifications to the Multithreaded Tic-Tac-Toe Program) The programs in Fig. 24.13 and Fig. 24.15 implemented a multithreaded, client/server version of the game of Tic-Tac-Toe. Our goal in developing this game was to demonstrate a multithreaded server that could process multiple connections from clients at the same time. The server … |
The End.