Version Changes: ------------------ version 0.555 | 2002-01-20 (SMALL FIX/UPDATE) * updated: The banning is now working proberbly, i've made a realy big mistake in my PHP code, i used a predefined VAR that takes the server IP instead of the remote IP, but it's fixed now sorry for the error! ;( version 0.555 | 2002-01-20 (BETA VERSION) ****************************************************** * added: UWCP installation script, that lets you install UWCP through your favorite web browser, the "open registration" ability is not added yet, but im working on it (rember, this is just a beta version of UWCP, the stable release it not ready yet!) * updated: You are no longer allowed to ban you own IP address, it's only idiots who want to ban him/herselfs, and no, im not so stupid, only a little! ;) * updated: Fixed the "logging in" code, i had done something wrong with the code, so it required "Register Globals" to be turned on but it's fixed now, so you don't have to use "register globals" anymore! * added: Ability to instantly delete users via. the main "user management" page, you may now delete users instantly with the "X" link, just click on it to delete that user!. * added: Ability to view the users linked to a usergroup, you will see all users that is linked to the usergroup if you click on it at the "user management" page. * updated: You will be redirected to the previus "image archive" page you was on, when you delete/change a image!. * updated: Passwords is now being inserted in the DB with MD5 instead of regular passwords, much more secure! * updated: PHP code that lists all users that is linked to the specified usergroup (all users that is linked to the usergroup "administrator" will be show when you click on the usergroup!). * added: Visitors may now choose if they want the "webcam main page" to be viewed in "a new small java script window" or on the mainframe!. * added: Ability to delete images from the archive, with only one click from the "image archive" main page. (If your user has delete priviliges!) * added: Ability to change/add " ALT="" " text on the images in the "image archive" is now avalible, and it can be updated after you added the image in the archive (if you got the permission for doing it!). * added: Webcam update intervall is now being saved in a cookie, so that the visitor don't need to chose intervall every time he login (I have implented a change intervall option aswell) * added: MySQL/PHP user authentication system, so you do not have to use the HTTP server's inbuilt password protection anymore. * added: SESSIONS that makes it much easier to know when a user is logged in, the user gets a variable named "$_SESSION['userID']" he/she that contains that users "ID" when he/she login, and if UWCP finds the SESSION variable then he asumes that the user is logged in, and if not --> user logged out!. * added: Only 35 images will be shown at the same time on the "Image archive" page (you must browse trough pages instead), this is much better than having one big page, considering 56k users like myself! ;) * added: A fully complete "user group system", this allows you to make groups with special privilegies, like "delete comments", "refresh database"... I have included 4 sample groups (administrator, superuser, normal and restricted). * added: You can now comment images individually instead of the old "Guestbook". * added: "Refresh database" that lets the administrators refresh the database ("Refresh database" checks if files from the folder exists in the DB, he will add the files that he finds if they don't exists in the DB, and deletes the DB post if he find a file in the DB that dosen't exist in the "image archive" folder, "refresh database" is partly the exact function as my present "repair database" function, but this one is much better!). * added: Banning support, you may now ban IP adresses from your webcam site (if your user has BAN privilegies that is!) * added: some nice buttons, images and some other things for the UWCP GUI. * added: GUI for usermanagement, adding usergroups/users, changing group permissions and changing user name passwords... (Only users with usermanagement privilegies is enabled to use this function) * added: Totaly new layout, written from scratch, aswell as all PHP code! * removed: Guestbook is removed becouse im going to make a IRC client instead, where registered users with IRCchat priviliges can talk to each other though a IRC server! version 0.445 | 2001-12-17 (has newer been released, and it's M$ fault, kill ehm!) ****************************************************** This version has never been released becouse of Microsofts darn Webcam application that is included in XP powertoys, i don't know why but that application delete's the folders i choose to save the webcam images in, and i have tryed it after the delete accident, and he still deletes all folders i choose ;). i chosed my UWCP code folder in that application so i have to remake all the code ;/ (this is partly my fault, i hadn't made any backups of the new version) and one more thing, M$ do not make bugs, THEY ARE BUGS!. version 0.444 | 2001-12-17 ****************************************************** * added: the TOP-4 images from the image "archive archive" is now showed at the mainpage! (the script only shows images that visitors have voted on, you will not see any images if the column vote==0). * added: voting script that let's the visitors vote for their favorite image in the "image archive", the script saves a cookie named "uwcp_has_voted" on the visitors computer too ensure that he/she only votes once!. * removed: the "table" variables (no need to change the table names in the MySQL database!). * removed: some unused variables. version 0.123 | 2001-11-10 ****************************************************** * added: guestbook administration PHP script that allows the owner to delete guestbook posts easily through a web page. version 0.122 | 2001-11-10 ****************************************************** * updated: all configuration files is now located in a folder named "config". * removed: some unused variables. * updated: made the configuration easier when moving the script to other folders than the original. * added: PHP script that removes "image" posts in the database if the image file is deleted from the "image_archive" directory. * added: all image filenames in the "image_archive" directory is now inserted into the database instead, of listening the whole directory everytime when viewing the image_archive. * removed: PHP dir. list-script for the "image_archive". version 0.111 | 2001-11-07 ****************************************************** * updated: some code so it will easier to run UWCP on other computers than my own ;). * added: PHP script that posts the images (image archives) filenames into the database. * added: new installer script that now makes a database table for the image archive. * updated: some GUI improvments. * removed: unused variables. * IMPORTANT NEWS: version 0.111 or later will require MySQL to work, use the old version if you don't want to use MySQL. version 0.010 | 2001-11-04 ****************************************************** * added the ability to accept/decline a image before putting it into the archive. * updated the name of the variable for the email text in the guestbook form, my email: tommy.frossman@swip.. was also in a variable named email sorry for that mistake, it's fixed now ;). * updated the PHP script that puts images into the image archive, so that it copy images instead of moving them, i know it was stupid and i regret that ;) * added: PHP script that lists all filenames from images and input's the filenames into tags!. * added: guestbook like PHP script (require MySQL), that enables visitors to comment the webCAM. (a brand new interface) * added: CEREbRi proof. * added: configuration file that are included in every webcam pro php file, so it will be a lot easier to reconfigure the PHP program to other computer than my own, and easier for script kiddies aswell ;) . version 0.002 | 2001-11-01 | first public version ****************************************************** * added: start page, that updates a image. * added: PHP script that allows you to move a WEBcam image to a "image archive" folder by clicking on a link. * added: simple guestbook that writes to a text file. * added: some unfinished stuff. UWCP2001 todo list: -------------------- * Ability to use "open user registration" that will let all visitors to register themself, instead of you doing all the usermanagement. * Ablity to create new usergroups and chose their individual privilegies, and also the ability to change permissions on them!. * Hit counter that uses MySQL as IP check, to disable cheating, it will also have several other features, like viewing visitors browsertype, operative system.... * PHP/MySQL based IRC client that allowes users with "IRC privilegies" to communicate with other UWCP visitors via IRC (Internet Relay Chat, for more information about IRC goto "http://www.mirc.co.uk") * Store all settings in DB and a graphical interface for configuration and installation of UWCP! * Make a function that resizes images into small thumbs and copying them in the "image_archive/thumb" folder when when putting them in the archive (he will also save them in fullsize, the small thums is only for browsing through the "image archive" and for the other archive pages, eg. latest added, most voted... this function is for optimizing the page so it loads faster for us 56k/tele2 users!, we need all the speed we can get ;) ) Next upcomming feature/s: -------------------------- 1. "Open user registration" ability! 2. Ability to add/change usergroups (change permissions, you may allready change the name of the usergroup). 3. Advanced hitcounter, that will give you information about the visitors, eg. www browser, OS and maybe resolution (i do not know how to check what resolution the visitors have, YET!). 4. Image resizing script. What?? isn't that included?? ------------------------------ If you want a feature that isn't included in UWCP2001 mail me about it, so that i can implent that feature in the next version of UWCP, my mail adress is at the bottom of this text file. If you encounter any problems with this script, don't hesitate to mail me: tommy.frossman@swipnet.se EOF-----------------------------------------------------------------------------------------------------------------------------------------------------