View Full Version : Create folder?
Mil@n
10-16-2006, 02:42 PM
Hi, i have downloaded the free trial version, but i cant find the "create folder" option. Is this option only available in full version?
yabsoft
10-16-2006, 04:19 PM
Sorry, this option is not yet done!
lange
10-16-2006, 04:20 PM
this option is comming in version 1.2
Mil@n
10-16-2006, 04:58 PM
Ok, thanks
Mil@n
10-17-2006, 02:17 AM
Another problem, the upload speed to my server doesnt exeed 620 - 630Kbps.
But with a simple php uploader, without progress bar, admin panel,... i get a very higher speeed.
Have i made something wrong, or must i change some option?
Sorry for my bad english
Thanks
yabsoft
10-17-2006, 01:36 PM
Here is a solution to speed up the upload speed:
Edit cgi-bin/upload.cgi, line 138:
select(undef, undef, undef,0.05); # sleep for 0.35 of a second.
change to
#select(undef, undef, undef,0.05); # sleep for 0.35 of a second.
or simply delete this line!
The changes will enable the max speed of form upload. But it may increase server loading!
Mil@n
10-17-2006, 02:08 PM
Hi
Thanks, it works fine :D, but is it also possible to only increase the speed a little bit, and not put it directly to the maximum?
yabsoft
10-17-2006, 05:03 PM
Sure.
select(undef, undef, undef,0.05); # sleep for 0.35 of a second.
change 0.05 to smaller value!
tom nguyen
10-19-2006, 04:04 AM
And same concept with downloading ?! :)
yabsoft
10-19-2006, 02:55 PM
And same concept with downloading ?! :)
No, The speed of download can be controlled by admin panel>Host packages>Edit>Max Speed!
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.