66.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

11-19-2013, 03:39 AM (This post was last modified: 11-19-2013 03:51 AM by Gabby.)
Post: #1
[GET] Yeti - File Hosting Script v3.3 - PHP.DECODED
[Image: pCxTHDa.jpg]



The file upload script comes with a full admin area for managing the
site, a modern multi-file upload interface, user registration and
members area, premium upgrades via PayPal, easy advert integration and
much more. See below for all the features.


Upload Files:

Multi-file uploader with progress.
NEW! Percentage progress, size remaining, upload speed and time remaining. (support browsers only)
Drag and Drop into the browser to begin uploading. (Firefox and Chrome)
Copy all files to the clipboard link.
Uploads are assigned a short URL to the download.
Premium account upgrade option via PayPal, managed automatically.
NEW! Support for multiple file servers.
File information page with the following:
Full path to the image.
HTML code to directly copy into a website.
Forum code to directly copy into a forum.
Link to statistics for the file.
Link to remove the file.
Links to share with common social media sites; Facebook, Twitter etc.
Link to share via email.




User Registration:

User registration and members area. Users can create an account and manage all their files in one place.



Account Types:

Free User:
Has to wait for file download. Attempts to get user to register on the site. (configurable)
Download speed restricted to 15kbps. (configurable)
Inactive downloads are only kept for 60 days. (configurable)
Maximum upload filesize of 100MB. (configurable)
Paid User:
No wait for downloads. (configurable)
No restrictions on the download speed. (configurable)
Inactive downloads are kept for as long as they have a paid account (configurable)
Maximum upload filesize of 1GB. (configurable)
Admin User:
As with the paid user but has access to the admin area.



Statistics:

File statistics:
Daily, weekly, monthly downloads.
Referring sites.
Visiting countries.
Visiting browsers.
Visiting operating systems.



Security:

IP blacklisting - block IP addresses from using the site.
File type blacklisting - ban certain types of files from being uploaded.
Spam protection - Set minimum time between submissions.
Spam protection - Set maximum files a user can upload per day.
Report file pages.
Support for https.
Externally tested for XSS and SQL injection attacks.



Social Network Sharing:

Social networking icons to share uploaded files on Twitter, Facebook, Email and more.



Translations:

Multiple language support.
Manage any text content on the site via the admin area.
Translation admin tools so the site can be used in most languages.
Translation debugging tools.



Earn Money:

Charge for account upgrades. Fully integrated with PayPal's automated IPN functionality.
Easy Ads - Use the admin interface to easily integrate your banner ads or Google Adsense code.



Plugins:

Further extend the core script with optional plugins:
Rewards Plugin
Media Player Plugin
Newsletter Plugin
Other Payment Gateway Plugins
See our dedicated file hosting site for more information on plugins:
http://www.yetishare.com/plugins.html



Admin Area:

Dashboard detailing downloads and active files.
Search files.
Disable files.
Manage users and filter by user files.
Manage blocked IPs.
Manage site settings.
Set and manage file servers.
Configure to use specific file server or the one with most space.
Set template.
Set paid account rates, period and currency.
Amend account expiry date.
Set PayPal email address for site payments.
Set free/paid user account settings:
File download speed.
Days to keep inactive files.
Maximum upload filesize.
Delay time on download.
Option to set the filename on the download url.
Option to use a different file url than the main site.
Set banner ad/advert code.
Modern Ajax interface.



Customizations:

Written for PHP5.2+.
100% full source code.
Easy installation.
Fully customizable.
Modern template. (easily customize and create additional ones)
Simple, clean, Ajax style look and feel.


LIVE DEMO AND MORE INFORMATION





DOWNLOAD



