PHP Class 'Config Tool' released
Grok Headline matches for PHP Class 'Config Tool' released
PHP Class 'csv2mysql database migration
tool' released
PHP Class 'csv2mysql database migration
tool' released
11/02/2002 08:10 PMThis class creates sql to import into tables in any mysql table - you
specify the fieldname in the csv - and the mysql field in your db that
this relates to. It supports database queries to get values to go into
final sql (so you can link tables) and it supports running custom
functions to get values for the final sql too. - and static values for
other fields.
It does some validation on the final sql to check that you have all
the fields that are required etc.
There is also some (experimental) xls file import support providing
you have xlhtml installed on the machine the class is running on. (it
will locate it and moan if you haven't) This works if the excel file
only has 1 page but if it has multiple pages then im working on it ;)
PHP Class 'PHP or Java Class Code
Generator' released
PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AMThis 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 AMThis 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 PMYou 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 'Bs_CsvUtil.class.php'
released
PHP Class 'Bs_CsvUtil.class.php'
released
11/08/2002 08:17 PMFeatures:
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 'calend.class.php' released
PHP Class 'calend.class.php' released
01/03/2003 07:52 PMThis class generates HTML calendars in the portuguese language.
In portuguese:
Esta classe gera um calendário em português em HTML.
Internet a 'powerful tool'
Internet a 'powerful tool'
12/12/2003 09:12 AMNews24.com Dec 12 2003 8:21AM ET
'All-but-essential tool'
'All-but-essential tool'
06/20/2004 11:07 AMChicago Tribune Jun 20 2004 3:09PM GMT
PHP Class 'My DB' released
PHP Class 'My DB' released
02/15/2004 07:40 PMThis 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 'My Db' released
PHP Class 'My Db' released
06/09/2004 06:55 PMThis 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 'sqltoolkit' released
PHP Class 'sqltoolkit' released
03/19/2003 10:44 PMThe PHP SQL Toolkit is a PHP class system for abstracting database
calls. Using classes or functions, it abstracts the underlying
database structure into data sources in a manner similar to ODBC. Data
sources are defined in one file and a standardized syntax is used for
connecting to all databases. This is useful for portable code or for
referencing multiple databases on multiple platforms all at the same
time.
PHP Class 'BD Calendar' released
PHP Class 'BD Calendar' released
05/10/2004 06:59 PMThis class outputs a calendar of a given month of the year
highlighting special days registered in a MySQL database table with
agenda information.
The days of the month appear as links to a configurable page.
The code and the texts used by the class are in Portuguese.
PHP Class 'DCalendar' released
PHP Class 'DCalendar' released
10/08/2002 07:09 AMShow a calendar with options view year, month and today link. Dynamic
events with diferent color
PHP Class 'DB Layer' released
PHP Class 'DB Layer' released
05/09/2004 06:24 PMThis package is database abstraction layer to access all supported
databases using a single calling convention. It supports multiple
databases using dedicated sub-classes.
It features:
- Error handler.
- Result Pagination
- Supported databases: MySQL , PostegreSQL.
PHP Class 'db_view' released
PHP Class 'db_view' released
10/08/2002 07:08 AM"db_view" provides:
* An abstraction class and helpers for multi-tabled Mysql data.
(init, select, select_row, count, insert, update, delete)
* Atomic multi-table updates, inserts, deletes
eg: update items, month set items.price=month.price where
items.id=month.id;
Also primitive non-atomic (=insecure) rollbacks.
* Functions, Triggers and Defaults per action
(select, update, insert, delete; before or after)
* Rich logging and debugging facilities.
PHP Class 'DBgrid' released
PHP Class 'DBgrid' released
10/10/2002 09:55 AMShow the result of a mysql query on HTML table.
Easy to use. 1 line code. $grid = new DBgrid($result);
PHP Class 'FTP' released
PHP Class 'FTP' released
05/09/2004 06:24 PMThis is a simple wrapper class meant to send a file to a directory of
an FTP server using the PHP FTP extension.
PHP Class 'phplibTemplateExtention'
released
PHP Class 'phplibTemplateExtention'
released
10/08/2002 07:09 AMphplib has template.inc - a template class for php to utilize
templates. This is an extension to the class Template needing less
code by:
Automatic detection and declaration of blocks
Automatic "blanking" of unused blocks
Blocks automatically declaired in proper nested order.
All calls to set up template/file/paths/names in the class call.
- LGPL / GPL - phplibs license anyway - its their template class - I
just extended it to make my life a little easier.
PHP Class 'mysqlLikeDisplay' released
PHP Class 'mysqlLikeDisplay' released
09/24/2002 07:31 PMMysql draws tables on the command line using +'s and -'s for rows and
cells - this class will draw php arrays in the same way.
Also - This class can draw tables in HTML instead - full stylesheet /
border /padding configuration from class function calls -
good for throwing data at the screen either in html or as ascii on the
command line.
- handles recursion too so you can have html tables within tables
within tables - it all gets a bit much to look at but it will do it.
PHP Class 'dbApiCreate' released
PHP Class 'dbApiCreate' released
09/25/2002 08:14 PMAs a developer who does a lot of backend work I got tired of
constantly writing new access libraries for mysql tables - so i wrote
this class which automates the process:
you tell it:
database name,
table name,
field names,
primary key,
database connection details
and it will then give you add/edit/delete/search/generic search
functions written in php as output - simply copy the output into a new
file
(eg: access_lib.inc) and you have your access library for your new
table.
It won't do complicated joins or anything - but for the basic
functions which most tables require this works well.
PHP Class 'datecombobox' released
PHP Class 'datecombobox' released
09/25/2002 08:14 PMCreates a combobox with day, month and year. It is possible to set the
date or to use the current.
PHP Class 'phalidate' released
PHP Class 'phalidate' released
10/28/2003 11:08 PMThis package has a set of classes used in data validation.
The data can come from a HTML form or other source.
This package was designed to work with or without a templating engine
like Smarty. It was also designed to be extensible and easily changed.
All the validation code is in the phalidators class. The logic that
manages the validation process is in the (parent) phalidate class. If
you want to add additional validation, update the phalidators class.
It can be used to test one field, doing a boolean test, or can be used
for a series of tests, and then retrieve the aggregate errors (as IDs
or localized messages).
It has support for localized error messages (currently English,
Spanish and German).
PHP Class 'phpPlugin' released
PHP Class 'phpPlugin' released
06/14/2004 07:31 PMThis class is meant to dynamically extend any object of a class with
new plug-in functions or collections of functions that are defined in
separate files or from variables.
It works by dynamically creating a new sub-class of the class of given
object adding the plug-in functions that are specified at runtime.
The name of the loaded plugin functions are stored in the object to
prevent loading the same plugin more than once, but you still can
force a reload so a new plugin can replace an old one.
PHP Class 'SQLCall' released
PHP Class 'SQLCall' released
09/26/2002 07:29 PMSQLCall uses PHP's highly dynamic nature to give the calling class
unprecedented access to the result set in an intuitive way. It
currently only supports connections to mySQL databases. This class is
perfect for those who like their results at hand - no hashes or lists
to have to walk through.
PHP Class 'Spreadsheet_WriteExcel'
released
PHP Class 'Spreadsheet_WriteExcel'
released
09/26/2002 07:29 PMClass for generating Excel files, based on John McNamara's
Spreadsheet::WriteExcel from CPAN.
It supports all the basic values for cells.
It doesn't support URLs, images (working on it) and charts. It has
very basic support for formulas.
PHP Class 'morse' released
PHP Class 'morse' released
09/28/2002 07:48 PMShort class for encoding or decoding morse signs
input: this is my 1st morse
output: - .... .. ... .. ... -- -.-- .---- ... - -- --- .-. ... .
PHP Class 'burnauth' released
PHP Class 'burnauth' released
09/29/2002 08:10 PMBurning Auth is a script to handle user authenticated access to php
scripts.
The goal is quite simple: protect from unauthorized access those pages
who
need to be kept under admin control, such as data/content
administration and/or
members only areas on a website.
Security is achieved through a database authentication and mantained
with a
Session variable set to the authenticated user's name. Every page can
be protected
including the file 'shield.php'; at the beginning of it.
PHP Class 'mixer' released
PHP Class 'mixer' released
10/01/2002 09:17 AMcolor mixer for vga (16 colors) - the class create a form for change
backgroundcolor
PHP Class 'numeroaletra' released
PHP Class 'numeroaletra' released
10/01/2002 10:18 AMExtensión de la clase number2words de Bas Jobsen (bas@startpunt.cc)
con
la traducción de numeros a letras en español y de numeros a euros
PHP Class 'COutLook' released
PHP Class 'COutLook' released
10/01/2002 10:18 AMThis class reads messages from the Inbox and Oubox of an Outlook local
profile through CDO (Colaboration Data Objects).
The class only works under Windows.
PHP Class 'phpDateTime' released
PHP Class 'phpDateTime' released
05/08/2004 06:42 PMThis package consists of several classes for manipulating dates, times
and time intervals.
There is a class for manipulating a date, another for manipulating
times (not only time of day, this can also be 156:45:10 or 3 Weeks),
another to manipulate a date with time of day and another to
manipulate timespans.
It supports multiple data and time representation formats (ISO, DIN,
AMI, UK, MySQL, U-TSTMP), so it can be used to convert data and time
values between the supported formats.
This classes are not bound the the UNIX-Timestamp, so it can easily
handle dates like 4.September of 1780 or 23.120
PHP Class 'ms_dbx_reader' released
PHP Class 'ms_dbx_reader' released
10/01/2002 07:38 PMMicrosoft DBX file reader /such as Outlook Express Mailbox database
files/
Author: Zeos
PHP Class 'BaseDB' released
PHP Class 'BaseDB' released
10/11/2002 07:54 AMExcellent oo base class for mysql interaction. worth looking at. you
must use this as a base class and extend your classes which map to a
table name.
your tables must have a 'id', 'created' and 'modified' field to work
properly and the class takes care of the rest. check it out.
PHP Class 'htmldoc' released
PHP Class 'htmldoc' released
10/11/2002 07:54 AMObject Library for Creation of PDF Documents out of HTML Pages by
using htmldoc as conversion facility.
PHP Class 'Smileys' released
PHP Class 'Smileys' released
10/18/2002 07:30 PMThis class replaces smiley tags with smiley images.
Useful for forums or guestbooks.
When created it reads the smiley definitions and can be called
afterwards.
FUNCTIONS:
function smileys($url)
function getSmileys()
function insertSmileys($str)
function _resetSmileys($str)
PHP Class 'XSLT' released
PHP Class 'XSLT' released
10/19/2002 07:49 PMPHP 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 PMReplaces 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 PMThis class helps aid in the generation of table output from a database
recordset, or other form of data source.
PHP Class 'Stack' released
PHP Class 'Stack' released
10/22/2002 07:55 PMThe Stack class advantage over the array_push and array_pop function
is Stack::pop() pops the stack and returns a reference to the popped
element. There is also a top function that returns a reference to the
top element.
Grok Description matches for PHP Class 'Config Tool' released
GrokA matches for PHP Class 'Config Tool' released
BugTraq: Cisco Security Advisory: Cisco
CatOS Telnet, HTTP and SSH Vulnerability
BugTraq: Cisco Security Advisory: Cisco
CatOS Telnet, HTTP and SSH Vulnerability
06/09/2004 08:53 PMSecurityFocus Jun 10 2004 0:39AM GMT
Cisco Security Advisory: Cisco CatOS
Telnet, HTTP and SSH Vulnerability
Cisco Security Advisory: Cisco CatOS
Telnet, HTTP and SSH Vulnerability
06/09/2004 04:00 PMCisco Systems Product Security Incident Response Team (Jun 09 2004)
NetGear 802.11g Router for $37; D-Link
802.11b for $17.50
NetGear 802.11g Router for $37; D-Link
802.11b for $17.50
04/26/2004 02:02 AMNetGear WGR614 802.11g Wireless Router is $37 after discount and $20
mail-in rebate: We don't like to highlight deals unless they're quite
remarkable. If you've been looking to upgrade to 802.11g and swear
that you'll send the rebate in, you can buy NetGear's home-oriented
gateway for $37 net. If you use Amazon.com's slow shipping in the
U.S., there's no fee for dispatching it to you. NetGear is pushing its
faster line of "108" Mbps gear, and this rebate probably reflects a
desire to move out plain (but compatible) 802.11g devices. You can
also get a bargain on a D-Link 802.11b access point, as Amazon is
selling the DI-514 Wireless 802.11b Cable/DSL Router for about $17.50
after a $30 mail-in rebate....
New: NetGear Wireless Travel Router
New: NetGear Wireless Travel Router
06/29/2004 10:41 AMNetGear released the WGR101 54 Mbps Wireless Travel Router, a
pocket-size 802.11g wireless router measuring 0.7 x 2.3 x 3.4 inches.
Netgear WGR101 Wireless Travel Router
Netgear WGR101 Wireless Travel Router
06/28/2004 11:18 AM
Netgear's got a new
"Wireless Travel Router," the WGR101, a pint-sized 802.11g device
designed to provide WiFi in hotel rooms or anywhere else you might
need it. A built in "double firewall" provides security in addition to
64 or 128-bit WEP and (when they get the drivers done, it looks like)
WPA upgradeable. No idea what sort of coverage range it will provide,
but if you need a WiFi router you can toss in a bag, the 0.7 x 2.3 x
3.4 inch WGR101 can be had for about 100 bucks.
Read
[DesignTechnica]
Tom's Networking Reviews NetGear MIMO
Router
Tom's Networking Reviews NetGear MIMO
Router
04/11/2005 01:03 PM Tim Higgins of Tom's Networking offers his exhaustive look at the
NetGear RangeMax Wireless Router: This device uses Atheros's Super G
technology combined with Video54's multiple antenna approach. The
folks at Airgo say that Video54's MIMO isn't MIMO because it doesn't
support spatial multiplexing (multiple signals taking different paths
over the same frequencies). Video54 says multiple antennas are
multiple antennas; they're using a phase-array approach per packet in
which each packet can be sent through a different antenna combination.
The device has a street price of just $118, far below its "true MIMO"
competitors. Higgins thinks that the device delivers on some but not
all of its claims, and that because four different technologies are
involved (three from Atheros then Video54 on top) he has some issues
with the simplicity of it, too. He doesn't know which technologies
need to be turned on, off, or changed in order to achieve the best
results with that combination. That's a key advantage for the True
MIMO line of products using Airgo chips: it's essentially one
technology that wraps around all these ideas while delivering better
results....
NETGEAR FVS318 Web-Based Administration
DoS
NETGEAR FVS318 Web-Based Administration
DoS
06/21/2004 11:33 PMKurczaba Associates advisories (Jun 20 2004)
Network Everywhere NR041 Router DHCP
Script Insertion
Network Everywhere NR041 Router DHCP
Script Insertion
08/27/2004 05:41 PMDirect and Related
Links for 'Network Everywhere NR041 Router DHCP Script
Insertion'
Mathieu Lacroix has reported a vulnerability in Network Everywhere
Cable/DSL 4-Port Router NR041, allowing malicious people to conduct
script insertion attacks….
NETGEAR FVS318 Web-Based Administration
Denial of Service
NETGEAR FVS318 Web-Based Administration
Denial of Service
06/21/2004 09:27 AM“A vulnerability has been found in the Netgear FVS318 VPN
Router…A user can deny access to the web-based administration by
establishing 7 connections to the web-based administration port (80).
Until the 7 connections are closed, the router administrator cannot
access the web-based administration.”
[Full-Disclosure] iDEFENSE Security
Advisory 05.26.04: 3Com OfficeConnect
Remote 812 ADSL Router Telnet Protocol
Denial of Service Vulnerability
[Full-Disclosure] iDEFENSE Security
Advisory 05.26.04: 3Com OfficeConnect
Remote 812 ADSL Router Telnet Protocol
Denial of Service Vulnerability
05/26/2004 03:00 PMidlabs-advisories_at_idefense.com (May 26 2004)
Vulns: Network Everywhere NR041 Router
DHCP Log HTML Injection Vulnerability
Vulns: Network Everywhere NR041 Router
DHCP Log HTML Injection Vulnerability
08/28/2004 04:50 PMSecurityFocus Aug 28 2004 8:30PM GMT
Vulnerability in Cisco CatOS
Vulnerability in Cisco CatOS
06/12/2004 05:11 PMIT Vibe Jun 12 2004 8:48PM GMT
Vulns: Cisco CatOS TCP-ACK Denial Of
Service Vulnerability
Vulns: Cisco CatOS TCP-ACK Denial Of
Service Vulnerability
06/12/2004 03:40 PMSecurityFocus Jun 12 2004 8:09PM GMT
Linksys Wi-Fi router vulnerability
discovered
Linksys Wi-Fi router vulnerability
discovered
06/04/2004 05:03 PMLinksys router vulnerability discovered
Linksys router vulnerability discovered
06/04/2004 11:43 PMglobetechnology.com Jun 5 2004 2:47AM GMT
Linksys WRT54GS Wireless-G router
Linksys WRT54GS Wireless-G router
06/13/2004 09:42 PMCNET Jun 14 2004 0:30AM GMT
Linksys Wi-Fi router flaw discovered
Linksys Wi-Fi router flaw discovered
06/04/2004 05:35 PMZDNet Jun 4 2004 9:33PM GMT
Researcher Finds Hole In Popular Linksys
Router
Researcher Finds Hole In Popular Linksys
Router
06/03/2004 03:09 PMAn independent security researcher has found a vulnerability that
affects the Linksys WRT54G 802.11g WiFi router, giving access to the
device's configuration pages through an easily deduced password.
Linksys Offers "Free" Router with Vonage
Sign-up
Linksys Offers "Free" Router with Vonage
Sign-up
06/17/2005 03:19 PM Linksys has an interesting deal to tie in Vonage subscribers with
hardware sale: If you purchase a Linksys WRTP54G, their Vonage-enabled
two-phone-line 802.11g router, you can receive a total of $130 in
separate rebates with a trade-in. Here's the run-down: buy the WRTP54G
from a participating merchant with your intent to sign up for Vonage's
voice over IP service. The merchant will offer $20 off as a mail-in or
instant rebate. (Amazon.com is offering it as an instant rebate,
bringing the initial cost down to $110 from $130.) Next, fill out the
$10 Linksys mail-in rebate for the unit itself. The merchant will
include the form or allow you download it to print out. This $20 and
$10 rebate don't require the Vonage purchase, but it would be odd to
buy this model without planning on using Vonage. Signing up for Vonage
brings a $50 mail-in rebate after 90 days of service, while trading in
any older wireless router (no particular types are defined) adds
another $50. The Amazon.com downloadable form lets you apply for both
rebates at the same time. That's a lot of hoops to go through, and
it's not quite free--you'll spend about $5.00 on postage and
photocopying, and possibly an hour or two or your time filling out
forms and mailing items. The router must be purchased by July 23 to
qualify. The $10 rebate must be postmarked by Sept. 21 to qualify,
while the $50 or $100 form must be postmarked no later than 60 days
after the date of purchase on your invoice....

