Titeuf

[rapidleech][u] mightyupload.com.php

Sep 4th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. <?php
  2.  
  3. if (!defined('RAPIDLEECH')) exit;
  4. $_T8 = array('v' => 1); // Version of this config file. (Do Not Edit)
  5.  
  6. /* # Plugin's Settings # */
  7. $_T8['domain'] = 'www.mightyupload.com'; // May require the www. (Check first if the site adds the www.)
  8. $_T8['anonUploadDisable'] = false; // Disallow non-registered users upload. (XFS Pro)
  9. $_T8['anonUploadLimit'] = 0; // File-size limit for non-registered users (MB) | 0 = Plugin's limit | (XFS Pro)
  10.  
  11. // Advanced Settings (Don't edit it unless you know what are you doing)
  12. $_T8['xfsFree'] = false; // Change to true if the host is using XFS free.
  13. $_T8['path'] = '/'; // URL path to XFS script, default: '/'
  14. $_T8['opUploadName'] = 'upload'; // Custom ?op=value for checking upload page, default: 'upload'
  15.  
  16. $acc_key_name = str_ireplace(array('www.', '.'), array('', '_'), $_T8['domain']); // (Do Not Edit)
  17.  
  18. /* # Account Info # */
  19. $upload_acc[$acc_key_name]['user'] = 'Your Login Here'; //Set your login
  20. $upload_acc[$acc_key_name]['pass'] = 'Your Pass Here'; //Set your password
  21.  
  22. if (!file_exists(HOST_DIR . 'upload/GenericXFSHost.inc.php')) html_error('Cannot load "'.htmlentities(HOST_DIR).'upload/GenericXFSHost.inc.php" (File doesn\'t exists), please install lastest version from: http://www.rapidleech.com/index.php/topic/14014-upload-plugin-for-sites-with-xfs-pro/ or http://pastebin.com/E0z7qMU1');
  23. require(HOST_DIR . 'upload/GenericXFSHost.inc.php');
  24.  
  25. // Based on Written by Th3-822 - Last Update: [05-8-2013]
  26. // Created by Titeuf [04-09-2013]
  27. //Work for free registered member, not tested with a premium account (I do not have a premium account at //mightyupload.com)
  28. ?>
Add Comment
Please, Sign In to add comment