/ | hit.php & hit.log open.css // css stylesheet referenced in every page csshover.htc // essential css script for rollovers index.php // Sets up the page, detects browser and selects the correct CSS stylesheet | // Detects for session (if user is logged in) | // Displays banner and ads, everything nests into this file | >login.php // Is called when user is not logged on, | | // Will display the login prompt, and registration form | | // once logged on, it will set the cookies | | // if registration form is executed, then it will validate and send email | | | >makeimg.php // creates a captcha | | | >config.php // contains MYSQL information | | | >reset.php // resets password and emails new pin number | >upload.php // MAIN INTERFACE SCRIPT | | // Contains main functions | | // Contains main script that prints the CMS, browses the files, | | // handels requests, javascript, create file/dir,edit file,delete,rename | | // creates and IS the links to Help, options, etc | | // and functions as a bearbones file management script if logged into | | // securily | >uu_file_upload.php // Uploader Shell | | | // checks user permissions, initializes settings, and params | | | // contains interface for upload, and javascript initialzation | | | // creates the GET/PUT of data to the uploader | | | // | | | | | >uu_conlig.php // contains upload user config file assignments, more allowables | | | // sets the location of the upload script | | | | | >uu_file_upload.js // Checks filenames, and files, runs progress bar, | | | | // and updates runs the javascript update | | | | | | | >uu_get_status.php // Gathers stats on existing upload | | | // calculates percent remaining download, and speeds. | | | | | >../cgi/uu_ini_status.pl // Initializes the progress bar | | | // loads configs | | | | | >../cgi/uu_upload.pl // Upload files to a temp dir based on Session-id, | | | // Transfer these files to upload directory | | | // output the results and exit | | | | | >../cgi/uu_lib.pl // Library file | | // Has functions to print messages, and delete directories | >createblog.php // Graphical page that creates blog and tells user | // what to do | >logout.php // Logs user out, clears SESSION activate.php // Activates account, creates directorys and chmod