Thread: C Programmer Needed To Fix C Program

  1. #1
    Registered User
    Join Date
    Apr 2016
    Posts
    1

    C Programmer Needed To Fix C Program

    If you think you can help, please let me know.

    Here's the story:

    There is a series of old multiplayer first person shooter games that a few people still play. Years ago I wrote a web page which displayed the game lobby to help people find games without having to startup the game software.

    The web page/pre-game data is called the Lobby. The Lobby is a perl CGI script which downloads the encoded Lobby data from the game provider, calls a C program to decode it, and then displays it.

    It was all working well until my hosting provider changed the server to a new operating system (I think they changed from Centos 5 to Centos 6). The C component was failing to run as it was no longer compatible with the new operating system. So I recompiled it. It then ran but would not decode the lobby information. I can run the C component manually from the command line and get the same result.

    The downloaded lobby data still seems to be there and from what I can see it is either the same or mostly the same as it previously was. The C logic has not changed. My best guess is that most likely some system library that the C program calls is now doing something slightly different which means the C program can not decode the data.

    I am hoping that, for someone who knows C well that this will be a very easy fix. It is for these reasons that I need a C programmer.

    There is about 3000 lines of C source code. I will provide you with the C source, makefile etc. I will give you sample input data and the command line to test it.

    I used to play this game years ago but now I don't and I just left the web page running. Now I have random strangers contacting me asking when the site will be back up.

    There is no money in this for me so I am looking for someone who can repair this for me for free. Repairing this is a "nice-to-have". If I can't find anyone who will do this then the web page just will no longer work.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    So how do we contact you?
    I might be interested.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. POSIX Programmer needed
    By Zack Parsons in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 05-18-2011, 04:51 AM
  2. C++ Programmer needed...
    By Brandon Filer in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 11-02-2010, 10:51 PM
  3. C++ Programmer Needed
    By rift in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 09-03-2009, 10:41 AM