Showing 11 open source projects for "htdocs"

View related business solutions
  • Loan management software that makes it easy. Icon
    Loan management software that makes it easy.

    Ideal for lending professionals who are looking for a feature rich loan management system

    Bryt Software is ideal for lending professionals who are looking for a feature rich loan management system that is intuitive and easy to use. We are 100% cloud-based, software as a service. We believe in providing our customers with fair and honest pricing. Our monthly fees are based on your number of users and we have a minimal implementation charge.
    Learn More
  • Field Sales+ for MS Dynamics 365 and Salesforce Icon
    Field Sales+ for MS Dynamics 365 and Salesforce

    Maximize your sales performance on the go.

    Bring Dynamics 365 and Salesforce wherever you go with Resco’s solution. With powerful offline features and reliable data syncing, your team can access CRM data on mobile devices anytime, anywhere. This saves time, cuts errors, and speeds up customer visits.
    Learn More
  • 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: 3 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: 7 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: 15 This Week
    Last Update:
    See Project
  • Field Service+ for MS Dynamics 365 & Salesforce Icon
    Field Service+ for MS Dynamics 365 & Salesforce

    Empower your field service with mobility and reliability

    Resco’s mobile solution streamlines your field service operations with offline work, fast data sync, and powerful tools for frontline workers, all natively integrated into Dynamics 365 and Salesforce.
    Learn More
  • 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: 3 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: 3 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
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
    Learn More
  • 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