Remember, The More +REPS, The More Shares!!! Smile
11-19-2013, 07:15 PM (This post was last modified: 11-19-2013 07:18 PM by xored.)
Post: #2
RE:
This script is piece of crap, doesn't handle even minimal load and it was recently hacked (user can avoid download waiting counter).
I would recommend to try old good XFilesharing Pro (http://sibsoft.net/xfilesharing.html), rather than this crappy clone.

For example: http://bestblackhatforum.com/Thread-GET-...PLETE-mods
11-20-2013, 12:13 AM
Post: #3
RE:
(11-19-2013 07:15 PM)xored Wrote:  This script is piece of crap, doesn't handle even minimal load and it was recently hacked (user can avoid download waiting counter).
I would recommend to try old good XFilesharing Pro (http://sibsoft.net/xfilesharing.html), rather than this crappy clone.

For example: http://bestblackhatforum.com/Thread-GET-...PLETE-mods
Thank you for your kind and informative review regarding this share. I did do the nulling myself, just tried to pass along something that appeared useful..
11-22-2013, 12:23 AM
Post: #4
RE:
help me pls!

'This file is needed for the mod_rewrite rules in the script and it wont work without it. You may need to amend your OS settings to show these files if you can't see it in the zip archive.'

I do not have .htaccess file. Someone help, what should be included? :)
05-17-2014, 08:17 PM
Post: #5
RE:
If anyone just wanna forcefully make this work, just create an empty .htaccess file in root.

Anyone yet figured out what rewrite rules and other stuff is to be thrown in that .htaccess file?

Any help will be appreciated.
39.gif
.THE BIG BOSS.
05-17-2014, 08:26 PM (This post was last modified: 05-17-2014 08:27 PM by graygandalf.)
Post: #6
RE:
htaccess file :
Code:
# override max php upload settings. Might not work on all servers
#php_value upload_max_filesize 4000M
#php_value post_max_size 4000M

# redirect www to non-www
#RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
#RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

RewriteEngine On
#RewriteRule . - [E=no-gzip:1]
#RewriteBase /
RewriteCond %{REQUEST_URI} ^(.+)\~s$
RewriteRule ^(.*) stats.php?u=$1 [L]
RewriteCond %{REQUEST_URI} ^(.+)\~d$
RewriteRule ^(.*) delete_file.php?u=$1 [QSA,L]
RewriteCond %{REQUEST_URI} ^(.+)\~i$
RewriteRule ^(.*) share_file.php?u=$1 [QSA,L]
RewriteCond %{REQUEST_URI} ^(.+)\~f$
RewriteRule ^(.*) view_folder.php?f=$1 [QSA,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !\.html$
RewriteRule ^(.*) file_download.php?u=$1 [QSA,L]

RewriteRule ^(.*).html$ $1.php [QSA,L]
https://digitosell.com <-- need this
https://anonyme.ga <-- need this
05-17-2014, 08:32 PM
Post: #7
RE:
@hgwells

Holy crap dude!

This works. Huge Thanks and +3Reps.

Did you figure it out yourself or you have the original script?
.THE BIG BOSS.
05-17-2014, 09:31 PM
Post: #8
RE:
yes i have yeti
https://digitosell.com <-- need this
https://anonyme.ga <-- need this
06-08-2014, 03:21 AM
Post: #9
RE:
if some1 is interested i have TVSTREAM CMS 3.0 full version i paid with all possible plugins and i make 2 grabbers more+ customization with gkplugins so you can bypass all possible advertising from other file/media sharing service and integrate your own and now i have 24k movies and 400+ tv shows all full working, i customized script to be fully automated. PM who is interested! if some1 have yetishare but original 3.5 we can exchange. script and mods cost me more then 250$
11-30-2014, 04:18 AM
Post: #10
RE:
Could anyone help me fix this error amounts to the upload size.
I wish I could almentar 8m for much more than that.
ERROR:

The maxium permitted upload size in your php.ini file (8 MB) is less than what you've configured for the free account level (100 MB) and paid account level (1 GB). Uploads greater than 8 MB will not work on the site.

Please contact your host to have the PHP max upload size increased.
19.gif




11.gif