https://github.com/hedho/kissmo
KISSmo paste
https://github.com/hedho/kissmo
css database file flat kissmo no paste pastebin php
Last synced: about 2 months ago
JSON representation
KISSmo paste
- Host: GitHub
- URL: https://github.com/hedho/kissmo
- Owner: hedho
- Created: 2021-04-18T06:25:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T12:24:16.000Z (over 2 years ago)
- Last Synced: 2025-02-06T15:37:18.019Z (3 months ago)
- Topics: css, database, file, flat, kissmo, no, paste, pastebin, php
- Language: PHP
- Homepage: https://hedho.github.io/KISSmo
- Size: 5.49 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Visit the demo.
[](https://paste.oddprotocol.org)
# KISSmo Paste
This is a simple stupid Pastebin developed for myself and people to use it as a software at my websites!
KISSmo requires no database either mysql or sqlite it simply runs on flat file base.
--------------------------------------------------------------## Setup
| Things to do | index.php |
| ------ | ------ |
| Search for | **$sitename=""** |
| Search for | **"$ncsite=""** |Replace respective codes above to represent you're site.
This configuration is needed in order to include fiche at you're build for nginx, apply this changes to you're nginx.conf for you're respective site:
```c
location /p/ {
alias /home/admin/web/paste.oddprotocol.org/public_html/p/;
index index.txt;
autoindex on;
}
```This configuration is needed for you're OpenHTTPD if you're running OpenBSD, apply this changes on you're httpd.conf for you're respective site:
```c
location "/test/p/*" {
directory { auto index, index "index.txt" }
}
```
KISSmo is fully compatible with Terminal Lynx or other terminal browsers](https://paste.oddprotocol.org)
Disable searching feature:
Open archive.php and remove this specific code as followed >
```html
```
#Credits for This Project
IRCnow