Search found 163 matches

by nyan
Jun 30, 2013 7:41 pm
Forum: XFileSharing Pro
Topic: I need help on Choosing Hosting
Replies: 14
Views: 5871

nkchokshi wrote:
So how can i config that. apache for upload and filex for download.
put your cgi-bin url of fileserver to the apache port (probably site.com:8080/cgi-bin)
by nyan
Apr 18, 2013 3:31 pm
Forum: XFileSharing Pro
Topic: Command without to reload site
Replies: 1
Views: 1832

Javascript hide/display
or jquery
by nyan
Jan 20, 2013 11:26 am
Forum: XFileSharing Pro
Topic: Best Server Configuration for Site with Huge Traffic
Replies: 12
Views: 8463

You are not going to get download speeds > 10mbit from fdcservers during peak hours, especially not if the servers are in usa and downloaders not in usa.
by nyan
Dec 23, 2012 7:42 pm
Forum: XFileSharing Pro
Topic: Problem with uploading and downloading
Replies: 3
Views: 3372

look like dns issues
define your dns on all your fileservers and main server manually, edit /etc/hosts on each
123.456.789.910 yourmainwebsite.com
918.282.292.102 server1.yourmainwebsite.com
by nyan
Dec 06, 2012 12:09 am
Forum: XFileSharing Pro
Topic: Load Averages are fine but site still lagging.
Replies: 1
Views: 2213

1. Keep your problems in one topic 2. Post Atop from the current load (not load avg since boot, let it run for a minute then take screenshot..) 3. Post your config's (my.cnf, perl process manager) 4. Post what changes you've made after we suggest something It is very annoying, and you're not going t...
by nyan
Dec 05, 2012 1:01 pm
Forum: XFileSharing Pro
Topic: How to host database on seperate server from Web Server?
Replies: 6
Views: 4153

Make sure you have a private lan on a second network card between the two servers too, sql traffic can easily grow a few 100 mbit/s
but first of all, run mysqltuner on your current system... or post your current my.cnf
by nyan
Dec 03, 2012 9:59 pm
Forum: XFileSharing Pro
Topic: Custom Abuse API / Form
Replies: 12
Views: 4742

Just add to index.cgi download1 just after the fileinfo has been fetched from db if($file->{fileblocked} == 1) { $ses->message('File pending by dmca'); } add in files table a fileblocked field tinyint(1) or bool connect to the db with your php script, shouldn't be too hard to code something that put...
by nyan
Dec 03, 2012 9:53 pm
Forum: XFileSharing Pro
Topic: Web Server Upgrade Specs
Replies: 15
Views: 10138

You should try optimizing mysql, give it unlimited ram (like 1024M key buffer), 8 threads at least, allow like 5000 connections Secondly try to allow more perl executions at once (I use nginx+perl-fcgi and can do around 80 at once) I don't know if you can configure that with your setup though... thi...
by nyan
Nov 22, 2012 7:17 pm
Forum: XFileSharing Pro
Topic: Mod suggestion
Replies: 2
Views: 1665

Why wouldn't this be possible?? Just create a perl script on each fileserver that does this; my $system_load = qx('uptime | awk -F "load average: " \'{ print $2 }\' | cut -d, -f1'); my $system_bandwidth = qx('ip a'); fetch it with lwp via cron.pl create a table in database and input stuff ...
by nyan
Nov 22, 2012 7:01 pm
Forum: XFileSharing Pro
Topic: template
Replies: 1
Views: 1620

by nyan
Nov 05, 2012 10:37 am
Forum: XFileSharing Pro
Topic: Help ATOP & TOP
Replies: 8
Views: 4840

The ram usage is just cache, your system caches stuff so it doesn't need to get stuff from the harddrives all the time (this is a good thing). if an application needs some ram it just removes some cache. your server has a weird configuration. I think it's a raid 10 configuration with different brand...
by nyan
Nov 03, 2012 12:32 pm
Forum: XFileSharing Pro
Topic: I need some clarification and basics on Remote Upload ...
Replies: 7
Views: 3580

you're mistaking remote uploading with url leeching (http://sibsoft.net/xfilesharing_mod_url_leech.html)
by nyan
Nov 03, 2012 12:31 pm
Forum: XFileSharing Pro
Topic: Help ATOP & TOP
Replies: 8
Views: 4840

1 Tb storage on 4 drives O_O? run this for /sda sdb sdc sdd hdparm -I /dev/sda it should show something like this /dev/sda: ATA device, with non-removable media Model Number: WDC WD1600JS-75NCB3 Serial Number: WD-WCANME43 Firmware Revision: 10.02E04 Standards: Supported: 7 6 5 4 Likely used: 8 Confi...
by nyan
Oct 25, 2012 5:41 pm
Forum: XFileSharing Pro
Topic: make invisible the download button while in the countdown
Replies: 16
Views: 7990

just use document.getelementbyid(yourbutton and your capcha or w/e).style="block"; or the $() thing put display to none on page load and stick that line in the following on xupload.js (old xfs version) function countDown() { num = parseInt( $('countdown').innerHTML )-1; if(num<=0) { >>put ...
by nyan
Sep 29, 2012 9:55 pm
Forum: XFileSharing Pro
Topic: False DMCA notice ?
Replies: 9
Views: 4943

I got them too
They send me 30 emails for 7 files from which 3 where false notices (this means war.doc is not a movie damnit)
They're sending stuff automated because they keep sending the false notices again even though i mailed them back numerous times. I Put them on ignore for now :/