5,682 Topics
![]() | |
hi there, like almost everybody else here i've got a problem. I am working on a simplified IRC for unix, consisting of a server and a client. It's a task for university.. my problem is, my client receives strange signs from the server and when i want to parse them … | |
[QUOTE=ardav;788833]This sounds like a clear cut research job that YOU should be conducting for your coursework (or whatever). BTW This is a pHp forum[/QUOTE] [code] Hi I need your help in my project of "online examination”. I am developing this for my lab. backend: sql server 2000 front end: ASP … | |
G'day I'm currently using socketserver to build a simple XMLSocket (an XML based protocol used for communication between flash and the outside world) server. I've got flash establishing a connection, sending a request and my python server responding. However at this point socketserver terminates the connection. Which is bad, since … | |
Help Please! I am trying to create a maintenance plan in sql 2005 server. I am getting an error Microsoft.SqlServer.Management.DatabaseMaintenance.TaskUIUtils..ctor()'. (Microsoft.SqlServer.MaintenancePlanTasksUI) I am unable to create maintenance plan. I am on sp2, and applied a critical hotfix from the microsoft website. I thought maybe it was client tools, but isn't … | |
Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 3:42:49 PM, on 1/20/2009 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16762) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.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:\Program Files\Intel\Wireless\Bin\EvtEng.exe C:\Program Files\Intel\Wireless\Bin\S24EvMon.exe C:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe C:\Program Files\Common Files\Symantec Shared\ccEvtMgr.exe C:\Program Files\Common Files\Symantec … | |
I have the enterprise version of Norton Suite, it has the console etc.. I want to be able to set up a session on my server where I can host ghost images.. the only thing I want to know is how do you create an image of a client computer? … | |
I'm very (no, VERY) new to ASP.NET and I have a server-side app that was written for me by a contractor with whom I have no contact now. Thing is, this app worked perfectly on a Canadian based server but has now been switched to UK. Fooolishly, the Canadian server … | |
Hello all, I am coding a client/server in C++ - everything is working so far but I was wondering if my approach is correct or if there is a better way of handling this: In this version only 64 clients need to be able to connect, in a different application … | |
I have downloaded Spybot S&D version 1.6 (which seems to be the latest). It installed correctly, updates OK, and runs just fine. But when I ask it to fix the "errors" it just hangs. I have tried uninstalling, reinstalling to a different directory, downloading a new version but they all … | |
Hi! I am trying to initiate a client-server talk but for some reason it is not working. The server starts running, but when I start the client nothing happens. Please point out the mistake in my code- Server- [code="java"] import java.io.*; import java.net.*; public class MyServer { public static void … | |
Hello, I am creating a client/server application that verifies math equations for addition, subtraction, and division. I think I just need someone else’s eyes to possibly see where I am going wrong with this. Everything seems to be working fine except for one variable. This is the String serverAnswer variable … | |
I'm trying to write a pair of classes (a client and a server) that can communicate with each other. I am relativly new to C so any pointers would be great! My simple server code (server.c) so far is: [CODE=C]#include <stdio.h> #include <stdlib.h> #include <sys/socket.h> #include <sys/types.h> #include <netinet/in.h> #include … | |
After I deleted the nasty trojan prunnet.exe with MalWareBytes, I've been having a plethora of issues with my PC. For one, I have the feeling it's going slower, and just today, I was bombarded by a couple of trojans, most notably: Downloader.Tiny.AF, and some others. Anyways, I've also found set858.tmp … | |
Hello, I am having a problem writing to a file on a client/server application. I can send the data from a JTextArea to the server, it appears to read the text, but I cannot seem to get the server to write the data to the .txt file. Can anyone help? … | |
hi, i have a hijacked browser that i've been attempting to fix for a couple of weeks. after entering at term in search engines like google or yahoo, the results show up but after clicking on one, a pop-up advertisement comes up. i can't type in addresses of sites that … | |
Not sure if this is the right place for this topic or not. I am going to host a website on my server for a client. I have seen "control panels" on many different hosting sites, that allow a user to login, upload, edit, delete, create, etc. for their website. … | |
hi I'm trying to use this code that i found to send an email message using c# application. i have an iis service running on my computer and the smtp server is configured as my providers smtp server. the problem is that when i try to send mail i get … | |
hi guys, i have the same problem with a lot of people faced before, try to use the same method to resolve them but failed,here is the log file. i really apprciate your help! Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 9:50:21 PM, on 18/01/2009 Platform: Windows XP … | |
hi i have vb program in client connect with vb program in the server by winsock clinet will send data to the server and server will add data to the data base access data base how i can work with access in vb 6 program ? how can i add … | |
Our server has several roles at the moment. 1. Web server so offsite employees can use a Flash application. 2. A few folks remote in using RDP (admin mode, so it's not a TS server). 3. SQL server. Some offsite employees use a Windows client to connect to the database. … | |
Hi, Something new from me: I have an application which can act as server and client (launch them on separate PCs). I need the server stdout because it displays some data for evaluating their communication. I start the server through a [B]subprocess.Popen[/B] giving its stdout to [B]PIPE[/B] [CODE=Python] from subprocess … | |
Hi, I have created a local SQL database using Visual Studio 2005 ([I]not by SQL Server Management Studio[/I]), and located it in the same VB project folder: "E:\MyProject\MyDB.mdf". Now I'm trying to design reports using Crystal Reports 2008, but for SQL Server, it doesn't browse this DB created by visual … | |
Hello, I have been having some slow downs and software issues recently, could anyone please take a look at this logfile and tell me whats what? Thank you Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 6:02:54 PM, on 1/14/2009 Platform: Windows Vista SP1 (WinNT 6.00.1905) MSIE: Internet Explorer … | |
I posted a thread yesterday and got an excellent tip from vqueen71 (I think) but I am still having a problem. I need to find out the location of a user's desktop location. I have used the Environ("userprofile" and the SHGetFolderPath. The first returns the standard profile setting for windows … | |
I have a java program that take snapshots of my screen at say 10 pics per second i want to send it to another computer in the same sequence i tried to send images by writng them one by one on the outputstream OutputStream os=incoming.getOutputStream(); ImageIO.write(img,"jpg",os); but i am able … | |
Well, I know there are so many IM services. and that I want to build an IM system is just for practicing my programming skill. Here there are several questions that come up to my head when starting to design it. As far as I know, we can only receive … | |
Hi, I have written small client/server application, using TCP/IP protocol. When I test this on my machine, it works ok. When I use LAN with 2 computers it bloks. What might be the problems? I have configured the LAN properly (I have tried with ping and it works). Also, no … | |
When an object is created are these stored on the client CLR or in the Server CLR? or if im completly off where are objects stored after instantiation?? Thanks in advance :) | |
I know I should probably post this in Web Services of Web Development, but this may be beneficial to others that are trying to lean something about it too. I'm getting lot of strange behaviour from this assignment that at this point I'm willing to throw it away and never … | |
Hi Friends, I am trying to Call a exe or DLL from sql server trigger using xp_cmdshell. Trigger is for an external application and for inserting a record. exe is executed successfully but trigger is not completed succefully and my external application is also not complted and it sows some … | |
hello, i am using .net 1.1,vb ,i have 2 web applications.one is installed in client side server which is currently working offline(intranet)..other is at my side which is online website.frequently i have to give master data to client .So using httprequest and xml , i am giving him data.I have … | |
Hi, I hope that I didn't make something wrong. I have problem with Internet explorer 6, sometimes when I open new page in new windows menu and Standard buttons are changed and some internet pages was blocked and than I can't close any programs. I scanned process with HijackThis and … | |
So, A couple of days Ago I defeated most of a Deadly combo. gadcom.exe and prunnet.exe It was extremely annoying and like most or all rookkits, took over my Administer abilities. I ended up going into the safemode Admin account after two days and had Avast! Scan before windows starts. … | |
So I've got this piece of software that is written in C++. I also have a website hosted on hostgator with linux server i believe. I have a MySQL database with usernames and passwords. What I want to happen is for my client application that is written in C++ to … | |
Hello, I think my PC might be infected with something again. ...moving real slow....here's my HJT log. BTW, I finally switched to Firefox....so hopefully I won't be asking for help as much on these nasties...thanks for the help in advance.....JD Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 19:17, … | |
I believe I might have a hijack on my web browser here's my Hijack This log Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 9:56:05 PM, on 1/6/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16762) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe … | |
Hi, I'm new to this forum. I need a python test script to open 100 client connections for a web server, say "www.example.com/test/test" without invoking browser. I am trying out this for load testing to create 100 virtual connections to a web server. I have tried with urllib.urlopen(). It fetches … | |
I have found some recent problems with my computer: 1. Microsoft update redirects to MSN.com 2. I cannot download the microsoft malware removal tool -- I get a "page cannot be displayed" error. 3. AdAware cannot update -- it says there is no internet connection -- while I am actually … | |
I have tried everthinh and cannot get rid of this. PC Tools and Symantec will lock up once they hit the prunnet.exe file. I am starting to get all kinds of pop up that I don't want. P,lease help this is driving me nuts.. Any help would be greatly appreciated. … | |
hi All, I m a student.... I am assigned a project in java course to develop a "Ftp Server using RMI".... Requirememts:- Requriments are not so high.... It should be a simple one... Ftp Server could add, remove, view users and statistics through proper GUIS..... Ftp Client shloud be logged … | |
here is a log from hijack this. Someone help me lol =(. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 8:39:51 PM, on 1/2/2009 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\Program … | |
i have the issue going around where i type an entry into any search engine and while it's labeled as the correct destination, the ip address is something completely different, like shopzilla.com or bizrate.com, etc. i've run my spybot and avg and combofix and pc tools spyware doctor, blahblahblah (i've … | |
Thanks to anyone in advance who might be able to help... computer is very slow, programs are slow. Also, when I open mail and other programs, I get this weird flash effect every couple of seconds. On Friday of last week I began the process of taking the necessary steps … | |
Hello for the past few days, whenever I connect to the internet, my computer slows down and eventually completely freezes. If i disconnect from the internet, it starts working again! I have run a few virus scans (mcafee) and a few trojans were found and removed however the problem still … | |
it is required to develop text based chat application (Between two users). Core Tasks:- 1. Establish connection between server and client. 2. Make appropriate GUI. 3. Proper threading for sending and receiving messages Tasks Details:- Make a server on one computer and client on the other. When client wants to … | |
Hi there. I was following this thread (sort of) because I have a similar virus that won't let me get to websites that will download updated virus protection. I say I was "sort of" following, because I am extremely green when it comes to computer troubleshooting... I downloaded the file … | |
I have openvpn 2.1_rc7 running on ubuntu 8.04. I set up a user that has all traffic and dns pushed through the vpn. On windows the vpn client works just fine, all traffic and dns requests are pushed through the vpn. When I boot the windows pc with a live … | |
Hi, I trying to run a Axis JAVA client with a GSOAP C++ server. Here in the below given code I am trying to make an asynchronous call from the JAVA client using "sendReceiveNonBlocking" API. On the GSOAP server side I am using the "soap_send_..." for the asynchronous behaviour. I … | |
I have pop ups of Anitvirus 2009 and Spyware Guard 2008, i have tried SpyHunter and Norton nothing seems to help. It wouldnt get rid of the trojan.vundo. Please help! Look at my log file. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 12:29:51 PM, on 12/30/2008 Platform: Windows … | |
please help any body knows the code in java networking..i want the code of transfer folder contents from client to server.....thread must me included so that timely back up will occur... <snip email> |
The End.