MyBB Community Forums

Full Version: What the h. happened to my site?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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";

?>
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?
Can you just do a plain text like "test.txt"?
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.