Media Black out?

livefree

Active Member
Joined
Jul 1, 2009
Messages
36
Reaction score
0
Anybody else noticing news24.com beeld.com and rapport.co.za sites are all down. Seems to be all the media24.com sites.

Maybe a media black out?
 
No no no, put away your tinfoil hat!!!

Timeslive, M&G and others are still working!

The Mail & Guardian explained their hack recently, and they said while their servers were down they got phonecalls from tinfoil hat members of the public with the same concerns as livefree :D
 
Hehehe.
Eish! Sunday is rapport.co.za busiest day. I doubt that this is routine maintenance.
Guess I have to buy the paper today.
 
the M&G servers got hacked by some Turkish hackers recently, they are in the process of fixing them
 
Oops...

Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

:D
 
Top
Sign up to the MyBroadband newsletter
X