Skip to content

hedho/KISSmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visit the demo.

The Demo

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:

    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:

	location "/test/p/*" { 
		directory { auto index, index "index.txt" }
	}

KISSmo is fully compatible with Terminal Lynx or other terminal browsers!

The Demo

Disable searching feature: Open archive.php and remove this specific code as followed >

</center><br>
	<center><form method="POST" action="archive.php" class="search" enctype="multipart/form-data" autocomplete="off">
       <input type="text" name="query" maxlength=75 class="searchbox" minlength=3 placeholder="Enter keywords" required>
       <input type="submit" value="Search"></input>
</form></center>

#Credits for This Project

IRCnow