EvilZone
Community => News and Announcements => : Stackprotector April 12, 2012, 11:01:17 PM
-
I and the rest of the ez staff are very sorry to make you spend one day of your life on useless shit.
But, we are back online again.
Don't worry, the domain got expired and we needed to take some extra steps to pay the bills :) .
Welcome back!
~EZ staff
23-4,
Sadly enough we had some trouble with the server at night, and our beloved sir. ande is on vacation so we where not fast enough to react.
We are working on this issue to guarantee the best uptime :)
-
I was sooooooo bored, I'm glad your back!!!!!!!!!
-
You made me wait a whole day to ask a question >.<
-
Glad it's back up and thanks so much to the EZ staff for spending money out of your own pocket to keep this community up and running for all of us.
-
Glad it's back up :) You guys scared me.
-
Addiction lvl : Evilzone
I got mini heart attack when I saw a blank page. Spent about 3 hours searching what the fuck is wrong with my browser. :o
By the way I was able to open the mobile site !!! I wanted to PM the admins about the blank page but I couldn't find how to PM from mobile version.
-
A real hacker would Google the old ip of evilzone and notice the message i put up on the server page. It's still there
-
I'm amazed that all the servers are paid for, yet the admins can't keep on top of a simple domain renewal?
-
I'm amazed that all the servers are paid for, yet the admins can't keep on top of a simple domain renewal?
Agree with you :) i was just shocked that they forgotten to renew the domain before the expiry date :p
the domain hosts notifies like 5 times when your domain is going to be expired
-
Agree with you :) i was just shocked that they forgotten to renew the domain before the expiry date :p
the domain hosts notifies like 5 times when your domain is going to be expired
maybe not every host..
or they had spent it all on beer.. you don't know.. ;D
glad you're back.. :D
-
I'm amazed that all the servers are paid for, yet the admins can't keep on top of a simple domain renewal?
Shit happens.
-
So all evilzone costs are paid by just one or two members/admins? Hmm.
-
God you Guys Made me worry Q.Q
-
I tried logging in with my phone and it was a blank screen. Thought it was my phone so I tried it on the computer and seen the domain needed renewing lol. I'm just glad it was renewed. I enjoy this community way better than other hacking/programming forums I was apart of.
-
and even if evilzone wouldn't have a domain, it probably wouldn't be much of an issue to the majority.
-
So why is it when I put in the ip to the site or the IRC i don't go to the site or the IRC, I have a jedi or Mordor staring me down?
-
Virtual hosts dude. Also
[ca0s@st4ck-3rr0r ~]$ ping www.evilzone.org
PING evilzone.org (173.246.100.57) 56(84) bytes of data.
[ca0s@st4ck-3rr0r ~]$ ping irc.evilzone.org
PING irc.evilzone.org (173.246.101.14) 56(84) bytes of data.
-
Virtual hosts dude.
Meaning the IP might change? I've been to several sites where the IP changes, godaddy is one. Is that what you mean?
It can't be. From what I have concluded EZ has a private server and only needs domain hosting and has a static IP from their ISP?
-
I never remember the Ip address so I ping it every time I want to see ole ben kanobi.
-
Meaning the IP might change? I've been to several sites where the IP changes, godaddy is one. Is that what you mean?
It can't be. From what I have concluded EZ has a private server and only needs domain hosting and has a static IP from their ISP?
I meant that, if EZ has vHosts configured (which I think it has), accessing by putting just the IP in your web browser might make the server answer with something different than the www.evilzone.org (http://www.evilzone.org)'s webpage you are used to.
[ca0s@st4ck-3rr0r ~]$ nc 173.246.100.57 80
GET / HTTP/1.1
Host:
HTTP/1.1 200 OK
Date: Tue, 17 Apr 2012 12:08:07 GMT
Server: Apache
X-Powered-By: PHP/5.3.3-7+squeeze3
Vary: Accept-Encoding
Content-Length: 304
Content-Type: text/html
<center><br />
<p>
Hello, we are experiencing some trouble with the domain.
We are on it, don't worry
In the meantime get on IRC 173.246.101.14 <br/>
<h2>~Factionwars</h2>
<h3>And the other ones</h3>
</p>
These aren't the droids you're looking for.<br />
<br />
<img src="jedimind.jpg" />
</center>
[ca0s@st4ck-3rr0r ~]$ nc 173.246.100.57 80
GET / HTTP/1.1
Host: www.evilzone.org
{SMF's HTML code}
However, during downtime, SMF wasn't accesible. Giving the Host header or not. Putting an entry in /etc/hosts or not.
I don't know if IRC's IP and http's IP point to the same server. They serve different things, however, you can configure both apache and Unreal to listen only in some IPs.
By the way, testing this, I found something that may should not be there :P
-
By the way, testing this, I found something that may should not be there :P
Go on..
Edit: Maybe not here if it's sensitive.
-
Go on..
Edit: Maybe not here if it's sensitive.
Nah, nothing important. In fact it hasn't almost any relevance. PM.
-
Meaning the IP might change? I've been to several sites where the IP changes, godaddy is one. Is that what you mean?
It can't be. From what I have concluded EZ has a private server and only needs domain hosting and has a static IP from their ISP?
The server uses a vHost system indeed, it looks somewhat like this (example):
evilzone.org -- /var/www/forumscriptdirectory
upload.evilzone.org -- /var/www/uploadscriptdirectory
default -- /var/www/defaultstupidmordorpicture
So if you connect to the webserver using port 80 and directly to the ip, apache(the webserver) does not regocnize it as a valid vhost (so its not upload.evilzone.org or evilzone.org) it will direct it to the default vhost showing the jedi/mordor picture and text
-
modified:)
-
What happened here ?