deleted string code...
 
Notifications
Clear all

deleted string code..

3 Posts
3 Users
0 Reactions
461 Views
keanaz
(@keanaz)
Active Member
Joined: 18 years ago
Posts: 9
Topic starter  

if a web server holds the files for a web page, how could you find out if a line of string code has been deleted?

I had thought of running a back up copy against the current version and looking for a missing line, but what would automate that for me and is there anything else that could do this?

TIA ?


   
Quote
(@bithead)
Noble Member
Joined: 20 years ago
Posts: 1206
 

Are you looking to compare the code for the web page itself or some code on the actual server? One of my favorite tools is actually a freeware project called WinMerge. WinMerge handles DOS, UNIX and Mac text file formats and supports Unicode. You can find it at WinMerge dot org.


   
ReplyQuote
(@Anonymous)
Guest
Joined: 1 second ago
Posts: 0
 

Depending what your goals are - there is a product called Tripwire.

Tripwire keeps a hash database of files and verifies files at predetermined times. If the hash doesn't match, Tripwire writes back the known file to the proper location.


   
ReplyQuote
Share: