Thank you for purchasing Droppy. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here or you can just E-Mail us via our support page. Thank you so much!
Tutorial from Tutsplus about how to setup cron jobs (http://code.tutsplus.com/tutorials/managing-cron-jobs-with-php--net-19428)
If you want to upload a file you need follow these steps:
You can change the maximum upload size of droppy in the admin panel go to:
Settings -> General settings and scroll down to "Max upload size (MB)".
Before you're going to use Droppy you need to be sure that you have the following requirements:
First you need to create a database follow this tutorial to create one using phpMyAdmin:
When the database has been located you can begin with installing Droppy
Tutsplus tutorial about how to setup cron jobs http://code.tutsplus.com/tutorials/managing-cron-jobs-with-php--net-19428
#Site name:
This is the name of your website this will be show on different places like emails and headers.
#Site title:
This is the title of your website this will be show on browser tabs and used by search engines.
#Site description:
You can fill in your desciption of your website this will be used by search engines like Google.
#Logo path:
This is the path to the logo image, the logo image will be show on the home page of Droppy. If you want to go a directory up use "../" eg: "../images/test.png".
#Favicon path:
This is the path to your favicon image, The favicon image will be show in the tab of a browser. If you want to go a directory up use "../" eg: "../images/test.png".
#Backgrounds:
This is the path to your background image, The background image will be show on background of the home page. If you want to go a directory up use "../" eg: "../images/test.png".
#Language:
This is the path/name of your language file, it is English.php by default but you can also change it to something else. Please not the you need to place a language file in the language directory ("config/language/").
#Expire time:
This is the time that it takes before a file/files gets destroyed. Please note that you need to have your cron job ready else it won't work.
#Max upload size:
This is the maximum amount (MB) a user can upload. Your maximum upload size also depends on your settings in your php.ini file.
#Upload directory:
This is the path to your upload directory. Do not forget to add "/" on the end. To go a directory up please use "../" eg: "../test/uploads/"
#Email from:
This is the email where the email is coming from something like noreply@proxibolt.com.
#Email from name:
This is the name of the sender where the email is coming from something like: No-Reply Proxibolt.
#Email server:
You can change this to Local (You local email server) or (SMTP) a extern email server.
Here you can change the messages of the emails to your own. You can use variables to output some values. Use it like:
Dear {email_to}, You have received some files ({total_files). You have {expire_time} till it gets destroyed. Files: {file_list} Send to: {email_list} Thanks for using {site_name} Best regards, {site_name}
#E-Mail receivers:
This is the message that would be send to the receivers of the file(s). You can use the following variables:
{email_to} {email_from} {size} {site_name} {upload_id} {message} {total_files} {download_btn} {download_url} {password} {expire_time} {file_list} {email_list}
#Email sender:
This is the message that would be send to the sender of the file(s). You can use the following variables:
{email_from} {size} {site_name} {upload_id} {message} {total_files} {download_btn} {download_url} {password} {expire_time} {file_list} {email_list}
#Email destroyed:
This is the email that would be send to the send when his file(s) has been destroyed. You can use the following variables
{email_from} {size} {site_name} {upload_id} {message} {total_files} {download_btn} {download_url} {password} {expire_time} {file_list} {email_list}
#Email file downloaded:
This is the email that is being send to the transmitter when a recipient is downloading the file. You can use the following variables.
{download_email} {email_from} {size} {site_name} {upload_id} {message} {total_files} {download_btn} {download_url} {password} {expire_time} {file_list} {email_list}
Here you can fill in your links to your social accounts. When empty the link will not be showed on the home page.
If you want you can translate Droppy to your own language by using the translate file.
Go to "confg/translation/" and dublicate the "English.php" file and change English.php to your language something like Dutch.php. Open the "Dutch.php" file and change the english sentences to your own Only change the text BEHIND the arrow.
Q: I am getting a white screen when I'm going to my website.
A: Did you installed Droppy properly ? And check if all the table exists (It should be a total of 7 tables)
Q: My upload says that it has been uploaded but the files don't exist on my server.
A: Check you "uploads/" directroy permissions it should be 777 (0777)
See more frequently asked questions in our FAQ http://support.proxibolt.com/hc/en-us/categories/200495571-Support
If you have any other problems please contact us here.