Now that SIB has been built and tested, you can use this with php4 and mysql and apache web server on linux. To use this board, first create table in the mysql(ex, sebin) and use http://foo.bar//~user/sebin/index?usertable=sebin
If you find a bug, please report it to kbmyung@kebi.com (Kyungback Myung)
INSTALL.
1. create mysql user : $user=``linux``, $user_passwd=``1111``, user_db=``linux``,
2. cp sebin.tar.gz in the public_html or htdocs
3. extract sebin.tar.gz
#>tar xvzf sebin.tar.gz
4. make upload directory following $user_table
#>cd sebin/files/
#>mkdir sebin
#>chmod 707 sebin
5. in the mysql, create table.
CREATE TABLE sebin (
id int(11) DEFAULT ``0`` NOT NULL auto_increment,
uname varchar(20),
homepage varchar(40),
email varchar(35),
_value text,
ip varchar(17),
reg_date datetime,
datefilename varchar(20),
userfile_name varchar(30),
PRIMARY KEY (id)
);
6. Go to http://foo.bar//~user/sebin/index?usertable=sebin
& enjoy it :=).
7. Default delete password is ``1111``
8. To change Defalut delete password visit to phpgroup.com/~linux/80/crypt.php
& query your password & rewrite $admin_del of delete_.php.