# Optional external config file: # Will load over variables if it exists in the script directory which allows upgrading # to a new version without having to reconfigure. To use this, simply copy this file into # the script directory and configure it. #================================================= # SCRIPT GLOBALS Section #------------------- TorIp=127.0.0.1 UseTorCurlImpersonate=false WorkDirOverride="" VerboseLoading=true RateMonitorEnabled=true # Plugin System: This allows writing a script file that will be loaded / overlaid upon launch, allowing users to # add functions and to override (hook) functions already in mad.sh with additional functionality # @Recommended="pjscloud.sh,ocr_captcha.sh" # @MyCurrent="pjscloud.sh,ocr_captcha.sh,SkipUrlsInDownloadsCompletedTxt.sh" LoadPlugins="" #================================================= # UPLOAD SECTION #------------------- MaxUploadRetries=4 DefaultUploadHosts='1f,uhive,oshi' UploadSpeedMin=10 UploadTimeoutInterval=300 #================================================= # DOWNLOAD SECTION #------------------- CircuitRetries=100 ConnectTimeout=18 MaxUrlRetries=15 MaxDownloadRetries=8 DownloadSpeedMin=5000 DownloadTimeoutInterval=60 MinimumAllowedFilesize=100 AutoRepairBadPartials=true AutoRenameDuplicateFilenames=false LoopThroughFileUntilComplete=true AutoReloadOnFilelistTxtChanges=true AutoCommentOnCompletion=true #================================================= # SCRIPT EXTRAS SECTION #------------------- OsType="Whonix-exo" AutoShowMadStatus=true ClearScreenOnAutoReload=false CatnapDuration=1 #================================================= # HOST SPECIFIC SECTION #------------------- OshiBaseUrlOverride="oshiat" UsePixeldrainBypass=false EnableFiledotProcessing=false # [FileDot - Filedot User / Pass list] ar_fdUP[0]="user1|pass1" #ar_fdUP[1]="user2|pass2" # Uncomment line to use a 2nd account #ar_fdUP[2]="user3|pass3" # Uncomment line to use a 3rd account #ar_fdUP[3]="user4|pass4" # Uncomment line to use a 4th account #ar_fdUP[4]="user5|pass5" # Uncomment line to use a 5th account #ar_fdUP[5]="user6|pass6" # Uncomment line to use a 6th account #ar_fdUP[6]="user7|pass7" # Uncomment line to use a 7th account #ar_fdUP[7]="user8|pass8" # Uncomment line to use a 8th account #ar_fdUP[8]="user9|pass9" # Uncomment line to use a 9th account #ar_fdUP[9]="user10|pass10" # Uncomment line to use a 10th account # [PhantomJS Keys]: pjscloud.sh plugin ar_pgsKey[0]='ak-shp9s-6zqr2-d30tt-9h64j-a0zkz' ar_pgsKey[1]='ak-2dxy6-mjhk5-ypk2m-dtgvj-4vvbb' # Uncomment line to use a 2nd key ar_pgsKey[2]='ak-akvyb-b0kpd-yrxp0-3wnkg-qjwb8' # Uncomment line to use a 3rd key ar_pgsKey[3]='ak-z5y5h-s5kpr-kkxpz-rnpxw-xpet2' # Uncomment line to use a 4th key ar_pgsKey[4]='ak-ygp2m-rhp5v-znjt2-aq9x9-pz3j9' # Uncomment line to use a 5th key ar_pgsKey[5]='ak-fgdhj-j6fad-ap0j1-ta529-v5gwh' # Uncomment line to use a 6th key ar_pgsKey[6]='ak-x2ng1-cr476-k4bph-ae8ks-9eg45' # Uncomment line to use a 7th key ar_pgsKey[7]='ak-s6k8z-wb6fz-dgb37-j268v-mgspe' # Uncomment line to use a 8th key ar_pgsKey[8]='ak-msdn7-vs5jr-4kknq-3qgw7-grj57' # Uncomment line to use a 9th key ar_pgsKey[9]='ak-77pgx-g1ge9-twmhy-em51a-p8p53' # Uncomment line to use a 10th key #ar_pgsKey[10]='aa-bbbbb-ccccc-ddddd-eeeee-fffff' # Uncomment line to use a 11th key #ar_pgsKey[11]='aa-bbbbb-ccccc-ddddd-eeeee-fffff' # Uncomment line to use a 12th key #ar_pgsKey[12]='aa-bbbbb-ccccc-ddddd-eeeee-fffff' # Uncomment line to use a 13th key #ar_pgsKey[13]='aa-bbbbb-ccccc-ddddd-eeeee-fffff' # Uncomment line to use a 14th key #ar_pgsKey[14]='aa-bbbbb-ccccc-ddddd-eeeee-fffff' # Uncomment line to use a 15th key #ar_pgsKey[15]='aa-bbbbb-ccccc-ddddd-eeeee-fffff' # Uncomment line to use a 16th key # Global pjscloud enabled hosts PJSCloud_pixeldrain=true # Enables pixeldrain ViewPump (pjscloud.sh plugin required) PJSCloud_hexload=false # Enables hexload download2 javascript response handling (WIP) PJSCloud_daily=false # Enables dailyuploads recaptcha javascript response handling (WIP) #================================================= # DEBUGGING #------------------- # DebugAllEnabled: Debug host response output to ./_debug folder DebugAllEnabled=false # DebugPluginsEnabled: Debug plugin hook entry and flow to screen DebugPluginsEnabled=false