Server client program


 
Thread Tools Search this Thread
Top Forums Programming Server client program
# 1  
Old 04-05-2008
Server client program

hi guys,
I need the code for a server client registration form.The server must ask for authentication .Then the client would send in data. This is stored in a file .The server sends back a receipt to the client as part of the payment done.

plz can some 1 get me the code of this.............its urgent!!!
# 2  
Old 04-07-2008
You need to read up on secure communications and cryptography. Check out gnutls for a nice framework for your app with plenty of examples.
GNU TLS Library - GNU Project - Free Software Foundation (FSF)
# 3  
Old 04-10-2008
no need for sophisticated code

The code need not be sufficient. There is no prob even if there is security problem during attention. we will see to that. All i need is a code that works.
please guys reply fast
# 4  
Old 04-10-2008
If you had more detailed requirements, maybe somebody would be willing to help you more. Writing code for you based on guesswork is nobody's idea of fun. Did you check out ramen_noodle's link? Did you notice it has plenty of examples?
# 5  
Old 04-13-2008
Problem in a more clear way.

A server must contain a file with some user names and passwords along with other variables for demand-draft no. and amount paid. A client is a student who gives user name and password. After checking both the server should prompt for status or edit. When asked for status we need to display the amount paid. If asked for edit we need to ask client for DD no. and amount that dd constitutes. finally edit the file and send back the details to client.
The file should around five accounts. All these must be stored in columns separated by tab. Many clients can login at the same time.
# 6  
Old 04-13-2008
You mean on a web site? Or should this be a custom application? With a GUI, or just text-based?

What's a DD?
# 7  
Old 04-13-2008
need the code urgently

What i need is a simple c program executed with the help of sockets and file handling.
A dd is demand draft. consider it as a number an integer which is stored. It is just an integer which is used like the credit card number.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

SOAP Client server program

Hi, I have taken the below code from Quick Start with SOAP - Perl.com and modified to my requirement.Server program runs without error.I have kept Demo.pm under /usr/local/apache2/cgi-bin directory.When I run the client program I am not getting any output.Whether the client program should be... (1 Reply)
Discussion started by: liyakathali
1 Replies

2. Windows & DOS: Issues & Discussions

Office server => laptop =>client server ...a lengthy and laborious ftp procedure

Hi All, I need your expertise in finding a way to solve my problem.Please excuse if this is not the right forum to ask this question and guide me to the correct forum,if possible. I am a DBA and on a daily basis i have to ftp huge dump files from my company server to my laptop and then... (3 Replies)
Discussion started by: kunwar
3 Replies

3. Programming

Client/Server Socket Application - Preventing Client from quitting on server crash

Problem - Linux Client/Server Socket Application: Preventing Client from quitting on server crash Hi, I am writing a Linux socket Server and Client using TCP protocol on Ubuntu 9.04 x64. I am having problem trying to implement a scenario where the client should keep running even when the... (2 Replies)
Discussion started by: varun.nagpaal
2 Replies

4. Programming

SFTP client program

can u help me? i need the program code in C to perform Simple File Transfer in linux.in this forum i found the server program,inw i need the client program ASAP. Thanx. (1 Reply)
Discussion started by: harshi
1 Replies

5. Programming

How to program a telnet client?

Hi, Experts: I have programmed a simple telnet client in sco unix 5.0.5, the client has passed throught the initial option negotiation, but I can't receive login prompt from the server. please help me. (8 Replies)
Discussion started by: thinker130
8 Replies

6. Programming

Client and Server program gen by Makefile

I created a "ebanking.x" file and run it as " rpcgen -a ebaning.x" It gen a few of files to me which is - "ebanking.h", "ebanking_server.c", "ebanking_svc.c", "ebanking_client.c", "ebanking_clnt.c", "ebanking_xdr.c" and "Makefile" The content of "ebanking.x" : struct bankargs { ... (0 Replies)
Discussion started by: wongalan48
0 Replies

7. Programming

Client - server program

i came acors this coding when surfin the net.this code works perfectly.but as i am new to this socket programming i need sm coments quoted on it or explanation regarding this source code. i have prb understanding the server.c i have posted it below can u guys help me !!!! cheerZ The... (4 Replies)
Discussion started by: mathu
4 Replies

8. Programming

Chat client-server program

Good day everyone, I'm doing a chat client-server program:server is to receive messages from clients through a TCP port and multicast them back to all clients through a UDP port. This is my client program. I'd not know why it just sends and receives msg from server once, then it stops. Is... (1 Reply)
Discussion started by: powermind
1 Replies

9. Programming

program to transfer a file from client machine to server

1. we have a client & server ,and TFTP is running on the server. 2.we have 3 files a.exe,b.exe,c.exe in the client machine....we need to transfer all the 3 files to the server and store it into a DIR... 3.then we need to check in the server whetehr all the three files are sucessfully... (3 Replies)
Discussion started by: nathgopi214
3 Replies

10. IP Networking

i want a UDP Client receiving program

Hi I want a UDP client receiving program. Here is the scenario. The client has to listen to the UDP server and has to acknowledge back on receiving data from the server. Can anyone help me out. regards, Nirmala (1 Reply)
Discussion started by: Nirmala
1 Replies
Login or Register to Ask a Question