Results 1 to 7 of 7
-
18th Jan 2012, 01:11 PM #1OPMemberWebsite's:
maxneeds.infoWOW !!! What happened with php.net???
I get the following text when try to enter php.net.
503: Stop SOPA/PIPA
The SOPA/PIPA bills threaten the open nature of the Web and thus threaten Open Source projects like ours. If you have the ability to vote in the United States, help us out and contact your representatives. If you are not able to vote in the United States, you can help by petitioning the U.S. state department. Bills like these have a habit of spreading to other countries if we don't stop them at their source. Visit AmericanCensorship.org to learn how to do both.
Porsche_maniak Reviewed by Porsche_maniak on . WOW !!! What happened with php.net??? I get the following text when try to enter php.net. 503: Stop SOPA/PIPA The SOPA/PIPA bills threaten the open nature of the Web and thus threaten Open Source projects like ours. If you have the ability to vote in the United States, help us out and contact your representatives. If you are not able to vote in the United States, you can help by petitioning the U.S. state department. Bills like these have a habit of spreading to other countries if we don't stop them at their source. Visit Rating: 5
-
18th Jan 2012, 01:13 PM #2Banned
Hmmm.. great!
Check this out -> http://en.wikipedia.org/wiki/Wikiped...ive/Learn_more
-----
Famous sites are blacking out today...
-
18th Jan 2012, 01:15 PM #3MemberWebsite's:
iFunMaza.com^ where you have been man!
many sites doing this!
-
18th Jan 2012, 01:21 PM #4OPMemberWebsite's:
maxneeds.infoI didn't knew. Sooo bad
-
18th Jan 2012, 01:41 PM #5PHP Code:
<?php // vim: et
// show beta home page if user has requested the beta site.
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
if (myphpnet_beta()) {
include $_SERVER['DOCUMENT_ROOT'] . '/index-beta.php';
} else {
$ts = time();
// Hardcode 11am Jan.18 UTC to 5am Jan.19 UTC time window
if($ts>=1326884400 && $ts<1326949200) {
include $_SERVER['DOCUMENT_ROOT'] . '/index-sopa.php';
} else {
include $_SERVER['DOCUMENT_ROOT'] . '/index-stable.php';
}
}
http://php.net/index-stable.phpTrusted: Dom, l0calh0st, 0ccul7, robert420
Find all threads started by NewEraCracker
-
18th Jan 2012, 01:41 PM #6Member
the've done the right thing
Rule #1 No Names
Rule #2 Always burn the evidence
Rule #3 Dont forget Rules #1&2
Renting 9 inch pacifier for chicks..interested? pm me!
-
18th Jan 2012, 02:56 PM #7Respected Member
What do you mean what happened to php.net? did you read the page? Do you have any idea what is going on with the internet now? lol
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Haz any one of these happened to u??
By ibby in forum General DiscussionReplies: 1Last Post: 25th Sep 2011, 06:01 AM -
Ever Happened This Wid U?
By TexWilliams in forum File Host DiscussionReplies: 7Last Post: 28th Jun 2011, 02:26 PM -
What happened?
By iKnow in forum General DiscussionReplies: 10Last Post: 12th Mar 2010, 10:56 AM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...