Filedot Showstars | Install

Cause: FileDot was originally installed with sudo, creating root-owned directories.

Fix: Change ownership back to your user:

sudo chown -R $USER:$USER ~/.filedot

Once the basic install is complete, you can tweak ShowStars to your workflow: filedot showstars install

Before beginning the installation, ensure you have the following:

Before we dive into the installation process, it is crucial to understand the two components mentioned in our keyword. Cause: FileDot was originally installed with sudo, creating

FileDot (or File Hosting Scripts):
FileDot generally refers to a family of PHP-based file hosting scripts (like XFileSharing or similar variants) that allow users to upload files, share links, and earn money per download. These scripts convert a standard website into a profitable file-sharing platform.

ShowStars:
ShowStars is a premium monetization plugin or add-on designed specifically for file hosting sites. Instead of relying on generic pop-ups or intrusive banner ads, ShowStars uses a "content locking" mechanism. When a user tries to download a file, they are asked to complete a survey, offer, or submit an email address. In exchange for completing the action, the download is unlocked. Once the basic install is complete, you can

Most FileDot templates do not natively support ShowStars. You must manually add the locking code to your download.html or download.tpl file.

Locate the section where the download button is generated and replace it with:

<?php if(function_exists('showstars_lock'))  echo showstars_lock($file_id);  else  ?>
   <a href="/download/<?php echo $file_id; ?>" class="btn">Direct Download</a>
<?php  ?>

Save the file and clear your cache.

ShowStars will ask which tables to modify. Select:

Zeen is a next generation WordPress theme. It’s powerful, beautifully designed and comes with everything you need to engage your visitors and increase conversions.