Login   Register  
PHP Classes
elePHPant
Icontem

File: config.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Rick Hopkins  >  preditor  >  config.txt  >  Download  
File: config.txt
Role: Documentation
Content type: text/plain
Description: Configuration Information
Class: preditor
php file editor
Author: By
Last change: Added more config info
Date: 2002-10-29 18:02
Size: 1,675 bytes
 

Contents

Class file image Download
Preditor vs. 0.5
Rick Hopkins
http://www.sottc.com
rick@sottc.com
Last Modified: 10/22/2002

CONFIGURATION INFORMATION
--------------------------------------------------------------------------
1) First download the logo from http://www.sottc.com/preditor_logo.gif
2) Place the logo into a directory called "graphics".
3) Set the default directory path you wish in function preditor_class()
   (Currently Set To upload/)
4) Create tmp/ directory (Look at example directory setup
...
the graphics folder is used to store the logo.
the upload folder is used by preditor to store files that you are copying 
    or have finished editing
the tmp folder is used by preditor to temporarily store the files you are
    currently working on, they are deleted once copying or editing is 
    finished
if you decide not to create a folder called upload then set the default
    directory path in the function preditor_class() of the
    preditor_class.php file to whatever directory you would like, just so
    long as the program as somewhere to send the finished or copied files
...

Hey this is Rick Hopkins. I wrote the preditor class file. Sorry about the
misunderstanding on directory setup. Let me clarify.
1>
Setup a folder called preditor. Under that put:
a folder for graphics called graphics,
a folder for uploads called upload,
a folder for tmp files called tmp,
the file preditor_class.php,
the file index.php

2>
under the graphics folder place the preditor logo graphic which can
be obtained at http://www.sottc.com/preditor_logo.gif

That is how it should be set up. Any more questions let me know.
I love feedback, good or bad.