Hey.
I've been using MAMP for awhile now, but it has been doin' some strange things. I'll list the problems below (I feel like I'm missing some info).
After re-installing MAMP, and restarting, it worked great for a little while, but then when I left my house and came back, I found it screwed up again. Right after I fixed my MAMP installation, I backed up my mac. So I decided to restore my MAMP folder in my Applications folder. No luck. Restarted my mac, and had no luck.
I'll show you the php log. I found some pretty interesting stuff in there...
The point is, who's been lurking in these long-forgotten PHP scripts I made a long time ago? Do those lines indicate that someone has been in there, and something in the PHP script caused it to be logged?
Thanks in advance.
Ben
I've been using MAMP for awhile now, but it has been doin' some strange things. I'll list the problems below (I feel like I'm missing some info).
- In my wordpress directory (and a few others), I get a download named "DownloadedFile" or "DownloadedFile-#"
- All wordpress blogs' CSS style sheets haven't been loading and all the formatting is lost (this problem started happening sometime today)
- In the admin panel of wordpress, the dashboard is "jumbled up". When I use the Web Inspector in safari 4, I get two syntax errors in 2 diffrent javascript files. Both javascript scripts have a crapload of symbols that can't even be displayed.
After re-installing MAMP, and restarting, it worked great for a little while, but then when I left my house and came back, I found it screwed up again. Right after I fixed my MAMP installation, I backed up my mac. So I decided to restore my MAMP folder in my Applications folder. No luck. Restarted my mac, and had no luck.
I'll show you the php log. I found some pretty interesting stuff in there...
Code:
[08-Jul-2009 22:19:21] PHP Notice: Undefined index: myname in /Volumes/Ben's Files/Sites/2008/December/29/5-46 PM/chat/iphone/index.php on line 2
[08-Jul-2009 22:19:21] PHP Notice: Undefined index: message in /Volumes/Ben's Files/Sites/2008/December/29/5-46 PM/chat/iphone/index.php on line 3
[08-Jul-2009 22:19:21] PHP Notice: Undefined index: color in /Volumes/Ben's Files/Sites/2008/December/29/5-46 PM/chat/iphone/index.php on line 4
[08-Jul-2009 22:19:38] PHP Notice: Undefined index: uploadedfile in /Volumes/Ben's Files/Sites/2008/December/29/5-46 PM/page_maker/make.php on line 67
[08-Jul-2009 22:19:38] PHP Notice: Undefined index: uploadedfile in /Volumes/Ben's Files/Sites/2008/December/29/5-46 PM/page_maker/make.php on line 69
The point is, who's been lurking in these long-forgotten PHP scripts I made a long time ago? Do those lines indicate that someone has been in there, and something in the PHP script caused it to be logged?
Thanks in advance.
Ben