CloudShare-Online File Sharing Application


With Built In Auto Installer

 

Manual Installation

 

 

Upload Page

All Files

 

Share Your FIles

 

 

Normal Download

Batch Download

 

Basically Dashboard Will provide you the summary of the full system.

Add New Client

To Add New Client On your system, Go Clients->Add New Client Menu.

You can add lots of Clients using Name,Email,Password and you can also set the User Type ( Normal User / Premium User ) from here.

 

All Clients

To View All Clients On your system, Go Clients->All Clients Menu.

 

View & Manage Client

To View Client Information, Go Clients->All Clients Then Click on View Button.

All Invoices

To View All Invoices On your system, Go Invoices->All Invoices Menu.

 

Create New Invoice

To Create New Invoice On your system, Go Invoices->Add New Invoice Menu.

 

Create Recurring Invoice

To Create New Recurring Invoice On your system, Go Invoices->Add Recurring Invoice Menu.

Email Gateways

To View Email Gateways, Click on Email Gateways Menu.

 

Email Gateway Manage

To Manage Email Gateway, Click on Email Gateways Menu. Then Click On Mange button.

Upload Information

 

To View All Uploads Click on Uploads Menu.

Admin Upload

 

Share Files

 

Download Information

To View the File Download Information then Click on Download Menu.

All Support Tickets

To View All Support Tickets On your system, Go Support Tickets->All Support Tickets Menu.

To View Pending, Answered, Customer Replay and Closed Support Tickets On your system, Go Support Tickets->Pending Support Tickets, Answered Support Tickets, Customer Replay Tickets, Closed Tickets Menu.

 

Create New Ticket

To Create New Ticket On your system, Go Support Tickets->Create New Ticket Menu.

 

View & Manage Support Ticket

To View the Support Ticket Information, Click On Support Tickets->All Support Tickets Menu. Then Click on View Button.

 

Support Department

To View All Support Departments, Go Support Tickets-> Support Department Menu.

 

Add Support Department

To add new Support Department, Go Support Tickets->Support Department Menu, Then Click on Add New Department Button.

 

Support Department Manage

To manage Department Information, Go Support Tickets->Support Department Menu, Then Click on Department Name or View Button.

Update your Department Name, Email and Status. Then Finally Click On update Button For updating the Support Department.

Email Templates

To View Email Templates, Go Settings->Email Templates Menu.

Click on Template Name or Manage button to Update Email Template.

 

Email Template Manage

 

Payment Gateways

To View Payment Gateways, Go Settings->Payment Gateways Menu.

To Manage or View the Payment Gateway click on Gateway Name or Manage button.

 

Localization

To Change Your Location, Go Settings->Localization Menu

 

Expire Time Automation

To set Expire Time Automation, Go Settings->Expire Time Automation Menu.

 

System Settings

 

To Update your System Information, Go Settings-> System Settings Menu.

System Settings

 

Edit Profile

 

To Edit Your Profile Click On User Icon on Up Right Corner and then you will find a dropdown menu. Then click on Edit Profile.

Edit Profile

 

Common Troubleshooting Tips

For Amazon Cloud Service S3, If your file will not store on your Amazon Bucket or if you face any problem with amazon S3 service, Please provide your Amazon S3 Login information and also your Applicatoin Install URL with ftp details to our support email coderpixel@gmail.com We will try to our best to solve your problem. 

As we said at the beginning, we are glad to help you if you have any questions relating to this template.
let us know, we do our best to assist.

Blank pages can be caused by errors or if your server doesn’t meet the minimum requirements for CloudShare. To see exactly what the issue is, you need to ensure display_errors are set to On in your servers php.ini file and the error_reporting level set to E_All. Add the following lines to your CloudShare app.php file (located on application/config) and revisit the page:


ini_set('display_errors',1);
ini_set('display_startup_errors',1);
error_reporting(-1);


An error message occurring will be shown if it’s a PHP error. Once finished testing, remove the line again from the CloudShare app.php file.

Here is the common reason for this error:

Let’s say you have uploaded your website by login using root in your server but the folder owner must be www-data, so PHP will not be able to write file in root-folder/assets and application/storages folder.
Here is the example command to change folder owner: sudo -R chown www-data:www-data /var/www/cloudshare/

Thank you for Staying with us. If you have any questions that are beyond the scope of this help file,
please feel free to write us an email or contact us via our Codecanyon user page.