| Server IP : 208.122.213.31 / Your IP : 216.73.216.183 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/www.superporner.com/porn/admin/ |
Upload File : |
<?
/* DATABASE INFORMATION */
$dbserver = 'localhost';
$dbname = '';
$dbuser = '';
$dbpass = '';
/* LICENSE KEY */
$licenseKey = "1daad7ef19879629-0a25466cbbf10a60-3ec765b0c3082706-2a4c6629ed10236c-39f032433034a83d-2d020f4882852364-978f2213c4ace6f9-4e1c97ae34fb8e85";
/* ADMIN ACCESS */
$admin_username = 'admin'; //admin area username
$admin_password = 'admin'; //admin area password
$admin_email = ''; //administrator email
$noreply_email = ''; //reply-to email for inbox messages and so forth
$admin_ip_limitation = false; //enabled admin area ip restrictions
$admin_allowed_ips = array('80.90.43.74','123.123.123.123','234.234.234.234'); //allowed ip address if above is enabled
/* WEBSITE INFORMATION */
$sitename = 'Mechbunny Tube Script'; //website name
$basepath = '/www/tube.mechbunny.com'; //base absolutely linux path
$basehttp = 'http://tube.mechbunny.com'; //base http path
$mediadomain = 'media.mechbunny.com'; //lighttpd install domain, usually media.domain.com
$content_path = $basepath.'/content'; //full unix path to upload dir, must be chmod 777
$temp_users_uploads = $basepath.'/temp_users_uploads'; //full unix path to upload dir, must be chmod 777
$video_path = $basepath.'/media/videos'; //full unix path for flv storage
$thumb_path = $basepath.'/media/thumbs'; //full unix path for thumb storage
$misc_path = $basepath.'/media/misc'; //miscelanious image path
$gallery_path = $basepath.'/media/galleries'; //gallery image path
$ftp_path = $basepath.'/ftp_content'; //directory to ftp uploads
$cache_path = $basepath.'/cache'; //directory for cached files
$thumb_url = 'http://'.$mediadomain.'/thumbs'; //url to $thumb_path
$video_url = 'http://'.$mediadomain.'/videos'; //url to $flv_path
$ad_url = 'http://'.$mediadomain.'/ads'; //url to $flv_path
$misc_url = 'http://'.$mediadomain.'/misc'; //url to $misc_path
$gallery_url = 'http://'.$mediadomain.'/galleries'; //url to $gallery_path
$template_path = $basepath.'/templates/default';
$template_url = $basehttp.'/templates/default';
$deleteHotlinkedVideos = true; //set this to true if you want to delete hotlinked videos after making thumbnails
$results_per_row = 4;
/* DEPENDANCIES */
$ffmpeg_path = '/usr/local/bin/ffmpeg'; //full unix path to ffmpeg
$yamdi_path = '/usr/bin/yamdi'; //full unix path to yamdi
$wget_path = '/usr/bin/wget'; //full unix path to wget
$mp4box_path = '/usr/local/bin/MP4Box'; //full unix path to mp4box
$php_path = '/usr/local/bin/php'; //full unix path to php cli
$convert_path = '/usr/local/bin/convert'; //path to imagemagick's convert
$mogrify_path = '/usr/local/bin/mogrify'; //path to imagemagick's mogrify
/* SCRIPT SETTINGS */
$imagick_enabled = true; //enable or disable imagemagick processing on thumbs
$imagick_command = "-modulate 110,102,100 -sharpen 1x1 -enhance"; //command line for imagemagick
$ffmpeg_command = "-acodec libfaac -keyint_min 20 -r 20 -vcodec libx264 -crf 22 -b 1000k -bt 1000k -y -v 0 -bf 16 -threads 0"; //settings for ffmpeg encoding
$ffmpeg_mobile_command = "-acodec libfaac -ab 128k -vcodec mpeg4 -b 800k -mbd 2 -cmp 2 -subcmp 2"; //settings for ffmpeg mobile version
$thumbwidth = 170; //thumb width for videos
$thumbheight = 104; //thumb height for videos
$picthumbwidth = 170; //thumb width for videos
$picthumbheight = 104; //thumb height for videos
$thumbquality = 90; //thumbnail quality 0 - 100
$numCronPublish = 1; //number of videos to add when cronPublish is executed
$results_per_page = 24; //maximum per page setting for display pages
$minimum_votes = 0; //minimum votes required for a video to appear under top rated
$allowSurferUploads = true; //toggle uploads for surfer accounts
$allowUploads = true; //toggle uploads for all accounts including sponsors
$allowDisplayComments = true; //toggle displaying comments on video page
$allowAddComments = true; //toggle adding comments on video page
$allowAddFavorites = true; //toggle user adding to favorites
$video_cache_time = 0; //video page cache time
$overall_cache_time = 0; //cache time for all other pages
$require_account_confirmation = true; //require new users to verify account
$enable_signup_captcha = true; //enabled captcha form on signup.php
$forceEncodeAll = false; //set this to true if you want to force encoding of all videos including flv/mp4
$encodeMobile = true; //encode mobile videos
$enableMobile = true; //enable mobile version
$redirect_mobile = false; //set to url of mobile version, otherwise set $redirect_mobile = false; $enableMobile must be set to false.
$encodeTrailer = false; //encode trailers
$trailerFrom = 0; //starting point for trailer (in seconds);
$trailerDuration = 60; //length of trailer in seconds
$cacheType = 'filesystem'; //can be memcached or filesystem
$memcachedServer = 'localhost'; //server ip for memcached
$memcachedPort = '11211'; //port for memcached
/* PLAYER SETTINGS */
$player_streamer = 'lighttpd'; //can be set to lighttpd (apache/nginx/lighttpd), or rtmp (wowza/fms/red5/etc)
$player_rtmp = ''; //if using RTMP, enter RTMP url here
$player_autoplay = 'false'; //Autoplay for player, can be true or false
$player_show_watermark = 'true'; //show watermark
$player_watermark_url = $basehttp.'/includes/player/logo.png'; //url to watermark png file
$player_watermark_opacity = '0.8'; //watermark opacity (0-1)
$player_watermark_padding_top = 20; //watermark padding
$player_watermark_padding_right = 20; //watermark padding
$player_watermark_placement = 'top'; //watermark position, 'top' or 'bottom'
$player_watermark_display_time = '0'; //time to display logo (in seconds). 0 = show forever
$player_watermark_redirect = $basehttp; //redirected url when the logo is clicked. Example 'http://google.com'
$custom_user_fields = array(
"Sexual Orientation" => array("Straight","Gay","Bi-Sexual"),
"City" => "",
"State" => ""
);
$custom_pornstar_fields = array(
"Sexual Orientation" => array("Straight","Gay","Bi-Sexual"),
"City" => "",
"State" => ""
);
/* LIGHTTPD MOD_SECDOWNLOAD SETUP */
/*
For this to work, you must have lighttpd setup with mod_secdownload. Please refer to the guide here: http://redmine.lighttpd.net/projects/1/wiki/Docs_ModSecDownload
- secdownload.document-root in lighttpd.conf should refer to your /media/videos/ directory.
- secdownload.timeout should be at least 600 to allow your users to skip ahead in videos
*/
$modsec_enabled = false; // lighttpd mod_secdownload on or off. Your lighttpd must be configured properly for this to work.
$modsec_secret = 'verysecret'; // example: s3cr3tk3y (secdownload.secret from lighttpd)
$modsec_url = 'http://media.yourdomain.com/dl/'; // example: http://media.asfd.com/dl/ with trailing slash (url that reflects secdownload.uri-prefix in lighttpd)
?>