Thread: Upload Hack
View Single Post
  #32  
Old 04-10-2002, 03:21 AM
Slynderdale Slynderdale is offline
 
Join Date: Mar 2002
Location: New York State
Posts: 576
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

im working on a updated uploads and config, i never thought so many people would like it, heres what the update will have

PHP Code:
//**Email Configuration - use to control the uploading
$email=""Webmasters email
$email_notify 
"no" //If yes, it emails the email above if some one uploads and deletes a file
//Note: Web host must have email support

//**URL Configuration - change them to fit your site
$absolute_path "/home/your site/files"//Absolute path to where files are uploaded
$site_url "http://your site.com/files/"//the url to where files are uploaded
$log_path ""//the path to where the log file will go

//**File Configuration - use to control the uploading
$logging "no" //logs what people do to a text file
$size_limit "no"//do you want a size limit yes or no.
$limit_size "2000"//How big do you want size limit to be in bytes
//Note: 1 KB = 1024 bytes 1 MB = 1048576 bytes
$limit_ext "yes"//do you want to limit the extensions of files uploaded
$extensions = array(".gif"".jpg"".jpeg"".png"".bmp"); //List extensions you want files uploaded to be
$pixellimit "false";  //do you want to limit the pixel size of images?
$resizeimg "false";  //resize the image if its to big
$widthlimit "100";  //max width size in pixels
$lengthlimit "100";  //max length size in pixels
$allow_databaselimit "yes";  //limit members database size?
$database_quota_limit "5048576";  //database size limit in bytes

//**Account Configuration - use to add accounts and limit there access
$bannedaccounts = array();
$allow_guest_uploads "yes";

//**Site Configuration - use to change how the uploader looks
$show_img "yes"//do you want the image you uploaded to show on the screen after you upload
$show_link "yes"//do you want the link to the file you uploaded to show on the screen after you upload
$comment_mainpage ""//The comment that apears at the bottom of the main page
$comment_upload ""//The comment that apears at the bottom of the upload page
$comment_view ""//The comment that apears at the bottom of the view page
$comment_delete ""//The comment that apears at the bottom of the delete page
$link_url ""//The url of the link that apears at the bottom of every page
$link_name ""//The name of the link that apears below every page

//**Color and Text Configuration
$color_background "#18576F"//The background color
$color_title_table "#5E6A7B"//The title table color
$color_body_table "#818EA0"//The body table color
$color_text "#FFFFFF"//The text color
$color_link "#818EA0"//The link color
$color_vlink "#5C697A"//The visited link color
$color_alink "#818EA0"//The active link color
$text_font "Verdana"//The font the text uses
$text_size "8"//The text size
$text_size_title "8"//The title table text size
$text_size_body "8"//The body table text size

//**Database Configuration
$checkservername "localhost";            // hostname or ip of server
$dbcheckbase     "database name";        // name of database
$encryptedpw      "true";            // encrypted (md5) passwords on/off (true/false)
$dbcheckusername "database username";   //database user name
$dbcheckpassword "database password";   //database password 
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01052 seconds
  • Memory Usage 1,812KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete