Thinking about starting my own forum script
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Thinking about starting my own forum script
I'm really thinking about how interesting it would be to make my own forum software from scratch. To consider all the little features, simple things like "mark this post as read" and "subscribe to this topic" it would be allot of work because there's so many little features like that which are overlocked but still very good to have, but I think if I start small and simple, and move my way up, it could get somewhere. I would make it available to the public and make it free, but it would be much less restricted then IPB 2.0 will be. I would have to figure out a way to get money out of it though since I would need more bandwidth once it gets very popular.
I would probably do the copyright removal thing, since I think allot of people do actually pay so they can get it removed legally. But unlike IPB I would not charge $300+ for it, but rather something like $50. Also, I could always put a small ad in the admin CP or something which could generate a bit of cash once lot of people start using the software, and it would not really be all that bothersome.
I will deep scan the whole IPB database to see just how much work I'm looking at and see if it's something I'd have time to keep updating and also check out the source code more deeply on how certain things are done to be more efficient.
I'll keep thinking about it and keep everyone posted. If I do start this project I'll either have a seperate website for it, or have a subdomain here. One thing I will probably avoid is making the support forums in here, but that's not decided yet. And I guess it would not be very good if I'm offering a BBS system but yet use a different one for the support forum. But by the time it would reach 1.0 I'd try to get it at least as good as phpbb in terms of features.
With all the features in the cybervillage that I made so far, I have a general idea of how stuff would be structured. Really the easiest parts would be categories, forums, topics and posts, and the rest is all features that go around it such as the user CP, admin CP etc...
I just have a habit of hard coding stuff in php, so that's something I'd for sure have to not do at all but instead have a nice template system.
Archived topic from Iceteks, old topic ID:2382, old post ID:20131
I would probably do the copyright removal thing, since I think allot of people do actually pay so they can get it removed legally. But unlike IPB I would not charge $300+ for it, but rather something like $50. Also, I could always put a small ad in the admin CP or something which could generate a bit of cash once lot of people start using the software, and it would not really be all that bothersome.
I will deep scan the whole IPB database to see just how much work I'm looking at and see if it's something I'd have time to keep updating and also check out the source code more deeply on how certain things are done to be more efficient.
I'll keep thinking about it and keep everyone posted. If I do start this project I'll either have a seperate website for it, or have a subdomain here. One thing I will probably avoid is making the support forums in here, but that's not decided yet. And I guess it would not be very good if I'm offering a BBS system but yet use a different one for the support forum. But by the time it would reach 1.0 I'd try to get it at least as good as phpbb in terms of features.
With all the features in the cybervillage that I made so far, I have a general idea of how stuff would be structured. Really the easiest parts would be categories, forums, topics and posts, and the rest is all features that go around it such as the user CP, admin CP etc...
I just have a habit of hard coding stuff in php, so that's something I'd for sure have to not do at all but instead have a nice template system.
Archived topic from Iceteks, old topic ID:2382, old post ID:20131
Honk if you love Jesus, text if you want to meet Him!
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Thinking about starting my own forum script
Oh and if anyone has any good idea for a name, please let me know. I have a few in mind.
-nuclearboard
-freevision
- MABBSEM (most awesomest bulletin board ever made)
- cssbb
- httbb
some of those may be copyright infrigments so that's why I need more ideas. I want to try something that gets near 0 results on google. so far nuclearboard is my first choice.
Archived topic from Iceteks, old topic ID:2382, old post ID:20219
-nuclearboard
-freevision
- MABBSEM (most awesomest bulletin board ever made)
- cssbb
- httbb
some of those may be copyright infrigments so that's why I need more ideas. I want to try something that gets near 0 results on google. so far nuclearboard is my first choice.
Archived topic from Iceteks, old topic ID:2382, old post ID:20219
Honk if you love Jesus, text if you want to meet Him!
- manadren_it
- Posts: 1810
- Joined: Wed Jan 01, 2003 6:48 pm
Thinking about starting my own forum script
I have a feeling this would be a lot more complicated than you think it is, but I have no doubt that you could pull it off. And if you do, and it gets toopopular, don't forget there are options like SourceForge. If you wanted to make it an open source project there, they'd provide the hosting for you for free, and you could still take donations through paypal or whatever.
Archived topic from Iceteks, old topic ID:2382, old post ID:20222
Archived topic from Iceteks, old topic ID:2382, old post ID:20222
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Thinking about starting my own forum script
Yeah that's probably what I'd do, since I could never afford a dedicated server. The support forum... that I'm not sure how I'd do it, unless source forge would want to host that too.
Archived topic from Iceteks, old topic ID:2382, old post ID:20223
Archived topic from Iceteks, old topic ID:2382, old post ID:20223
Honk if you love Jesus, text if you want to meet Him!
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Thinking about starting my own forum script
A few other ideas I have in mind for the name.
-squirrelbb
-nBulletin (n for nutty)
-boomboard
-superboard
-zigbulletin
-zigboard
Superboard sounds kind of cool... but anyone else have ideas.
Once a good name is chosen I'll get started on the base of it. I need to come up with a good skinning engine and authentication engine etc.... I want this both secure and efficient.
I think the most complex feature will be the calendar, since it involves allot of calculations and it has to be done in minimal queries. For example it has to be able to calculate on what day a certain date will fall on, etc.... for each day.
But for now I won't bother with a calandar. I want to try and get in between phpbb and IB in terms of features, before an official release.
edit: I think I'm going to go with Zigboard, and the slogan will be "move zig".
Archived topic from Iceteks, old topic ID:2382, old post ID:20289
-squirrelbb
-nBulletin (n for nutty)
-boomboard
-superboard
-zigbulletin
-zigboard
Superboard sounds kind of cool... but anyone else have ideas.
Once a good name is chosen I'll get started on the base of it. I need to come up with a good skinning engine and authentication engine etc.... I want this both secure and efficient.
I think the most complex feature will be the calendar, since it involves allot of calculations and it has to be done in minimal queries. For example it has to be able to calculate on what day a certain date will fall on, etc.... for each day.
But for now I won't bother with a calandar. I want to try and get in between phpbb and IB in terms of features, before an official release.
edit: I think I'm going to go with Zigboard, and the slogan will be "move zig".
Archived topic from Iceteks, old topic ID:2382, old post ID:20289
Honk if you love Jesus, text if you want to meet Him!
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Thinking about starting my own forum script
It's official now: http://squirrelbbs.iceteks.com/
Now I can start working on it, since I'll know what to name the subfolder on my server. The name was the only thing holding me back, that and school, but now I'm almost done school.
Archived topic from Iceteks, old topic ID:2382, old post ID:20426
Now I can start working on it, since I'll know what to name the subfolder on my server. The name was the only thing holding me back, that and school, but now I'm almost done school.
Archived topic from Iceteks, old topic ID:2382, old post ID:20426
Honk if you love Jesus, text if you want to meet Him!
Thinking about starting my own forum script
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
Archived topic from Iceteks, old topic ID:2382, old post ID:20427
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
wen i5 teh b3ta g0nn4 b3 release|)?
Archived topic from Iceteks, old topic ID:2382, old post ID:20427
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Thinking about starting my own forum script
I want to try and release it by Christmas but that's not written in cement and that's why I did not write any date in there.
If I was IPB I'd plan to release it by summer, and end up pushing the date till spring 2005 LOL
Archived topic from Iceteks, old topic ID:2382, old post ID:20428
If I was IPB I'd plan to release it by summer, and end up pushing the date till spring 2005 LOL
Archived topic from Iceteks, old topic ID:2382, old post ID:20428
Honk if you love Jesus, text if you want to meet Him!
Thinking about starting my own forum script
You gonna convert your forum to squirrelBBS when it's releasedt?
Archived topic from Iceteks, old topic ID:2382, old post ID:20429
Archived topic from Iceteks, old topic ID:2382, old post ID:20429
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Thinking about starting my own forum script
Probably once it's just as good as IB or better. I won't convert to the beta though.
Archived topic from Iceteks, old topic ID:2382, old post ID:20431
Archived topic from Iceteks, old topic ID:2382, old post ID:20431
Honk if you love Jesus, text if you want to meet Him!
Thinking about starting my own forum script
Aww, but we could be the bet4 testersRed Squirrel wrote: Probably once it's just as good as IB or better. I won't convert to the beta though.
Archived topic from Iceteks, old topic ID:2382, old post ID:20432
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Thinking about starting my own forum script
I probably will have a beta board setup somewhere though.
Archived topic from Iceteks, old topic ID:2382, old post ID:20433
Archived topic from Iceteks, old topic ID:2382, old post ID:20433
Honk if you love Jesus, text if you want to meet Him!
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Thinking about starting my own forum script
Just made and uploaded the site so it's better now.
http://squirrelbbs.iceteks.com
Now I have to actually start working on the product itself.
Archived topic from Iceteks, old topic ID:2382, old post ID:20454
http://squirrelbbs.iceteks.com
Now I have to actually start working on the product itself.
Archived topic from Iceteks, old topic ID:2382, old post ID:20454
Honk if you love Jesus, text if you want to meet Him!
Thinking about starting my own forum script
Link seems to be teh brokenededRed Squirrel wrote: Just made and uploaded the site so it's better now.
http://squirrelbbs.tripod.com
Now I have to actually start working on the product itself.
Archived topic from Iceteks, old topic ID:2382, old post ID:20456
Thinking about starting my own forum script
http://squirrelbbs.iceteks.com/
This one looks nice, though
Archived topic from Iceteks, old topic ID:2382, old post ID:20457
This one looks nice, though
Archived topic from Iceteks, old topic ID:2382, old post ID:20457
- manadren_it
- Posts: 1810
- Joined: Wed Jan 01, 2003 6:48 pm
Thinking about starting my own forum script
OMGWTFBBQ!! Don't you see it! That's an awesome site! It looks exactly like a Tripod 404 page!!!!!1sintekk wrote:Link seems to be teh brokenededRed Squirrel wrote: Just made and uploaded the site so it's better now.
http://squirrelbbs.tripod.com
Now I have to actually start working on the product itself.
Archived topic from Iceteks, old topic ID:2382, old post ID:20458
Thinking about starting my own forum script
How could I miss the subtlety and genius of that page?
Thanks for pointing out my mistake, Manadren
Archived topic from Iceteks, old topic ID:2382, old post ID:20459
Thanks for pointing out my mistake, Manadren
Archived topic from Iceteks, old topic ID:2382, old post ID:20459
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Thinking about starting my own forum script
LOL my bad, I put tripod instead of iceteks.... That's kind of scarry though. I won't be around tomorow, I have a doctor's apointment.
Archived topic from Iceteks, old topic ID:2382, old post ID:20460
Archived topic from Iceteks, old topic ID:2382, old post ID:20460
Honk if you love Jesus, text if you want to meet Him!
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Thinking about starting my own forum script
An unofficial update!
I just completed the way mysql queries will be handed,which is designed to enable third party support of other database formats without changing a bunch of scripts around.
The current forum output is not much, yet however, but the engine behind it is what I'm working on and I only expect to produce useful output by the end of the weekend.
Archived topic from Iceteks, old topic ID:2382, old post ID:20522
I just completed the way mysql queries will be handed,which is designed to enable third party support of other database formats without changing a bunch of scripts around.
The current forum output is not much, yet however, but the engine behind it is what I'm working on and I only expect to produce useful output by the end of the weekend.
These 3 lines can be individually ommited by editing a config file. (which will be produced by the admin cp)
Server time: Jun-18-2004 00:06:57 (1087532337)
mysql queries: 1
Script execution time: 0.0001 Seconds
Archived topic from Iceteks, old topic ID:2382, old post ID:20522
Honk if you love Jesus, text if you want to meet Him!
Thinking about starting my own forum script
But.... your the only official working on itRed Squirrel wrote: An unofficial update
Archived topic from Iceteks, old topic ID:2382, old post ID:20523
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Thinking about starting my own forum script
lol good point.
Archived topic from Iceteks, old topic ID:2382, old post ID:20524
Archived topic from Iceteks, old topic ID:2382, old post ID:20524
Honk if you love Jesus, text if you want to meet Him!
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Thinking about starting my own forum script
Yet another "unofficial" update.
I got the skin system worked out, the debug system is all set, the error handling will be worked on more when there's actually errors to handle, so things are progressing. I will probably make an official update on the squirrelbbs site soon, and even send it out to my mailing list.
Archived topic from Iceteks, old topic ID:2382, old post ID:20545
I got the skin system worked out, the debug system is all set, the error handling will be worked on more when there's actually errors to handle, so things are progressing. I will probably make an official update on the squirrelbbs site soon, and even send it out to my mailing list.
Archived topic from Iceteks, old topic ID:2382, old post ID:20545
Honk if you love Jesus, text if you want to meet Him!
- Triple6_wild
- Posts: 1389
- Joined: Sat Sep 06, 2003 5:58 pm
Thinking about starting my own forum script
sup ppl's
i like the color choice red ... looks good
and the cybervillage could be a great feature no? lol and im sure you will probly come up with alot more features that no one has ever thought of b4 lol if i knew php i would lend a hand to help you along but since i know nothing php i cant lol i should learn it tho but where and why to start .... need my own reason to start
anyways whats up with all the care bears? did i miss somthing? lol
laterz
Archived topic from Iceteks, old topic ID:2382, old post ID:20551
i like the color choice red ... looks good
and the cybervillage could be a great feature no? lol and im sure you will probly come up with alot more features that no one has ever thought of b4 lol if i knew php i would lend a hand to help you along but since i know nothing php i cant lol i should learn it tho but where and why to start .... need my own reason to start
anyways whats up with all the care bears? did i miss somthing? lol
laterz
Archived topic from Iceteks, old topic ID:2382, old post ID:20551
Wait what?
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Thinking about starting my own forum script
we sort of started our own care bear cult .
Archived topic from Iceteks, old topic ID:2382, old post ID:20552
Archived topic from Iceteks, old topic ID:2382, old post ID:20552
Honk if you love Jesus, text if you want to meet Him!
-
- Posts: 5140
- Joined: Fri Jan 10, 2003 1:14 am
Thinking about starting my own forum script
Care Bears! Who would have thought?
Kenshin, once Red gets something workable, we can help him. We can look for errors, test the board out, recommend features, etc.
Archived topic from Iceteks, old topic ID:2382, old post ID:20560
Kenshin, once Red gets something workable, we can help him. We can look for errors, test the board out, recommend features, etc.
Archived topic from Iceteks, old topic ID:2382, old post ID:20560