Search results

  1. P

    File Hosts with Affiliate Programs that DO NOT use the XFileSharingPro Script

    I was just cruising through the various threads listed in the File Hosts Official Support Section and it seems like the majority of them are using one of the various Turn Key File Host Scripts such as XFileSharingPro, YetiShare, OxiShare, etc. At this point in time I'd never consider...
  2. P

    New Alexa coming this fall

    I know Alexa is widely considered deprecated as the information on there is not accurate & can be very easily "manipulated", however from time to time I do look at it for the sake of giggles n shits. Today I noticed this message appear: Coming this fall: More accurate metrics We're excited to...
  3. P

    CloudFlare Universal SSL

    Just logged into my CloudFlare account and saw the message: Cloudflare has enabled SSL encryption for our Free plan users. We will be enabling this feature for all free websites over the next 48 hours. To learn more click here. If you want to read about it you can see it on their webpage here...
  4. P

    A way to automatically determine the script a file host is running...

    I'm currently developing a website for reviewing file hosts at Welcome to FileHostReview | File Host Review and one of the fields I'm tracking is the file host script that each of these file hosts are using (XFileSharingPro, OxiShare, YetiShare, MFH, Kleeja, & Custom). By any chance has anyone...
  5. P

    Review: Filehostreview.com

    I've been working on a file host review site with the goal in mind for helping downloaders, uploaders, webmasters, developers, & file hosts by presenting various information in a clean unified format. Downloaders: Which file host is the most economical and has the most features. Uploaders &...
  6. P

    Simple bash script that blocks users using the TOR Browser from accessing a webserver

    If you want to block users of the TOR Browser from accessing your website you can run this script on your webserver which uses iptables to block all of the TOR exit nodes. This can be useful to block spammers, trolls, and basically anyone looking to evade a IP ban on a website...
  7. P

    Using multiple domains to circumvent Google DMCA

    So my website is a normal .com domain and over the last few months I've had repeated troubles with DMCA trolls successfully submitting a few illegitimate DMCA claims, specifically against URLs such as dynamic pages that lists all the site's post titles. When I bought my .com domain I also...
  8. P

    Lets Build an Analytics & Reporting Website for File Host Affiliates' Earnings

    Every File Host that I've ever affiliated with has provided their affiliate's with statistical information and reporting for earned commission. My thought is to create a central website which is integrated into various file hosts allowing users to view useful information on their earnings. A...
  9. P

    Bash Uploader For Keep2Sharee v1.31124

    Thanks to Keep2Share for helping me with developing this simple Bash Upload Script. This script should work on any Ubuntu 12.04LTS or newer system. The script is similar to my other scripts, all files in a directory are uploaded to Keep2Share and the links are then parsed into [BBCode] which...
  10. P

    Image Host Script Questions

    Hoping to get some direction with image host scripts. I'm looking to launch my own private image host with no ads or popups, so far I've played around with a few scripts including Mihalism and ImgShot but haven't had any luck. What I need is to be able to upload to my image host from any of my...
  11. P

    VPS Need to move my webserver off of one of my dedicated servers

    I currently have a webserver running on a dedicated server which has slowly turned into a video transcoding machine and the CPU usage of my video transcoding is impacting the webserver's performance. So basically I'd like to find an affordable VPS run this webserver from. Required Resources...
  12. P

    Looking to hire RTMP developer for project

    I'm currently working on a project for recording public streams of various adult webcam sites and I'm looking to hire a developer with experience in recording RTMP streams which happens to be an area that I'm personally rusty on. This project will be a private one and the code itself will not be...
  13. P

    Thread: Bash Uploader For LuckyShare v1.31023

    This is an updated version of my previously shared LuckyShare Bash Upload script that I posted in this post: Thread: Bash Uploader For LuckyShare v1.30923 This new version handles files that exceed the max file size limit by creating a Split RAR archive of them. In the configuration settings...
  14. P

    Bash Script: Append .720p or .1080p to all videos in a directory

    This script will run through all video files in a directory and rename the ones with a resolution height larger than 700 pixels. Example: Lets pretend I have two files in ~/My Videos/, one is an HD 1080p mp4 file and the other is a SD avi file: root@Ubuntu:~/My Videos/# ls My.Video.1.mp4...
  15. P

    Index of various Bash Script Threads contributed by Eddie Johnson

    I'm starting to post new threads every other day on WJunction containing Bash Scripts for various processes useful to uploaders who operate within a Ubuntu Linux 12.04LTS and newer environment. To help keep these organized I'm making this thread where I will keep these threads indexed for...
  16. P

    Bash Script: Scramble checksum hash values of all files in current directory.

    #! /bin/bash # /usr/local/bin/fucker.sh v13.1.15 # Echos 4 random integers into all files of a directory which scrambles their checksum hash values. touch ./'$filename'; for filename in ./* do if [ "$filename" != "$0" ] then echo $RANDOM >> "$filename"; fi done; To verify the md5...
  17. P

    Bash Script: Video Contact Sheet Generator & ImgChili Uploader | 16:9 Aspect Ratio

    This is a Bash script I wrote some months back that does the following: Uses the Dhyana.pl PERL script to generate contact sheets of videos. Uploads the contact sheets using cURL to an imgChili account. Retrieves the URLs for each contact sheet. Formats the links into [BBCode] which can be...
  18. P

    Bash Script: Video Contact Sheet Generator & ImgChili Uploader | 3:4 Aspect Ratio

    This is a Bash script I wrote some months back that does the following: Uses the Dhyana.pl PERL script to generate contact sheets of videos. Uploads the contact sheets using cURL to an imgChili account. Retrieves the URLs for each contact sheet. Formats the links into [BBCode] which can be...
  19. P

    Bash Uploader For LuckyShare v1.30923

    Little script I wrote using LuckyShare's API that will upload all files in a directory into a LuckyShare Account and formats each files' download links into [BBCode]. This script also performs nicely with either of my two scripts for generating Video Contact Sheets and uploading the images to...
  20. P

    Sonuyos /SnTHostings.com | Scam Host Discussion

    I am just creating a thread for a dirt-bag scam host as per Rox's suggestion in this thread: http://www.wjunction.com/6-feedback-suggestions/173240-very-warm-thank-you-mods-community.html Regarding matters covered in these threads: http://www.wjunction.com/search.php?searchid=3081534...
Back
Top