But sometimes it is possible for the frauders to come again if they are on dynamically assigned IP addresses. Is there any way to prevent that menace too?
__________________
#include<iostream>
using namespace std;
void main()
{
while(1)
{ printf("hello world!");
}
}
|