Search found 21 matches

by rawrkee
Nov 20, 2013 10:49 pm
Forum: XFileSharing Pro
Topic: Changing the title of download pages
Replies: 4
Views: 3167

I'm actually trying to change "<TMPL_VAR page_title>"
on the download page the title is:
"Download <file name> <file extension>"

How can I change this?
Thanks!
by rawrkee
Nov 09, 2013 4:40 am
Forum: XFileSharing Pro
Topic: Suggestion for next version
Replies: 8
Views: 3957

this is actually very simple to do with CSS. You can use an image as your cursor when hovering over an image: .thumb img:hover {cursor: url(images/my-cursor.png), auto;} I suggest u make all images a fixed size and when clicked, it'll show actual image :D <div class="thumb"><a href="b...
by rawrkee
Nov 09, 2013 4:34 am
Forum: XFileSharing Pro
Topic: Change Date Format (My Reports, Premium Expires, & etc.)
Replies: 0
Views: 1419

Change Date Format (My Reports, Premium Expires, & etc.)

Hello,

The current Date format is YMD (Year-Month-Date)
How can I set it to MDY (Month-date-year) throughout the whole script?

Thanks!
by rawrkee
Nov 01, 2013 3:36 pm
Forum: XFileSharing Pro
Topic: 1$ for every 1000 downloads
Replies: 3
Views: 1954

yupp,

your downloaders are obviously anonymous users. you or your users are not receiving any funds since you are not paying users for anonymous user downloads.
by rawrkee
Aug 26, 2013 5:35 am
Forum: XFileSharing Pro
Topic: I need your opinions
Replies: 1
Views: 1799

if you're gonna be the only uploader then I suppose it's fine. If you plan on expanding, I suggest you host your site on it's own dedicated server and use addition dedicated servers for File Servers.
by rawrkee
Aug 26, 2013 5:14 am
Forum: XFileSharing Pro
Topic: 500 Internal Server Error when run cron.pl
Replies: 1
Views: 1973

try checking your error logs.
by rawrkee
Aug 17, 2013 9:44 am
Forum: XFileSharing Pro
Topic: Allow Moderators to see download count in File moderation?
Replies: 0
Views: 1371

Allow Moderators to see download count in File moderation?

Hello,

Is there a way I can allow my moderators to see file download count as well?
by rawrkee
Aug 03, 2013 7:41 am
Forum: XFileSharing Pro
Topic: Login error
Replies: 0
Views: 1570

Login error

For some reason I can't login to my admin account. Only when i request to reset password, I'll be logged in. Once I change my password and logout, I cannot log back in. This is a bug with the new release of xfilesharing pro
by rawrkee
Jul 19, 2013 1:05 pm
Forum: XFileSharing Pro
Topic: XFilesharing Pro 2.1 is available
Replies: 34
Views: 14544

danys wrote:Is this version 2.1 stable and free of vulnerabilities now ?
I'm wondering this too. will you re-announce the stable version?
by rawrkee
Jun 04, 2013 8:32 pm
Forum: XFileSharing Pro
Topic: How to determine how many processors do I need?
Replies: 5
Views: 3909

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 rawrkee
Jun 04, 2013 1:42 pm
Forum: XFileSharing Pro
Topic: User's storage space not updating.
Replies: 0
Views: 1537

User's storage space not updating.

Hello,

when I go to a specific user's profile and try to increase their storage space for some reason their storage space will not increase.
The default is 51200MB. I increased this user's storage to 102400MB.
How can I resolve this issue?
Thanks!
by rawrkee
May 25, 2013 12:39 am
Forum: XFileSharing Pro
Topic: How to determine how many processors do I need?
Replies: 5
Views: 3909

How to determine how many processors do I need?

Hi, I'm looking to order some file servers but I don't know how many processors is needed. Some companies offer multiple choices such as: Single Core, Dual Core and also Quad Core. Should I just assume that the more processors the server has, the better? I don't want to order a file server and be un...
by rawrkee
May 17, 2013 3:42 pm
Forum: XFileSharing Pro
Topic: Help: Transfering files between two file servers
Replies: 2
Views: 2511

Help: Transfering files between two file servers

I'm transferring files through op=admin_servers page and it's taking quite some time. The file server I'm transferring files to seems to have some sort of bottleneck because when I transfer the same files to a different file server, it's really fast. is there some sort of config file I must make cha...
by rawrkee
May 15, 2013 12:17 pm
Forum: XFileSharing Pro
Topic: Error while trying to delete users.
Replies: 2
Views: 2553

Error while trying to delete users.

Hi,

while trying to delete users who have not been logged in within the past XX days, I get this Software error:

Can't exec:
Column 'usr_id' cannot be null at Modules/DataBase.pm line 55.

what can I do to resolve this issue? Thanks!
by rawrkee
Apr 18, 2013 8:40 pm
Forum: XFileSharing Pro
Topic: what exactly is "<TMPL_VAR header_extra>" ??
Replies: 1
Views: 1670

what exactly is "<TMPL_VAR header_extra>" ??

Hello,

in the file named "main.html" within the templates folder there is a code:
<TMPL_VAR header_extra>

what exactly is that? do I need it?
Thanks!