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  
Forums Sitemap 
Download TestComplete 
JMSL Numerical Library 
IBM® developerWorks
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!


    NEW! A Layered approach to delivering security-rich Web applications

    As businesses grow increasingly dependent upon Web applications to provide services to customers, employees and partners, these complex applications become more difficult to secure. Although traditional security solutions protect Internet infrastructure layers, they do not guard against HTTP and HTML attacks. Many organizations that conduct security testing still deploy applications that allow attackers to manipulate their logic and wreak havoc on their business. To mitigate this risk, development and delivery teams must address Web application security throughout the lifecycle, addressing the many layers detailed in this paper.
    FREE! Go There Now!


    NEW! Did you say mainframe? e-kit

    Learn how you can extend modern application lifecycle management to IBM System z through the IBM Rational Software Delivery Platform (SDP). The Did you say mainframe? e-kit includes podcasts, webcasts, tutorials, white and red papers, demos, and articles designed to help ease the challenges of modernizing your enterprise. This complimentary kit for mainframe developers is a practical, how-to guide for making the most of an existing development environment, including the skills and infrastructure already in place at an established enterprise.
    FREE! Go There Now!


    NEW! Download the free Web Application Security eKit

    Discover how IBM Rational AppScan Standard Edition can help you detext vulnerabilities in your web applications in the Web Application Security eKit. IBM Rational AppScan is a leading suite of automated web application security solutions that scan and test for common Web application vulnerabilities. The new Web Application Security eKit provides you with valuable resources, including white papers, demos, and additional information on the benefits of testing your Web applications.
    FREE! Go There Now!


    NEW! Evaluate Rational Business Developer V7.1

    Visit IBM developerWorks to download a free trial version of IBM Rational Business Developer V7.1. Rational Business Developer offers rapid and simplified development of business applications and services through Enterprise Generation Language (EGL) tools, generating Java or mainframe solutions while shielding developers from technical complexities.
    FREE! Go There Now!


    NEW! IBM Rational AppScan Standard Edition V7.7

    Secure your Web applications with IBM Rational AppScan Standard Edition V7.7, previously known as Watchfire AppScan. This Web application security testing tool automates vulnerability assessments and scans and tests for common Web application vulnerabilities. Visit IBM developerWorks to download a free trial of IBM Rational AppScan Standard Edition V7.7.
    FREE! Go There Now!


    NEW! Maintaining QoS and Process Integrity in an SOA Environment

    This webcast outlines the best practices that must be instituted to gain the maximum benefit from SOA while maintaining high quality of service. Whether you are deploying new applications or managing and monitoring your existing infrastructure, learn how you can ensure high quality of services with SOA based solutions from IBM. All registrants who attend this live Web Seminar will receive complimentary access to a white paper titled “Maintaining QoS in an SOA Environment”.
    FREE! Go There Now!


    NEW! Rational Build Forge Express eKit

    Rational Build Forge Express Edition is an automation framework that packages the latest enterprise-grade technologies into a reliable, flexible and robust configuration designed and priced specifically for small to midsize businesses. The new Rational Build Forge Express eKit provides you with valuable resources – including a case study, podcast, demo, and articles – to help you increase staff productivity, compress development cycles and deliver better software, fast.
    FREE! Go There Now!


    NEW! Try the IBM SOA Sandbox for Connectivity

    Visit IBM developerWorks to try the IBM SOA Sandbox for connectivity. The SOA Sandbox for connectivity provides a trial environment with the tooling and components to help you explore how to effectively connect your infrastructure and integrate all of the people, processes and information in your company. Use the hosted sandbox to explore SOA techniques that streamline connecting existing IT assets together, as well as learn how to connect them to new business logic.
    FREE! Go There Now!


    NEW! Webcast: Application security testing and Web compliance

    Join the IBM Watchfire team for an informative discussion on techniques and best practices to proactively manage Web application security and how to effectively build application security testing into the software development lifecycle (SDLC). In this Software Delivery Platform webcast you will learn: How to better understand potential web application security vulnerabilities, best practices and how to effectively integrate application security testing into the software development lifecycle, the importance of detecting and removing software vulnerabilities during application development.
    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-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
    Stay green...Green IT