473,385 Members | 2,162 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Block someone to enter

Hi all,
I want to block some peoples to enter a chatroom on my site. But I
don't want to block the IP as it will block the whole cable net because
of the same IP... I want to do something which is unique. It might be
that I will check someone's hardware.information.... Please let me know
ASAP.

Help regarding this will be highly appreciated... Thanks in advance...

Good Day.

Feb 20 '06 #1
4 1524
Ap***************@gmail.com wrote:
I want to block some peoples to enter a chatroom on my site. But I
don't want to block the IP as it will block the whole cable net because
of the same IP... I want to do something which is unique. It might be
that I will check someone's hardware.information


Such information isn't exposed over the Internet. You could require people
to sign up for accounts (with an email address to which you send the
password) before allowing them access, and then block the email address -
but there isn't anything stopping them from signing up for multiple free
email accounts (it would slow them down though).

This, however, is getting quite a way off the topic of JavaScript.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Feb 20 '06 #2
wrote on 20 feb 2006 in comp.lang.javascript:
I want to block some peoples to enter a chatroom on my site. But I
don't want to block the IP as it will block the whole cable net because
of the same IP...
This is possible:
Ask the person's name and then look the name up in your blacklist database.
I want to do something which is unique.
Then don't ask on usenet, better figure it out yourself.
Answers on usenet are read by many, so uniqueness is far away.
It might be that I will check someone's hardware.information....
It might be that you want that,
but this is not possible without affecting others.

The IP is still your best bet,
be it that they will just switch internet cafes.
Please let me know ASAP.


Why ASAP?
Your problem won't go away as there is no final solution
[and this is not a payed helpdesk].

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Feb 20 '06 #3
ASAP... I m not forcing you for ASAP... I m just requesting for the
quick reply...

Anyways I think I can't clearify my problem... I want people to block
my chat if they spam or anyother issue... But if I block the IP they
can enter it by changing it... I want some hardware information or
something like that which can't be changed... Its ok if there is some
ActiveX component too... Thanks in advance...

Bbyez

Feb 21 '06 #4
wrote on 21 feb 2006 in comp.lang.javascript:
ASAP... I m not forcing you for ASAP


Please quote what you are replying to.

If you want to post a followup via groups.google.com, don't use the
"Reply" link at the bottom of the article. Click on "show options" at the
top of the article, then click on the "Reply" at the bottom of the article
headers. <http://www.safalra.com/special/googlegroupsreply/>

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Feb 21 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Cliff Roman | last post by:
I have been trying to find the answer on the postnuke forums and I have even tried Sitepoint but I am unable to find an answer. So now I am asking here in hopes that someone may have an idea ...
1
by: jlocc | last post by:
Hi!! I am working on a school project and I decided to use PythonCard and wxPython for my GUI development. I need a password window that will block unwanted users from the system. I got the...
3
by: Joe Schwartz | last post by:
All, Could somebody please help me out here. I am getting an "Object variable or With block variable not set" error with the following code. This happens when I enter a value into the "ponum"...
5
by: Alfonso Morra | last post by:
Hi, I am writing a messaging library which will allow me to send a generic message structure with custom "payloads". In many cases, a message must store a non-linear data structure (i.e....
4
by: TT (Tom Tempelaere) | last post by:
Hi, In my project I need to use VirtualAlloc (kernel32) to allocate memory to ensure that data is 4K aligned. I need to fill the data block with file contents. I notice that there are no 'Read'...
6
by: ste.paoletti | last post by:
hi, I have read that browsers support block element inside inline element but the css is not valid. Someone can tell me more about? What do you think? Thanks.
1
by: td0g03 | last post by:
Hello, I am new to C and I am new to English. I not sure what palindromes mean. I don't know exactly what my teacher wants me to do. If someone could explain it to me in a different way that would be...
13
by: carlos123 | last post by:
ok the following code , is the code for my program, basicly, i use bluej, so i can just copy and paste some code into the forums and someone else can copy it in to their editor, so basicly i want...
8
by: =?Utf-8?B?UmljaA==?= | last post by:
Is it possible to find the end of an If block in VB2005 -- similar to C# where in C# if you place your cursor next to a bracket and press ctrl something it highlights the ending bracket? I have...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.