XFileSharing Pro - how to modify this page ?

Message
Author
bhanuprasad1981
Posts: 129
Joined: Apr 30, 2009 10:31 am

how to modify this page ?

#1 Postby bhanuprasad1981 » May 20, 2012 5:24 am

when a non premium user try to download files larger than allowed size he see message :-

You can download files up to 500 Mb only.
Upgrade your account to download bigger files.


now i want to modify that message how can i do that

karvaly
Posts: 8
Joined: Apr 02, 2012 3:12 pm

#2 Postby karvaly » May 20, 2012 6:57 am

Here you can do it:

index_dl.pm

Code: Select all

{
      $file->{message} = "Anonym users can download files up to $c->{max_download_filesize} Mb only.<br><br>Upgrade your account to download bigger files.";
   }
[/code]