RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
Changing the date format

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Free
View previous topic :: View next topic  
Author Message
Bassman



Joined: 07 Sep 2007
Posts: 20
Location: UK

PostPosted: Oct 10, 2007 11:10 am    Post subject: Changing the date format Reply with quote

Hi,
is it possible to change the date format on the download page to the UK standard dd-mm-yyyy

Cheers
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2109
Location: UFO Lab

PostPosted: Oct 10, 2007 12:14 pm    Post subject: Reply with quote

Sure. In index.cgi find this line

Code:
&message("Sorry but this file reached max downloads limit") if $c->{max_downloads_number} && $file->{downloads} >= $c->{max_downloads_number};


and add this code below:

Code:
$file->{created}=~s/(\d+)-(\d+)-(\d+)/$3-$2-$1/;
Back to top
View user's profile Send private message Visit poster's website
Bassman



Joined: 07 Sep 2007
Posts: 20
Location: UK

PostPosted: Oct 10, 2007 9:30 pm    Post subject: Reply with quote

That worked
Thanks very much
Very Happy
Back to top
View user's profile Send private message
xfileshare.eu



Joined: 06 May 2010
Posts: 15

PostPosted: May 07, 2010 3:46 pm    Post subject: Reply with quote

Please in new version 1.7 is possible?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Free All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group