I'm currently building a program suite. One of the programs, CGAdmin, is a program meant to handle a set of tables (various flavours of user credential), which it passes back and forth with a server.
I've spent a fair amount of time purging syntax errors and other minor problems from the code, but after several hours and some attempts at solving the error "attempt to concatenate string and nil" which is being thrown by textutils at line 177. Line 177 is in some code I borrowed that was available for use - I attributed gravityscore who originally posted it to the forums. Code is in many lines, so I've put it in the spoiler.
((Yes, I know it's inelegant. I'm a noob.))
edit: After repeated attempts and frequently posting the wrong code for reasons passing understanding, the code can be found here: http://pastebin.com/k1u5zTd4#