Linksys WRT54G Wireless-G Broadband
Router Easily Exploited
Linksys WRT54G Wireless-G Broadband
Router Easily Exploited
06/03/2004 01:35 PM
Heads up, ye owners of the
popular Linksys WRT54G Wireless-G Broadband Router. Even if you
disable remote administration, the router will still allow users
sharing your WiFi network to access administration web pages. That's
not the end of the world unless you haven't changed your admin
password, which if you're like most of us, coddled by fire-and-forget
technology, you probably haven't. If you aren't taking any more steps
to secure your router, at least do yourself a favor and change the
default password to something else, preferably not the name of a pet,
child, or the lady down the hall you've been sleeping with that you
think, hey, nobody knows about but really, seriously, we all
totally know.
Read
b> [InternetNews via /.]
Update: Looks like it's not quite as bad as it could be,
as the exploit only works if the built-in firewall has been disabled
(it defaults to on). Still, wouldn't this be a great time to verify
your settings?
Read [LinksysInfo]
Linksys Claims Eightfold Speed Increase
For Router, Adapter
Linksys Claims Eightfold Speed Increase
For Router, Adapter
01/05/2005 08:15 AMLinksys BEFSR41 Cable/DSL Router
Web-Based Administration Denial of
Service
Linksys BEFSR41 Cable/DSL Router
Web-Based Administration Denial of
Service
06/21/2004 10:37 AM“A user can deny access to the web-based administration by
establishing 1 connection to the web-based administration port (80).
Until the connection is closed, the router administrator cannot access
the web-based administration. Note that the router automatically
closes the TCP connection after about ten seconds of
inactivity.”
Linksys WRT54G Wireless-G Router,
Notebook Adapter, $20 Gift Certificate
for $88
Linksys WRT54G Wireless-G Router,
Notebook Adapter, $20 Gift Certificate
for $88
08/04/2004 01:31 PM
Okay, this on is a little
hard to follow, but it's worth it, so stick with me. Amazon has the
Linksys WRT54G Wireless-G router (the one that runs Linux that you can
flash with the magic firmware to make it do all sorts of interesting
tricks) bundled with a Wireless-G notebook card for $108 (there's a
"Better Together" link on the product page). If you buy both, you can
use the $10 rebate on both to save $20, then go on to qualify for a
$20 gift certificate on future Amazon shopping.
So basically you're getting a really nice, tinker-ready Wi-Fi
router for $68 with free shipping. Not a bad deal at all, but if you
still aren't seeing why this is a good deal, you probably wouldn't
want one in the first place.
Read
- WRT54G Product Page [Amazon via Slickdeals]
Look - Rebate Image (Use this twice) [Amazon]
Read - $20 Gift Certificate Info [Amazon]
Related
Linksys WRT54G Wireless-G
Broadband Router Easily Exploited [Gizmodo]
Linksys Wireless-G Router with SRX Wins
PC Magazine's Editors' Choice Award
Linksys Wireless-G Router with SRX Wins
PC Magazine's Editors' Choice Award
03/25/2005 09:18 PMTechnology News Daily Mar 26 2005 1:59AM GMT
[USN-101-1] telnet vulnerabilities
[USN-101-1] telnet vulnerabilities
03/28/2005 07:59 PMMartin Pitt (Mar 28 2005)
NetGear WAB102
NetGear WAB102
12/10/2003 03:06 PMJon Kamm _at_hotmail (Dec 09 2003)
New: NetGear EyeTV 500
New: NetGear EyeTV 500
06/29/2004 12:13 PMA new version of El Gato's television system supports HDTV and SDTV on
Power Mac G4/G5 systems.
NetGear plugs Wi-Fi into hi-fis
NetGear plugs Wi-Fi into hi-fis
01/09/2004 09:54 PMAnother NetGear 108Mbps AP
Another NetGear 108Mbps AP
11/18/2003 09:05 PMNetGear introduced an AP designed for small or medium businesses that
can deliver 108Mbps throughput: NetGear uses the Atheros chip that
Glenn and I reported on for PC World at the end of last week. Broadcom
claims the Atheros chip causes extreme performance degradation in
nearby Wi-Fi networks. I tried hard to speak to a NetGear spokesperson
for the PC World article but they weren't able to dig anyone up for
me. It's somewhat amusing that the NetGear folks sent us the press
release about a new 108Mbps product with no reference to our repeated
conversations last week regarding the PC World article....
Re: NetGear WAB102
Re: NetGear WAB102
12/11/2003 01:18 PMbg1337 (Dec 10 2003)
PHP Class 'Config Tool' released