5,682 Topics
![]() | |
Ok, I really hated to resort to threading, but it seems like I have no other choice. I am writing a client script for the "instant message" server I just finished writing. Sadly, I am having a slight problem with threading. What I would like to do is have two … | |
![]() | Hi! Larry Irwin here... I've been writing medical practice management and medical records software since 1984. - Altos Xenix, IRIS, SCO Xenix, SCO Unix, SCO OS5, AIX, Caldera, RedHat and Debian... (lots of Windows along the way as well... but it breaks more when updates are applied... so I try … |
Hello! I've got web application created for MSSQL and IIS. There are two directories in this application - Scripts and WebSite. In Script there is file CreateDb.sql. I need to run it so that it can create database. I changed in that file one line into this: CREATE DATABASE [NameOfDb] … | |
My Norton 360 subscription ran out today so I had to download free pc Protection I currently have windows firewall on, I have IObit Security 360, but I can't download any anti-virus they all say something similar about an internet connection. PLEASE HELP MY LAPTOP IS VULNERABLE. Here is my … | |
I'm writing a WebChat application using the socket functions in java. I'm able to listen for incoming sockets on the server side and connect from the client side just fine, but I'm having a problem communicating from the client to the server to ALL the clients. Right now, I have … | |
Odd random sounds, like people talking. Firefox shuttering, odd slowdowns stuff like that. ------------------------------- Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 2:26:03 PM, on 8/9/2009 Platform: Windows Vista SP1 (WinNT 6.00.1905) MSIE: Internet Explorer v8.00 (8.00.6001.18813) Boot mode: Normal Running processes: C:\Program Files (x86)\Microsoft Windows Feedback Panel\WFPASIEve.exe C:\Program … | |
This is a Winsock select() server in C++ (I'm posting in this forum so of course) and I have two problems with it. (title) 1. My select olny returns above 0 when a connect request is recived, the rest of the time it returns -1. So I can olny recive … | |
I'm trying to create a tcp server and tcp client using sockets. I'm new to VB and could use some help. I have the file transfer part working but, I'm running into an issue. Every time I transfer a file remotely the file size changes, leaving the file unusable. Can … | |
Hi all, I am a new software developer that recently joined my company right after I finished my school. We use Microsoft Visual C++ for development. While at work, I found that many co-workers are very experienced in software development; they can code quickly to solve the problems. I feel … | |
hi, i hav two systems one is windows server 2003 and other one is windows xp professional. i have some shared folder in both the systems. if i tried to use shared folder of server(server 2003), in client(xp professional) is possible. if i tried to use shared folder of client … | |
I have developed a server/client application. Everythnig is cool but whenever the internet connection is halt or no connection. It show the error message from try/catch and if internet problem is ok and there is connection, program is continue normally but sometimes it is halt.If the error closed this application … | |
I developed a pgm for msg transfer using UDP.i need a source code for transfering file using UDP and (with GUI), More details:After entering name of file on clients gui,the server should transfer the file to client and the contents of the file should be displayed on clients gui. | |
i need guidance to develope a pgm for msg transfering using tcp.i alredy developed this for single client and single server but i need to transfer msg from one client to another via single server. | |
hi,i have a problem in installing sql server 2005 express,and even 2008.Ive searched the net for possible solutions but Ive not seen an error the same with me so ive decided to ask now. I hope someone can help me. this is the error Ive received when i install sql … | |
My computer is not acting well. Windows XP will often not start (I'm using safe mode now), my browsers are being hijacked (both IE and Firefox), IE starts by itself (sessions noted in Task Manager), and many of the things that are suggested on this site will not install, or … | |
Sigh. This error keeps appearing, and never ceasing -- ever: [CODE] *** Unrecoverable, server exiting! ---------------------------------------- ---------------------------------------- ================================ RESTART ================================ >>> Unhandled server exception! Thread: SockThread Client Address: ('127.0.0.1', 4323) Request: <socket.socket object, fd=1856, family=2, type=1, proto=0> Traceback (most recent call last): File "C:\Python31\lib\socketserver.py", line 281, in _handle_request_noblock self.process_request(request, client_address) … | |
I have lots of Drytek > Vigor 2700,2800 routers on the public net. I manage this networks and since this type of routers has Log support I write an application on my linux box to collect those logs. The routers are sending UDP datagrams to a configurable address and port. … | |
I need to enable ftp access on some web directories in apache. What is the best way to do this? My apache server is running on linux. It runs as user wwwrun and group www. What should be the permissions and who should be the owner of the web directories … | |
The time is right now - I'm going to move my server from SUSE Enterprise to Slackware. It is not about that I don't like SUSE, I just like Slackware more. The main job will be the mail server - I did use postfix and cyrus imap in SUSE with … | |
Hello, I'm trying to make client program which connects to server, and comunicates with it for unlimited time. SOCK_STREAM (TCP). Is there a way to change the way of getting server messages? Now it's just infinite loop. (I think thats not good, and requires a lot of CPU cycles) [CODE=c] … | |
Hi All: I installed oracle report server 10.1.2.02 I tried the following url and it display the page properly that ask Test run Job: [url]http://xxx/reports/rwwebservice?operation=runJob[/url] When I tried the url: [url]http://xxx/reports/rwservlet/showJobs?server=rep_xxx_oracleas3[/url] It is suppose to redirect me to an url to login. It did the first time. I was able … | |
I need to implement an online auction as a client-server application (not Web based) Th auction should involve just two items for which people may bid. At the start of the application, the server will expect to be told the final bidding time for each of the two items, using … | |
Hi, I'm trying to read the HTTP URL string using C++, and I was wondering if it is possible. Here is my situation: There is a server listening to a socket. This socket receives an HTTP Request such as: [url]http://localhost/MyApplication[/url] ? userID = x All I need to do is … | |
This a newbie question so I appologise before hand. Ive downloaded the python program and have started to ticker around using the newbie thread above. My question relates to an opensource project. Ive download the project and its in python. The project composes of client and server side software. Im … | |
The Problem is Some RDC user accounts will allow Outlook to send and receive others do not. Users who connect remotely have access to Outlook installed on the server. New user accounts copied from a known working account do not acquire a working email account. The mail server is off … | |
i want to write a little client-server program. one part will be on domain controller and another on user station. Client part must load before user login. it will make some mathematical operations and send the result to server together with username and password. server part must perform the same … | |
Hi, this is really a beginner question: when I start debuging an ASP.net projet in VS, IE opens up to display the Default.aspx webpage and the following URL is in the adress bar: [url]http://localhost:52480/Default.aspx[/url]. My page including C# codebehind controllers works fine. If I stop debbuging and I try to … | |
My internet searches end up in places like these: www+dot+shopica+dot+com clickover_dot_cn ------------------------------------------------- Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 7:41:02 PM, on 7/30/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16876) 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:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\system32\acs.exe C:\Program … | |
Hello everyone, i am a newbie so please bare with me cause it's been only 4 days since i started working with windows server 2003, I've made a DHCP server and the clients are getting their IPs correctly and the Internet service is working on the server computer, the only … | |
Hi, PC running XP has been giving probs over weekend. IE/Firefox initial programs which were not loading up. Since then majority of programs are being problematic. Have booted in safe mode, and run HJT - report below. Many thanks. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 09:16:37, on … | |
Feeling a little bad, two questions from you guys in a week! So I am about to embark on a project including Point of Sale, Inventory Management, Client management, (quite in depth). The difference is any information regarding Clients will be stored locally throughout the day and then uploaded to … | |
Hi Guys, I have a client with an SBS 2003 server. They use a Microsoft Access 2007 database which is split in two. a front end (Which includes all the forms) and each of the client PC's has a copy of the frontend on their PC's. And a backend (which … | |
Hello! My internet connection is gone and I dont know why! Can you help me ? since 4 days ago my antivirus(kaspersky) has been detecting some threats, I did the online scan and after booting, the connection was gone. Here is my log Logfile of Trend Micro HijackThis v2.0.2 Scan … | |
This is really weird! I'll explain it best I can. I got home from uni today, opened a website, looked at some forums, was about to make a post.....opened up my FTP and attempted to connect to update a website and noticed I couldnt connect. I then saw the website … | |
Running Outlook 2003. Recently got an iPhone and switched from getting mail via POP3 to IMAP. Like IMAP a lot better EXCEPT for how Outlook handles it - it sucks. Outlook for some reason randomnly cannot connect to the server (I check several e-mail accounts on several servers). Thereafter, most … | |
Hi All Ok this is a bit of a doozy for me. Work related question, I have been tasked with sorting out this issue at work, but don't really have much background in this field, but theres no one else in my team that can do it. Bit of a … | |
Hello everyone! I'm having a bad time trying to find a solution to my problem: I'm developping a client-server application. On the server side, I am calling a method, Recoit (receive), that calls internally msgrcv(), a UNIX system call for message-passing purposes. The problem is that I always receive a … | |
Hi I have a short script :(see below) My problem is on the system lines syntax it doesnt do what I expect. Instead of running the bb command send as status dbr-cmrm06.us.ensrv.mgmt.bmc and then cat to the history_test file and send the content to the hobbit server it prints the … | |
I can type any address is address bar and go there but when I type the facebook address IE shuts down... here is the hijack this info: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 7:44:59 AM, on 6/21/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 … | |
I've read through a couple of threads about this virus, as I myself somehow just got it, and most of them have varied solutions. So I decided to create my own thread about mine. McAfee fails to quarantine or remove it, of course. I ran HijackThis, here are the results: … | |
I have a standalone version of JFrame Interface based java application developed on eclipse platform. The tool is essentially a prototype tutor to check competence in statistics and consists of to-be-worked problems on the subject. It also keeps track of the user progress through the questions and scores their performance … | |
Hello. Before i embark on the grand search for the next few days of my life (hey who needed them anyways) i wondered if this was possible cause in my head i can't imagine a program being able to do this due to a difference in email clients etc basically … | |
I was trying to investigate the following error from one of our xp users, after running the netdiag test, i found ou that he was passing everything except:the trust relationship test. (Secure channel for domain was failing) To combat that I started to use the netdom utility to reset that … | |
My computer has been really slow lately. I used to be able to click IE or Firefox and it would popup almost instantly and now it takes 15 or so seconds. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 6:11:29 PM, on 07/28/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) … | |
Can somebody help me out, I am kind of worried about some viruses. My laptop restarted last night and when i came back a windows live page came up and said I might have some malware on my computer so I ran a scan with malewarebytes but no hits Logfile … | |
i'm using jsp to connect to oracle database. I've installed oracle 10g .when i try to set a dsn name in control panel-administrative tools-Data sources(odbc)-system dsn-add-only sql native client and sql server are availabe. OS: vista home premium Please help me. | |
Hi I'm thinking of writing a mmorpg game and what I would like to do is create a server I would like to send text messages over the internet to trigger events at the client or server. A. How can I do this. B. Is there a better way of … | |
Hi all. My program currently does the followings: - It listens for certain packets on a certain IP address - Pops up a MessageDialog when receiving such packets. On this machine, I run a VNC server that output to display 1. When I VNC to the machine, I can see … | |
Hi ppl, Now this is very funny, luk, my company is a small 1, i just completed a project, this is connected to backend (MS SQL). since itis small, my company canot keep a server for the client alone. now, how can i deploy. I tld my MD tat the … | |
Hello, everyone! It's been a long time using C++ and I have a link problem. This is the code... [CODE] #include <iostream> #include "libc++/pcslib.h" int main() { std::cout << "About to load the server and all the clients." << std::endl; Pcs serverProcess("server"); Pcs clientProcess("client"); serverProcess.Join(); clientProcess.Join(); std::cout << "After joining … |
The End.