ource Advocate

Dec 20, 2003 - 01:00 PM
Submit News :: FAQ :: Advanced Search :: Reviews 
Search   
Main Menu
· Home
· Downloads

QuickNotes
·  Job Task(s)
· additional security
· apache notes
· apache php w/pdf
· backuping up using tar
· check size of shares
· Cisco logging
· cisco redirect to squid proxy
· cisco troubleshooting notes
· commands using ssh/rsync
· Corp. E-mail sig
· Create favico
· create rpm notes
· customized bashrc
· CVS notes
· db of MAC address
· Eclipse as a phpeditor
· example sync script rh401
· Exchange recovery notes
· find examples
· find music files on fileserver
· fwbuilder script
· Install Keystone Helpdesk
· Jabber Notes
· linux perf tuning
· mkisofs examples
· mod_mp3 notes
· moving away from Exchange
· mp32wav
· mp3proc script
· mysql backup script 1
· mysql backup script 2
· Mysql Presentation
· MySQL replication
· named setup notes
· nbtscan notes
· Network Documentation
· nmap to mysql
· perl MySQL::DBI
· php compile option
· Piranha httpd.conf with ssl
· Piranha lvs.cf
· posix ACLs
· regular expressions
· RH kickstart example
· rsync --daemon
· samba notes
· secure cisco router
· sldap.conf notes
· squid config
· ssh trick 1
· stunnel and mysql
· sync file example rh401
· tar backup script
· tcpdump notes
· User Diskusage report
· using fping
· using mod_rewrite
· using mrtg
· Using ucd-snmp-utils
· various commands
· vsftpd cfg 1
· Webdav setup
· winnt stuff
· wipe drive

pccs-linux.com #>
 Username
 Password
 Remember me


Don't have an account yet? You can create one. As a registered user you have some advantages like a theme manager, comments configuration and posting comments with your name.


L.A.M.P Powered!!


Linux is a multi-user, multi-tasking operating system that runs on many platforms, including Intel, Motorola MC68K, DEC Alpha, and PowerPC. It implements a superset of the POSIX standard. Linux interoperates well with other operating systems, including those from Apple, Microsoft, and Novell.

Apache httpd server is a powerful, flexible, HTTP/1.1 compliant web server, is highly configurable and extensible with third-party modules, can be customised by writing 'modules' using the Apache module API,provides full source code and comes with an unrestrictive license runs on Windows NT/9x, Netware 5.x, OS/2, and most versions of Unix, as well as several other operating systems

MySQL is a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server.

PHP is a server-side, cross-platform, HTML embedded scripting language.


