Um
Cool
Offline
midnightleopard wrote:
okay that is just the scratch website
Look at the url
Offline
Scratch!
Offline
My name was on the page!!!
Offline
msdosdude wrote:
OMG!!! How did you turn the homepage into PHP??????
PHP require_once function.
<base href="http://scratch.mit.edu/">
<!--I also added the popup code here-->
<?php
require_once("http://scratch.mit.edu/");
?>Offline
GeonoTRON2000 wrote:
msdosdude wrote:
OMG!!! How did you turn the homepage into PHP??????
PHP require_once function.
Code:
<base href="http://scratch.mit.edu/"> <!--I also added the popup code here--> <?php require_once("http://scratch.mit.edu/"); ?>
Oh, that makes more sense. Unfortunately, that means that every link goes to the Scratch site. And the popup doesn't work for me. I wonder if it's just Chrome...
Offline
Why does that PHP version say my IP is banned? ARE YOU THAT LINUS FROM EE?
Offline
Now I am banned! Fix that!
Offline
You
Are
Evil
Offline
rdococ wrote:
Why does that PHP version say my IP is banned? ARE YOU THAT LINUS FROM EE?
What's EE?
No, I'm not Linus.
I used simple html (and complicated CSS) to block the website.
Last edited by GeonoTRON2000 (2011-03-06 14:51:42)
Offline
GeonoTRON2000 wrote:
thebuilderdd wrote:
Now I am banned! Fix that!
Everybody's banned!
Why? That's just mean, then we couldn't see the changes... BTW, how do you make a IP ban script like that? Last question... Are you banning us until you are ready?
Offline
thebuilderdd wrote:
GeonoTRON2000 wrote:
thebuilderdd wrote:
Now I am banned! Fix that!
Everybody's banned!
Why? That's just mean, then we couldn't see the changes... BTW, how do you make a IP ban script like that? Last question... Are you banning us until you are ready?
Look at the source at the very bottom to find out.
No, I'm banning you guys FOREVER!!! MUAHAHAHAHA!!!!!!!!!!!!!
Last edited by GeonoTRON2000 (2011-03-08 10:00:31)
Offline
I came here after people complained about being IP-banned.
Offline
Wonder what's blocking you?
<div style="display: block; position: absolute; width: 100%; height: 500%; background: gray; opacity: 0.4; color: gray; top: 0; left: 0;" id="ban_cover">
<center>
<div id="ban" style="background: #544E4F; width: 500; height: 200; opacity: 100%;">
<iframe src="http://cfagency.org/bantxt.php" style="opacity: 1.0; display: block; background-color: #FFFFFF; color: #FFFFFF;" width="500" height="200"></iframe>
</div>
</center>
</div>
<script>
function why() {
window.alert("It's a joke. =P\nYou should be less gullible.");
}
</script>Offline
OH, YEAH! I JUST PERFECTED IT!
Last edited by GeonoTRON2000 (2011-03-10 23:23:11)
Offline
A question... How can I do something like this on my website? (No ban)
Offline
thebuilderdd wrote:
A question... How can I do something like this on my website? (No ban)
<base href="http://scratch.mit.edu/">
<!--DO NOT CLOSE THAT TAG!-->
<?php
require_once("http://scratch.mit.edu/");
?>Offline