RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
Call for the XFS Pro 1.6 new features!
Goto page 1, 2, 3, 4, 5, 6, 7, 8  Next
 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2109
Location: UFO Lab

PostPosted: Jun 30, 2009 5:59 am    Post subject: Call for the XFS Pro 1.6 new features! Reply with quote

Put your ideas for the next version here.
Back to top
View user's profile Send private message Visit poster's website
ankurs



Joined: 10 Mar 2009
Posts: 514

PostPosted: Jun 30, 2009 6:38 am    Post subject: Reply with quote

1. Embedded codes for mp3 files
2. Better url structure for direct link images, something like tinypic does.
3. Better system for bonus points :
    geoip based points
    1ip adds 2-3point a day can b controlled from admin panel, reduces overall fraud

4. Getting rid of Support for download accelerators for non-premium users.
5. FTP support for premium members , something like hotfile/netload
Code:
How to upload with FTP?
ftp.hotfile.com
user: your hotfile username
pass: your hotfile password
You can upload and make folders, but cant rename,move files

6. Add more payment processors
7. Add payment info field on register page. http://hotfile.com/register.html

phew!

these are some of the features i could suggest for now :p
Back to top
View user's profile Send private message
dzimi83



Joined: 09 Mar 2009
Posts: 66

PostPosted: Jul 01, 2009 11:02 pm    Post subject: Reply with quote

ankurs wrote:

5. FTP support for premium members , something like hotfile/netload
Code:
How to upload with FTP?
ftp.hotfile.com
user: your hotfile username
pass: your hotfile password
You can upload and make folders, but cant rename,move files



This should be trivial in the way how does the netload did. I was start thinking about it few weeks ago and have some idea:

- FTP should be on the dedicate box
- FTP should have the cgi/php wrappers for the manage like netload has: create links, delete, etc

CGI/php code should upload files using curl to the main site, read URLs and show it. After that the files from FTP should be deleted automaticly.

The hotfile way - I think is not possible now, but the PilgrimX182 has the end word, he is the main script engenering. In my opinion - it's not.
Back to top
View user's profile Send private message
Giorgi



Joined: 25 Feb 2008
Posts: 20

PostPosted: Jul 02, 2009 8:24 pm    Post subject: Reply with quote

I would like to again suggest:

Short URL service embedding: when someone uploads file, generated link will be like:

somesite.com/ada21ae

http://www.drop.io has this.
Back to top
View user's profile Send private message
Giorgi



Joined: 25 Feb 2008
Posts: 20

PostPosted: Jul 02, 2009 8:28 pm    Post subject: Reply with quote

Another two options:


  • If uploaded archive file is password protected show this on download page (print: "Password protected" or something)
  • If archive is not protected show it's contents on download page
Back to top
View user's profile Send private message
snapongo



Joined: 13 May 2009
Posts: 17

PostPosted: Jul 03, 2009 6:46 pm    Post subject: Reply with quote

I suggest looking at this other file hosting script Admin section and adding all features which are not already implemented into xfilesharingpro, they implement many great features, suh as GEOIP tracking for points (a MUST feature) and more control on several aspect of the system. Check all sections you will have a better idea.

http://yabsoft.info/demo/mfhs/admin/

login: demo
pass: demo

as well, a NICER admin area would definitely be good. For now it is only text links with everything layed out on the screen with no formatting etc... Would be good to have a nice admin section.

As well, when do you think a new version 1.6 will be scheduled to come out??

thanks
Back to top
View user's profile Send private message
ankurs



Joined: 10 Mar 2009
Posts: 514

PostPosted: Jul 04, 2009 9:25 am    Post subject: Reply with quote

^^ yes a new admin control panel should be made

PilgrimX182, can you comment on the posts/suggestions made so far & also what is the target release date your looking for

Also please put a stable release out, with all testing done & a upgrade script too both from 1.4 & 1.5 . That would help lot of existing customers.
Back to top
View user's profile Send private message
niebiesky



