stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


PHP Class 'Simple Login' released







PHP Class 'Simple Login' released

PHP Class 'Simple Login' released 02/17/2004 07:45 PM

This class is meant to manage the access permiossios of multiple users to Web pages of a site. It can be used to ask for your site users to authenticate to have access to protected pages. You only need to insert one line of code at the top of your site protected pages to use this system. It provides an administration manager interface. It uses sessions, so it does not require the use of a database.




This is a GrokNews Entry: (what is grok?)





Similar Items

PHP Class 'Simple Login' released

Grok Headline matches for PHP Class 'Simple Login' released

PHP Class 'phpBB login' released


PHP Class 'phpBB login' released 02/10/2004 02:46 AM
This class is meant to provide user authentication to sites that have already installed the phpBB forum application database. This class avoids the need to create or install another authentication system if you already have installed or plan to install phpBB. For now, this class supports only user authetication but not to add, update or delete user records. These features are planned to be supported in future versions of this class.

PHP Class 'Simple TCP Daemon' released


PHP Class 'Simple TCP Daemon' released 08/15/2002 01:31 AM
This class lets you write Simple daemons. The features of this class are: * Support running as inetd/standalone app * Validate commands and handle commands through callbacks

PHP Class 'Simple MSN Class' released


PHP Class 'Simple MSN Class' released 12/16/2003 07:41 PM
This class is meant to connect to a MSN Messenger server, login as a given user and handle chat requests with other users. The package comes with a separate class that acts as robot that interacts with other connected users. The output and the comments in this class are written in Chinese.

PHP Class 'Simple Object' released


PHP Class 'Simple Object' released 04/21/2004 06:25 PM
This package provides a base class that has common functions for accessing class variables. It provides to any derived class the same interface of setter and getter functions, import(), export(), append(), register_filter(), unregister_filter(), apply_filter() etc.. A template engine class, a database query result fetcher class are just two examples of derived classes that share the same interface provided by the base class.

PHP Class 'Simple Histogram' released


PHP Class 'Simple Histogram' released 03/08/2004 11:22 PM
This package is meant to generate a graphic image that represents an histogram from a given set of data values in an array. It can draw a graph of bars with the supplied values, with a specified with and height, with optional horizontal and vertical axis scales and labels and the possibility of choosing the colors of the background and the axis labels. The colors of the bars are picked by the class automatically. The graph image is created in true color and outputted in the PNG format using the PHP GD extension. The class generate HTML IMG tags with the SRC attribute pointing to an URL based on the current script URL that passes the necessary parameters to the class to output the image graphic in the PNG format.

PHP Class 'simple-text-counter' released


PHP Class 'simple-text-counter' released 11/06/2002 07:34 PM
Simple text-file-based counter. Can record recent IPs to prevent "counter-boosts". Timeout is configurable.

PHP Class 'Simple Mini Poll' released


PHP Class 'Simple Mini Poll' released 01/18/2004 08:11 PM
This package is meant to create online surveys. It lets you create Web based polls with a single question for which the users can only pick one answer of multiple answers. There is no limit of possible answers per poll. The poll questiom, the possible answers and the respective vote count are store in MySQL database tables. The system does not require authentication nor keeps track of the address of the users but has protection to prevent that users of the same IP address vote more than once for a given period. The class can generate HTML forms presenting a poll in a Web page, as well display the table of the current results. A separate class can generate a HTML based Web interface to create, activate and delete polls.

PHP Class 'Simple Users Online' released


PHP Class 'Simple Users Online' released 01/08/2004 08:14 PM
This class is meant to keep track of the users currently accessing a site. The class stores the unique IP addresses of each users online in a database. The class tries to determine the real IP address of uses behind proxy servers. The class also performs the maintenance task of deleting all the records of user IP addresses that are stored before a given timeout period specified in a class variable. The class count the number of user accessing the site by counting the number of unique user IP address records currently stored in the database.

PHP Class 'Simple banner rotator'
released


PHP Class 'Simple banner rotator'
released
11/15/2002 07:51 PM
This is simple banner rotator. It just picks all files from a specified directory, shuffles them and shows one-by-one, once per page view. Very simple and easy to use.

PHP Class 'Simple HTML form creation'
released


PHP Class 'Simple HTML form creation'
released
10/28/2003 11:08 PM
This class is meant to create HTML forms by outputting the HTML tags of its elements one by one. It can be more useful in combination with template engine classes.

