5,682 Topics

Member Avatar for
Member Avatar for cylow22

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 …

Member Avatar for cylow22
0
106
Member Avatar for tania khan

[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 …

Member Avatar for peter_budo
0
132
Member Avatar for MrMark

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 …

0
45
Member Avatar for pace59

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 …

Member Avatar for Ramy Mahrous
0
176
Member Avatar for kpyknot

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 …

Member Avatar for crunchie
0
313
Member Avatar for bondi007

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? …

Member Avatar for cguan_77
0
219
Member Avatar for geordienz

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 …

Member Avatar for geordienz
0
103
Member Avatar for thelamb

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 …

Member Avatar for thelamb
0
182
Member Avatar for normanallen

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 …

0
97
Member Avatar for tuse

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 …

Member Avatar for tuse
0
114
Member Avatar for AllenB

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 …

Member Avatar for AllenB
0
138
Member Avatar for Logi.

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 …

Member Avatar for Salem
0
92
Member Avatar for melganiks

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 …

Member Avatar for crunchie
0
195
Member Avatar for AllenB

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? …

Member Avatar for Antenka
0
170
Member Avatar for jendt

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 …

Member Avatar for crunchie
0
166
Member Avatar for lightningrod66

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. …

Member Avatar for MidiMagic
0
264
Member Avatar for emilio

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 …

Member Avatar for BlackSun
0
198
Member Avatar for halin

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 …

Member Avatar for halin
0
156
Member Avatar for yara.008

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 …

Member Avatar for yara.008
0
325
Member Avatar for tjfitz68

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. …

Member Avatar for tjfitz68
0
143
Member Avatar for tzushky

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 …

Member Avatar for Gribouillis
0
14K
Member Avatar for Datsun90

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 …

-1
72
Member Avatar for ghrantt

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 …

Member Avatar for jholland1964
0
153
Member Avatar for JohnKelly

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 …

Member Avatar for JohnKelly
0
96
Member Avatar for gauravmishra

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 …

Member Avatar for ~s.o.s~
0
960
Member Avatar for kevintse

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 …

Member Avatar for PoovenM
0
143
Member Avatar for pete08

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 …

0
43
Member Avatar for Squirrel1984

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 :)

Member Avatar for Squirrel1984
0
117
Member Avatar for peter_budo

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 …

Member Avatar for peter_budo
0
195
Member Avatar for deepukng

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 …

Member Avatar for Teme64
0
164
Member Avatar for chimbori

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 …

0
91
Member Avatar for delboj

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 …

Member Avatar for delboj
0
139
Member Avatar for StressedOutDog

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. …

Member Avatar for jholland1964
0
417
Member Avatar for headedtomexico

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 …

Member Avatar for headedtomexico
0
497
Member Avatar for jd51edwin

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, …

Member Avatar for jholland1964
0
208
Member Avatar for Lucky Dearly

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 …

Member Avatar for Lucky Dearly
0
414
Member Avatar for vinoth_python

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 …

Member Avatar for mn_kthompson
0
89
Member Avatar for egolfml

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 …

Member Avatar for jholland1964
0
270
Member Avatar for JNT

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. …

Member Avatar for TheAlmost
0
324
Member Avatar for hira ahmad

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 …

Member Avatar for hira ahmad
0
140
Member Avatar for finchvalor

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 …

Member Avatar for finchvalor
0
132
Member Avatar for fakeredcurtains

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 …

Member Avatar for jholland1964
0
295
Member Avatar for Osterman

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 …

Member Avatar for jholland1964
0
197
Member Avatar for sruddock

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 …

Member Avatar for cppnewb
0
335
Member Avatar for Madeehaz

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 …

Member Avatar for ~s.o.s~
0
88
Member Avatar for kgnelson2

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 …

Member Avatar for kgnelson2
0
168
Member Avatar for shwick

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 …

0
124
Member Avatar for rajeesh_11

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 …

Member Avatar for rajeesh_11
0
386
Member Avatar for cdematteo

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 …

Member Avatar for crunchie
0
189
Member Avatar for anuragkollam

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>

Member Avatar for verruckt24
1
106

The End.