5,682 Topics

Member Avatar for
Member Avatar for shibu2all

Hello, Can anyone pls help me out with this code, its the server portion of the client server program..i have downloaded it from net [code=java] Socket s,s1,s2; ArrayList al=new ArrayList(); ArrayList al1=new ArrayList(); ArrayList al2=new ArrayList(); ArrayList alname=new ArrayList(); MyServer()throws IOException{ ServerSocket ss=new ServerSocket(10004); while(true){ s=ss.accept(); s1=ss.accept(); s2=ss.accept(); al.add(s); al1.add(s1); …

Member Avatar for dantinkakkar
0
186
Member Avatar for uday0708

We using Windows 2003 server. Please tell me how to add a new client to the server (LAN)

Member Avatar for jbennet
0
121
Member Avatar for nered

Hi, So i got pretty far whit Java i covered basic operation, GUI w/e MVC design etc. It been a fun year learning Java. Now i want to make an application for communication between two points similar to a TFTP Server/Client. So this is how i visioned this to go: …

Member Avatar for JamesCherrill
0
434
Member Avatar for sujimon

Hi I have developed an ASP.NET Crystal Reports website on my machine (VS-2005, x86 pc). I have included the following 'Mergemodules from Crystal' in my websetup. - - Microsoft_VC80_ATL_x86.msm - policy_8_0_Microsoft_VC80_ATL_x86.msm - CrystalReportRedist2005_x86.msm This website worked fine when I deployed to Windows server 2008 machine. However, when I deployed to …

0
93
Member Avatar for Matjame

Hi team. I have the below code working 100% on my local machine. It makes the required updates and I am happy with it. But when I try to run it from the server, it gives the attached error message. Please ignore all other lines(I have just removed other lines …

Member Avatar for woooee
0
2K
Member Avatar for saneeha.nust

I want to log communication FTP server and clients.. All communication can be logged by monitoring the FTP packets.. But How can i get the host name of the FTP site , which the client sends to server in the start , in order to log in to that particular …

Member Avatar for saneeha.nust
0
88
Member Avatar for jonnyboy12

Hello Hello Hello. At the moment i am working on contacting my web server through my browser. I have got it working. I can communicate with my web server by typing [url]http://localhost[/url] into my browser. [CODE] // fakewebserver.cpp : Defines the entry point for the console application. // #include "stdafx.h" …

Member Avatar for DeanMSands3
0
244
Member Avatar for naveedqadri

Dear Experts, Thanks for help. I am using server 2003, SP 2, once a month it happened that when I try to connect my work on local server , there is no website in IIS Manager. Then I have to reinstall IIS and again setup my website. Its really not …

Member Avatar for MichaelFitz
0
204
Member Avatar for Jnk

I have a problem with sockets. I am using this code in java as the client: [CODE] class Javaclient { private static DataInputStream input; private static PrintStream output; public static void main(String argv[]) throws Exception { int PortNumber = 4321; String line; BufferedReader in; Socket MyClient = null; try { …

Member Avatar for Jnk
0
251
Member Avatar for Connavar3

Hi everyone! I have written a server client that receives information, does a database transaction and then sends the result back to the client. My client has requested that they be able to view what was received and what was sent in real time. I have used a JTextArea. The …

Member Avatar for Connavar3
0
415
Member Avatar for DarkMonarch

Do you guys know if there's a module out there that can translate on server side ? HTML, PHP, JS or whateva (i'm even ready to try JSP) because i'm working on my company site and it's in french, but half my customers are english. last site i did translate …

Member Avatar for stultuske
0
77
Member Avatar for danielgr

After much frustration and wasted time I have discovered an issue with Skype running on Windows XP. Windows XP puts a limit on the half opened outgoing connections allowed at one time. When this limit has been reached (10) all outgoing connections are blocked. Why? Well it seems at the …

Member Avatar for bradd.weyand
0
290
Member Avatar for remarkablyso

Hi all, I have a quick question about DNS / mail hostname. I have a server with hostname 'one.domain.com' and IP '1234'. I have another server with hostname 'two.domain.com' and IP '9876'. On the one.domain.com server I have a client whose website and email I host. They use 'one.domain.com' as …

Member Avatar for JorgeM
0
157
Member Avatar for ginG3R

Hey guys, I just started a hosting company and I wanted to know which is the best Client management program/plugin script to go with. Something that gives the ability to create invoices, links to make payments (maybe paypal), notifications, messages...something pretty basic. If you have a link to scripts that …

0
120
Member Avatar for arn2025

I have been asked to get information on servers because apparantly we need one for our section to manage data and be able to get data from other systems dumped to our server, are there hardware and software requirements that i need to know about, because i just here about …

Member Avatar for JorgeM
0
139
Member Avatar for imolorhe

I want to write an application that can query a dll or class stored in another location on a server to receive information or perform an action. Can someone please give me guidance on how to go about it.

0
80
Member Avatar for autorunman22

I was using Struts 2 as web framework and eclipse EE as my IDE. I can run my jsp/servlet application just like the way i wanted it to be but everytime i start the tomcat ver 6 server, an INFO log always appear except that its asking for log4j. here …

0
79
Member Avatar for sharon.chapman7

Hi, I have a windows form with a "ComboBox" on it. The "ComboBox" has the words "Production" and "Development" in it. If the user selects "Production", I need my C# code to point to the Production database. If the user selects "Development", I need my C# code to point to …

Member Avatar for Cameronsmith63
0
350
Member Avatar for MasterHacker110

I got this code, when i compile it it shows this error: Traceback (most recent call last): File "C:\Users\User\Desktop\Server2.py", line 13, in <module> UDPSock.bind(addr) File "C:\Python27\lib\socket.py", line 224, in meth return getattr(self._sock,name)(*args) error: [Errno 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted If you can …

Member Avatar for ihatehippies
0
5K
Member Avatar for adarshcu

Hi All, I've the following scenario which i am not sure can be implemented. I have my Client Side Objects, which have been defined at an earlier stage. Now i need to send the data in the form of XML to the server side who have given me XSD's. Now …

0
98
Member Avatar for M.Waqas Aslam

hello ! i am working on an application and i want to connect it with mssql database , i dont know about the version of installed mssql server at the pc , how can i get the version of installed mssql server so that i can connect my application with …

Member Avatar for cguan_77
0
180
Member Avatar for jovypinoy

We are using Lotus Notes 4.5 LAN. I certify the ID file of my officemates and its successfully done. The expiration of his ID file had been extended but he can't access his mail. But all the databases from his workspace is accessible except for his mail. Which is the …

Member Avatar for Bala1985
0
159
Member Avatar for Noufal0247

hi all, i am new to python programming.i need to develop one client server program. here once the client and the server start at the first time, the client automatically send one message to the server . this is a random message, here after the client is waiting for a …

0
86
Member Avatar for anthonyjpv

I know that php can validate data input before querying to the database but which is more preferable by the developer or user experience? validation thru php? or validation thru javascript? whats your insight about this? thank you!

Member Avatar for anthonyjpv
0
137
Member Avatar for a1a4a

Hello I'm trying to send emails using smtp and getting an error This is my code : [CODE]Imports System.Net.Mail Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load SendEmail() End Sub Public Sub SendEmail() Dim client As New SmtpClient() Dim sendTo As New MailAddress("shtrees@gmail.com") …

Member Avatar for princenathan
0
1K
Member Avatar for kpshamilsagar

i am developing a server-client program in which server will be showing datas sent by client across a network. without Authentication it works fine but i need some authentication because server side its a website.once i give authentication i am not able to get datas from client.i know that client …

Member Avatar for mani-hellboy
0
247
Member Avatar for M.Waqas Aslam

hello ! i am working on an application and i want to connect it with mssql database , i dont know about the version of installed mssql server at the pc , how can i get the version of installed mssql server so that i can connect my application with …

Member Avatar for cyberdaemon
0
286
Member Avatar for Z33shan

hello :) it's been more than 4 days, i had been searching for php client library for facebook app development. all libraries, that i find, are outdated, (not supported by facebook anymore) and i get "undefined function........" error. so where can i get the latest php client library for facebook …

Member Avatar for pritaeas
0
140
Member Avatar for psdtohtmlinfo

Hi All As you know or heard some guys are trying to destroy the Internet with the ACTA treaty ....i am thinking what alternative we can create ? so that no internet provider (ISP) ,state,corporation etc could not control that alternative and how can we can create this alternative? I …

Member Avatar for DeanMSands3
0
146
Member Avatar for G_S

Hello Everybody. I'm not sure if I should post this here or in the Linux forum. Here goes: 1 - I have a local Linux server (Mandriva 2010) with a WordPress blog in it. It's for testing. 2 - I have other 2 computers at home (both have Linux and …

Member Avatar for G_S
0
425
Member Avatar for saadsaidi

cPanel uses Exmin as mail server, when sending an email via smtp/email client such as Thunderbird, Mail.app and outlook, a copy of sent mail is stored in local Sent folder but not on remote Sent folder (mail server). While when using IMAP it does because the client will be communicating …

0
131
Member Avatar for sreecareer

Hi, I am writing a web service in ASP.net which will call another host's web services over SSL. I have both the server & client certificates (.cer) with me. The host guys are saying to use DUAL authentication (using both certificates). The web service call is not SOAP, it is …

0
82
Member Avatar for nyy2k12

Hi. Good day. I am a beginner that wants to learn about networking and server/client administration especially with regards to Windows Server. Are there websites that I can visit or books that I can get that are recommended to help me get me started? Thanks in advance.

Member Avatar for JorgeM
0
150
Member Avatar for garyrickert

I have a bunch of scripts that get data from a number of systems to analyze / report against. Up to now I have been taking the output to the screen and just copy/pasting into a file. I am now trying to send directly to files, but when I try …

0
96
Member Avatar for Ajantis

Hello :) I am creating a simple client/server file sharing application which I run on same computer. Mine. :) I wish to make the client be able to get a certain file by letting user type "get filename" in the console. When they do, and the server responds, the server …

Member Avatar for NormR1
0
314
Member Avatar for earlybirdsean

Hi guys need urgent help. I am making a youtube downloader that downloads two or more videos from Youtube at the same time and I don't how to do it using System.Net.Webclient in C#.Net. Please post a code snippet. HELP!

Member Avatar for earlybirdsean
-2
125
Member Avatar for abhishek2301

Hi, This is a very known problem with lot of solutions in many forums but none of them works for me. A simple code to load a jpeg image as follows: [code=php] <html> <?php $im = @imagecreatefromjpeg("/home/public_html/MyPic.jpg"); header ("Content-Type: image/jpeg"); imagejpeg($im, NULL, 75); imagedestroy($im); ?> <head> <title> My First PHP …

Member Avatar for diafol
0
455
Member Avatar for riahc3

Hey Im trying to connect to a remote MySQL server running on Windows using a Ubuntu client (via a local IP on the same network) and I receive this: Lost connection to MySQL server at 'reading initial communication packet', system error: 110 I imagine that it is in the host …

Member Avatar for smantscheff
0
137
Member Avatar for sha11e

My client-server program seemed to work fine, I could send and receive messages. But if I don't send any messages for a while (sometimes 2 minutes is enough, other times it takes an hour..) and then try to send one, I get the error "Software caused connection abort: recv failed" …

Member Avatar for sha11e
0
304
Member Avatar for revjim44

I'm trying to write C# code for a code-behind page in an ASP.project. I'm to the point where if any of the fields are blank, the code returns the page with the missing fields highlighted in yellow, and if all the fields are filled, then the page saves session state …

Member Avatar for mani-hellboy
0
260
Member Avatar for bossie09

Im new to this and im working on a project which is to set up client/server network. Server: Windows 2003 Client: XP After adding users to active directory and log on to the client machine, I keep on getting this message "[B]Windows cannot connect to the domain, either because the …

Member Avatar for bossie09
0
288
Member Avatar for jbutardo

Hi, I have this program that would upload files from the client to the server, Now I want to validate the filesize before uploading it into the server.. How can I create this kind of validation? Thanks.

Member Avatar for jbutardo
0
568
Member Avatar for techunk

I am trying to develop (on c#) a Point of Sale program(deployed on machine 1), with integrated kitchen display system(deployed on machine 2). I pretty much have an idea how to develop the individual programs, however, I haven't tried integrating thee machines (to function as one) before. Here's a brief …

Member Avatar for skatamatic
0
729
Member Avatar for AnkitGuru

Hi, I have this program that would upload files from the client to the server, Now I want to validate the filesize before uploading it into the server.. How can I create this kind of validation? Also I need to track the progress of the upload. Thanks.

Member Avatar for diafol
0
82
Member Avatar for guccimane

I am learning tutorials online about http client programming using Linux. I found these 2 sample programs, but I am kind of confused on what command line arguments are suppose to be passed to it. I think for program 1, string [1] should be the IP address of the url, …

Member Avatar for DeanMSands3
0
141
Member Avatar for 47pirates

i got a problem whenever i give the username of less than 4 character in java GUI then tha userlist from python server is regularly updating my UserList textField in JAVA GUI but when the character exceeds more than 3 that UserList textField is not updated rather the user list …

Member Avatar for NormR1
0
121
Member Avatar for Octet

I know this question is extremelly hard to answer without actually checking how I setup my server, but I wondered if anyone could give me a quick rundown and/or information as to how I could check and protect it further. I am running a Web Hosting Server using old computer …

Member Avatar for rubberman
0
246
Member Avatar for glut

Hey, I'd like to read a file from the server, by any means necessary. As long as I can use something like JavaScript, like it has to be client sided. No server sided scripting language. If there is no way to read a file from the server, is there a …

Member Avatar for glut
0
120
Member Avatar for MissJava

Hi there, I have this coursework to do and I don't know why my code is not working. Could you help, please? Many thanks. Task 1 You are to develop a UDP server, and Client, capable of transferring a file (worth up to 60% of total available marks for this …

Member Avatar for DJSAN10
0
133
Member Avatar for Benjip

I'm stumped as to why this might be happening. A website I had completed for a client over a year ago, was working fine until a couple of days ago when the web host went and moved the site onto a new server without warning any of their customers (myself …

Member Avatar for Benjip
0
242

The End.