Thread
:
changing the date of a file on a webserver
View Single Post
06-04-2008, 07:22 AM
darksoul
Confirmed User
Join Date: Apr 2002
Location: /root/
Posts: 4,997
go to the directory where the files are and run this command (ssh)
Code:
find . -name "*.html" -print0|xargs -0 touch
P.S. the php script above changes all files regardless of extension
__________________
1337 5y54|)m1n: 157717888
BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
Cambooth
darksoul
View Public Profile
Find More Posts by darksoul