AeroBB [Public Release]

You should try reducing the number of files you use. For example, the files like login.php, logout.php, register.php, memberlist.php, user.php can be combined to one file (like member.php).

Also, as i mentioned to you in PM, the topic number should be passed through intval() instead of mysql_real_escape_string(), as if you use real escape string it will just escape the special characters used in URL, so when you visit a topic as thread.php?id=5' instead of thread.php?id=5 it will say "Topic not found". Whereas if you use intval() for it, it will ignore the special characters and look for the topic that corresponds to the topic.
 
Is this coded straight from scratch? It seems very familiar to MyBB. However I must say, the script looks awesome. If you continue developing this software, I would definitely check it out.
 
Combo said:
Is this coded straight from scratch? It seems very familiar to MyBB. However I must say, the script looks awesome. If you continue developing this software, I would definitely check it out.

Thanks 🙂
 
Jake™ said:
How. In the world, does this look like myBB? How? Lol

Forumbit, postbit... It does look a lot like MyBB. Not really saying its a bad thing, but to become successful, it should be unique.
 
If v2 is as easy as installing other software such as mybb or phpbb, I will definitely give it another shot.
 
Volux said:
If v2 is as easy as installing other software such as mybb or phpbb, I will definitely give it another shot.

It will come with an installation wizard, acp, mod tools, ect. 🙂
It'll be around within the next two weeks hopefully. It's also much more secure and built with OOP (Object Oriented Programming) 😛
 
Sounds great! The last time I tried I got some errors upon installing, so I assume those will be fixed. Good luck!
 
Volux said:
Sounds great! The last time I tried I got some errors upon installing, so I assume those will be fixed. Good luck!

If you'd like to PM me the errors, I'll try to help get your through the installation. Sorry it's so complicated 😛
 
Nah I was just testing it out. Waiting on an ACP..so v2 🙂
 
Connor said:
kavin said:
Wondering what happened to this.

My Co-Developer quit, so I've moved on to client work.

So, the forum project is again dropped in middle? You should try to stick with a project, especially when you release it to public.
 
Back
Top Bottom