5,682 Topics
![]() | |
Hi all, I'm making a client server program in Linux. I use fork() to create a child process of the server to handle a new client. When a client disconnects it should kill the child process. At the moment the program is able to kill the fist client(server) that connects, … | |
For my final year project, I plan to write a cloud server using Python. The client will be written by the other team member in Java. The first and foremost problem I have is make the necessary communication between the server and clients. For server to client talk, I thought … | |
hi how can i create a port tunneling in a c++ application? assume that application has client version that sits on my clients OS(which is Windows platform) and collect their network traffic,and redirect it to my server? | |
hello all i am already having one domain name also having a hosted email services for that domain [domain.com] but now i want to setup one more email account services with on same domain in this format [in.domain.com]. it is possible to have a sub domain poiniting to some different … | |
Hello Members, Is it possible to write a Client/Server program between two PCs in a LAN? If yes, besides the IP address of the two PCs, what other information would I need? Thank you!! | |
Good day all am a complete novice to the world of windows socket programing. i recently wrote an application that should help me connect, read, and write to and from socket. thereafter, each time i build the compiler complains of: 1.see the declaration 'getservbyname' 2.see the declaration getservbyport 3.see the … | |
HI Friends i want to do the connective in C# window application with sql server and in that even i want that if client put information in text box's and click on submit the information should go in sql server db and then again if he is putting same information … | |
AdaPost Any Help! This is my Server Side Code.. IIS 7 at Server [CODE] Interface Code [ServiceContract(SessionMode=SessionMode.Allowed,CallbackContract= typeof(interfaceDuplexCallBack))] public interface IDuplexService { [OperationContract(IsOneWay=true)] void DoWork(); } public interface interfaceDuplexCallBack { [OperationContract(IsOneWay = true)] void Done(); } [/CODE] // Interface Implemetation [CODE] public class DuplexService : IDuplexService { public void DoWork() … | |
Hi I posted previously regarding the use of scripaculous. I managed to resolve the problem I was having but have found a new one when producing droppables within table cells. I create a table in using dom elements in javascript and append it to the document body in a div … | |
Hi all, I am trying to use Ajax and Jquery on master page. In my existing project i have used the Ajaxpro2.dll it's working fine. but when i am trying to use jquery then its not working. Then in jquery script instead of `$` i have used 'jquery' keyword then … | |
hello.... i was completed login website. but client said some times user account over riding. showing another user login information. so how it solve. i was checked all of my code but there is no chance to show another user information. is there any chanse to over come this problem … | |
How to implement XML-RPC client in php that sends request to some XML-RPC server? Thank You | |
Hi !!! I have one problem! I use StreamWriter to send (object) stream to server (not string). But how to read this object with StreamReader ??? The server who send stream (object): [CODE]private void SomeMethod(SqlDataReader reader) { string column = "ColumnName"; object stream = ReadFromDB(reader, column); SendStream(stream); } public object … | |
HI, pls help me in this.. How to import Excel Sheet data into SQL Server 2008.? i use Excel 2010. SQL Server 2008. how to import data? thanks in advance. jack | |
Hello. To start off I am pretty bad at MySQL and PHP. I want to set something up that people can enter their cell phone numbers and it would be added to a server. Then I could go and send a message out to all of these numbers. I want … | |
hello i have EndPointNotFoundException in wcf c#.net where the proxy is generated dynamically. and all clients are preconnected to the server. but the problem arise when server call the client fuctions. namespace QuBIC.VirtualCyberneticEnviornment { public partial class CyberneticEnviornmentWnd: QuBIC.Core.QuBICServiceBaseForm { private ServiceHost _CyberneticEnviornmentServiceHost; private bool IamconnectedtoTaskManager = false; public ServiceAgent … | |
Hi, I'm working on a multiplayer internet game. I decided to use UDP protocol, as it's faster than TCP. The problem is that UDP doesn't have an established server-client connection which makes it impossible for me to send data from server (with public ip) to a client (with non-public ip). … | |
Hi everyone, We wish to have a development setup for our three websites. We wish to have this server setup by registering a new domain name, like demo.com or some other name and host it in public domain as we don't own a separate server. We hope to control the … | |
How can I send XML file from a server to a client using socket programming? | |
i have 2 program one of them in C# and the other one in visual c++. i use Socket programing in 2 of them and i want to connect them. the program in C# is Client and the program in c is server. when i connet client to server, conect … | |
Hi all, 1) I am trying to use Ajax and Jquery on master page. In my existing project i have used the Ajaxpro.dll it's working fine. but when i am trying to use jquery then it throws error "Object doesn't support this property or method." 2)I have taken a fresh … | |
I am working on a couple projects where I need to upload files from a client using my software to my webserver and then do some other things. But I would like the software to handles this automatically so the user doesn't have to worry with it. I am currently … | |
Could anyone help me with these; 1. Create a new line in vb 2008 (endl in c++) 2. Steps in updating a database when the database resides into another computer (for my client/server application) Thanks averyone, hope you could do something for this! my system is almost done... | |
I have developed an ASP.Net web application from which I want to send an email on behalf of the currently logged in user. When attempting this I get the error message: Mailbox unavailable. The server response was: 5.7.1 Client does not have permissions to send as this sender Does anyone … | |
Hi, I have a hijack situation. When I click on some links, the website is hijacked to another site. I have run AdAware and Malwarebytes but nothing works. Any help is appreciated. Here is my hijack log: Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 12:09:32 PM, on 9/28/2010 … | |
Hey guys I'm about to launch this server on my VPS and want to make sure it won't do any damage or hit my CPU cap. I've written this code for my online game which visits a page every 888ms by starting a new thread which opens a connection with … | |
How to make clients on sql server i mean when i will install my application on clients how i will connect it with sql server? | |
Hi. I've been having this problem with Firefox & Chrome where searches are taking me to wrong sites. I've done everything as required with Gmer, Malwarebytes etc. Here are the logs:- GMER One log: GMER 1.0.15.15281 - [url]http://www.gmer.net[/url] Rootkit quick scan 2010-09-20 19:25:09 Windows 6.1.7600 Running: 0g2vzqhn.exe; Driver: C:\Users\BOBBYD~1\AppData\Local\Temp\kwkirpoc.sys ---- … | |
:) Hi Masters, I m creating a project of VB to Access conectivity. I need that i want store data in server, there is 5 PC server-client networking.[B]How can i write Program in VB to STORE DATA IN SERVER[/B].I m totaly blank for this problem. :'( Please Help me to … | |
Hi I am trying to write an application for connecting to JABBER chat server,something like a chat client.i know there are many ways to do this like using agsXMPP library or jabber-net library,i wanna know can someone help me and tell me how can i use Winsock (mswinsck.ocx) to do … | |
Hi everyone. Im trying to upload a file to an ftp server. I found this code in the internet but its not working for me. Can anyone please tell me where the error is?? This is my code [code]import java.io.*; import org.apache.commons.io.FileUtils; import org.apache.commons.net.ftp.FTP; import org.apache.commons.net.ftp.FTPClient; import org.apache.commons.net.ftp.FTPFile; public class … | |
I have tried to connect to gmail using IMAP and specification given on [url]http://mail.google.com/support/bin/a...n&answer=78799[/url]. My code looks like [CODE]StreamConnection socket; byte serverData[]= new byte[50]; byte accountInfo[],emailAddInfo[]=new byte[500]; try { socket = (StreamConnection)Connector.open("socket://imap.gmail.com:993"); DataOutputStream oStrm = socket.openDataOutputStream(); oStrm.writeChars("Account Name:username@your_domain.com");//my account name oStrm.writeChars("Email Address:username@your_domain.com");//my email address InputStream iStrm = socket.openInputStream(); iStrm.read(serverData); String … | |
I found a code on several websites for a UDP client and server ... when I run the code of both the client and the server on one computer, it works normally ... but one I work on two computers (one server and the other client), the sever becomes 'Not … | |
Hello everyone! When I'm starting a OSGI bundle in my Apache Felix container, I have a ClassNotFoundException. This is the output that I have: [CODE] start file:/C:/Users/Pierre-Alexandre/Documents/NetBeansProjects/Prototype1/src/Prototype1Client.jar 23-Sep-2010 10:43:12 AM org.apache.cxf.dosgi.discovery.local.LocalDiscoveryService bundleChanged INFO: bundle changed: null 23-Sep-2010 10:43:12 AM org.apache.cxf.dosgi.discovery.local.LocalDiscoveryService bundleChanged INFO: bundle changed: null 23-Sep-2010 10:43:12 AM org.apache.cxf.dosgi.discovery.local.LocalDiscoveryService bundleChanged … | |
I've finally finished my TCP server and it's all working fine on my personal machine (which I used to write and test the program) which is Windows 7. However, when transferring the program to my VPS (which is Windows XP) the program gives the following exception when attempting to receive … | |
I've been having one problem after another since yesterday morning. The problems started with notifications that an application could not be executed, because the file is infected. I ran Malwarebytes Anti-Malware and that seemed to do the trick, at least until this morning, when problems started showing up. In order: … | |
Hi Guys I need a script which will allow me to redirect the user to an external webpage - I have a t&c's page on the site so the user needs to 'accept' t&c's before they are redirected to the thirdparty website. I used javascript however it seems to not … | |
Hello Developers, I am not able to get client path on file(image) upload .so i can disply that file(image) in image control on upload file. On my local machine below code worked nicely. [CODE] <img id="imgProductHallmark" name="imgProductHallmark" src="" alt="Image" width="95" height="113" runat="server"/><br /> <input name="ProductHallmarkUploadID" id="ProductHallmarkUploadID" type="file" onchange="LoadImage1()" runat="server" /> … | |
I have written some code to fetch details from database according to the given id. I am using ajax to help the ui. I can see the responseText in alert box but when i use it as reponseXML than it doesnt give me any child node my server side and … | |
I've two procedures (client and server). Object components are InDy9 TIdTCP. SO is XP-HOME. Operations of the che client: // connection . try ... CliSok.Connect(); ... CliSok.ReadTimeout := 1000; ... CliSok.Socket.UseNagle := False; . except ... on E: ESocketError do ..... MesServ(4,'Connessione al server: +#10+'"'+E.Message+'"'+#10+'Riprovare...'); . end; // sending . … | |
Hiya, I dont know if I am in the correct forum i.e. Networking. I am having problems with Server / Client communication. I send data over to the client and it records and prints out in cout, but what I want to do is print in a file. I used … | |
i currently have a project. The application created in this project will be located in a server, and some machines can access this application at the same time. The problem is, i don't know what's needed to connect that application to several machines. I know how to build this application … | |
NETBEANS: I get none ouput - can you detect? I have a question about server side Ajax (Java) I think serverside error is, Can you find the bug in <div> I do NOT get sample xml data[bookrss.xml]... RSS Client/Server? I get xhrequest.readyState == 4 && xhrequest.status == 200 ... 4 … | |
Its been a few years since i've coded any network applications so I was hoping for some suggestions on the best approach. I have written two programs which i now need to have them communicate with one another. They are both running on a LAN (over VPN) with static IP … | |
Have you ever forgot or lost your SQL Server sa password? Did you hava any ideals to reset your lost sa password? Or choosed to reinstall MS SQL Server on your PC again? I once forgot my SQL sa password and I reinstalled SQL Server at last, because I failed … | |
Hi. I was wondering if someone could offer a bit of advice on this. I have made a web server, and everything seems to be done correctly as far as I can tell. It works and loads web pages just fine. The problem is, that when big files are requested … | |
At the moment, I have the following to do MySQL queries: [code] MySqlCommand Command = new MySqlCommand(Query, SQLConnection); IAsyncResult Result = Command.BeginExecuteReader(); return Command.EndExecuteReader(Result); [/code] This is a static command in a server in the database class, which includes a static connect/disconnect function (used once when the server starts and … | |
Hi i have developed a vb.net software that runs without installing. the file is .cab file.my intention is to save the software on server so that client machines can create a shortcut and get it run without installing it. But i want it be called from a web form i.e … | |
Hi everyone! Can anyone help me how to create an application that updates an Access 2007 file from another computer? I am in great need for knowing it. It is a part of my thesis and until now, I still can't find relevant answers from the internet. I hope this … | |
Hi all, I'm learning socket programming in Unix. My jobs is sending some frames over TCP/IP Client-Server model, ex Hello, Ack, Bye packets. Each frames have a ID field, which helps we know which packet the server/client received. For example, 1 for Hello, 2 for Ack and 3 for Bye. … |
The End.