PHP Class 'PHP or Java Class Code
Generator' released


PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AM
This package is meant is automate the generation of classes to access databases in Java beans style. It uses the Fast Template engine to process template files that define the skeleton of functions and variables of classes that store and retrieve data object property values from a given database table, getter and setter functions to access those properties and a function to delete a data object row from the respective database table. The package comes with templates to generate classes either in PHP or Java. The PHP template defines code to access data objects in a MySQL database. The Java template defines code to access data objects in any database supported by JDBC.

PHP Class 'Convert Class To HTML Table'
released


PHP Class 'Convert Class To HTML Table'
released
02/10/2004 02:46 AM
This class is meant to display the structure of any class as an HTML table. The class being displayed can have variables that contain objects of other classes or arrays and treats those variables each accordingly.

PHP Class 'Bs_StopWatch.class.php'
released


PHP Class 'Bs_StopWatch.class.php'
released
11/07/2002 07:59 PM
You can take times during a code run and at the end get a time table as HTML or text table. The output will contain total and as delta between each take in microseconds. Free Code; This Class is part of the BlueShoes PHP Application Framework, see blueshoes.org.

PHP Class 'calend.class.php' released


PHP Class 'calend.class.php' released 01/03/2003 07:52 PM
This class generates HTML calendars in the portuguese language. In portuguese: Esta classe gera um calendário em português em HTML.

PHP Class 'Bs_CsvUtil.class.php'
released


PHP Class 'Bs_CsvUtil.class.php'
released
11/08/2002 08:17 PM
Features: supports any separator char sequence, default is semicolon ";". supports separator characters in the values. eg you use a ; as separator, your line may look like blah;hello world;"foo";"foo;bar";"this is a ""string""";got it?;foo as you can see, the values can be in "quotes". if your text uses quotes itself as in the "string" example, they are escaped in ms-style with 2 quotes. and by using quotes we can even have your separator inside the text (example "foo;bar"). line breaks. a csv line may spread over multiple lines using crlf in a field value. see the checkMultiline param and the _checkMultiline() method.

PHP Class 'My Db' released


PHP Class 'My Db' released 06/09/2004 06:55 PM
This package is a SQL database wrapper supporting MySQL, Interbase and MS SQL server. It can establish database server connections, execute SQL queries, retrieve query results into arrays and display query results as HTML tables.

PHP Class 'My DB' released


PHP Class 'My DB' released 02/15/2004 07:40 PM
This class is a simple wrapper around MySQL database acess functions. It provides wrapper functions around most of the PHP MySQL extension function like database, connection, queries execution and result data access, error message retrieval, database creation and locking of tables.

PHP Class 'CsvParser' released


PHP Class 'CsvParser' released 11/07/2002 07:59 PM
With this parser you can simply load a CSV file. You can specify if column headers should be loaded or not. You can retrieve records one by one then.

PHP Class 'amazon_sell' released


PHP Class 'amazon_sell' released 11/13/2002 08:09 PM
This is my little contribution to the Open Source community after taking so much. It's class that allows you to add ZShop items to your Seller Account on Amazon. When you post an item you will get an exchange id back. You can remove items if you have the exchange Id from Amazon (this is also listed on their website). There's no guarentees that this will work since Amazon probably changes their layout all the time. But the last I checked it was working as expected for me. **Please don't email me if it doesn't work, I have enough trouble as it is with school!** You will need to have the Curl Library installed with PHP.

PHP Class 'phptree' released


PHP Class 'phptree' released 11/12/2002 07:48 PM
phpTree was developed to provide a very simple, "file-manager looking", embeddable, web-based, file and/or content management system. By using phpTree you may very easily embed hierarchical web-modifiable files and/or content and establish security parameters for the modification of data stored in the tree into your existing website. Although it is possible, phpTree was not designed with intention for it to "be" the website, but rather to be embedded into existing websites wherever hierarchal data is needed. Security policies can be enforced on a group, and world level. Additionally, the same mySQL database can be used to host multiple distinct trees throughout your website. See the documentation section for more information.

PHP Class 'mImage' released


