67 projects for "index php script" with 2 filters applied:

  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries — quickly and compliantly — without setting up entities.
    Learn More
  • 1
    The 3x5 Cards project provides an intuitive web interface to a database. The metaphor is the 3"x5" index card. Each card has a number, a title, and the card contents. The cards can be arranged by number or title, or arrayed in batches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Single Web Page to Edit any MySQL table

    Easily add a table editor for any table.

    Add a single web page to edit any mysql table. Just put in the DB credentials, the file handles the rest. Optionally: * Put the credentials in a secure /etc/ folder to avoid accidents. * Also added a CSS page if you want it to look pretty. * Can also run a script on add/edit/delete. * Can also have a dropdown for ALL tables in a single DB instead of just a single table. Most importantly: You can allow a user to edit a single table with simple security and no access to anything...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    deltasql

    deltasql

    Version Control for your Database

    deltasql is an advanced Database Schema Version Control. It allows a team to commonly develop a data model on the fly, while the source code is growing. Sync algo supports branches and tags. Works for postgreSQL, Oracle, mySQL, MariaDB, Microsoft SQL Server or any SQL-like db.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MyWebSQL
    MyWebSQL is a web based WYSIWYG Database client written in PHP. It has a simple and intuitive interface with the look and feel of a desktop application, and offers rich features for database management. No installation is needed, just download, extract and you are ready to go. It even has a single file compact version with full functionality, which you can quickly deploy on your server. Currently MyWebSQL supports working with MySQL, PostgreSQL and SQLite databases.
    Downloads: 13 This Week
    Last Update:
    See Project
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 5

    mySQLed

    Minimalist web-based SQL front-end for MySQL Database.

    Minimalist web-based SQL front-end for MySQL databases written in PHP. Allows you to easily edit and execute your SQL queries and scripts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    mysql2sqlite

    converts mysql database to sqlite database using php, pdo or exe

    Convert a mysql database to a Sqlite database. Includes two projects : A) A php script B) A windows executable, based on a python script Converts data, indexes and foreign key constraints. About the php script : -don't need a lot of memory -good speed Was projected to use on VDS/VPS. Usage: wget https://sourceforge.net/projects/mysql2sqlite/files/mysql2sqlite/download chmod +x mysql2sqlite .
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7

    MySQL Health Report

    Consolidate main system and MySQL health metrics in one report.

    Commad-line tool provides the following details in the report: - Basic OS-level parameters: uptime, disk space and network interface status - Today's entries from MySQL error log - Important MySQL statistics http://astellar.com/mysql-health-check/metrics/ - Top 5 queries from MySQL slow query log CONFIGURING AND RUNNING 1. Edit MySQL credentials in check_run.sh 2. Run ./check_run.sh 3. Enjoy! You can also send report to email address by using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    cde4php - Cross Database Engine for PHP

    cde4php - Cross Database Engine for PHP

    Uniform Database Abstraction for PHP Development

    Debby has replaced CDE in the Tina4Stack, you may want to check it out at http://tina4.com CDE is a PHP class which implements the general database functions in PHP and provides a common SQL platform for php development where developers change their databases but not their code. Supports Firebird, MySQL,Oracle,SQLite, MSSQL(both drivers),CUBRID,ODBC. CDE now supports date uniformity, param passing & BLOB handling across all the databases supported. CDE is not a replacement for PDO,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • D&B Hoovers is Your Sales Accelerator Icon
    D&B Hoovers is Your Sales Accelerator

    For sales teams that want to accelerate B2B sales with better data

    Speed up sales prospecting with the rich audience targeting capabilities of D&B Hoovers so you can spend more sales time closing.
    Learn More
  • 10
    phpMyProfiler is a php/mysql-script to parse and display DVDProfiler data on your Website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Web-based Visual Query Designer

    Web-based Visual Query Designer is a tool for generating SQL queries.

    Web-based Visual Query Designer is a tool for generating SQL queries. Currently, it is designed for MySQL only. Do checkout the demo from the project's website. [Note: Only SELECT queries, without GROUP BY (aggregation), can be designed.]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    MzzCRM

    MzzCRM 1-page 1-form PHP+MySQL Customer Relationship Management Script

    This is the MzzCRM CRM database script that consists of a single input textbox on a web page that stores them into a MySQL database table. It has one field so that the person inserting the case notes can insert the case notes quickly and has the ability to include full details, or to leave full details out. The script is designed to perform the essential first action of a CRM -- creating the case notes. If needed to browse or access the data later after it was input, use another 3rd...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Seed Library Database

    Seed Library Database

    A PHP/MySQL script for keeping track of a seed lending library.

    A PHP/MySQL script for users of a Seed Lending Library. Users can input the seeds that they are lending and borrowing, and administrators of the seed library can keep track of when to contact folks about bringing back seeds that are "overdue".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    MySQL DB Cleanup Script

    PHP Script to drop tables on all/some databases with wildcards

    I see there is no way in MySQL to drop tables using wildcards like 'temp_%', this simple PHP will help us do the following. 1. specify databases like 'anything%', so you check only the databases you need to. 2. specify tables like 'temp_%' , 'temp3_%' in an array so any number of temp wildcards possible. 3. loop through all databases and tables matching to drop the temp tables. This makes it easy for you dropping many temp tables but be very careful about the wildcard, things...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MP-Suite is a client/server script that enables remote MySQL through an XML-RPC interface. This way, you can remotely access databases that are not remote-access enabled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PHP-Index uses a plain text file as an index for a efficient search on data. The index is a simple ordered list, so a binary search can be performed. Current implementation supports a XML document as database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MySQLDumper

    MySQLDumper

    Backup/Restore of MySQL databases

    MySQLDumper is a web based backup/restore script for MYSQL which can handle huge dbs. Additionally - like in phpMyAdmin - you can create, drop databases, tables and views or view, search, delete, edit or add fields in an easy to use SQLBrowser.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 18
    A nice Portal script. BETA-BETA-BETA-Version!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MediaDB is a PHP web-based database to organize your DVDs, CDs, VHS tapes, books, games, etc. It can even index the files on a disc for easy searching. Version 1.1 fixes changes to the Amazon API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PHP-WebStatus Monitor is a script that monitors a website's connectivity. It uses php for all the scripting. It has a MySQL backend with a detailed statistics viewer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PHPPaging es un script hecho en PHP que, al recibir una cantidad de datos, los procesa y organiza, de manera que permite mostrar un determinado número de datos en varias páginas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    phpMyMusic is a PHP script with which you can organize your music collection. Data can be entered with a PHP webbased interface, and will be stored in a MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Helium WebMiB is a PHP script / phpBB3 MOD that integrates with a Helium Music Manager database to provide a web front-end display for your music collection, an easy way for your friends & family to view your music collection from anywhere in the world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    An Java JDBC compliant driver that connects to a remote database via url (http) connection, communicating through a server-side script (.asp,.php,.jsf etc). Useful if you like to access locally (java, SQuirreL, eclipse) a database on your web site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    An PHP + MySQL script that attempts to recreate features similar to the likes of Mininova, SeedPeer, and TPB frontend. Features a new design, crawling ability, cURL for single torrent scrapes + mass scrapes, and much much more! Based on T-Xore 0.4, Ibitz
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next