ZeroBoard Progress thread

Computer builds, hardware and software discussion or troubleshooting, including peripherals. Essentially a general place to talk about desktop computers.
Locked
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

ZeroBoard Progress thread

Post by Red Squirrel »

ZeroBoard was formally known as SquirrelBBS and the official site is here:
http://zeroboard.iceteks.com

It will be less publisized then squirrelbbs and I'll only work on it on my spare time.


But I'll start with a screen shot of the admin feature to make a new forum. That part is fully functional and so is posting/viewing forums/topics.

Image


Archived topic from Iceteks, old topic ID:2746, old post ID:22498
Honk if you love Jesus, text if you want to meet Him!
wldkos
Posts: 830
Joined: Mon Feb 24, 2003 12:19 pm

ZeroBoard Progress thread

Post by wldkos »

**parent**

Archived topic from Iceteks, old topic ID:2746, old post ID:22501
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

ZeroBoard Progress thread

Post by Red Squirrel »

I don't know why, but I really like this error, since I see similar errors in lot of software but they don't assume that the administrator can also get the errors. For example when you're in windows, logged in as administrator and it tells you to contact the administrator. Well I got my bases covered. :lol:



Image


Archived topic from Iceteks, old topic ID:2746, old post ID:22547
Honk if you love Jesus, text if you want to meet Him!
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

ZeroBoard Progress thread

Post by Red Squirrel »

Oh and here's a less friendly error. In this particular example, I put a comma where I was not suppost to, in a query. :lol:

Image


Archived topic from Iceteks, old topic ID:2746, old post ID:22554
Honk if you love Jesus, text if you want to meet Him!
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

ZeroBoard Progress thread

Post by Red Squirrel »

Wow, I got the edit forum feature fully working now, even editting the permissions now work, and they fully take affect to the user groups and all!

That was tricky though, and while it works, the code to do it could be more efficient.... right now it needs to loop through the groups and do an UPDATE query on each group.

Archived topic from Iceteks, old topic ID:2746, old post ID:22555
Honk if you love Jesus, text if you want to meet Him!
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

ZeroBoard Progress thread

Post by Red Squirrel »

Just a worlthless update...

I havent had time to work on it, but I plan to finish up enough to make a worthwhile release for around January. I'm not promissing anything but just saying I'll actually work on it very soon. Got 3 exams and I'll be on vacation.

Archived topic from Iceteks, old topic ID:2746, old post ID:23732
Honk if you love Jesus, text if you want to meet Him!
sintekk
Posts: 4994
Joined: Mon Feb 16, 2004 10:38 pm

ZeroBoard Progress thread

Post by sintekk »

Red Squirrel wrote: Just a worlthless update...

I havent had time to work on it, but I plan to finish up enough to make a worthwhile release for around January. I'm not promissing anything but just saying I'll actually work on it very soon. Got 3 exams and I'll be on vacation.
Holah crap, someone's found vulnerabilities in ZeroBoard already :o
http://computercops.biz/modules.php?name=N...article&sid=913

:P

Archived topic from Iceteks, old topic ID:2746, old post ID:23733
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

ZeroBoard Progress thread

Post by Red Squirrel »

Oh crap... I thought I did a search to make sure I don't use a name that's already used... I wonder if they'll sue me if I keep the same name. :D

I should just call it FreeVision PowerBoard LOL


I think this will turn into another firebird I mean firefox issue.

Archived topic from Iceteks, old topic ID:2746, old post ID:23734
Honk if you love Jesus, text if you want to meet Him!
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

ZeroBoard Progress thread

Post by Red Squirrel »

Oh and I should get more screenshots in here... errors are not all that exciting, and trust me there's more features now. :roflmao2:

Archived topic from Iceteks, old topic ID:2746, old post ID:23736
Honk if you love Jesus, text if you want to meet Him!
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

ZeroBoard Progress thread

Post by Red Squirrel »

Well 1 month and 2 days later, I must admit I did not even touch it during Christmas break (did the cybervillage instead :P) but at this very moment I'm actually working on it. Heck, I'm already redoing some code that I now deem nasty. :lol: Just shows how old this project is, when really I should have a final product by now. Anyway back to working on it. :D

Screen shots later. ;)