PHP Class 'mImage' released 11/21/2002 07:13 PM
Small image class to resize an image or create thumbnails. Uses pre-compiled netpbm 1.1 found gallery.sourceforge.net (http://sourceforge.net/project/showfiles.php?group_id=7130)

PHP Class 'paypal_ipn' released


PHP Class 'paypal_ipn' released 11/11/2002 08:22 PM
This class is usefull to process Instant Payment Notification (IPN) from Paypal. See www.paypal.com for more information about IPN. It requires cURL PHP module.

PHP Class 'INIParser' released


PHP Class 'INIParser' released 11/10/2002 07:54 PM
This class read data from .ini file format and parse it into array. By using the UpdateCat command, HTML entities can be symbolized and then be generated using short symbol.

PHP Class 'gnVisitorInfo' released


PHP Class 'gnVisitorInfo' released 06/09/2004 07:07 PM
The gnVisitorInfo class is meant to gather some information about the visitor on your page. The information that is retrieved include: the IP address, the current page HTTP request method, browser identification, user machine operating system, and the country name determined from IP address. Note that you need to install the a database table that is used to determine the country from the IP address. A dump of an updated IP to country database table may be obtained in the address listed in this package related links section.

PHP Class 'AbstractDB' released


PHP Class 'AbstractDB' released 11/05/2002 08:19 PM
If you believe that database abstraction is a good think, but you don't want to join the religous fights about the best one out there, then we have a common interest. This abstract wrapper class provides easy and simple class methods to access the most important db function. Classes implementing the functionality for native PHP functions, PEAR, PHPLIB and METABASE enables you to switch between these db abstraction layers by changing only a single line of code. Now you are able to use a unifed abstraction layer for database access and switch between the underlaying layers. CONSTRUCTOR: function AbstractDB($libraryPath, $dbType, $resultType) FUNCTIONS: function connect($host, $db, $user, $password) function disconnect() function query($query) function nextResult() function allResults() function numRows() function affectedRows() function getIdentifier() function getDbType() PUBLIC VARS: var $host var $database var $user var $password var $lastQuery var $resType var $error var $db var $result

PHP Class 'csvFieldDump' released


PHP Class 'csvFieldDump' released 11/02/2002 08:10 PM
This class can pull only the specified fields from a csv file. you can specify either the field numbers or field names to pull out. Also it can just show you a numbered list of the csv headers. Also in the class i've added some code at the bottom which allows this class to be used on the command line by passing various flags to it. if you make the script executable try ./script -h for help.

PHP Class 'XSLT' released


PHP Class 'XSLT' released 10/19/2002 07:49 PM
PHP class which will hopefully make it a little bit easier to work with PHPs XSLT extension

PHP Class 'UBBCode' released


PHP Class 'UBBCode' released 10/20/2002 08:09 PM
Replaces the UBB tags listed below with HTML tags, and vice versa. Also keeps the line feeds in the text and removes all HTML tags. UBB Tags: [b]...[/b] bold [i]...[/i] italic [code]...[/code] source code [img], [/img] images [quote]...[/quote] blockquote [url]http//www.link[/url] links [url=http//www.link]name[/url] links [email]me@home.de[/email] email link [email=me@home.de]name[/email] email link Additional Tags: [u]...[/u] underline [center]..[/center] center [color=name]...[/color] colors For a description of ubbcodes see: http://community.infopop.net/infopop/ubbcode.html FUNCTIONS: function encode($str) function decode($str) function listCodes()

PHP Class 'CTable' released


PHP Class 'CTable' released 10/21/2002 08:35 PM
This class helps aid in the generation of table output from a database recordset, or other form of data source.

PHP Class 'CGrid' released


PHP Class 'CGrid' released 10/23/2002 08:16 PM
Properties +---- table // Instance of recordset +---- titles // Array with titles of columns +---- colsSize // Size of each colum +---- colsOrder // Name of fields to ORDER BY SQL +---- titlesBgColor // BgColor of Titles +---- titlesOnColor // BgColor of selected title +---- titlesOffColor // BgColor of non selected +---- listColor // Color of content +---- overRow // Color of mouse over line +---- eraseCol // 1 to show erase colum Function +---- show( $sql ) // Show grid

PHP Class 'StyleMenu' released


PHP Class 'StyleMenu' released 10/25/2002 07:23 AM
Class based on HTML Table (Dimitris Kossikidis ). This class provides a fast form to create and to maintain blocks of menus. It allows to use styles and format of table with very few lines of code.

PHP Class 'CSV' released


PHP Class 'CSV' released 10/25/2002 07:23 AM
This class enable you a databse-likely access to comma separated (csv) and fixed length files. Is useful for import from csv to db.

PHP Class 'Tag' released


PHP Class 'Tag' released 10/25/2002 07:23 AM
A simple way to create XML/HTML tags with name, attributes, attribute values and content inside the tag. This class can be extended to make custom tag classes easily. Have fun!

PHP Class 'CMC_form_validation' released


PHP Class 'CMC_form_validation' released 10/25/2002 07:34 PM
With this class you can have PHP automatically generate form validation in JavaScript. Currently supports the following validation types: 1. Required Field 2. Numerical Characters only. 3. Alphnumerical Characters only. This class is extremly easy to use and has been designed in a way to allow for additional validation types to be added.

PHP Class 'preditor' released


PHP Class 'preditor' released 10/26/2002 07:53 PM
Preditor is a class for file editing and copying. It makes editing easier by allowing you to load a file, enter a piece (string) you want changed, and a replacement string, whether it only occurs once, or a bunch of times, and it will go through the file and change each occurence. You can also save the file to a directory. Copy non-text based files to different directories. (more options to come)

PHP Class 'page_handle' released


PHP Class 'page_handle' released 10/28/2002 08:29 PM
A template engine geared to be able to display data without much hassle in PHP code, just fetching of data and giving it to the template engine. Create HTML templates with the data's keywords

PHP Class 'mimetype' released


PHP Class 'mimetype' released 10/28/2002 08:29 PM
This class enables PHP scripts to determine the mime type of a file based on file extension, useful for PHP versions without access to other utilities that determine mime type. Built from the Apache mime type file.

PHP Class 'phpsecureweb' released


PHP Class 'phpsecureweb' released 10/29/2002 07:48 PM
Protect your sites or intranet with the power of PHP Secure Web. It is database independent as what adODB supports. You required to have a database of your liking. Simply install the tables, sign on as an Admin, create users and groups, assign users and actions to the groups, and you are almost done. Now write 4-5 lines of code for the pages you want to protect (you can copy it from the examples) and you are done. You will love the powerful and advanced Administration features.

PHP Class 'PhpDtObject' released


PHP Class 'PhpDtObject' released 06/10/2004 06:15 PM
These classes simplify the process of retrieving, editing, inserting and delete rows from the database table. PhpDtObject creates an object from a table row or an array of objects if multiple rows are retrieved from the table. Objects can also be created with init method, that passes primary key value (usually id) to getOne and getMany methods that can take complex searching criteria. Rows can be updated, deleted and new rows created with a simple method calls. By extending this class you have basic access to the database tables and you can concentrate to your own class functionality. These classes are quite similar to DAO (Data Access Objects) but may be used for other purposes. PhpDtObject requires ADOdb database abstraction layer.
Grok Description matches for PHP Class 'Simple Login' released
GrokA matches for PHP Class 'Simple Login' released

PHPMac.com: Members System (a Login)


PHPMac.com: Members System (a Login) 03/29/2005 08:51 AM
Over on PHPMac.com there's a new posting that anyone out there looking for a very simple login form might want to take a look at.

Login Anomaly Detection System 0.10


Login Anomaly Detection System 0.10 01/03/2005 11:54 AM
A tool for monitoring logins.

Login Anomaly Detection System 0.7


Login Anomaly Detection System 0.7 12/09/2003 06:07 PM
A tool for monitoring logins.

CsCP: MoJT Login System


CsCP: MoJT Login System 05/11/2004 05:57 PM
Version 0.85 released

System sleep depending on login &
logout


System sleep depending on login &
logout
01/04/2005 08:50 AM
The system's sleep function is a great feature; it works stably and saves a lot of time rebooting the system. The problem is, when sleep is enabled, you have the risk that the system goes to sleep when it shouldn't, e.g. duri...

Plan a Great Client Login System


Plan a Great Client Login System 01/14/2003 12:14 AM
WebmasterBase Jan 13 2003 11:37PM ET

Writing a Basic Authentication System in
PHP


Writing a Basic Authentication System in
PHP
12/24/2004 01:03 PM
An authentication system allows certain online material to be accessible only to a select few. This tutorial illustrates the basic construction of an authentication system using PHP.

Basic Installation of PHP on a Unix
System


Basic Installation of PHP on a Unix
System
06/11/2004 11:17 AM
The configuration system that PHP uses for installation is one of those nice, simple things in life that makes it rosy. At first it might seem a little confusing, but it's really very easy. So let's dive right in. -- Darrell Brogdon


Codewalkers.com: Writing a Basic Auth
System


Codewalkers.com: Writing a Basic Auth
System
12/27/2004 09:08 AM
Codewalkers.com has a new tutorial posted today for all of you out there looking to make an authentication system with PHP.

GDM OSX look login 2.0


GDM OSX look login 2.0 11/18/2003 05:35 PM
A login screen with an OS X-like appearance.

"Login"


"Login" 05/27/2004 01:40 AM

Login


Login 06/14/2004 03:50 AM

old.weblogs.com/member/login
track this site | 38 links


"Partner Login"


"Partner Login" 11/16/2003 08:31 PM

Blogger: Login


Blogger: Login 05/10/2004 04:13 PM
Blogger just went through .. Ooh. Shiny

blogger.com/start
track this site | 4 links


We Don't Need No Stinkin' Login


We Don't Need No Stinkin' Login 07/20/2004 04:50 AM
Increasingly, Web publishers are demanding that users register to read their sites, and increasingly, readers are getting annoyed and turning to sites like BugMeNot, which offers pre-made login profiles. By Rachel Metz.

Skipping Auto Login


Skipping Auto Login 06/06/2004 06:54 PM
The shift key can perform one of several functions at startup. By Christopher Breen, Macworld (via MyAppleMenu)

Automating the Login Script


Automating the Login Script 02/01/2005 08:34 PM

Another from the PHPCon: Login Security


Another from the PHPCon: Login Security 11/01/2002 09:42 AM

Run any ScreenSaver from the Login
window


Run any ScreenSaver from the Login
window
06/15/2004 11:57 AM
After several hours of trying, I finally got the screensaver to display from the Login Window screen (I like to lock my Mac by using the fast-user-switching login window rather than the password protected screensaver/sleep). ...

Cryo Login Center's


Cryo Login Center's 05/07/2004 10:06 PM
May 7, 2004 News

Creating a login script with ASP


Creating a login script with ASP 06/03/2002 12:04 PM

Top Tip: Linux login authentication?


Top Tip: Linux login authentication? 08/09/2004 11:17 AM
How does Linux handle the Windows equivalent of domain logins? I'm looking into using Linux in the computer lab of a small school which has approximately 20 computers. I'm familiar with Windows domains and its logon security, but am not sure how it works in the Linux world? Are there domain controllers? How is logon authentication handled?

Specify the domain in SMB login strings


Specify the domain in SMB login strings 12/10/2003 11:27 AM
My default Workgroup in the Windows domain does not equal my login Workgroup. I found that you can specify Workgroup (along with user ID) in the SMB connect to string. For example: smb://WORKGROUP;machine.somewhere.com/Sh...

USB Key Replaces Gateway Login


USB Key Replaces Gateway Login 06/08/2004 12:31 PM
Pronto Networks introduces USB key to allow secure login without passwords: Pronto's Internet Key lets a user plug in this small device into a USB port to authenticate themselves over a Pronto-based network. The release doesn't mention what software is required to use the system, which was co-developed with Sweet Spot Solutions. While this is an idea that's been churning for a while--Microsoft is working on something of this sort, for instance--it's problematic when it's a single-vendor solution. Think about the grocery store affinity programs: how many cards do you have to carry to get the best price if a single store isn't convenient to you? My mother-in-law has a dangly array of those, which are capable of being managed, but not ideal. So, too, would a USB-based authentication system quickly get out of hand if you needed to carry a separate key for each system you might use. The best solution will be something akin to a SIM card as used in GSM phones, which has already been successfully tested as a method of secure authentication across a Wi-Fi network to a back-end cellular accounting system. Instead of a single key for each system, carry a USB key with either biometric (fingerprint) or password-based strong encrypted for mounting that contains a variety of certificates for use with an 802.1X EAP-TLS system. Even better, embed Secure ID into the USB key so that its ever-changing number is visible. This would provide yet another level of security: stealing the certificate and the username/password doesn't gain access without the Secure ID number. These kinds of authentication systems don't need to be baroque, and different networks might require different levels of security. But there should be checks and balances so that the theft of a string of data (like a certificate) or a piece of hardware (like a USB key) doesn't jeopardize the integrity of network....

PHP Classes


PHP Classes 06/08/2002 10:22 AM
IF you've been programming with PHP you may have came across OOP. The term OOP stays for Object Oriented Programming and refers to a technique in which you work with Objects in your programs. When I first started using Objects in PHP it was difficult for me to understand its concept, but, once I got it, I found them quite simple to work with...

Multi-Protocol Remote Login 0.2.2


Multi-Protocol Remote Login 0.2.2 02/12/2004 11:31 PM
Middleware allowing SSH, telnet, and local logins from the login: prompt.

Online Newspapers: We Don't Need No
Stinkin' Login


Online Newspapers: We Don't Need No
Stinkin' Login
07/21/2004 09:42 AM
Wired Magazine .. artigo .. Wired

wired.com/news/infostructure/0,1377,64270,00.html?tw=wn_tophea d_3
track this site | 7 links


Automatically mount SMB shares on login


Automatically mount SMB shares on login 05/10/2004 10:19 AM
To mount a SMB share with the Finder, the classical technique is to go to the Network directory, then to WORKGROUP, then to MACHINE, and then to choose a SHARE. But I want this to be done automatically when I log in. My techn...

PHP Magazine: Login Boxes Shouldn't Hurt


PHP Magazine: Login Boxes Shouldn't Hurt 08/27/2004 01:35 PM
Close on the heels of the SimpleTest 1.0RC1 release, is a new article titled "Coding a Login Box Shouldn't Hurt". Web sites can be fiddly to test, especially when it includes functionality like cookie handling and form filling. While manual testing is error prone and tedious, using a Web testing tool can automate the process, making development fast, accurate, and even fun. In this new article , Marcus Baker, helps you solve this tricky problem of authenticating users, by using test driven development.

10.3: A fix for proftpd not allowing
user login


10.3: A fix for proftpd not allowing
user login
11/03/2003 11:10 AM
This is a hint on making the proftpd ftp server work on Panther. I use it because it allows me to lock users in their home directory, whereas with the ftp server that comes with the system, a user can roam the whole directory...

PHP Class 'Simple Login' released

The following phrases have been identified by the grok system as matching this entry: login system basic classes

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

Intel, Movielink
co-star in Web movie
push

Spam keeps
cookin'--despite new
laws

Alzheimer's tracked
in patients

Google expands its
search empire

IBM shows Itanic
love with Power4
benchmark

How to Learn About
an Industry Or a
Specific Company

BBC NEWS | Magazine
| Quiz: Are you a
cynic

Yahoo! News - Sports
Photos - AP

CNN.com - Polaroid
warns buyers not to
'Shake It' - Feb.
17, 2004

Welcome UtahSAINT
Deciphering Emic
Speak

Welcome to my blog
NYU Digital
Journalism course

MailScanner Front
End

TLS: OpenSSL Tcl
Extension

Connection Manager
AISF
World-Wide Knowledge
Base

Federal Appeals
Court Upholds
Do-Not-Call Registry

Rodriguez Slips Into
a Yankees'
Pinstripes Jersey

Judge Leaves City's
Approval of Gay
Marriage Intact For
Now

Former Bishop of
Phoenix Convicted in
Fatal Hit and Run

Powell Sees 'No
Enthusiasm' for
Sending Peacekeepers
to Haiti

WINTER
WORLD

Fuel Cell Non-Glory
Deere Earnings Show
Agri-Power

Huffy's Tough Year
Opera 7.50 TP2
CNN: Apple
'Exporting America'
For Cheap Labor
Overseas

Nobuyoshi Araki
Record industry
issues more suits

Airports eye iris
scanners

Google adds 1
billion more pages
to Web index

SGOC: Quantitative
Assessment of
Computer Tomography
Screening Could Help
Achieve Longer
Survival for Lung
Can

Still a lot of
static

Researchers question
ESRB rating system

Group Seeks Upgrades
to Voting Machines

Intel Unveils New
Xeon Server
Processor

Jury Convicts
Ex-Bishop in Ariz.
Hit-And-Run Case
(Reuters)

Trainer Admits
Giving Steroids to
Players (AP)

Intel Unveils New
Xeon Server
Processor (AP)

Cingular acquires
AT&T Wireless for 41
billion dollars
(AFP)

Cameras, Privacy And
The Law

Explosives and
weapons found

Sources: EU rejects
Microsoft antitrust
settlement offer

Paper Shredder v1.5
Beta

AtomSync v2.03
Flasher Interrupts
Classes at Iowa
State (AP)

Broker FTP DoS
(Message Server)

iDEFENSE Security
Advisory 02.17.04:
Ipswitch IMail LDAP
Daemon Remote Buffer
Overflow

Beagle.b@mm
spreading at a
steady pace.

what is grok?