Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved What the h. happened to my site?
#1
Not Solved
I get this image on my homepage

[Image: unavailable.jpg]

and index.php

Quote:<?php
// pageok
// managed by puppet - hostingcms02
header("Content-type: text/plain");

// Total size of directory
$totalSize = 0;

// List of files in cwd
$dir = opendir('.');
while (($filename = readdir($dir)) ==! false) {
$files[] = $filename;
}

// The results of filesize are cached, clear that cache
clearstatcache();

// Total file sizes
foreach ($files as $file) {
// Add file to total size
$totalSize += filesize($file);
}

echo "pageok\n\n";
echo "Directory Size: $totalSize\n\n";

?>
#2
Not Solved
That is the index.php file within your MyBB installation files? You should re-upload index.php from a fresh download then.

Also, what is your forum's URL?
#3
Not Solved
Can you just do a plain text like "test.txt"?
#4
Not Solved
Strange. I was just browsing the site just fine 5 mins ago. I am reading some support things on godaddy and it says that other people also experienced it.

pm'd u the url.
(2011-07-12, 08:54 PM)labrocca Wrote: Can you just do a plain text like "test.txt"?

Not Found

The requested URL /text.txt was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
@elio

Thanks for bringing this issue to our attention. We reviewed this issue and we noticed some unusual activity on the server. Our Advanced Support is currently monitoring that. Thanks again for posting this!

http://community.godaddy.com/groups/web-...available/

Looks like godaddy is the problem.


Forum Jump:


Users browsing this thread: 1 Guest(s)