Archived topic from Iceteks, old topic ID:2746, old post ID:24815
Honk if you love Jesus, text if you want to meet Him!
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

ZeroBoard Progress thread

Post by Red Squirrel »

This is the main board index, as you can see I now implimented forum categories, I had a bit of trouble with those since I could not come up with the right sql query to get it all in the right order and groups etc... but I fixed that by loading all forums in memory, then sorting them out through php directly instead of a sql query. Rather effecient anyway as it's only 2 queries, and could possibly be limited to 1 at some point in time. Only thing I'm not too fond of is having an if statement in a large loop that could potentially have thousands of entries (hey, you never know, some people might want to have that many categories... especially with unlimited sub forum levels, the posibilities are endless... but god forbid having so many forums though :P)

But anyway, won't get on the code side too much. The way it is now is good and as things progress I'll come up with a better way. I think the forum structure alone is a really big advancement compared to many other forum software, since already, in version 0.2 (ingore the 0.1 in the title, I only noticed that after) it is pretty good to already support unlimited sub forums.

Anyway, on with the screen shot, oh and you'll notice that there's no admin CP, instead, all the admin functions are directly in the option pull down menu. Figured I'd take a different aproach then every single forum software, and my take is that it will be more convinient, as long as I keep it organized. Maybe slightly less secure, since if the admin logs in on a public computer and leaves, but I think that's more of a user issue - it's up to them not to stay logged in.



Image


Archived topic from Iceteks, old topic ID:2746, old post ID:24826
Honk if you love Jesus, text if you want to meet Him!
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

ZeroBoard Progress thread

Post by Red Squirrel »

This is the create/edit forum section. Yes, it's used for both. On the pull down menu if you click edit, it edits the forum you're in, and it shows this dialog with the current info if you hit create you get blanks, and the forum is created as a sub forum of the forum you are in.

Rather simple, really. :lol:

Image


Archived topic from Iceteks, old topic ID:2746, old post ID:24827
Honk if you love Jesus, text if you want to meet Him!
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

ZeroBoard Progress thread

Post by Red Squirrel »

This is the forum view with sub forums and topics. This will change a bit though, since I don't really like the title being in the category header, I rather put it under, just need to do it so it's nice. Got a few ideas in mind, it's mostly a template issue then anything, just plug in the variables in the html. BTW this template system will blow away IPB's. Because there is NO template system, simply files you edit, and it's very well organized and easy to edit. No storing html in the database. That is by far the worse way to make templates work. :blink: Templates = html = files, end of story!

I may do a template system in the future if it's a demand but I don't plan it. But if I do, it will be based strictly on files, and may simply use a mysql DB for temp caching while editing, but personally I find it much easier to use a program like notepad and edit the files directly. You can use all the text editor features you want such as find, replace etc...

Image


Archived topic from Iceteks, old topic ID:2746, old post ID:24828
Honk if you love Jesus, text if you want to meet Him!
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

ZeroBoard Progress thread

Post by Red Squirrel »

Login screen... very simplified.

Image


Archived topic from Iceteks, old topic ID:2746, old post ID:24829
Honk if you love Jesus, text if you want to meet Him!
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

ZeroBoard Progress thread

Post by Red Squirrel »

Register screen.

You'll notice the forms look pretty cool too, and they even have mouse hover effects as set in the css template. Gota love css, I find normal forms just look so dull and ugly, after I work on this, since these forms are so sophisticated and really cool. The text is also a non true type font (assuming the user has it on their PC) so it's easy to do ascii art. :lol:

If I can keep myself motivated with this project I can actually work on it more and do a release some time.

Since one thing for sure I DO have plenty of time for it, it's just the thing of actually doing it instead of surfing the internet.

Image


Archived topic from Iceteks, old topic ID:2746, old post ID:24830
Honk if you love Jesus, text if you want to meet Him!
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

ZeroBoard Progress thread

Post by Red Squirrel »

The more I progress the more I realize I need to restructure things big time. Stuff like global vars, and the way template data is executed etc... So I'm actually thinking of restarting the engine from scratch.

Archived topic from Iceteks, old topic ID:2746, old post ID:24852
Honk if you love Jesus, text if you want to meet Him!
Locked