All Projects → kiranrs → XAMPP-Project-Directory-Browser

kiranrs / XAMPP-Project-Directory-Browser

Licence: GPL-3.0 license
This is a small pieces of code that will help you to browse projects,manage files and alot of things in XAMPP.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
XSLT
1337 projects
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to XAMPP-Project-Directory-Browser

node-mysql
Node with mysql boilerplate
Stars: ✭ 72 (+500%)
Mutual labels:  xampp
CPSC
Club Penguin Singleplayer Client
Stars: ✭ 37 (+208.33%)
Mutual labels:  xampp
SetupStuff
This repository contains the instructions to install various tools that are helpful to a developer.
Stars: ✭ 18 (+50%)
Mutual labels:  xampp
xampp-docker
Docker image containing Ubuntu 17.10 and the latest XAMPP 7.2.3
Stars: ✭ 18 (+50%)
Mutual labels:  xampp
Groovy
Groovy is a social music application for Android.
Stars: ✭ 20 (+66.67%)
Mutual labels:  xampp
Online-Food-Ordering-Web-App
Online Food Ordering System Website using basic PHP, SQL, HTML & CSS. You can use any one of XAMPP, WAMP or LAMP server to run the Web App
Stars: ✭ 96 (+700%)
Mutual labels:  xampp
Hospital-Management-System
Hospital Management System using php and mysql
Stars: ✭ 124 (+933.33%)
Mutual labels:  xampp
Online-Appointment-Booking-System
An Online Appointment Booking System for Retail Chain Clinics with both the User as well as the Admin Side.
Stars: ✭ 95 (+691.67%)
Mutual labels:  xampp
LAMPP-Manager
A simple LAMPP manager designed to automate all the work.
Stars: ✭ 117 (+875%)
Mutual labels:  xampp
OneHourGameJam
One Hour Game Jam website
Stars: ✭ 27 (+125%)
Mutual labels:  xampp
Project-Online-Shopping-Website
Project for the subject of "Web Technologies"
Stars: ✭ 37 (+208.33%)
Mutual labels:  xampp
Simple-Social-Network
Micro Social Network developed in PHP, MySQL, BOOTSTRAP 3 and VUE.JS 2
Stars: ✭ 18 (+50%)
Mutual labels:  xampp

XAMPP-Project-Directory-Browser

This is a small pieces of code that will help you to browse projects inside htdocs in XAMPP

Prerequisite

  1. XAMPP 3 or later
  2. Operating System: Any OS where XAMPP support.

Installation

  1. Copy htdocs_listing.php and replace index.php in installation path to xampp/htdocs/
  2. Start XAMPP Control panel
  3. Open your favourite browser, and head to http://localhost

That's it. Now you can browse projects inside your htdocs

Change Logs

V-0.1

  1. jquery & Bootstrap upgraded to version 3.5.1 and 5 beta 1 respectively.

If you're facing any issues while upgrade, Please change v2 to v1 in the following lines in header section.

 <link href="/themes/v2/assets/css/bootstrap.min.css" rel="stylesheet">
 <script src="/themes/v2/assets/js/bootstrap.min.js"></script>
 <script src="/themes/v2/assets/js/jquery-3.5.1.min.js"></script>
 <link href='/themes/v2/assets/css/font-awesome.min.css' rel='stylesheet'/>

V-1.0

This is a BIG UPDATE 1.0

What's New

  1. Filegator - A light weight PHP-Vue.js file manager for managing your files in htdocs. You may directly edit,delete,add your project files directly through this file manager.
  2. phpSysInfo - A tool which help you to check your system details like processor, Operating system details etc.
  3. Adminer - A light weight, single page PHP script for managing your MySQL databases.

Improvements

  1. Now Bootstrap beta 1 upgraded to version 5.1
  2. Improved UI, hide default directories inside htdocs, added new icons in Tools section.

Installation

You can delete your existing files safely and replace V 1.0 in your root folder (htdocs)

  1. Simply clone this script to your htdocs folder or download and extract files.
  2. While opening Filegator filemanager, it'll ask for enter username and password. Default username and password is admin,admin123 respectively.

    Basic configuration

    You may want to change your project folder, so you have to edit Default Local Disk Adapter. The main configuration file is in xpdb/plugins/filemanager/configuration.php. You've to update the line number #88
    return new \League\Flysystem\Adapter\Local(
                        'C:\xampp\htdocs'      // Change this path with your base directory
                    ); ?>

For more configuration and details goto filegator

That's it 😃

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].