Boni short link generation system is an online short URL generation system developed in pure PHP. It has no database design and is green and compact. It can generate short links, store text, forward, display demo pages, etc. You can think of more uses...
Installation instructions:
Account: admin Password: 123456
Just put the compressed package directly into the root directory of the website and decompress it. For website migration, just package it and transfer it to the target server for decompression.
Supports blocking spiders and WeChat
Catalog file:
Index: Home page file, asynchronously calling the interface to generate a short link
s.php: Forward files, you can also output text, with styles, the system determines the output type by itself
ss.php: Unstyled output and forwarding, can serve as an interface
sss.php: can be used as a front-end demo page, click to run the demo code
url.php: interface file that generates and stores data
URL directory: a directory that stores link data, stored in text form.
Admin directory: background management
con.php: public file
config.php: configuration file
indexes.php: background management index file
index.php: Backend home page
Update instructions:
1. Fixed PHP_EOL causing Windows platform users to be unable to log in