Joined: 11 May 2009
Posts: 10
Location: Poland

PostPosted: Jul 06, 2009 1:13 pm    Post subject: Reply with quote

I am very interested in this mod that pic was the same as tinypic. I would like to purchase one at the Pro version only image hosting.
Back to top
View user's profile Send private message
dzimi83



Joined: 09 Mar 2009
Posts: 66

PostPosted: Jul 06, 2009 3:06 pm    Post subject: Reply with quote

Some uploaders asked me for the Security Lock. I think It might be usefull.
Back to top
View user's profile Send private message
dzimi83



Joined: 09 Mar 2009
Posts: 66

PostPosted: Jul 06, 2009 4:29 pm    Post subject: Reply with quote

Oh, fix the export links, their are sorted useing SQL id, should be sorted by name (close to the *.part{1..999}.{zip,rar} or sth like that).
Back to top
View user's profile Send private message
dzimi83



Joined: 09 Mar 2009
Posts: 66

PostPosted: Jul 07, 2009 4:45 pm    Post subject: Reply with quote

One another think:

Add the FS server checks when the user trying to upload file. I mean, check the FS before set in on the main page. When no one FileServer respond - write the fail message. Why ? Well.. few times I have had the USB disks error on the FS and the system got:

Code:

Buffer I/O error on device sdb1, logical block 78086658
 lost page write due to I/O error on sdb1
 


And the setting up OFF from the manager got Errors on the FS, so.. the check call should cheks all possibilities (like the manager add/edit/delete option do).
This might be usefull to save website from errors.
Oh, option should send the raport to the FS owner too (and the option in the admin zone should be for enable/disable raporting future).
Back to top
View user's profile Send private message
hscorp



Joined: 12 Nov 2008
Posts: 143

PostPosted: Jul 07, 2009 6:04 pm    Post subject: Reply with quote

nice idea that the site accept any file size then split it into parts depends on size limit for the user that uploaded the file

like badongo now when you upload 400mb file is split it into two parts

regards.
Back to top
View user's profile Send private message Visit poster's website
dzimi83



Joined: 09 Mar 2009
Posts: 66

PostPosted: Jul 07, 2009 6:48 pm    Post subject: Reply with quote

hscorp wrote:
nice idea that the site accept any file size then split it into parts depends on size limit for the user that uploaded the file

like badongo now when you upload 400mb file is split it into two parts

regards.


Hmm... I think this is not good idea... let give your users to create part archive, because creating rar or zip archives on the FS side might do the high load on the FS side.[/i]
Back to top
View user's profile Send private message
hscorp



Joined: 12 Nov 2008
Posts: 143

PostPosted: Jul 07, 2009 6:53 pm    Post subject: Reply with quote

dzimi83 wrote:
hscorp wrote:
nice idea that the site accept any file size then split it into parts depends on size limit for the user that uploaded the file

like badongo now when you upload 400mb file is split it into two parts

regards.


Hmm... I think this is not good idea... let give your users to create part archive, because creating rar or zip archives on the FS side might do the high load on the FS side.[/i]


i didn't say archive it into rar or zip i said split so it wont make load on the server and also PilgrimX182 can make option to close or open this feature so if it made load on your server close it but if not let it opened
Back to top
View user's profile Send private message Visit poster's website
ankurs



Joined: 10 Mar 2009
Posts: 514

PostPosted: Jul 08, 2009 5:53 am    Post subject: Reply with quote

Would suggest to have a plugin system , something like wordpress/vbulletin.

That way you don't need to have real file edits and upgrading version gets much easier.

Sibsoft can generate massive amount of extra cash with offering plugins of all kinds & not hard coded into the script, which makes it bulky. So sites can have just the code which they need & hence are more optimized.


I can wait 2-3months for 1.6 , if such a plugin system is brought in.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Goto page 1, 2, 3, 4, 5, 6, 7, 8  Next
Page 1 of 8

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group