The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
Google UNIX.COM
Home Forums Register Rules & FAQ Members List Arcade Search Today's Posts Mark Forums Read


High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here.


Other UNIX.COM Threads You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Client and Server program gen by Makefile wongalan48 High Level Programming 0 03-05-2007 09:09 AM
Client - server program mathu High Level Programming 4 09-17-2006 09:56 AM
Chat client-server program powermind High Level Programming 1 09-04-2006 08:19 AM
program to transfer a file from client machine to server nathgopi214 High Level Programming 3 07-04-2006 03:16 AM
i want a UDP Client receiving program Nirmala IP Networking 1 06-10-2005 12:46 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-04-2008
Registered User
 

Join Date: Apr 2008
Posts: 6
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
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!!!
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 04-07-2008
Registered User
 

Join Date: Dec 2007
Location: Virginia, USA.
Posts: 202
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
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)
Reply With Quote
  #3 (permalink)  
Old 04-09-2008
Registered User
 

Join Date: Apr 2008
Posts: 6
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
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
Reply With Quote
  #4 (permalink)  
Old 04-09-2008
era era is offline
Herder of Useless Cats
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 2,203
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
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?
Reply With Quote
  #5 (permalink)  
Old 04-13-2008
Registered User
 

Join Date: Apr 2008
Posts: 6
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
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.
Reply With Quote
Google UNIX.COM
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 06:15 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger

Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102