Search Results for "php table management" - Page 43

Showing 7091 open source projects for "php table management"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Start Free
  • 1

    Open Burhan

    Open Burhan Quran Database

    Open Burhan from openburhan.net is set of PHP scripts with the data of Holy Quran. Arabic is text is in two forms from Tanzil.org. It is in Simple Clean and Uthmani scripts. There are multiple Urdu and English Translations included. It contains word to roots dictionary as qword table
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ManChamp

    ManChamp

    Manage Championship

    Tabletennis / pingpong championship in your club. (Planned/when ready:) Enter event subscriptions, create pools of players, get table of matches to play, calculate handicap for matches to play, enter scores and calculate results, publish continuesly information over (local) network, and overview of the hole championship. Now in preview = ManChamp Light for Gambas2!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    webBooks

    webBooks

    A web-based business management suite

    Powerful enough to have been designed for the enterprise, but intuitive enough for the SOHO businessman. This professional grade business management software can be tailored to work in any desired industry due to it being based on a modular design and using open standards. Not only is this software easy for end users, but it's easy for the administrators too! Unlike our competition, you don't have to setup elaborate VPN's or other costly technology just to allow for 'outside' access by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ShelterOps

    ShelterOps

    ShelterOps - Animal and Wildlife data management software

    ShelterOps is a PHP based software program to manage animal operations for animal welfare organizations, animal rescues, wildlife rescue/rehabilitation facilities, animal control agencies (ACOs) and any other entities that need to track animal intake, dispositions, medical procedures, assessment, etc. It offers a basic Point Of Sale (POS) system for services, licenses, merchandise and general ledger integration for accounting, as well as several optional modules to extend functionality (traps, tags, products, incidents/dispatch management, photos, etc). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5

    Job log for factory

    Simple log for the job done in factory per employee, order, operation

    This is a simple web interface for logging the job done in the factory. There are several web forms: (1) List of employees - first and last name, nickname, team, flag for active/fired (2) List of work operations - name, cost, flag for active/obsolete (3) List of orders - order ID, project name, country, flag for active/finished (4) Log of the job done - who has done what amount and type of operations regarding which order/project (5) Reports - employee worksheets, job done per...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Web interface for DNSmasq / Mikrotik

    Simple web form for static assignment of DHCP leases

    ...Subnets are rarely changed, so there is no web interface for them - you have to edit the SQL table SUBNET manually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Jahia Digital Experience Manager

    Jahia Digital Experience Manager

    Open-Source Digital Experience Management Platform for Enterprises

    Jahia is a leading provider of a customizable Digital Experience Management platform that aggregates apps, data and content and breaks down organizational silos to innovate the digital customer experience to gain digital agility now and sustainable competitive advantage with one-to-one customer relationships. Jahia is the only Enterprise Content Management System that combines the modularity of PHP frameworks with the strength of the most solid Java Open Source standards. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    fBlog

    fBlog is a weblog engine for static content written in Fortran

    fBlog is a stand-alone weblog page generator to be uploaded (website) or viewed on its own computer (diary or notebook).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Cybernetics GUI TO MySQL

    Cybernetics GUI TO MySQL

    Its The Graphicsl User Interface to MySQL, providing wide coverage.

    Cybernetics Is creating many different kinds of software application like Bank Management, Accounting Software, and many more Management Software on proprietary basis. Cybernetics GUI To MySQl is an software which assists Students or professional to execute there mysql operations within this application with very limited command base executions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Start Free
  • 10
    Newscoop

    Newscoop

    The open content management system for news.

    The open content management system for professional journalists. Features include multiple author management, issue-and-section based publishing, geolocation, multilingual content management, and a templating engine supporting HTML5 & mobile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ClipBucket

    ClipBucket has been shifted: https://github.com/arslancb/clipbucket

    ClipBucket is an Open Source and freely downloadable PHP script that will let you start your own Video Sharing website (YouTube Clone) in a matter of minutes. ClipBucket is the fastest growing video script with the most advanced video sharing and social. ClipBucket source code has been shifted to GitHub, Kindly follow our GitHub for latest releases and code: https://github.com/arslancb/clipbucket
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    PHP Login Webservice with JSON

    PHP Login Webservice with JSON

    This is basic PHP Login Webservice with JSON output

    Run sql dump in your Mysql server, then Put the codes in your server. This webservice always gives JSON output. This project is created for who wants to learn basic PHP webservice. So it is for PHP beginners. We have just one table whose name is "users". Here is its sql: CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `unique_id` varchar(64) CHARACTER SET utf8 NOT NULL, `name` varchar(50) CHARACTER SET utf8 NOT NULL, `email` varchar(100) CHARACTER SET utf8 NOT NULL, `encrypted_password` varchar(64) CHARACTER SET utf8 NOT NULL, `salt` varchar(16) CHARACTER SET utf8 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; You can add/login a user with using GET or POST. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Zenbership Membership Software

    Zenbership Membership Software

    Open source membership software.

    Zenbership is open source membership software with an advanced feature set designed to help small businesses, clubs, and organizations maximize their membership rosters. Features include: - CRM w/ contact and account management. - Membership management: custom database fields, forms, secure content, and a web-based member-self-service-portal. - eCommerce: subscriptions&dues, a store front, invoices, promo codes, physical product sales & shipping. - CMS allowing the sale of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Visual NMS

    Visual Network Management System

    VisualNMS is a network management system with powerful visualisation features due to its vectorial based rendering (SVG). It is built using perl, javascript, SVG, HTML. It includes Layer 2 autodiscovery based on LLDP and other discovery protocols (Cisco's CDP, Extreme Networks' EDP, etc.). Other features include: real time SVG graphs on links, web2cli engine (AJAX to Telnet/CLI), editable maps, auto layout (based esentially on GraphViz), VLAN mapping (work in progress) based on SNMP.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Simple postfix administration

    Simple web interface for Postfix domains, accounts, aliases

    These are 3 very simple web forms to help administration of Postfix: (1) domain management - adding / deleting domains, adding / deleting supervisors, assigning supervisor for domains (2) account management - adding / changing / deleting / deactivating / reactivating mail accounts for a given domain; specifying recipients for BCC copies of all incoming and outgoing messages of a given mail account (3) alias management - adding / changing / deleting aliases and their destination(s)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Application to book for a meeting

    Manage bookings for meetings with prospects

    This is a simple web application to manage meetings with prospects. Each of your sales persons must have an account to login. Once logged, (s)he may define calendars, time slots, prospects, and send invitations for a meeting. Prospects can book one (or more, if allowed) of the time slots - and there is a warning if they try to book 2 overlapping time slots (e.g. to meet with 2 different sales persons at the same time). A prospect may also cancel his/her bookings. Your sales persons may...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Store journal, book and standards information. Add members so that you can lend books to them and have reports giving you upto date information about your library status. Ideal for schools and colleges.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    aplicoop
    Aplicatiu per fer comandes on-line i gestionar les comandes i les factures dels socis d'una cooperativa de consum ecològic on els membres participen en la gestió de l'entitat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SQL!kE - PHP, SQL JS - Database Explore

    SQL!kE - PHP, SQL JS - Database Explore

    SQL!ke is a PHP mySQL RD Database Editing & Explorer

    SQL!ke is a new general project for mastering data effectively stored in a database using PHP and Javascript . This RD Explorer works with existing Databases with Embed SQL Query editor and your Custom Table Views. Keep track of this fresh project as it will include a simple blueprint to manipulate en view interconnected data entities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Informatica DBMetadata

    Java utility that reads the metadata from table(s)

    Dbmetadata is a Java utility that reads the metadata from table(s) in a specified database and creates the Informatica XML to import into the repository. I created this utility when we were migrating to a new platform and needed a quick way to create flatfile and relational sources and targets that matched the DDL of the table. I also needed to use shortcuts. If you use the import table list, it will create one XML file with all of the tables and shortcuts (if a shortcut folder is specified)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    CyberGestionnaire

    Administration website for EPN

    Ce pro-logiciel vous aidera à gérer votre Espace numérique, il comporte les rubriques suivantes : Adhérent : adhésion/réinscription, forfait atelier, forfait connexion avec historique et statistiques Planning : réservations actuelles et futures pour la connexion internet, avec statistiques d'utilisation Matériel : gestion des interventions sur les postes Impressions : gestion des comptes d'impression selon la tarification choisie Ateliers : programmation et base de sujets d'ateliers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CODDNS

    CODDNS

    Custom Open Dynamic DNS, an integrated solution for DNS management.

    The coddns system is a HTML-PHP-DB console working through scripts with Bind9 to provide a dynamic DNS resolution over the hosts registered through the console. It has two work modes: WAN Mode: This is the default work mode, coddns will act as resolver for every host registered. In the moment you provide a tag and an IP, the system will resolve any query made over that tag into the IP you set. If the IP is dynamic, and you have installed the coddns client into your PC, raspberry Pi...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Nucleus CMS
    https://github.com/NucleusCMS This project move to GitHub.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    OneClickKick (Network Boot & Kickstart)
    A web based GUI for managing PXE boot and optionally managing DHCP service. Also supports creating and serving Kickstart and preseed scripts. This provides a client install in one click. This is a generic framework created to work with anything that's PXE bootable. Adding new hosts can be done via "PXE enrollment" where the client PXE boots to enroll into OneClickKick. Easily integrated with existing naming sources such as NIS and LDAP for central lookup of host and mac address...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Boy Scout Advancement

    Boy Scout Advancement

    Joomla! component to track Boy Scout advancement.

    The Boy Scouts of America now supports their own internet-accessed advancement tool, Scoutbook. That is now the preferred tool for BSA units. I am no longer supporting this Joomla app, and recommend users transition to Scoutbook. I will keep this Sourceforge site available for those who want to use the code.
    Downloads: 2 This Week
    Last Update:
    See Project