after PHP why would you select another web development language?
Posted by: cthorn on Sunday, December 07, 2003 - 09:39 AM
PCCS-Linux.COM Your reasons for looking at PHP in the first place was
because it
  • was designed for the Web not adapted
  • has short learning curve
  • has a very active community
  • is licence-free GPL
  • runs on *unix and window$






  • (1 Reads) Read more... (475 bytes more) comments? Send this story to a friend Printer friendly page

    another CMS with a nice feature
    Posted by: cthorn on Saturday, December 06, 2003 - 10:38 PM
    PCCS-Linux.COM the MaxDev project: http://www.maxdev.com/
    Bundled with AutoThemes. They also provide "integration of Postnuke, eNvolution, Oscommerce and other CMS systems, like special version of this system to manage E-Commerce, E-Learning, intranet, Workflow, ERP, hotels and restaurant administration and many more."




    (4 Reads) comments? Send this story to a friend Printer friendly page

    Looking at Eclipse and PHPEclipse
    Posted by: cthorn on Saturday, December 06, 2003 - 10:06 PM
    PCCS-Linux.COM Mission : find a GUI editor for my PHP development
    Experience with PHP : 3+ years
    Expertise Level : Advanced, and learning fast

    I've used vi for year, because I couldn't find an IDE that
    functioned as I expected without using Windows and I wasn't going to do that,
    and I really didn't want to spend any money so I downloaded eclipse-SDK-2.1.2-linux-gtk.zip from eclipse.org


    (2 Reads) Read more... (513 bytes more) comments? Send this story to a friend Printer friendly page

    htmlpages addon
    Posted by: cthorn on Tuesday, October 07, 2003 - 09:48 PM
    PCCS-Linux.COM very quick hack...

    htmlpages addons

    htmlpages.php.search - makes the notes searchable
    htmlpages.php.block - displays titles in a block

    Downloads --> Postnuke 7.2.x

    (29 Reads) comments? Send this story to a friend Printer friendly page

    adding new gamereviews module to site search
    Posted by: cthorn on Saturday, August 23, 2003 - 04:10 PM
    PCCS-Linux.COM After getting the module working, we decided that we wanted it searched when a site search was performed.

    this should get you started...



    (44 Reads) Read more... (1444 bytes more) comments? Send this story to a friend Printer friendly page

    Extending Postnuke reviews module
    Posted by: cthorn on Saturday, August 16, 2003 - 08:48 PM
    PCCS-Linux.COM Want to add additional features to your reviews module.
    Here is a function that displays a random review or if you modifiy the sql query it will display last review entered.


    to use:
    paste function into index.php

    add to reviews_index() function
    right belowable() function call and it will display at the top of your reviews.

    (31 Reads) Read more... (2647 bytes more) comments? Send this story to a friend Printer friendly page

    Creating multiple Review(s) sections
    Posted by: cthorn on Tuesday, August 12, 2003 - 08:50 PM
    PCCS-Linux.COM During the deployment of 2 postnuke websites, the need for another review like module for both sites was rasied.

    Question: Can we use something like the current Reviews section for our Gaming section?
    Answer: yes but to make it work I need to hack the default module.

    Do it...



    (32 Reads) Read more... (12334 bytes more) 1 Comment Send this story to a friend Printer friendly page

    Looking at Postnuke's database
    Posted by: cthorn on Monday, August 11, 2003 - 10:24 PM
    PCCS-Linux.COM As we begin looking at MySQL's caching support, I needed to be able to look at postnuke's current database schema.

    I could have install phpmysqladmin, but I wanted a different look at the database. I wanted to be able to convert tables to InnoDB, determine where INDEXES would help, and have the ability to check and repaire a table.

    (39 Reads) Read more... (587 bytes more) comments? Send this story to a friend Printer friendly page

    Using ADODB's Cache* functions
    Posted by: cthorn on Monday, August 11, 2003 - 09:34 PM
    PCCS-Linux.COM Finding ways to make 2 postnuke sites respond ASAP
    I looked at ADODB Cache* functions


    (28 Reads) Read more... (1839 bytes more) comments? Send this story to a friend Printer friendly page

    Postnuke NewsModule pagination
    Posted by: cthorn on Monday, August 11, 2003 - 08:45 PM
    PCCS-Linux.COM Giving the responsibility of finding a pagination solution since I recommend using Postnuke.

    I looked at:

    Postnuke's API and found that if I used pnHTML() I could use $output->Pager()
    ADODB Pager functions - unusable for pn (my 2 cents)
    Envolution - found printlink()

    I decided to modify the printlink() from Envolution because it allowed me to modify the least amount of code.
    As a result of extracting, modifing and renaming printlink(). I had pagination support for the News module.

    (93 Reads) Read more... (1191 bytes more) comments? Send this story to a friend Printer friendly page

    Nukelayout PHP Class
    Tracker Tracker
    Forums Forums
    Docs Doc Manager
    Mail Lists Mailing Lists
    Tasks Task Manager
    CVS CVS Tree
    FTP Released Files

    SFProject Block by
    Brave Cobra


    Web Links
    · Getting Started Guide
    · EduNuke.com
    · Authenticated User Community
    · MITourseWare
    · PN Coding Standards
    · New York Linux User Group
    · Houston Linux User Group
    · PostNuke CVS Guide
    · PostNuke API Command Reference
    · Module Developer's Guide

    Other Stories
    · after PHP why would you select another web development language? (Dec 07, 2003)
    · another CMS with a nice feature (Dec 06, 2003)
    · Looking at Eclipse and PHPEclipse (Dec 06, 2003)
    · htmlpages addon (Oct 07, 2003)
    · adding new gamereviews module to site search (Aug 23, 2003)
    · Extending Postnuke reviews module (Aug 16, 2003)
    · Creating multiple Review(s) sections (Aug 12, 2003)
    · Looking at Postnuke's database (Aug 11, 2003)
    · Using ADODB's Cache* functions (Aug 11, 2003)
    · Postnuke NewsModule pagination (Aug 11, 2003)

    Past Articles
    Monday, April 21
    ·Cracker (0)
    ·Hacker (0)
    Friday, April 18
    ·PHP Projects @ PCCS-Linux.COM done by cthorn (0)

    Report Bugs :: Tasks :: Developers 

    All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2002 by me
    This web site was made with PostNuke, a web portal system written in PHP. PostNuke is Free Software released under the GNU/GPL license.
    You can syndicate our news using the file backend.php

    Pccs-linux guide


    New

    Vending Machines New or USED - Buy or Sell Vending Machines Nationwide...

    Vending Machines New or USED - Buy or Sell Vending Machines Nationwide... Vending machines are just one of the modern conveniences in the world because these machines allow customers to purchase items without having to stand in line and check out at a store. Currently, there are two different types of vending machines that are used by business owners throughout the world.The most popular type of machine is the one in which the consumer will deposit their money and make a selection of the item that they want. The item will then be dispensed into a slot at the bottom of the machine where the product can be collected. The other type of machine that is commonly seen is the type where the money is deposited into the machine, which will unlock a door that the consumer can open to receive their product.

    Promotion: link popularity: link building

    Link Building

    Link Building Using social media for link building can be a double edged sword. It's a fine balance between over-promotion and relevant interest from your readership. When done correctly, social media can help you develop inbound links without much effort.

    Relationships: dating sites and servises for singles

    firstclickfriend.comfirstclickfriend.com

    firstclickfriend.com firstclickfriend.comfirstclickfriend.com firstclickfriend.com Picky,firstclickfriend.com picky,firstclickfriend.com picky.firstclickfriend.com I’vefirstclickfriend.com heardfirstclickfriend.com thatfirstclickfriend.com morefirstclickfriend.com thanfirstclickfriend.com afirstclickfriend.com oncefirstclickfriend.com whenfirstclickfriend.com itfirstclickfriend.com comesfirstclickfriend.com tofirstclickfriend.com myfirstclickfriend.com datingfirstclickfriend.com choices.firstclickfriend.com Andfirstclickfriend.com womenfirstclickfriend.com infirstclickfriend.com generalfirstclickfriend.com arefirstclickfriend.com consideredfirstclickfriend.com wayfirstclickfriend.com choosyfirstclickfriend.com whenfirstclickfriend.com itfirstclickfriend.com comesfirstclickfriend.com tofirstclickfriend.com findingfirstclickfriend.com afirstclickfriend.com mate.firstclickfriend.com Afirstclickfriend.com lotfirstclickfriend.com offirstclickfriend.com researchfirstclickfriend.com supportsfirstclickfriend.com this.firstclickfriend.com

    Travel: vacation rentals: villas for rent

    Koh Samui villas

    Koh Samui villas Special note: This page was about Guest Reviews of Baan Phulay ycnow.com samui-villas.

    Web design and development: graphics: web: templates

    vooweb.com Website Templates

    vooweb.com Website Templates Web templates are nothing but pre-designed templates around which one can easily input the website content and get his website up and running in no time. Isn't that pretty easy to do? You don't have to run around designing web pages for your site and can simply explore the many web templates which are designed keeping many requirements. The fascination for these templates has caught on like fire and the internet is flooded with websites based on these website templates.Everything is taken care of these days while designing templates. You don't have to worry if your targeted industry is travel, hospitality, IT, Automobile or Entertainment.

       
    PCCS-Linux.COM ::ource Advocate Articles catalogue
    2000 2002

    pccs-linux.com v 4_2