Discussion Board Code
  Home arrow Discussion Board Code arrow TagIt! Tagboard
Codewalker Forums 
  Tutorials  
Database Articles  
Miscellaneous  
Navigation Usability  
PEAR Articles  
Programming Basics  
Server Administration  
XML Tutorials  
  Reviews  
Database Book Reviews  
Linux Book Reviews  
Miscellaneous Reviews  
PHP Book Reviews  
PHP Software Reviews  
Server Admin Reviews  
SQL Tool Reviews  
  Code Gallery  
Content Management Code  
Contest Code  
Counters Code  
Database Code  
Date Time Code  
Discussion Board Code  
Email Code  
File Manipulation Code  
GUI Code  
Link Farm Code  
Miscellaneous Code  
Search Code  
Site Navigation Code  
User Management Code  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Download TestComplete 
Forums Sitemap 
Weekly Newsletter 
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
DISCUSSION BOARD CODE

TagIt! Tagboard
By: Codewalkers
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 3 stars3 stars3 stars3 stars3 stars / 2
    2003-01-04

    Table of Contents:

    Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    This script uses a plain text file for data storage and installs in 2 minutes or less. It stores the tagger's name, IP, OS, browser and over 140 smilies. Also features cookies to remember user name/URL, a flood control feature, an admin panel to delete unwanted posts and BBCode style text formatting. Also includes "WildCards" to help in the ease of use.

    By : DeadlySin3

    ***************************
    * TagBoard v1.4.2 Build 1 *
    ***************************

    P l e a s e s e e a t t a c h e d z i p f i l e f o r s c r i p t

    /******************************************************************************\
    * Copyright 2002 Paul Schudar *
    * Author: Paul Schudar *
    * Contact Me: paul @ deadlysin3.net | webmaster @ digital-designs.net *
    * Current Version: 1.4.2 Build 1 *
    * Downloaded from: http://www.deadlysin3.net/tag *
    * TagIt! comes with ABSOLUTELY NO WARRANTY! *
    ********************************************************************************
    * This program is free software; you can redistribute it and/or modify *
    * it under the terms of the GNU General Public License as published by *
    * the Free Software Foundation; either version 2 of the License, or *
    * (at your option) any later version. *
    * *
    * This program is distributed in the hope that it will be useful, *
    * but WITHOUT ANY WARRANTY; without even the implied warranty of *
    * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
    * GNU General Public License for more details. *
    * *
    * You should have received a copy of the GNU General Public License *
    * along with this program; if not, write to the Free Software *
    * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
    \******************************************************************************/

    =================
    Tagboard Contents
    =================

    change_log.txt - Incomplete list of changes made & a bug report.
    clearCookie.php - NEW - Clear all cookies created by TagIt!
    copy.php - States the copright info. Must stay intact for use
    counter.dat - will be created first time script is run.
    faqs.php - Frequently Asked Questions | Intro
    index.php
    install.php
    License.txt - You MUST read AND agree to this
    license in order to use this software! { GNU.ORG }
    maxlength.htc
    process.php
    ReadMe.txt - This File
    smileys.php
    tagit.css
    tagit.php
    tagit.txt
    variables.php
    visitorData.php
    visitorData.txt
    warrantyInfo.php - States there is NO warranty for TagIt! Please read
    Admin_Panel.zip - NEW - v0.0.2 - Added extra functionality.

    ============
    Requirements
    ============

    PHP 4 or higher installed
    2 Writeable text files or 1 writeable directory

    *** You MUST agree to the
    *** License.txt file in order
    *** to use this software.
    http://www.gnu.org/

    ============
    Installation
    ============

    Unzip "tagboard.zip" & "Admin_Panel.zip"
    Upload all files to the same directory
    From here, you can do either of two things -

    1.) Run the install script. (www.yoursite.net/tagboard/install.php)
    If you choose to do this, make sure the directory you are installing
    to is readable / writeable. I CHMOD the directories to 777, but 666
    may work. Also, delete tagit.txt and visitorData.txt - as they
    will be created during the install. Once the install run successfully,
    your TagIt! Tag Board is ready to go!

    ==
    OR
    ==

    2.) CHMOD tagit.txt and visitorData.txt to 666. This is
    important - these files store the data for the board.
    Thats pretty much it! The board should work just fine.

    If you want to show this tagboard on any
    .php document, open index.php in any
    text editor such as Notepad -
    Copy the code from <form> to </form>

    <!-- It's clearly marked for you -->

    and paste it in your document
    where you want the board to be displayed.


    ==================
    Misc. Requirements
    ==================

    If you choose to have your board on
    a page other then index.php - Be
    sure to add the javascripts in the
    head section of index.php to the
    head section of your page!!!!!!!!!


    You should be up and running!

    Downloaded From : http://www.deadlysin3.net/tag

    If this wasn't a good enough explanation, e-mail me,
    paul @ deadlysin3.net,
    and please let me know what I need to clarify. Thanks!

    ===========
    Misc. Notes
    ===========

    Please keep in mind that this is a beta release of TagIt!
    Tag board, and bugs may exist. If you find any strange
    behaviour going on in your board, let me know, and i'll
    try to fix it right away. I can be contacted at
    paul @ deadlysin3.net - and webmaster @ digital-designs.net.

    TagIt! is not dependent on cookies, however it does utilize
    them. It uses cookies to save the name a tagger enters, his/her
    URL if one was entered, and for the time being, it uses them
    for 'flood control'. Also, if cookies are enabled in a users
    browser, errors will not be logged - saving disk space.

    You will NEED to have cookies enabled in order to access the
    admin panel of TagIt! for the time being. I'm slowly but surely
    working to use sessions instead.

    ==================
    Matching your site
    ==================

    This should be really easy to do. If you have a little know
    how with HTML, just edit the tagit.css file to change the
    colors | fonts. Most variables are tucked away in
    :: variables.php :: You do not need to edit these unless you
    want. I suggest you edit the $filename and $datafile names,
    if someone were to know the name of your text files, they
    could view all of the boards logged data. Misc. tweaks can
    be made from within this file as well.

    If you plan on changing colors of the board, you'll need
    to edit a few variables in :: variables.php :: also.

    ================
    Tagboard Hosting
    ================

    Need a host for this Tagboard?
    E-mail me, I can probably
    set you up. What? For free?
    Absolutely! Admin Panel is
    rendered useless if hosted
    remotely.

    ==========
    Change Log
    ==========

    see "change_log.txt"
    for details


    Click to Download File



    DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.

    More Discussion Board Code Articles
    More By Codewalkers

     

    IBM® developerWorks developerWorks - FREE Tools!


    Be the first to hear about i5/OS V6R1!

    Hold your calendar on January 30, 2008 for this free webcast on the new i5/OS. Rational's Enterprise Modernization products will be discussed at this webcast as they help to drive the application development environment for this new System i OS. <br />And learn how i5/OS will take you to the next step of efficient, resilient business processing. You will hear about the new i5/OS capabilities as it will be the most significant i5/OS release in years. If you cannot join the webcast on 1/30/08 you can still use this link to listen to the replay.<br />
    FREE! Go There Now!


    IBM – Taking Web 2.0 to Work

    You'll get answers to many questions and more from David Barnes, Lead Evangelist for IBM Emerging Internet Technologies. David will discuss aspects of Web 2.0 that bring value to corporations, academia, and government. He'll also discuss IBM's vision around Web 2.0, including the importance of remixability and consumability. The discussion will culminate with examples of various IBM Software Group solutions you can use to get ahead of the Web 2.0 adoption curve.
    FREE! Go There Now!


    NEW! BlammoSplat: Build a community Web site of OpenLaszlo animations, Part 3: The community animation

    Learn to enable users to both rate existing animations and to combine existing animations into new snippets. This is the third in a series of three tutorials that chronicle the building of a site that enables collaborative discussion and animation building using Domino and OpenLaszlo.
    FREE! Go There Now!


    NEW! Evaluate IBM Rational Developer for System i V7.1

    Download a free trial version of IBM Rational Developer for System i V7.1, which provides a complete development environment for traditional i5/OS application development. IBM Rational Developer for System i is a new eclipse-based workstation offering for i5/OS application development that provides a comprehensive Integrated Development Environment for edit/compile/debug of traditional RPG/COBOL/C/C++ i5/OS applications.
    FREE! Go There Now!


    NEW! Integrating XML into Your Enterprise Using Data Federation

    XML has become a common way of storing business data as flat files and many data server vendors including IBM have provided ways to store this data within relational database systems. Increasingly collections of XML files are accessed like databases using an xQuery and other XML standard mechanisms. Businesses find the need to combine the traditional tabular structured data with XML formatted data. In this webcast, you’ll learn about IBM’s WebSphere Federation Server technology, which provides users with the ability to integrate these two data formats.
    FREE! Go There Now!


    NEW! Rational Talks to You:Per Kroll on Rational Method Composer Plug-in customization

    Join this Rational Talks to You teleconference on December 11 at 1:00 pm ET to get tips on building your own plugins with Rational Method Composer. Get your questions answered!
    FREE! Go There Now!


    NEW! Run your first CICS application on a PC using TXSeries for Windows

    Learn the basics of the IBM Customer Information Control System (CICS). With a hands-on exercise, learn how to get your first CICS application up and running on your desktop using TXSeries V6.1 for Windows. The tutorial shows you how to download and install a free trial version of TXSeries V6.1.
    FREE! Go There Now!


    NEW! Trial download: IBM Rational Tester for SOA Quality V7.0.1

    Get a free trial download of the latest version of IBM Rational Tester for SOA Quality V7.0.1, a functional and regression testing tool that enables the creation, comprehension, modification and execution of testing GUI-less Web services.
    FREE! Go There Now!


    NEW! Webcast: Eclipse: Empowering the universal platform

    The Eclipse community is constantly working to extend Eclipse's functionality. In this webcast, learn about some of the most important and feature-rich projects under development. From multi-language support to plug-in development, tune in to see what Eclipse is capable of now.
    FREE! Go There Now!


    NEW! Webcast: Extreme transaction processing with WebSphere Extended Deployment

    In this webcast, you'll get an introduction to the eXtreme Transaction Processing (XTP) features of WebSphere Extended Deployment and the common architectural traits required by XTP applications. See how WebSphere Extended Deployment's ObjectGrid feature provides a state-of-the-art infrastructure for hosting XTP applications.
    FREE! Go There Now!



    All FREE IBM® developerWorks Tools!

    DISCUSSION BOARD CODE ARTICLES

    - phpBB Google Sitemap XML generator v2.1
    - myPHPWiKi
    - Simple Shoutbox 1.3
    - Chipmunk Board
    - TagIt! Tagboard v2.1.B Build 2 - UPDATED 11....
    - Internal Mail System
    - phpAdBoard
    - Super Simple Discussion 4 sysadmins
    - Powerbox Version 0.2
    - SXMB
    - J.A.G. (Just Another Guestbook)
    - PowerBox
    - TagIt! Tagboard
    - Tom's Corkboard
    - MiniChat





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek