Jump to content

Forum script - my first php script


eevan79

Recommended Posts

( link to my profile - http://avs-demo.iz.rs/testforum/eevan.html )

This ismy first php script about small forum software. Main goal is tomake forum script with many features and less size (about 200kb,100kb zipped).

 

Some features:

WYSIWYG lightweight editor

Ajax check usernames

Template system

Captcha (for guests, on registration...)

Allow/dissallow smiles in post, bad word filter, topics per page, posts per page, different time formats...

 

Link: http://brevisbb.iz.rs

un: phpfreaks

pw: phpfreaks

 

Feel free to test this for weak spots, debug... Be critical because this is my first php script...

 

Ivan

 

edit: updated link at OP's request ~ CV

Link to comment
Share on other sites

Im  impressed, it looks great. Ive been working on my own forum script for the past few days but I cant really put the code together.. I got writers block right now!

 

Is there any chance you could send me the script so I can go over the code and see what Im missing or doing wrong and to help me plan the structure of my script? I am very interested in this!

Good job & good luck!!

Link to comment
Share on other sites

Im  impressed, it looks great. Ive been working on my own forum script for the past few days but I cant really put the code together.. I got writers block right now!

 

Is there any chance you could send me the script so I can go over the code and see what Im missing or doing wrong and to help me plan the structure of my script? I am very interested in this!

Good job & good luck!!

Currently I cant send you source code, but it'll be available after few modification and then this code will be open source and available for download.

 

Regards,

Ivan

Link to comment
Share on other sites

resizing of images is necessaly i guess. or maybe use thumbnails

 

All images are autoresized. Example here - http://avs-demo.iz.rs/testforum/topic.php?t=1

(...if you think about that.  :-* )

 

in the same topic check

(Posted: 10.07.2010, 20:18

#8

ivan

Administrator

 

Joined: 07 Jul 2010

Posts: 20

 

Shuttle launch as seen by skydivers)

 

the width and height of the image is 3,504 x 2,336 pixels.

 

 

 

Link to comment
Share on other sites

the width and height of the image is 3,504 x 2,336 pixels.

You are right. Thanks for note.

 

Large images must be reduced or replaced with links.

Soon I'll add option that all large images convert into links (if image is larger than 1024x768 or 200kb - optional).

 

Some other features implemented: Email settings: local or smtp, avatars, today dates converted into "Today" :) , forum permissions, bans...

Link to comment
Share on other sites

Im  impressed, it looks great. Ive been working on my own forum script for the past few days but I cant really put the code together.. I got writers block right now!

 

Is there any chance you could send me the script so I can go over the code and see what Im missing or doing wrong and to help me plan the structure of my script? I am very interested in this!

Good job & good luck!!

Currently I cant send you source code, but it'll be available after few modification and then this code will be open source and available for download.

 

Regards,

Ivan

Cool. I am definitely interested, let me know whenever its available.

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...

There are lots of updates for this script:

Added Ajax post preview

Added more profile options, topic/post approval system

Moderator Control Panel

Installer

Stats page

WYSIYWG currently disabled (cause of few bugs).

Reduced and optimized queries

Subscribe to topics...

 

Here is source (googlecode):

brevisBB download

 

Website: http://brevisbb.iz.rs

Link to comment
Share on other sites

  • 4 weeks later...
I am able to make the id into sentence, probably could use it for XSS. Just check that your get is a number by using is_int or is_numeric to ensure it is always a number.

 

There is not view_topic.php  :) and there is security check for all $_GET's, posts etc, before page is render. If it failed, script will redirect you to index.php.

 

You can check this here:

http://brevisbb.iz.rs/forum/topic.php?t=asd

 

Also, I have added lots of features in new version:

Private Message System,

Social Network (friends, activities...)

and Portal/CMS system (not yet finished)

 

Screenshot:

Friends activities

 

Website: http://brevisbb.iz.rs/

 

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.