Log in

View Full Version : Can We banned TheUser from their computer


H2k
02-18-2005, 02:17 PM
Hello

OK i was going to Reguest this but i said let me ask for some more info ..


is there away to banned the poeple from their computer when they will enter the site they can't enter unitel they format their computer

if any one know about digichat so the ban system should be like that..

if any one have any idea this can be done.. then iwill Regust for it .. even if it was paid..

Thankyou :)

Deaths
02-18-2005, 03:47 PM
It wouldn't be possible to do so with formatting, but you could store a cookie which has a name totaly different from your forums.

j_86
02-18-2005, 04:36 PM
Can PHP access a computername?

H2k
02-18-2005, 04:49 PM
Can PHP access a computername?
maybe they can use java for this not sure.. but digichat is java so .

j_86
02-18-2005, 04:50 PM
Yes, Javascript can be used. Well there you go I guess :)

kall
02-18-2005, 06:41 PM
Yes, Javascript can be used. Well there you go I guess :)
I'm sure you are aware of this already, but there is a vast difference between Java and javascript.

How about the 'Trap Banned Users' hack combined with Miserable Users?

j_86
02-18-2005, 06:45 PM
Kall; yes I understand this but as far as I recall, Javascript can access the computername.

Delphiprogrammi
02-18-2005, 07:23 PM
Yes, Javascript can be used. Well there you go I guess :)

yes but javascript can be easly blocked .... i also don't see a reason why you wanted todo this since formatting other peoples compter is not really of your business....

the one (and only) way to always have the "real ip" of a users (even if he/she is behind an anonymous proxyserver) is to use sun micrososystems java programming language php can access a computername yes but it can be faked ...


<?php
$ip=$_SERVER['REMOTE_ADDR'];
echo $ip;
$ip=GetHostByAddr($_SERVER['REMOTE_ADDR']);
// and so on
?>


and cookies can be blocked to so no trust in that ....

j_86
02-18-2005, 07:49 PM
This is wrong. This cannot serive a true IP address from a Anonymous or Highligh-Anonymous proxy server.

Delphiprogrammi
02-18-2005, 08:58 PM
This is wrong. This cannot serive a true IP address from a Anonymous or Highligh-Anonymous proxy server.


wanna make a bet ? a java applet can .... php can't get yourself a level 1 anonymous proxy and i guide you to a site that shows your real ip even with that proxy ...

j_86
02-18-2005, 10:34 PM
How can something get my real IP address, if I am connected to a server and then telling the server to load a web page, and then telling the server to send the data for me?

It is not a forwarded transmission, it is transmission replication.

But if you can do it i'd be very interested :)

H2k
02-18-2005, 11:21 PM
How can something get my real IP address, if I am connected to a server and then telling the server to load a web page, and then telling the server to send the data for me?

It is not a forwarded transmission, it is transmission replication.

But if you can do it i'd be very interested :)
We need away to banned the user from their computr info so they can't retern any more.. :)

Delphiprogrammi
02-19-2005, 11:02 AM
How can something get my real IP address, if I am connected to a server and then telling the server to load a web page, and then telling the server to send the data for me?

It is not a forwarded transmission, it is transmission replication.

But if you can do it i'd be very interested :)

enable java in your browserpreferences then goto this (http://www.stilllistener.com/checkpoint1/Java/) site and see what that java applet is showing ..... if you want some privacy you got to


disable all active x functionality
disable java and javascript
disable cookies


cookies can't play with your ip but they can be used to track your websurfing behavior

j_86
02-19-2005, 01:30 PM
To say the least, I am impressed :ermm:

saree
02-20-2005, 12:46 AM
hello guys i hope we can find a way to block them....

Delphiprogrammi this didn't get my ip i have a dsl and i have a very powerfull proxy in my country it's a must to use if you want to use internet. this program or code couldn't get my real ip it show the proxy ip and it will change when i refresh the page.

h2k please if you find any thing share with us.

take care all> and good luck h2k