Search found 85 matches

by Stefanzm
Jul 23, 2013 6:16 am
Forum: XFileSharing Pro
Topic: XFilesharing Pro 2.1 is available
Replies: 34
Views: 23335

"2. There's already top money generated IPs and users - that's almost the same, no? If user generate bandwidth - then he generate money." Its not exactly the same since if you have disabled the affiliate then the anti-hack center is useless . Maybe there should be 1 more graph that shows t...
by Stefanzm
May 29, 2013 5:12 am
Forum: XFileSharing Pro
Topic: Error
Replies: 1
Views: 2440

@cristiandark contact Sibsoft support about your problem . Sometimes that error belong to the OS itself .
by Stefanzm
May 29, 2013 5:09 am
Forum: XFileSharing Pro
Topic: Transferring large files (>10GB) between servers
Replies: 1
Views: 2403

@filekrypt even if the browser stop spinning , that doesn't mean the file transfer stopped . You can try this example , start a file transfer (just 1 ) and let it go on . As soon the browser stop spinning then log into your servers and check for the following with those commands: On the server sendi...
by Stefanzm
May 29, 2013 5:05 am
Forum: XFileSharing Pro
Topic: How to determine how many processors do I need?
Replies: 5
Views: 4613

Actually @rawrkee question is easy to answer . File servers (not the main one) does not use almost any cpu (unless you have video mod , then cpu is used to convert files) . So for download only you can use any cpu (single , duo , quad ) and then you have to worry only about RAM and HDD I/O . As for ...
by Stefanzm
May 13, 2013 9:58 am
Forum: XFileSharing Pro
Topic: Need help : Error after migration
Replies: 3
Views: 3672

@camafive , if you do not see that table in phpmyadmin , then you should fix that . Take mysqldump from your old server on that table and insert it into your new one . @uob , your first problem clearly state that the linux can not modify temp / uploads and htdocs dir . Check your chmod on them (temp...
by Stefanzm
Apr 27, 2013 1:26 pm
Forum: XFileSharing Pro
Topic: User Reports
Replies: 0
Views: 1858

User Reports

Hello , today noticed something strange . Reports tab graph and admin anti-hack center works only if there is affiliate system running on the script . However if there isn't one (etc everything set to 0) then the graph doesn't show anything and admin anti-hack doesn't prove any information of any va...
by Stefanzm
Apr 16, 2013 6:43 am
Forum: XFileSharing Pro
Topic: 1 Gbps
Replies: 7
Views: 5131

No , i`m not using Leaseweb servers .
At the moment i`m using OVH for fileservers , but lately they started limiting the maximum speed of each server so i may need to migrate soon .
by Stefanzm
Apr 16, 2013 6:31 am
Forum: XFileSharing Pro
Topic: 1 Gbps
Replies: 7
Views: 5131

@ehsan ,

If i`m not mistaking Leaseweb have problem with live streaming websites (football , rugby , concerts and so on ).

With video-on-demand (etc xfs pro , youtube and such) they don't have problem. But you can always send ticket to their support .
by Stefanzm
Apr 13, 2013 7:49 am
Forum: XFileSharing Pro
Topic: How can change site tittle ?
Replies: 2
Views: 2950

Check /cgi-bin/Template/main.html On top there is title codes . If i`m not mistaking in /cgi-bin/Languages/english.lng you can change the lang_page_title name to the one you need it to be . Guessing here since on my site i have changed both of those and not sure which one of both will be perfect for...
by Stefanzm
Feb 19, 2013 7:47 am
Forum: XFileSharing Pro
Topic: Changing the title of download pages
Replies: 4
Views: 3559

Cloudyyourmusic , at start of main.httml replace <Title><TMPL_IF page_title><TMPL_VAR page_title><TMPL_ELSE><TMPL_VAR site_name> - <TMPL_VAR lang_page_title></TMPL_IF></Title> with <Title><TMPL_IF page_title><TMPL_VAR page_title><TMPL_ELSE><TMPL_VAR file_name></TMPL_IF></Title> That should fix your ...
by Stefanzm
Feb 12, 2013 8:43 am
Forum: XFileSharing Pro
Topic: Table './admin_xfs/Sessions' is marked as crashed how to fix
Replies: 4
Views: 3438

If jesse202 command doesnt work , change it like this: mysqlcheck -u(xfs db user) -p(xfs db password) --all-databases -r Do not put space between -u and the user or -p and the password . The final command should look like this: mysqlcheck -u user -p password --all-databases -r or mysqlcheck -u user ...
by Stefanzm
Jan 11, 2013 11:42 am
Forum: XFileSharing Pro
Topic: Uploads are disabled for your user type
Replies: 5
Views: 6217

I`m guessing you use Version 2.0 . Go to your site settings>user limits and mark the boxes for Uploads enabled for each user type . Even as admin if there is no mark at registered (or if the admin is premium and there is no mark for premium) you will get this error . Same goes and for the downloads ...
by Stefanzm
Jan 07, 2013 10:24 am
Forum: XFileSharing Pro
Topic: Issue with flash uploader
Replies: 4
Views: 2659

Set a fs key in db for the specified server ( 8 symbols ) and then write the same key into the file server XFSconfig .
Probably that will fix it .
by Stefanzm
Jan 06, 2013 12:17 pm
Forum: XFileSharing Pro
Topic: changing root password on server? is it okay
Replies: 4
Views: 3496

The root password has nothing to do with XFS.
As for the DB password , if you change it you must edit XFileconfig and change the password there too .
by Stefanzm
Dec 24, 2012 9:46 am
Forum: XFileSharing Pro
Topic: Problem with uploading and downloading
Replies: 3
Views: 3346

Fix your fs_keys in the db and fileservers config (etc make them the same).