Showing 11 open source projects for "htdocs"

View related business solutions
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    Healthcare

    Healthcare

    A Healthcare Software

    ...For Internet Scale, use Cloud Facilities to make it simple for Mobile Work. Installation 1. Install XAMPP with PHP 7.2.0. 2. Start the Server. 3. Install Grandtech Creation Healthcare file, Setup.exe path to C:\xampp\htdocs folder. 4. Create Database Called "healthcare". 5. Insert table using database.sql. 6. Open your browser, go to http://localhost/Healthcare. 7. Get Your Account. 8. Print Account Detail. 9. Login using Username and Password. 10. Go to Billing menu. 11. Click + Button. 12. Click + On Bill To. 13. Back to Billing menu, Click + Button. 14. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    AMP Servers For Windows 32 Bit ( x86 )

    AMP Servers For Windows 32 Bit ( x86 )

    Apache v2.4, MariaDB v10.4, PHP v8.1 With Automated Service Installers

    Please watch the video below for a sample library software installation, which uses this same server. After watching / installing the services, you may copy your new application folder, to the C:\slims9-x86\httpd\htdocs directory and change the DocumentRoot value in the following files : 1. C:\slims9-x86\httpd\conf\httpd.conf 2. C:\slims9-x86\httpd\conf\extra\httpd-ssl.conf Restart the services for applying the new configuration. You may now access your install.php / index.php file, from your App's install folder, through an internet browser and complete the database setup. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Easy Database Forms For All

    Easy Database Forms For All

    Create Web Based Forms Quickly, With In-built DB, For All Your Teams

    ...You can also create your own users, databases, grant privileges, change passwords, enable audits, create tables etc. by having a look at this file : C:\forms64bit\httpd\htdocs\team1_user_and_database_creation.sql Also, the files, index.html and the team[1-8].php present in the same folder, can be studied for more customization. Use a good Text / Code Editor Software like "Sublime Text" OR Notepad++ to open these files. Check Google For Them.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    LAMP package in Complete Virtual Machine

    LAMP package in Complete Virtual Machine

    A Quick LAMP/WAMP/MAMP/XAMPP Pkg for development, testing & production

    ...If you are new to Virtual Machines, then please watch the Video below ( taken from my other sample PHP project called teamdocs. You may cleanup this Application from the htdocs home folder link & its corresponding database, after logging into mysql. The mysql root login credentials, sample .mysql_history, sample .bash_history are all kept intact for quick references in the home folder. These files can be edited using the free FileZilla ftp client software. This is also explained in the video below. ) Once setup & running, please ensure that a Backup of the system, is taken regularly, to avoid any issues. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    Easy Team Document Software for all ORGs

    Easy Team Document Software for all ORGs

    Tasks, Guides, Scripts, Collaborations, Knowledge Bases, Tech Supports

    ...This system should keep running for Years, without requiring any further Updates / Breakages. New Points: 1. If needed, change the utf8 line below, to match your language charset, in the corresponding php files, in the htdocs folder: $result['client_encoding'] = 'utf8'; OR 'client_encoding' => 'utf8' in PHP Files: all_categories.php all_scripts.php index.php login.php phpgen_settings.php
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6

    ZWebServer

    ZWebServer - Máy chủ web PHP - MySQL - Apache dành cho Windows

    Phần mềm tích hợp bao gồm: - Apache: Tạo máy chủ web - MySQL: Tạo máy chủ CSDL - PHP: Module tích hợp cho Apache hỗ trợ chạy file code php - phpMyAdmin: Web giao diện quản lý Database Địa chỉ web mặc định sau khi cài đặt: http://localhost:88/ Thư mục sẽ chứa code web: C:\ZWebserver\htdocs\ Chú ý: Sau khi tải về hãy giải nén và để đúng vị trí thư mục C:\ZWebserver
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    foodly

    foodly

    website built to order food online and also for business

    Website built to order food online and also for business in php and ajax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GooglePlayStoreAPI

    GooglePlayStoreAPI

    fetch apps data on google play store with package name

    ...for this class you need php 5.3 or upper and enable php_openssl.dll extension in your php.ini file. you may want to test it.to test this in your local web server folder extract data to your web server folder. in xampp is htdocs folder!!! if want to know how to get package name you can use aapt file in android sdk tools that got apk file and send back package name! i hope you enjoy it
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CsvIgniter
    Este proyecto te permite crear archivos csv desde la base de datos con la función INTO OUTFILE de sql, ademas agrega los encabezados de columna de manera dinámica, solo configura las variables iniciales y obtén tu csv. $fecha_hoy=date('d-m-Y'); $ruta_descarga = 'C:/Program Files/Apache24/htdocs/CsvIgniter/tmp/';//no olvides el / del final $nombre_carpeta_a_descargar = 'FOLDER1'; $descarga_nav = TRUE; //ESTO HABILITA O DESHABILITA LA DESCARGA $bd = "tu_base_de_datos"; $tabla = "tu_tabla"; //WHERE $wheres = ""; $prefijo_reportes_archivos = "CSV Sample 1 - Title "; $momento = "{$fecha_hoy}";//date("Y-m-d h-i-s"); //AQUI PUEDES AGREGAR MAS DETALLES DE LA HORA $registros_por_csv = 1000000; //reducir si el archivo se corrompe $delimiter = ','; $enclosure = '"'; $newline = '\n';
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10

    Samsung Smart apps utilities

    Some utilities for Samsung smart apps

    This util you can create the widgetlist.xml for your Samsung TV. Just create widget directory in your http root (like c:\xampp\htdocs\widget) than put some smart apps in that directory. After run this little utilty to create widgetlist.xml WidgetListCreator.exe c:\xampp\htdocs Then you can sync with your smart TV It's work with Samsung PS51D6900
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    5 Card Single Player Poker Game in PHP. Demo is available at http://phppoker.sourceforge.net/demo/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB