Menu

#23 Full Server Code

open
nobody
5
2004-02-01
2004-02-01
Jack Dean
No

After talking with Morbus, he felt that it would be best
to ask the development group how best to publish
changes to the code.

First, it looks like development has really slowed over the
past couple of months. If it keeps up like this, we are
never going to improve this project very much. My
question is this: Since the full server code is so diverse,
I thought it best to publish changes to individual code
modules using this mailing list. That way, people could
take what they needed and there would be a public
archive of any changes. I'm not particularly writing for
building a release version, just trying to get the whole
server code operational. So it would be very unwise at
this point to just combine all of my hacks into a release
version. I think small sections of relevant code would be
helpful to everyone that was interested in the spirit of
the GPL.

I've attached an example to show you what I'm talking
about.

Any Feedback?

Regards,
Jack
www.sync2it.com

Table structure for the old SyncIT survey system. See
attached PHP code to drive this table. Note that
the 'birthyear' field was commented out in the original
release.
-------------------------------------------------

CREATE TABLE `survey` (
`ID` int(11) NOT NULL auto_increment,
`usability` char(1) NOT NULL default '',
`download_Instruction` char(1) NOT NULL default '',
`download_issues` text NOT NULL,
`other_issues` text NOT NULL,
`recommendation` text NOT NULL,
`whyuse` varchar(127) NOT NULL default '',
`whyuse_other` text NOT NULL,
`whybuy` varchar(127) NOT NULL default '',
`whybuy_other` text NOT NULL,
`name` varchar(127) NOT NULL default '',
`email` varchar(255) NOT NULL default '',
`compusers_weekly` varchar(50) NOT NULL default '',
`total_computers` varchar(50) NOT NULL default '',
`title` varchar(127) NOT NULL default '',
`profession` varchar(127) NOT NULL default '',
`company` varchar(127) NOT NULL default '',
`office_zip` varchar(15) NOT NULL default '',
`home_zip` varchar(15) NOT NULL default '',
`country` varchar(63) NOT NULL default '',
`Languages` varchar(127) NOT NULL default '',
`gender` varchar(15) NOT NULL default '',
`birthyear` varchar(7) NOT NULL default '',
`online_purchase` text NOT NULL,
`read_publications` text NOT NULL,
`feedback` text NOT NULL,
`features` text NOT NULL,
`CREATED_DTTM` datetime NOT NULL default '0000-
00-00 00:00:00',
UNIQUE KEY `ID` (`ID`)
) TYPE=MyISAM COMMENT='Survey Results';

Discussion

  • Jack Dean

    Jack Dean - 2004-02-01

    SyncIT surveys

     
  • Christoph Brecht

    Logged In: YES
    user_id=944444

    Hi,

    for me it would be great to have a working full code first. I
    am not an PHP experts who understand why the full code you
    can download here does not his job. Can you give a hint
    where I can get a working code? It was mentioned in some
    threads before this one but never released.

    My PHP knowledge should be enough to work with the
    working code any make changes to it (the problem at the
    moment is that I do not even get any errors...).
    If we want everybody to post his changes, we should create
    a new mailing list for it, it would get to confusing if we post
    everything here.

    Cheers,
    Christoph

     

Log in to post a comment.