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.

12345678910111213141516171819202122232425262728293031
  1. This folder contains the code for KXStudio's Pastebin.
  2. It's shared under the Public Domain.
  3. The full license is available at:
  4. http://creativecommons.org/licenses/publicdomain/
  5. To use it, download GeSHi first, and unpack the geshi folder in here.
  6. The file structure must be like this:
  7. + geshi
  8. - *.php
  9. + repo
  10. - _error
  11. - .htaccess
  12. - download.php
  13. - geshi.php
  14. - index.php
  15. - kxstudio.css
  16. NOTE:
  17. -> htaccess has been renamed as usual
  18. -> repo directory must have r+w permissions (we'll use it to store the files)
  19. To make this work, you'll need to:
  20. edit index/download.php and set $base_dir and $server_dir properly.
  21. edit index.php and set the server root path if needed (ie, href="/paste/kxstudio.css" -> href="/~user/paste/kxstudio.css")
  22. ^ change everything that starts with '/paste'.