MORON ALERT !!!!

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
mikehins
Forum Newbie
Posts: 2
Joined: Thu Mar 19, 2009 6:30 pm

MORON ALERT !!!!

Post by mikehins »

D'OH !

I everyone

I deleted a directory with a function I wrote and I need to recover those deleted files....

:banghead:

How does php handle deletion ? is it possible to get back my code back ???

Thanks

Mike

EDIT:::
I've been able to recover most of my files using WinUndelete but i'm still missing some files
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: MORON ALERT !!!!

Post by Chris Corbyn »

PHP itself won't be of any help here. You need a file recovery tool.

Now is the time to see the benefits of using a version control system:

http://subversion.tigris.org/
http://git-scm.com/
User avatar
Bill H
DevNet Resident
Posts: 1136
Joined: Sat Jun 01, 2002 10:16 am
Location: San Diego CA
Contact:

Re: MORON ALERT !!!!

Post by Bill H »

Oh no, there goes Chris with his "version control" again. :)
mikehins
Forum Newbie
Posts: 2
Joined: Thu Mar 19, 2009 6:30 pm

Re: MORON ALERT !!!!

Post by mikehins »

Thanks...

I have been able to recover most of my files with different softwares but not all of them...

I usually have backups of everything but I started that project locally 3 days ago and didn't put the my files on my web server. That's life it could be worst !!! I could I could be CEO of AIG ;)

thanks anyway !
User avatar
panic!
Forum Regular
Posts: 516
Joined: Mon Jul 31, 2006 7:59 am
Location: Brighton, UK

Re: MORON ALERT !!!!

Post by panic! »

I feel unsafe when I work without SVN..
Post Reply