Main > Free Download Search >

Free bbcode script

bbcode

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 76
Image uploader 1.00000

Image uploader 1.00000


This is a very simple script that i use to upload images to a webserver. It returns the path where the file was stored, plus html- and bbcode for usage on forums. It is recommended to passprotect the folder this script sits in, therefor images are being more>> This is a very simple script that i use to upload images to a webserver. It returns the path where the file was stored, plus html- and bbcode for usage on forums. It is recommended to passprotect the folder this script sits in, therefor images are being copied to a folder outside the directory of the script.<<less
Added: 2004-10-11 License: Freeware Price: $0.00USD
46 downloads
Creating a BBCode Parser

Creating a BBCode Parser


Have you ever wanted to implement BBCode, the special formatting codes used by forums, into your own PHP scripts? Well, itâ??s actually pretty easy to accomplish using some simple regular expressions and the preg_replace PHP function. This mini-tutorial more>> <<less
Added: 2009-04-07 License: Freeware Price: $0.00USD
14 downloads
Free WYSIWYG BBCode Editor

Free WYSIWYG BBCode Editor


A simple WYSIWYG BBCode editor written in javascript. It inserts the bbcode on selected text in textarea. It is free to use for personal or commercial purpose. more>> A simple WYSIWYG BBCode editor written in javascript. It inserts the bbcode on selected text in textarea. It is free to use for personal or commercial purpose.<<less
Added: 2008-09-19 License: Freeware Price: $0.00USD
18 downloads
Parse BBCode Into Textarea 1

Parse BBCode Into Textarea 1


Parses Bulletin Board Code into a textarea form element with great ease. This script will insert some BBCode where the selection is located in a textarea form field. There is also an additional function for link BBCode with prompt feature and another for more>> Parses Bulletin Board Code into a textarea form element with great ease. This script will insert some BBCode where the selection is located in a textarea form field. There is also an additional function for link BBCode with prompt feature and another for color. You may easily add more.<<less
Added: 2008-08-15 License: Freeware Price: $0.00USD
15 downloads
BBcode 2 HTML 1.00

BBcode 2 HTML 1.00


BBcode2HTML is a PHP program that can be used to convert standard BBcode to browser readable HTML. It can be modified by anyone with basic PHP knowledge. It is ideal for forums, shoutboxes, mail scripts, CMS programs and anything else that required more>> BBcode2HTML is a PHP program that can be used to convert standard BBcode to browser readable HTML. It can be modified by anyone with basic PHP knowledge. It is ideal for forums, shoutboxes, mail scripts, CMS programs and anything else that required BBcode input.<<less
Added: 2007-07-12 License: Freeware Price: $0.00USD
14 downloads
Osimo BBCode Parser 1.0

Osimo BBCode Parser 1.0


This is the script in use by the Osimo Forum System that converts BBCode to HTML for use in many applications including, but not limited to, your own forum system. It is universal and requires no configuration to make it work with your setup, all you more>> This is the script in use by the Osimo Forum System that converts BBCode to HTML for use in many applications including, but not limited to, your own forum system. It is universal and requires no configuration to make it work with your setup, all you need to do is either include the file or copy and paste the code into your own file then do: $content = bb2html($something);<<less
Added: 2008-12-04 License: GPL Price: $0.00USD
10 downloads
BBCode Gradient Text Creator

BBCode Gradient Text Creator


This online program changes regular text into gradiented text. Choices are black/red, black/green, black/grey, black/orange, black/blue. update 11/14/04 - Added more options. Italicized text, bold text, underlined text, size of text, font, and URL more>> This online program changes regular text into gradiented text. Choices are black/red, black/green, black/grey, black/orange, black/blue. update 11/14/04 - Added more options. Italicized text, bold text, underlined text, size of text, font, and URL support. I fixed a small bug where there is a blank space and line after the output. update 12/2/04 - Added support for forums with dark backgrounds. Added a rainbow gradient.<<less
Added: 2004-11-07 License: Freeware Price: $0.00USD
22 downloads
Recruiting Parser (BBCode to HTML) 1.0

Recruiting Parser (BBCode to HTML) 1.0


Recruiting Parser is a application that has been in development for a year. Major Features * over 25 case-insensitive different tags * incredibly easy set up * automatic correction for badly formated tags * protection against tags that more>> Recruiting Parser is a application that has been in development for a year. Major Features * over 25 case-insensitive different tags * incredibly easy set up * automatic correction for badly formated tags * protection against tags that would cause page crash * protection against spam-robots (mails get crypted) * 16 different smilies bundled * deparse function - parse and deparse how many times you want * built-in updates - check if a newer version is available, whenever you want * open code * reprogrammable & extensible Thats it! You get all that, in just one file sized ~60 KB.<<less
Added: 2007-07-13 License: Freeware Price: $0.00USD
14 downloads
 
Other version of Recruiting Parser
Recruiting Parser (BBCode to HTML)Recruiting Parser (BBCode to HTML)Recruiting Parser (BBCode to HTML) Recruiting Parser is a application that has been in development for a year. Major Features * over 25 case-insensitive different
License:Freeware
Download
839 downloads
Added: 2007-07-13
Disable Image BBCode to prevent security risk 1.0.1

Disable Image BBCode to prevent security risk 1.0.1


The importance of removing images from being posted of your forum is not only related to page load time, but security as well. Anyone is capable of using bbcodes [IMG] function to see information (such as user IP, Browser info, anything an admin can see more>> The importance of removing images from being posted of your forum is not only related to page load time, but security as well. Anyone is capable of using bbcodes [IMG] function to see information (such as user IP, Browser info, anything an admin can see about a forum member) This script that removes images in your forum would prevent this from happening.<<less
Added: 2004-12-22 License: GPL Price: $0.00USD
11 downloads
Image directory index with BBCode generation 1.0

Image directory index with BBCode generation 1.0


This is a very simple script to generate a preview of a directory of images. It will ignore any files which arent .gif, .jpg, .jpeg, or .png. Basically it will generate an HTML page with a textbox of BBCode (for posting on forums) and the < img> more>> This is a very simple script to generate a preview of a directory of images. It will ignore any files which arent .gif, .jpg, .jpeg, or .png. Basically it will generate an HTML page with a textbox of BBCode (for posting on forums) and the < img> itself so you can preview it. Saves a lot of time when you would normally be looking at a regular directory index and clicking back and forth! I recommend you place this file in your favorite includes/ folder or the root of your website, and call it using the php include() function. That way should you find a need to modify this file, its centrally located in one spot. ;) ** WHATEVER YOU DO... ** This file (or the file which will include() this file) needs to be named index.php ** Then you place the index.php file in the directory you wish to view. ** Thats really it. I wrote this on a whim so feel free to clean it up, change it, distribute, whatever. Email me if you have any questions or suggestions... webguy at 330i dot net -Chris<<less
Added: 2005-07-06 License: Freeware Price: $0.00USD
13 downloads
 
Other version of Image directory index with BBCode generation
License:Freeware
Download
1591 downloads
Added: 2005-07-06
WBBlog 1.0

WBBlog 1.0


WBBlog is a single user blogging application written in PHP and uses a backend MySQL database. Requires Linux, Apache, PEAR BBCode Parser, MySQL and PHP. more>> WBBlog is a single user blogging application written in PHP and uses a backend MySQL database. Requires Linux, Apache, PEAR BBCode Parser, MySQL and PHP.<<less
Added: 2005-07-09 License: GPL Price: $0.00USD
11 downloads
 
Other version of WBBlog
WBBlogMichael Lintz - Requires Linux, Apache, PEAR BBCode Parser, MySQL and PHP. WBBlog is a single user blogging application written in PHP and uses a backend MySQL database. Requires
License:GPL
Download
1570 downloads
Added: 2005-07-09
Shout2It!

Shout2It!


Formely SimplePHP Shout. Includes bbcode, smilies, swear word filter, printable view, help file, view all, posters information and so much more. This is why its the most advanced and widely used shout more>> Formely SimplePHP Shout. Includes bbcode, smilies, swear word filter, printable view, help file, view all, posters information and so much more. This is why its the most advanced and widely used shoutboxes!<<less
Added: 2003-09-12 License: Free for non-commercial use Price: FreeAdditionalInfoBoldOutlookEULA
2238 downloads
PHPbbBook 1.3

PHPbbBook 1.3


PHPbbBook is a textfile-based, light, themable, translatable guestbook that uses bbcode and smilies to enhance messaging. It is intended to be secure, W3C compliant and PHP5 compatible. Themes and avatars are easily added and extended as addons. more>> PHPbbBook is a textfile-based, light, themable, translatable guestbook that uses bbcode and smilies to enhance messaging. It is intended to be secure, W3C compliant and PHP5 compatible. Themes and avatars are easily added and extended as addons.<<less
Added: 2006-07-27 License: GPL Price: $0.00USD
12 downloads
 
Other version of PHPbbBook
License:GPL
Download
1189 downloads
Added: 2006-07-27
Kshout v0.1

Kshout v0.1


Functions: - Posts for all visitors - Admin delete posts - Custom styles - Max posts on FP - Custom title - Custom smilies - BBcode Note: Kshout Is Valid HTML 4.01 Transitional And CSS Valid ! more>> Functions: - Posts for all visitors - Admin delete posts - Custom styles - Max posts on FP - Custom title - Custom smilies - BBcode Note: Kshout Is Valid HTML 4.01 Transitional And CSS Valid !<<less
Added: 2005-04-30 License: Free Non-Commercial Price: 30.00EUR
12 downloads
MyNews 0_6

MyNews 0_6


MyNews is very easy to include into any website, just as simple as using the include tag and calling the function to display the news. BBCode has been added to this feature, so now you do not need to know html , just use simple bbcode to publish your more>> MyNews is very easy to include into any website, just as simple as using the include tag and calling the function to display the news. BBCode has been added to this feature, so now you do not need to know html , just use simple bbcode to publish your news. Very secure and easy to install.<<less
Added: 2006-09-06 License: GPL Price: $0.00USD
14 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5