SolDevelop / upload-download-files-php

Upload Download Files php scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upload-download-files-php

Simple php scripts for downloading and uploading files.

How to share files without having domain and own server?

How to make your own PC as server?

No worries it even works on dynamic ip addresses and also on the networks which are having NAT enabled.

Prerequisites

What things you will need?

  • XAMPP XAMPP Suitable version with PHP Apache
  • ngrok ngrok for making your localhost tunnel.

Process

  • Install XAMPP
  • Download github repo and copy all files to /htdocs/server/
  • Start XAMPP Apache
  • Try running the website in browser link
  • Make accout on ngrok and download the files.
  • Start CMD in the folder where ngrok.exe is extracted
  • Run the authentication command > ngrok authtoken YOUR_TOKEN
  • Run the command to start tunnel > ngrok http 80
  • You would see your temporary domain
  • Highlight the domain and press Mouse-Right-Click (to Copy)
  • Open the link in some other network, hopefully it should work.

Terms

  • The guide and scripts are for personal use only.
  • Any misuse of the files provided is not encouraged.
  • The developer is not responsible for any kind of warranty or harms.
  • All the responsibility is of the user.
  • If you agree to above mentioned terms and other terms/policies of ngrok & XAMPP then only use.

About

Upload Download Files php scripts


Languages

Language:PHP 82.8%Language:HTML 17.2%