# 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=600 #================================================= # 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 #------------------- UploadHiveRandomizeExt=true 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 # [OffShore.cat Upload ApiKeys] ar_oscKey[0]='4GDsorzK4e1yowrCiZaBnS992uKjiZVnXbByJr0kHmaAxarP26LkRV79MbKACXt0' # Shared general #ar_oscKey[1]='apikey' # Uncomment line to use a 2nd # [pixeldrain.com Upload ApiKeys] ar_pdKey[0]='cad31e7f-676d-4d47-a41b-b32087bee0c2' # Shared general #ar_pdKey[1]='apikey' # Uncomment line to use a 2nd # [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 # 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