KXStudio scripts and misc stuff
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
falkTX cbbf49efb2 Fix plymouth theme; misc fixes 12 years ago
..
repo Added website pastebin code 12 years ago
README Update pastebin README 12 years ago
download.php More work on irc bot 12 years ago
htaccess Added website pastebin code 12 years ago
index.php Fix plymouth theme; misc fixes 12 years ago
kxstudio.css Added website pastebin code 12 years ago

README

This folder contains the code for KXStudio's Pastebin.

It's shared under the Public Domain.
The full license is available at:
http://creativecommons.org/licenses/publicdomain/


To use it, download GeSHi first, and unpack the geshi folder in here.

The file structure must be like this:
+ geshi
- *.php
+ repo
- _error
- .htaccess
- download.php
- geshi.php
- index.php
- kxstudio.css

NOTE:
-> htaccess has been renamed as usual
-> repo directory must have r+w permissions (we'll use it to store the files)


To make this work, you'll need to:

edit index/download.php and set $base_dir and $server_dir properly.
edit index.php and set the server root path if needed (ie, href="/paste/kxstudio.css" -> href="/~user/paste/kxstudio.css")
^ change everything that starts with '/paste'.