All Projects → justicenode → php-wol

justicenode / php-wol

Licence: GPL-3.0 license
PHP WakeOnLan Interface

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to php-wol

wake-pc
Wake PC is a tiny self-hosted Wake-On-Lan (WOL) app written in PHP for linux machines that you can use to wake up machines on your local network.
Stars: ✭ 44 (+46.67%)
Mutual labels:  wakeonlan, wake-on-lan
grid-garden
Solutions to CSS Grid Garden
Stars: ✭ 79 (+163.33%)
Mutual labels:  css3
CSS-Collection
A wide variety of animations done using only CSS
Stars: ✭ 44 (+46.67%)
Mutual labels:  css3
solveme
SolveMe - Jeopardy CTF Platform
Stars: ✭ 51 (+70%)
Mutual labels:  css3
Bootstrap4Resume
A single-page static resume website created with Bootstrap 4
Stars: ✭ 36 (+20%)
Mutual labels:  css3
UpSnap
A simple wake on lan app written with Django, Django-Channels (websockets), Celery, Redis and nmap.
Stars: ✭ 65 (+116.67%)
Mutual labels:  wakeonlan
thepranaygupta.github.io
my personal portfolio website
Stars: ✭ 47 (+56.67%)
Mutual labels:  css3
weekly-tracker
⛱ 周刊共读计划,目前涉及 Frontend Focus、JavaScript Weekly、React Status、Node Weekly 和 CSS Weekly 期刊,希望读者可以有所收获!🥳
Stars: ✭ 124 (+313.33%)
Mutual labels:  css3
Python
covers python basic to advance topics, practice questions, logical problems in python, web development using html, css, bootstrap, jquery, DOM, Django 🚀🚀. 💥 🌈
Stars: ✭ 29 (-3.33%)
Mutual labels:  css3
django-ecommerce
This is a E-Commerce Website
Stars: ✭ 115 (+283.33%)
Mutual labels:  css3
abdulmoqueet.github.io
My Professional Portfolio
Stars: ✭ 17 (-43.33%)
Mutual labels:  css3
swatch
A lightweight, modern theming library based on CSS variables and the setter/getter pattern.
Stars: ✭ 14 (-53.33%)
Mutual labels:  css3
react-app-simple-chat-app
A Simple Chat Application using MERN stack (MongoDB, Express JS, React JS, Node JS) and Socket.io for real time chatting
Stars: ✭ 41 (+36.67%)
Mutual labels:  css3
Animation design
当前端遇上二次元
Stars: ✭ 30 (+0%)
Mutual labels:  css3
css-art-gallery
A collection of CSS Arts.
Stars: ✭ 127 (+323.33%)
Mutual labels:  css3
DevHelpBox
we are creating this community so that other developers can get benefits of it.
Stars: ✭ 35 (+16.67%)
Mutual labels:  css3
elem
vue2.0 适合新手的外卖小项目,不断更新中。。。
Stars: ✭ 14 (-53.33%)
Mutual labels:  css3
Coding-Foundations-course
No description or website provided.
Stars: ✭ 41 (+36.67%)
Mutual labels:  css3
easy-drag
easy to realize drag and drop effect
Stars: ✭ 34 (+13.33%)
Mutual labels:  css3
GooglePage
A better looking <not anymore> google.com | Take a look:
Stars: ✭ 14 (-53.33%)
Mutual labels:  css3

PHP WakeOnLan

A simple PHP WakeOnLan UI

Screenshot01

How to install

Requirements
  • A Linux Server/Machine
  • A mysql Database
  • A PHP capable webserver (Apache, nginx, ...)
Installation
  1. Clone the repo and copy the html folder into your webroot
  2. Change the lines below in config.php to fit your mysql setup (DO NOT CREATE DB)
private $servername = "localhost";
private $username = "root";
private $password = "";
private $database = "php-wol";
Notes
  • The database gets created as soon as you load the page for the first time.
  • default login is admin:admin
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].