Jacob and Sindalf.
0
Takerial
Lovable Teddy Bear
Sindalf wrote...
Renovartio wrote...
How many Alt Accounts did Sily made?
About 8 or 9. Should all be banned pretty soon.
I have to hope there is a way to ip ban someone.
0
Kalistean wrote...
Sindalf wrote...
Renovartio wrote...
How many Alt Accounts did Sily made?
About 8 or 9. Should all be banned pretty soon.
I have to hope there is a way to ip ban someone.
There is, but if he has any knowledge of the internets there is a way around being ip banned
0
kalpha wrote...
Kalistean wrote...
Sindalf wrote...
Renovartio wrote...
How many Alt Accounts did Sily made?
About 8 or 9. Should all be banned pretty soon.
I have to hope there is a way to ip ban someone.
There is, but if he has any knowledge of the internets there is a way around being ip banned
whats ip banned?
0
Takerial
Lovable Teddy Bear
kalpha wrote...
Kalistean wrote...
Sindalf wrote...
Renovartio wrote...
How many Alt Accounts did Sily made?
About 8 or 9. Should all be banned pretty soon.
I have to hope there is a way to ip ban someone.
There is, but if he has any knowledge of the internets there is a way around being ip banned
Anyone of those worth their salt typically requires a fee for the usage though.
And if he actually does do that for this reason.
That would bump the pathetic level into the top 5.
edit: I'm not sure if you're being serious Reno. But.
IP Banned is when you ban someone using their IP Address.
It's a much more permanent means of banning someone than just handle banning as when you log on you normally log on to the same IP Address on the same computer.
There are methods and way around this, but typically yeah.
0
animefreak_usa
Child of Samael
Renovartio wrote...
kalpha wrote...
Kalistean wrote...
Sindalf wrote...
Renovartio wrote...
How many Alt Accounts did Sily made?
About 8 or 9. Should all be banned pretty soon.
I have to hope there is a way to ip ban someone.
There is, but if he has any knowledge of the internets there is a way around being ip banned
whats ip banned?
Go to 4chan
Post cp or Bring back snacks
?????
Profit
0
Kalistean wrote...
kalpha wrote...
Kalistean wrote...
Sindalf wrote...
Renovartio wrote...
How many Alt Accounts did Sily made?
About 8 or 9. Should all be banned pretty soon.
I have to hope there is a way to ip ban someone.
There is, but if he has any knowledge of the internets there is a way around being ip banned
Anyone of those worth their salt typically requires a fee for the usage though.
And if he actually does do that for this reason.
That would bump the pathetic level into the top 5.
No its free and surprisingly easy to work around an ip ban, but again there are ways to prevent this too. Just more coding involved.
0
Takerial
Lovable Teddy Bear
kalpha wrote...
Kalistean wrote...
kalpha wrote...
Kalistean wrote...
Sindalf wrote...
Renovartio wrote...
How many Alt Accounts did Sily made?
About 8 or 9. Should all be banned pretty soon.
I have to hope there is a way to ip ban someone.
There is, but if he has any knowledge of the internets there is a way around being ip banned
Anyone of those worth their salt typically requires a fee for the usage though.
And if he actually does do that for this reason.
That would bump the pathetic level into the top 5.
No its free and surprisingly easy to work around an ip ban, but again there are ways to prevent this too. Just more coding involved.
Hence worth their salt aspect.
The ones that work for the majority of simple coding and typically require large amounts of complex work to do anything about stuff.
Granted, if you are a pro hacker than you could go about it for free but I have a feeling he is not one.
0
animefreak_usa
Child of Samael
Renovartio wrote...
What does IP stand for?I'm totally serious
Internet Protocol
0
Takerial
Lovable Teddy Bear
Renovartio wrote...
What does IP stand for?I'm totally serious
Internet Protocol
0
Simple ip ban code if anyones interested. I imagine the webmaster most likely knows all this though. So kinda redundant knowledge, but posted for others who might be interested.
PHP Code:
<?php
$banned[0]="ip address 1";
$banned[1]="ip address 2";
$banned[2]="ip address 3";
if (in_array($_SERVER['REMOTE_ADDR'],$banned))
{
include("banpage.php");
}
?>
And at the end of the ban page put die so the other page doesn't get displayed under it.
And on the banpage put this at the top:
PHP Code:
<?php
$banned[0]="ip address 1";
$banned[1]="ip address 2";
$banned[2]="ip address 3";
if (in_array($_SERVER['REMOTE_ADDR'],$banned))
{
}else{
header("location:index.php");
}
?>
That way they can't view the banpage unless there banned.
PHP Code:
<?php
$banned[0]="ip address 1";
$banned[1]="ip address 2";
$banned[2]="ip address 3";
if (in_array($_SERVER['REMOTE_ADDR'],$banned))
{
include("banpage.php");
}
?>
And at the end of the ban page put die so the other page doesn't get displayed under it.
And on the banpage put this at the top:
PHP Code:
<?php
$banned[0]="ip address 1";
$banned[1]="ip address 2";
$banned[2]="ip address 3";
if (in_array($_SERVER['REMOTE_ADDR'],$banned))
{
}else{
header("location:index.php");
}
?>
That way they can't view the banpage unless there banned.
0
Takerial
Lovable Teddy Bear
Renovartio wrote...
which means?sorry i dont know all the terms everyone uses >__>
Protocol means what it means. Rules. The guide on how information passes on the internet.
http://en.wikipedia.org/wiki/Internet_Protocol
0
animefreak_usa
Child of Samael
Renovartio wrote...
which means?sorry i dont know all the terms everyone uses >__>
It basicly like a phone number that the computer uses to direct your flow to and from the net.. i change mine every month.
0
Takerial
Lovable Teddy Bear
Renovartio wrote...
so what is this all for? -___-What do you mean? What is an IP ban for?
It's so that a person cannot access the site with their IP address.
0
animefreak_usa
Child of Samael
ILoveTsundere wrote...
PARTY AT MY POOL, EVERYONE'S INVITED.Will your mom be there.
0
Takerial
Lovable Teddy Bear
animefreak_usa wrote...
ILoveTsundere wrote...
PARTY AT MY POOL, EVERYONE'S INVITED.Will your mom be there.
I'm bringing her as my date!
But I'll share if you bring some nice booze.