advanced website
Check Website 1.39d
Check Website is a performance monitoring and uptime notification tool. more>>
The administrator can then choose to receive an email notification if the site is down, or if the site response time is too slow. All results are also written to a daily log file.
Enhancements:
- This release fixes some small bugs that caused hang ups in the program when checking Web sites.
Advanced Poll Script 2.0.7
Advanced Poll Script provides a polling system with powerful administration tool. more>>
Advanced Poll is a polling system with powerful administration tool. It features: multiple polls, unlimited options, templates, language support, IP-Logging, IP-Locking, cookie support, comment feature, vote expire feature, random poll support and more. Supports both text file and mySQL database.
Advanced Bash Scripting Guide 5.4
Complete ebook tutorial and reference on shell scripting with Bash in Linux/UNIX/BSD. This is the equivalent of a 918-page printed book. more>>
Complete ebook tutorial and reference on shell scripting with Bash in Linux/UNIX/BSD. This is the equivalent of a 918-page printed book. Includes shell scripts that emulate games, such as Perquackey and Nim. It is an official Linux Documentation Project (http://www.tldp.org) Guide. Some reviewers have named it the best book available on the subject.
Requirements: Web Browser or PDF viewer
Whats new in this version: New material, updates, bugfixes, stylistic revisions
<<lessAdvanced tic-tac-toe 2.1
Advanced tic-tac-toe project is an advanced version of tic-tac-toe. more>>
It is a version of the popular game with different rules for placing and winning the game.
Enhancements:
- Removed all unused vars

Advanced Human Light 1.0
Advanced Human Light is a GTK theme that uses the Murrine, Aurora, and, Clearlooks engines. more>>
Advanced Human Light 1.0 is yet another beautiful theme for Gnome users. It is actually a GTK theme that uses the Murrine, Aurora, and, Clearlooks engines.
This supports rgba* in the main window while leaving buttons, tabs, and text areas opaque so as to enhance readability and usability without sacrificing eye candy.
GNOME is an international effort to build a complete desktop environment-the graphical user interface which sits on top of a computer operating system-entirely from free software. This goal includes creating software development frameworks, selecting application software for the desktop, and working on the programs which manage application launching, file handling, and window and task management.
GNOME is part of the GNU Project and can be used with various Unix-like operating systems, most notably Linux, and as part of Java Desktop System in Solaris.
The name originally stood for GNU Network Object Model Environment, though this acronym is deprecated. The GNOME project puts heavy emphasis on simplicity, usability, and making things "just work".
Requirements:
- GTK 2.x
- GNOME 2.x
Advanced Assembler 0.9.0
Advanced Assembler is a multi-platform and modular assembler. more>>
Aasm should make assembly programming easier for developer, by providing a set of advanced features including symbol scopes, an expressions engine, big integer support, macro capability, numerous and accurate warning messages.
Its dynamic modular architecture enables Aasm to extend its set of features with plug-ins by taking advantages of dynamic libraries.
The input module supports Intel syntax (like nasm, tasm, masm, etc.). The x86 assembler module supports all opcodes up to P6 including MMX, SSE and 3DNow! extensions.
F-CPU and SPARC assembler modules are under development. Several output modules are available for ELF, COFF, IntelHex, and raw binary formats.
Advanced Packet Sniffer 0.19
Aps is a small tool for analyzing network traffic. more>>
It allows you to filter IP addresses, hardware addresses, ports, and specific protocols. It comes with a little GTK-GUI displaying packet counters for each protocol.
APS tries to print detailed info about network frames that are received from the SOCK_RAW (ETH_P_ALL) socket. I am not sure if this is the clean way, but it works fine. APS prints info about the hardware layer and the IP and TCP/UDP/ICMP header.
The tail of the packet (mostly the data) wich could not be interpreted is written on the screen as ascii/hex-dump or both (your choice).
Example
HW-ADDR: 00:60:8c:f6:40:96 -----> 00:80:ad:30:8f:3b
IP-ADDR: 192.168.17.52 -----> 192.168.17.50
IP-Ver4 || Head:0x0a (bytes) || Service(TOS):16 || Length over all:0061
Fragmentation: ID:0x4079 - Flags: 0 1 0 - Offset:00000
TTL:064 || Protokoll:006 (TCP) || HeaderCRC:0x567b
TCP-HEADER:
Ports: 0023-->1034 (telnet) Seq./Ack. Nr.:0x70843468 / 0xeae29434
Data-Offset:0x05 Reserved-6Bit:00 Flags:-urg-ACK-PSH-rst-syn-fin-
Window:0x7fe0 CRC:0x9420 Urgent-Pointer:0x0000
73 61 74 75 72 6e 32 3a 2f 73 72 76 2f 70 72 69 6e 74 71 23 20
HW-ADDR: 52:54:40:25:8d:88 -----> ff:ff:ff:ff:ff:ff
SAMBA/NetBios
e0 e0 03 ff ff 00 22 00 11 00 00 00 00 ff ff ff ff ff ff 04 52 00 00 00 00 52
40 25 8d 88 40 08 00 03 00 04 20 20 20 20 20 20 20 20 20
HW-ADDR: 00:80:ad:30:8f:3b -----> 00:60:8c:f6:40:96
IP-ADDR: 192.168.17.50 -----> 194.112.123.200
IP-Ver4 || Head:0x0a (bytes) || Service(TOS):0 || Length over all:0029
Fragmentation: ID:0x29ae - Flags: 0 0 0 - Offset:00000
TTL:064 || Protokoll:001 (ICMP) || HeaderCRC:0x411f
echo request CODE:0x0 CRC:0xf9f5 SIG:0x602 NUM:0x0
00 ea
Enhancements:
- added break for Packet-counter and fixed some minor bugs
Affiliate-Website 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Car Dealer Website 1.18
Car Dealer Website allows you to get your car dealership inventory on the Web. more>>
Each listing has a contact form where buyers can easily make contact from your site on a particular vehicle.
You can upload as many images as needed per listing and setup as many makes and models as needed for your dealership. It is fully template driven, and is easy to customize.
Installation:
-copy all files to your web host
-use phpmyadmin or your mysql interface to run site.sql against your database.
-chmod 777 upload/ and upload/tmp/
-open site.xml and edit the database section with your database details.
-go to admin/ and login with username of admin with a password of test.
-be sure to change the passwords for the admin and regular user.
Setup the site.xml file with your database settings as follows.
< database type="mysql" >
< server >database server address< /server >
< login >database login< /login >
< password >database password< /password >
< default >mysql database name< /default >
< /database >
Add this to your htaccess file to prevent viewing of the xml config file.
< Files ~ ".xml" >
Order allow,deny
Deny from all
Satisfy All
< /Files >
Enhancements:
- Some of the lines of code within the library files were fixed up to improve the speed of the system.
Advanced Guestbook Script 2.4.2
Advanced Guestbook Script provides a PHP-based guestbook script. more>>
Advanced Guestbook is a PHP-based guestbook script. It includes many useful features such as preview, templates, e-mail notification, page spanning , picture upload, templates, html tags handling, smilies, advanced guestbook codes and language support. The admin script lets you modify, view, and delete messages.
Advance Stock Tracker 0.2.8
Advanced Stock Tracking System (AST) is a Web-based application for keeping track of stocks. more>>
Advance Stock Tracker features a portfolio with dividend tracking, a worksheet to keep track of prospects, a stock comparison utility, and a search engine for the stock market based heavily on technical analysis.
Advanced game library 0.2.4
Advanced game library project is a library designed to ease game development. more>>
It uses the SDL library and provides 2D graphical functions, sound streaming and events functions, video streaming, AI engines, and map generator.
This software is primarily designed for LINUX.
This SDK uses the SDL library for the bitmap, sound and events system. SDL provides accelerated and portable interfaces for the video and sound hardware.
The abstraction of the low level layer makes possible the extension of adgali to other low level libraries like Allegro or GGI.
This library tends to provide useful functions for bitmap and sprite display, game GUI, game sound events and music stream , network management and video streaming.
Well, only a subset of these features are implemented for now.
Main features:
- underlying library:
- SDL
- General features:
- The library is thread safe and reentrant
- Error management system: adgali provides a system to trace the origin of an error
- Unified data streaming system: memory, files, network or archives are simple to manage and can provide the game datas
- A modular conception for the loaders (streaming system, images, fonts ...)
- A memory leak detection system
- A postmortem backtracing system
- A general parser for a general treatment of the configuration files and scripts (in the spirit of the GTK+ description files).
- All major features are designed as modules integrated with a general engine
- a dynamic loading system of modules or third part libraries (work in progress)
- A cache system is designed for all objects to accelarate object loading
- 2D graphics features are:
- 32 bits pictures management: 24 bits of colour, 8 bits of alpha
- image loading: support BMP, PCX, GIF, TGA, JPG, PNG, PPM, PNM, PGM, TIFF, XCF, XPM image formats
- unified fonts management: true type fonts (TTF using freetype 2) and bitmap fonts ( an image file and a text description file)
- Color separation, modification and combination for an image (RGB, green level, CMY and HSV)
- zone filling, copying, tiling, clipping with optionnal rotation and mirror
- color filling, mask-ing, key color alpha channel treatment
- lines drawing with clipping functions
- Graphical user interface:
- a tree organized bitmap hierarchy with an automatic refresh system to the viewport
- basic string printing
Making-Money-Website 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Adaptive Website Framework 2.1.5
Adaptive Website Framework is a Web content management system (WCMS). more>>
AWF includes advanced features like exporting to static HTML, caching, and URL rewriting.
The new AWF 2 introduces many new features like version management and fully flexible URLs. It is currently available as Beta version and requires PHP 5.
Main features:
- Completely dynamical and personalized page creation
- User/group-management
- Built-in Content Management
- Messaging/communiy modules
- Content can be edited without knowledge of HTML/XML
- Supports nearly unlimited languages, documents and users
- Access protection of single pages or site sections possible
- Effective caching, which means more performance and less server load
- Easy to use API functions
- Export options for documents
- Possible to integrate in Unix shell scripts
- Package Installer allows you to easily add new features and share your own extensions with other AWF users
Requierments:
- Apache Web-Server with PHP >= 4.3.0 installed (AWF version 1.04 works with 4.1.0).
- DOM XML support for PHP (optional)
- MySQL server (tested using 3.22.32 and 3.23.36)
AWF was successfully tested with all major browsers (Microsoft Internet Explorer, Mozilla, Netscape Navigator, Opera and Konqueror), as only HTML is used for the core funktions.
Adaptive Website Framework is Free Software. You can use and redistribute it under the terms of the GNU General Public License, as published by the Free Software Foundation.
Enhancements:
- This release features rendering of LaTeX code, a new plugin system for content objects, improved multi-language support, better SEO, a Web shop (alpha version), and new templates.
- The Spaw WYSIWYG editor was removed for security reasons.
Advanced Stock Tracking System 0.2.8
Advanced Stock Tracking System provides the individual investor with a powerful set of tools for making financial decisions. more>>
This project features a portfolio with dividend tracking, worksheet to keep track of prospects, a stock comparison utility, a search engine for the stock market and an alert engine to email you about key events in your securities.