Search found 4 matches

by VCL
03 Mar 2005, 17:04
Forum: Web Development
Topic: Forum email not working
Replies: 7
Views: 5978

But we're using phpBB. So am I. :roll: phpBB sucks at posting code because it destroys tabs. Anyway... You will need the following MySQL table: CREATE TABLE mailer ( id INT UNSIGNED AUTO_INCREMENT, mailto VARCHAR(255) NOT NULL, subject VARCHAR(255) NOT NULL, body TEXT NOT NULL, extra_headers TEXT N...
by VCL
01 Mar 2005, 21:39
Forum: Web Development
Topic: Forum email not working
Replies: 7
Views: 5978

Forum email not working

As you may have noticed, forum email stopped working a month ago. SourceForge made webserver applications unable to send mail to prevent spam abuse. Projects must now queue email in the database, and run an application on the shell server which periodically downloads email from the queue, and then s...
by VCL
22 Jan 2005, 23:25
Forum: Feedback / Feature Requests / Content Suggestions
Topic: Networking (technical)
Replies: 10
Views: 4578

ReplicaNet is not open source. That should be enough reason to not use it.
by VCL
22 Jan 2005, 23:17
Forum: TMW Classic
Topic: Object Oriented, Garbage collecting ect.
Replies: 25
Views: 10489

I've had experience with OO since around 1998, and I'm fairly familiar with Java and C++. Guys, you can write object oriented code in C. Yes you read that right. C code can be object oriented, although the language doesn't natively supports it. GTK+ is a good example of an object oriented C library....