Search found 521 matches
- Oct 21, 2013 12:38 pm
- Forum: XFileSharing Pro
- Topic: Download speeds question
- Replies: 2
- Views: 3096
I tried to enable direct downloads and that gives me a error of files not found so I have no clue why that doesn't work either. try to check permitions of the files and ownership of the files i got the same problem before and sometimes i get the same problem back i fix the file permitions and owner...
- Oct 21, 2013 12:34 pm
- Forum: XFileSharing Pro
- Topic: Show link to Premium Users
- Replies: 2
- Views: 2996
also if you mean about the tags in the html file
here is a example, show renew premium or buy premium if not already premium
Greetings From PowerChaos
here is a example, show renew premium or buy premium if not already premium
Code: Select all
<TMPL_IF premium><TMPL_VAR lang_renew_premium><TMPL_ELSE><TMPL_VAR lang_buy_premium></TMPL_IF>
- Oct 16, 2013 2:47 pm
- Forum: XFileSharing Pro
- Topic: Paypal and XFS ?
- Replies: 2
- Views: 2977
paypal does ban you for it , just to be located on it is enouf if it is located on it they will not listen to you even if you got proof that no transaction is used or that paypal is not used on your site even more fun with this is if you like to break some one else his paypal then this is the way to...
- Oct 16, 2013 9:06 am
- Forum: XFileSharing Pro
- Topic: Slow Speed with 10gbps Port
- Replies: 6
- Views: 4695
hi, you can see it at this raid table what is the best raid or what difference it has http://cp.powerchaos.com/knowledgebase/50/Selecting-a-Raid-level-and-Tuning-Performance.html Then for your problem do you use the dl.cgi to limit speeds or do you use the direct download link ? also check the ngix ...
- Feb 01, 2013 1:43 am
- Forum: XFileSharing Pro
- Topic: Site slow with - Atop result. Advise needed
- Replies: 8
- Views: 4725
based on what i see is your swap file full or not big enouf ( only 2GB ?? ) so you are using swapfile a lot other things are fine also can you check your traffic usage and apache status (if apache ) if a site goes slow has not always to do with the server spects , but sometimes with the programs or ...
- Feb 01, 2013 1:02 am
- Forum: XFileSharing Pro
- Topic: Question about transferring files fron one server to other
- Replies: 5
- Views: 4173
a easy way ?? wget http://.... and then a long wait time :D a other way ? ftp .... well , the best is to use wget , use it in putty ( ssh ) and use it in a screen ( screen is a program for linux to allow background tasks to run if you get dc or close the console ) hopely this can help Greetings From...
- Feb 01, 2013 12:36 am
- Forum: XFileSharing Pro
- Topic: Question about transferring files fron one server to other
- Replies: 5
- Views: 4173
well it depneds how you like to move everything if you just switch host then it can be done easy it is a bit of work , but you keep everything i preffer to make a tar/zip file of the complete home folder after you are on your new host , just replace it with your backup try to replace the mysql and k...
- Jan 31, 2013 11:19 am
- Forum: XFileSharing Pro
- Topic: How to block website content thieves, proxy services
- Replies: 4
- Views: 3953
blockscript is a php file , xfilesharing is a cgi file to get blockscript to work you need to include the php file the script itself does the same as the htacces only it use php methode to do that , atleast the version i have it checks the refferal for reply , if it opens a website then it blocks ( ...
- Jan 31, 2013 12:26 am
- Forum: XFileSharing Pro
- Topic: How to block website content thieves, proxy services
- Replies: 4
- Views: 3953
you can use a firewall ? you can also use htacces to block direct acces to images ( cpanel does that ) the problem with blocking is that it need to be specific and is mostly defined by 1 thing at the time so if you want to block all proxy's , you could add a code in htacces to block acces if the ref...
- Jan 31, 2013 12:15 am
- Forum: XFileSharing Pro
- Topic: How can I modify some pages easily including home page
- Replies: 9
- Views: 5450
for the place (divs ) and the color and stuff you need to edit the css file for the location ( left / right or tables or any other html stuff) you need to edit the main.html file and then the template file the main.html is the full footer/header the other pages are included in the main ( as they do ...
- Jan 30, 2013 10:12 pm
- Forum: XFileSharing Pro
- Topic: Best Server Configuration for Site with Huge Traffic
- Replies: 12
- Views: 8467
well if that is your budget for those 3 servers then i am happy to provide 3 X I7 servers with 64 GB ram and same setup as you use now :D but on the other side , it can be a lot cheaper to the most expensive part is the managing part ofcourse (you pay to let other users do your work ) but now we com...
- Jan 30, 2013 8:58 pm
- Forum: XFileSharing Free
- Topic: Admin area problem
- Replies: 2
- Views: 5015
well that line says just 1 thing in config file you define a admin password the admin password get converted to md5 and base64 if your cookie is right then it match that same value (same coding ) the cookie get set when you first try to login so to solve your problem , just enable cookie's and it wi...
- Jan 30, 2013 8:54 pm
- Forum: XFileSharing Free
- Topic: Big Problem
- Replies: 3
- Views: 4740
so you claim that you use the following detais ?? host = localhost pass = password username = username database = username_database or are you using something like this host = http://anywebsiteyoucanthinkof.com username = default pass = default database = default well , if you used the second quote ...
- Jan 30, 2013 4:31 pm
- Forum: XFileSharing Free
- Topic: instalation problem ?? here is how to solve
- Replies: 2
- Views: 5348
well based on just going to this page i see what is wrong ask your provider to enable CGI support in your case is it not enabled also ask your provider to enable HTACCES support as mod_rewrite is also disabled http://gamealot.net76.net/cgi-bin/index.cgi vs http://boosterking.com/cgi-bin/index.cgi yo...
- Jan 29, 2013 2:25 am
- Forum: XFileSharing Pro
- Topic: Changing title tag on static pages
- Replies: 10
- Views: 5416
well lets try to explain a easy step then if the template still contains this code then you can still use it <Title><TMPL_IF page_title><TMPL_VAR page_title><TMPL_ELSE><TMPL_VAR site_name> - <TMPL_VAR lang_page_title></TMPL_IF></Title> if it still works ith TMPL_IF commands then you can still apply ...