mysql database
MP3 Database 80812-1143
An MP3 database script much like the service that used to be available to artists at MP3. com. It manages streaming, downloading, song history, story, lyrics, and more. more>>
If you have a band, and want a simple way to manage your mp3s FROM YOUR OWN SITE, then this script is for you. Upload MP3s to a directory, then fill a quick database using Excel. Include features like song image, story behind the song, stream link, download link, purchase amount, and more! This script automatically manages streaming, downloading, song history, story, lyrics, and more. Even let your users purchase songs automatically through PayPal!If you have any questions, just shoot me an email.
Requirements: Perl, Webserver
<<lessLicense:Commercial
License:Commercial
xls2Mysql 1.0
xls2mysql is an application to perform data conversion from XLS to MySQL. more>>
xls2mysql is shipped with a simple and easy-to-understand DHTML interface that allows uploading and displays the files available for conversion.
Main features:
- uses first line of the excel file to create sql columns.
- uses filename to create table
- uses each following row (from 2 to N) to create inserts.
- does not actually perform the sql : please copy and paste to your favorite sql admin interface.
Version restrictions:
- detect field types (numeric, text, longtext, unique)
Usage:
- download the package xls2mysql.zip and unzip it to a web folder that has PHP
- run the xls2mysql.php page within your browser
- Upload the files or test from the sample xls files from the file list tab
- if you upload files, check that php has rad/write rights on the xls folder.
Xls2Mysql uses :
- Super-Simple DHTML Tabs, by Joshua Olson (Georgia, USA)
- Sliding doors of css, by Douglas Bowman (San Francisco, California, USA)
- Spreadsheet_Excel_Reader.
JDataGrid Database Edition for Linux 2.6.0
Sort, print, preview, and export file with ResultSet and RowSet more>> JDataGrid Database Edition provides a Java data grid component for database, support ResultSet and RowSet, column sorting, print and print preview and export file for multiple format and more.<<less
License:Commercial
MXphp product catalog 1.2
MX Catalog is the easiest way to present your products online. You dont need any web programming or web design knowledge , no complicated mysql database installation, all you have to do is upload the more>>
MX Catalog is the easiest way to present your products online. You dont need any web programming or web design knowledge , no complicated mysql database installation, all you have to do is upload the script to your server and its runnning. Its that easy , in maximum 15 minutes you will have your own online catalog for your bussiness .
System Requirements: GD / PHP
<<lessBeltane 2.3.4
Beltane is a web-based central management console for the Samhain file integrity / intrusion detection system. more>>
Beltane requires a Samhain (version 1.6.0 or higher) client/server installation, with file signature databases stored on the central server, and logging to a SQL database enabled.
In a client/server installation of Samhain, you have individual hosts monitored by Samhain clients, and a central log server (called yule) where also the file signature databases are kept. Beltane enhances this setup by providing an interface to browse client messages, acknowledge them, and modify the file signature database for a client according to the file changes reported by that client.
As the Samhain daemon keeps a memory of file changes, the file signature database need only be up to date when the daemon restarts and downloads the database from the central server. Beltane allows you to use the information logged by the client in order to update the signature database.
Details
Beltane is a PHP4 (also works with PHP5) application, with some additional components written in C. PHP4 (or PHP5) may be compiled as Apache module or as CGI interpreter (Beltane is tested with Linux, Apache 1.3/2.0, PHP 4.3.4/5.0.3 used as CGI interpreter, suexec, no SSL, MySQL and PostgreSQL databases).
Beltane 2 can also be used with an Oracle database.
On the client side, Beltane requires a Javascript capable browser. Cookies must be enabled. We recommend Mozilla/Firefox, as it is rumoured to be the most standard-conforming browser, but most inferior browsers may work as well.
Documentation is provided as SGML and HTML files within the tarball. You are adviced to read the documentation before attempting to install Beltane.
Main features:
- Major performance and scalability improvements for reduced memory consumption, faster baseline database updates, and faster reload of the client panel
- Support for Oracle database (Beltane version 2.1.1 and above)
- Client Status Display (running/dead/unknown)
- Bulk Update from user-defined criteria like: the hostname, a list of files (with or without checksums), or a time window
- On-the-fly Sorting of the message list
- Message Filtering with POSIX regular expressions
- GnuPG Signing of client file signature databases after an update
- Search function for the database.
- Editing of client configurations
- Client Configuration Reload can be triggered
- Multiple Users with logging of login/logouts
- Server Messages can be viewed optionally
Enhancements:
- Multiple administrator accounts are possible, per-user configurability has been improved, and a strict locking policy has been implemented to avoid race conditions.
kDataGrid 1.2
kDataGrid is a PHP component that is ideal for generating data-bound HTML grids. more>>
kDataGrid showcases a comprehensive set of features, including automatic table mapping and pagination, AJAX edit-in-place, theming support, built-in quick-search, custom formatting rules, and data manipulation pages.
kDataGrid can be easily implemented into any Web site, Web application, or framework.
Main features:
Data mapping
- Map database tables or custom queries. Just point kDataGrid to a table in your database and youll have a complete paginated, editable and AJAXified grid.
Columns
- Custom formatting. Provide custom formatting rules for any column in a resultset; especially useful for formatting currency or e-mail fields.
- Custom lengths. Limit the maximum number of characters displayed for any field; useful for truncating links, street addresses or lengthy text descriptions.
- Sorting. Sort by any column in a result-set; no configuration necessary.
- Editable headers. Provide your own column headers; especially useful for tables with criptic column names.
- Column hiding. Hide specific fields from public display; such fields may include passwords or e-mail addresses.
Rows
- Automatic pagination. Paginate a table or query result without writing a single line of code; customize the number of rows per page.
- Alternate odd/even. Fully customizable odd/even coloring for improved readability.
- Highlight on click and hover. Fully customizable row highlighting for improved readability.
Edit-in-place
- Edit-in-place is a system for quickly editing text without requiring any page reloads. A simple double-click turns any cell intro an editable field. Upon completition, the new data is saved back in the database.
- Enabled by default.
- Automatically detects primary key columns and sets them to read-only.
- Can be disabled for any column in the result set.
- Preserves custom cell formatting.
Live search
- Typing in the quick-search text-box automatically triggers the live-search function.
- Provides visual feedback using an animated "Loading..." image.
- Checks all cells for the provided keywords.
- Does not required clicking, page reloads, or trips to the database.
Data Editing
- kDataGrid automatically generates the necessary pages to manipulate data in your database tables.
- Automatically generates pages to view, add, edit and delete records.
- Actions column. A data manipulating column called Actions is automatically added as the last column in the grid and can show links to view, edit and delete a record.
- Add record link added on the top strip.
- Available actions can be set using the show_actions() function.
- The look-and-feel of all data manipulation pages can be changed by editing a simple template file.
Enhancements:
- This release adds support for Oracle, SQL Server, and PostgreSQL.
- It is now possible to explicitly set column widths, change the CSS Id and Class attributes of the grid, and block specific actions (data-editing pages) from being displayed.
- A bug has been fixed with set_columns_maxlength() where lengths were not correctly parsed under some conditions.
SDE for NetBeans (SE) for Linux 4.0
SDE for NetBeans is a UML tool tightly integrated with NetBeans. SDE-NB supports all types of UML diagrams, code engineering,... New features include collaboratively modeling with CVS and Subversion, more>>
Visual Paradigm SDE for NetBeans is a UML CASE tool/plug-in tightly integrated with NetBeans. This UML modeling software supports full software lifecycle - analysis, design, implementation, testing and deployment. This UML CASE tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in NetBeans, reverse engineer Java code to class diagrams, generate Java code and generate documentation.
SDE-NB Features:
+Support UML version 2.1
+Business Workflow diagram
+Modeling collaboratively with CVS and Subversion (New Feature)
+Support UML2 model through XMI (New Feature)
+Shape editor
+Data flow diagram
+Fast project loading and saving speed
+Use Case Details Editor - An all-in-one environment for specifying a use cases details including general model specification and use case descriptions
+EJB Diagram - Visualize EJB systems.
+EJB Code Generation and Deployment - Generate beans for your application development and deployment.
+ORM support - generate Java objects from database
+Database generation - ERD to database tables
+Database reverse - existing DBMS to ERD
+Reverse engineering - code to model, code to diagram
+Instant Reverse for Java, C++, .NET exe/dll, XML, XML Schema,IDL
+Code Generation - model to code, diagram to code
+Round-trip engineering
+Automatic synchronization between source code and diagrams
+Automatic diagram layout - rearrange shapes and connectors on diagrams in elegant styles
+Import Rational Rose project
+Import XMI/export XMI
+Export diagrams to JPG, PNG, SVG
+Visio Integration - draw UML diagrams with MS Visio stencils
+PDF/HTML Report generator
+Version control
+More...
Other UML Modeling Tools / UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for Oracle JDeveloper
+SDE for Borland JBuilder
+SDE for IntelliJ IDEA
+SDE for Sun ONE
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...
@Mail 5.5
@Mail is a Webmail client for POP3/IMAP and optionally an email server. more>>
As a WebMail Client, users can access @Mail via any browser or wireless device. Requests are handled by the Webserver (Apache) which runs the @Mail application (use of mod_perl or apache-perl is recommended).
User settings, Address Book, Scheduler tasks, profiles and account information are stored in a MySQL database. Email message delivery and storage remain on the POP3 or IMAP server, which is accessed by the WebMail client of @Mail.
Major Features:
- WebMail plugin for accessing existing POP3/IMAP accounts
- The HTML interface of @Mail is brandable. Customize the layout of @Mail to suit your organization.
- Offers users an attractive and feature-rich WebMail service at your domain(s).
- Shared Address Book and Scheduler features and user-customizable settings.
- Complete source-code included.
- Full WebAdmin control panel provides web-based administration interface.
Enhancements:
- Full Ubuntu installation support
- TLS functionality
- DKIM support with Exim for inbound mail
- Improved Calendar for FF3 users
- Updated Bayes support for Spamassassin
- Improved Webmail changes.
License:Other/Proprietary License with Source
RealChat 5
RealChat combines a high performance Java chat server with a lightweight Ajax chat client. You get tabbed chat, private rooms, customizable appearance, web-based configuration, and more! more>>
RealChat combines a high performance Java chat server with a lightweight Ajax chat client. You get tabbed chat, private rooms, customizable appearance, web-based configuration, and more! Easily integrate RealChat with your user database so members can use their existing profiles. Ready-made plug-ins available for phpBB, Invision PB, vBulletin and more. Completely private-brand the software, including your own identity in the "About" section. Host multiple independent virtual chat servers on a single server. RealChat ISP Edition comes with five virtual servers licenses included. Additional vServer licenses may be purchased to increase the number of virtual hosts allowed.
Requirements: A dedicated server or unrestricted shell account on a shared server.
<<lessBroadFast 1.3
BroadFast is extremly easy to use and very powerful script for newsletters/broadcasting more>>
BroadFast 1.3 is yet another excellent utility for webmasters. It is actually an extremely easy to use and very powerful script for newsletters/broadcasting
This script allows the webmaster to manage, add, edit or export/import members databases which to receive the newsletters. The script allows easy creation of the newsletter content, storing the newsletters for further editing, immediate sending or sending as delayed cron job. It is compatible with various server limits and can implement delay between the mails and have limit for mails per hour.
The new version allows you to enable double opt-in when the members register and to track the openings of each newsletter you send out. The script allows quick and flawless integration with any other members database. Now you can also see who exactly has read your mail. You can also easily resend the newsletter to only those who did not read it.
Major Features:
- Very easy to install and use
- Send newsletter to members
- Manage, add, edit or export/import members databases
- Offers easy creation of the newsletter content
- Store drafts for later editing
- Send messages immediately or as a cron job
- Limit mails sent to avoid mail abuse
- Enable double opt-in to track the state of a message
- Resend the message only to those who haven't read it.
Requirements:
- PHP 4+,
- MySQl 3.23+
License:Commercial
Visual Paradigm for UML (LE) [Linux] 6.0
Visual Paradigm for UML is an easy-to-use UML tool that supports reverse engineering, code generation, import Rational Rose, export/import XMI, report generator, shape editor, etc. more>>
Visual Paradigm for UML is a professional UML tool that supports complete software lifecycle - object-oriented analysis, object-oriented design, construction, testing and deployment. The UML modeling software helps you build quality applications faster, better and at lower cost. You can draw all types of class diagrams, reverse code, generate code from diagrams and generate documentation. The UML CASE tool also provides abundant UML tutorials, UML interactive demonstrations and UML projects.
Feature List:
+Support UML version 2.1
+Business Workflow diagram - Process, Decision, Business Actor, Document
+Modeling collaboratively with CVS and Subversion (New Feature)
+Interoperability with UML2 model (UML2.x metamodel for eclipse platform) through XMI (New Feature)
+Roundtrip engineering
+Reverse engineering - code to model, code to diagram
+Reverse engineering Java, C++, XML Schema, XML, .NET exe/dll, CORBA IDL
+Code Generation - model to code, diagram to code
+Use Case Details Editor - An all-in-one environment for specifying a use cases details including general model specification and use case descriptions
+EJB Diagram - Visualize EJB systems.
+EJB Code Generation and Deployment - Generate beans for your application development and deployment.
+Data flow diagram
+ORM support - generate Java objects from database
+Database generation - ERD to database tables
+Database reverse - existing DBMS to ERD
+Report generator for generating documentation
+Automatic diagram layout - rearrange shapes and connectors in UML diagrams
+Import/export XMI file
+Visio Integration - draw UML diagrams with Visio stencils
+Shape editor
+More...
Other UML modeling Tools/UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for NetBeans
+SDE for Sun ONE
+SDE for Oracle JDeveloper
+SDE for JBuilder
+SDE for IntelliJ IDEA
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...
SDE for IntelliJ IDEA (SE) for Linux 4.0
SDE for IntelliJ IDEA is a UML modeling tool tightly integrated with IntelliJ IDEA. SDE-IJ supports all types of UML diagrams, code engineering,... New features include collaboratively modeling with C more>>
Visual Paradigm SDE for IntelliJ IDEA is a UML CASE tool/plug-in tightly integrated with IntelliJ IDEA. This UML modeling software supports full software lifecycle - analysis, design, implementation, testing and deployment. This UML CASE tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in IntelliJ IDEA, reverse engineer Java code to class diagrams, generate Java code and generate documentation.
SDE-IJ Features:
+Support UML version 2.1
+Business Workflow diagram
+Modeling collaboratively with CVS and Subversion (New Feature)
+Support UML2 model through XMI (New Feature)
+Shape editor
+Data flow diagram
+Fast project loading and saving speed
+Use Case Details Editor - An all-in-one environment for specifying a use cases details including general model specification and use case descriptions
+EJB Diagram - Visualize EJB systems.
+EJB Code Generation and Deployment - Generate beans for your application development and deployment.
+ORM support - generate Java objects from database
+Database generation - ERD to database tables
+Database reverse - existing DBMS to ERD
+Reverse engineering - code to model, code to diagram
+Instant Reverse for Java, C++, .NET exe/dll, XML, XML Schema,IDL
+Code Generation - model to code, diagram to code
+Round-trip engineering
+Automatic synchronization between source code and diagrams
+Automatic diagram layout - rearrange shapes and connectors on diagrams in elegant styles
+Import Rational Rose project
+Import XMI/export XMI
+Export diagrams to JPG, PNG, SVG
+Visio Integration - draw UML diagrams with MS Visio stencils
+PDF/HTML Report generator
+More...
Other UML Modeling Tools / UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for Oracle JDeveloper
+SDE for Borland JBuilder
+SDE for NetBeans
+SDE for Sun ONE
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...
FileCABINET 50722-2130
FileCABINET is a full featured shopping cart database ideal for software. more>> FileCABINET is a full featured shopping cart database ideal for software. As software designers, one of the challenges we face is keeping the information about our software accessable to our users. Our time is often taken up with updating PAD files, maintaining version numbers, generating accurate Froogle feeds, tracking updates, or managing mailing lists. FileCABINET takes our attention off of these mundane tasks, so we can concentrate on what we love: programming the software. FileCABINET centralizes information into one flat text database, so your data is always up-to-date. Live PAD files for quickly submitting your files to software and shareware sites are generated dynamically. Static HTML pages are created so that more search engines find your software easily. Meta tags like Title, Description, and Keywords are created automaticaly, as well as a static HTML index page which links to all the downloads in the database. An important plus is that though these pages are static, they still contain dynamic content, so making a change to a files description is reflected immediately in your static pages! Everything is always up-to-date!FileCABINET also has a random display feature which allows you to highlight a different item every time a page is called. There are many fields included for each item, like a link to each products unique FAQ page, the download file, a trial page, an icon, two screen shots, a readme file, and more. A purchase shopping cart is built into it too! Add any payment system quickly and easily. Allow users to subscribe to an RSS feed, so that every time you update your software, their news-reader will let them know. Also allow your visitors to download an OPML file for subscribing to all programs in the database at once. Create a Froogle upload file in one step! It meets Googles specifications, meaning a faster turn-around time to get your products listed on Froogle. FileCABINET also generates a Google Sitemap automatically.<<less
Visual Paradigm for UML (PE) for Linux 6.2
UML CASE tool - UML diagrams, use case modeling, reverse engineering and more... more>> Visual Paradigm for UML is a professional UML tool that supports complete software lifecycle - object-oriented analysis, object-oriented design, construction, testing and deployment. The UML modeling software helps you build quality applications faster, better and at lower cost. You can draw all types of class diagrams, reverse code, generate code from diagrams and generate documentation. The UML CASE tool also provides abundant UML tutorials, UML interactive demonstrations and UML projects.
Feature List:
+Support UML version 2.1
+Business Workflow diagram
+Mind Mapping Diagram (New Feature)
+Requirement Modeling (Enhanced)
+Callout and Freehand shape (New Feature)
+Nicknamer - create translated copies of model (New Feature)
+Model Transitor (New Feature)
+User Interface Designer
+Java Roundtrip engineering
+Reverse engineering Java, C++, XML Schema, XML, .NET exe/dll, CORBA IDL, XML Schema and Python
+Code Generation - model to code, diagram to code
+Use Case Details Editor - An all-in-one environment for specifying a use cases details including general model specification and use case descriptions
+EJB Diagram - Visualize EJB systems
+EJB Code Generation
+Data flow diagram
+ORM support - generate Java objects from database
+Database generation - ERD to database tables
+Database reverse - existing DBMS to ERD (Enhanced)
+Modeling collaboratively with VP Teamwork Server, CVS, Subversion and Perforce (New Feature)
+Report generator for generating documentation (Enhanced)
+Automatic diagram layout
+Import/export XMI file
+Support Stored Procedure and Database Trigger
+Export diagrams to JPG, PNG, SVG, EMF, PDF
+Shape editor
+More...
Other UML modeling Tools/UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for NetBeans
+SDE for Sun ONE
+SDE for Oracle JDeveloper
+SDE for JBuilder
+SDE for IntelliJ IDEA
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...<<less
FAQ Search 61121-2238
Put a Frequently Asked Questions script on your site to help you manage your user help assistance. This help desk will allow your users to quickly find answers to their questions. You can administrate more>>
FAQ Search allows you to place a searchable and easy-to-update Frequently Asked Questions database on your site in minutes. One script file, and a single database text file can be uploaded in a few minutes giving your users access to the most recent answers. One of the most important pages on a site is a Frequently Asked Questions page. If done well, it serves two important purposes: Users can find the answers to all of their questions in a few minutes and make their decision to purchase more quickly. You save time from answering the same questions over and over again by email. People are also less likely to become cold contacts. The bonus is that it saves you time as well. Adding new questions is as easy as adding a new line to the text file. The problem we all face with these kinds of pages is keeping them up-to-date. Its a chore to determine what question is worthy of adding to the page, and then you have to build a static page, perhaps adding more HTML to an existing page to answer these questions. Many webmasters dont do anything at all. Take a look at FAQ-Search. Youll appreciate the ease with which you can interact with your Frequently Asked Questions. Youll love the time it saves you in answering email. ________________ D e t a i l s The idea is to continue to develop this so that it fully manages your support. Heres what it does now: Allows searching of database. Allows basic interaction with the database: users can ask new questions that are not in the database. Questions and answers are sorted by categories. Heres what I plan to add: Script answers support email automatically. Based on keywords in the email, users are replied-to with a selection of possible answers. New questions people ask online will be added to the database as pending. You will be able to answer the question online with a web form. You can either approve the question for the FAQs or delete it.
Requirements: Perl, Webserver
<<less
to-update Frequently Asked Questions database on your site in minutes. One script file, and a ... will be added to the database as pending. You will be able to answer the question online with a webLicense:Commercial