bro @ is it possible to block nokia 3110 (for example) .Only one users device, not all users nokia 3110 device.
block specific browser/phone
Collapse
X
-
Originally posted by mFreak View PostYup,just block the IP.It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ â“â“¡â“” â“ⓑⓛⓔ ⓣⓞ â“—â“”â“â“¡ !
ιη тнєσÑу, тнє ÏÑα¢тι¢є ιѕ α Ñєѕυℓт σƒ тнє тнєσÑу, вυт ιη ÏÑα¢тι¢є ιѕ тнє σÏÏσѕιтє.
Comment
-
Originally posted by metulj View Postblocking IP means losing users...PHP Code:$("#mfreak").find(".head brain").clone();
Code:[|||___________________________] : 5%
Code:Memory limit reached, unable to complete operation.
Code:Try using a super uber strong mega computer to reach at least 10%.
Comment
-
Originally posted by mFreak View PostHe want to block one user (ie one 3110) So he must must block his ip,what else could he do?It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ â“â“¡â“” â“ⓑⓛⓔ ⓣⓞ â“—â“”â“â“¡ !
ιη тнєσÑу, тнє ÏÑα¢тι¢є ιѕ α Ñєѕυℓт σƒ тнє тнєσÑу, вυт ιη ÏÑα¢тι¢є ιѕ тнє σÏÏσѕιтє.
Comment
-
Originally posted by metulj View Postblocking mobile IP will NEVER block only one user !PHP Code:$("#mfreak").find(".head brain").clone();
Code:[|||___________________________] : 5%
Code:Memory limit reached, unable to complete operation.
Code:Try using a super uber strong mega computer to reach at least 10%.
Comment
-
Originally posted by mFreak View PostOh, didnt knew that, good to know! but what else could he do, he cant lose any significant number of users just by blocking one phone model. again just my thinking maybe its wrong,i hope it isnt.
let's say you block phone model... and i got same phone model... so im basicly blocked and i haven't done anything wrong
ignore above...
let's say you block IP... and now all mobile users with same IP are blocked... and they haven't done anything wrong
ignore all above
let's say you block phone model and IP... now what you get ??
getting the idea ?
btw... Mobile providers.. thea own few IP's for GPRS/and other possible connections...
number of IP's gets bigger with bigger Mobile provider...
and IP get randomly changed... but it's always in use by many many users...
so basicly blocking mobile IP will do the worst...
what will actually happen... user who suppose to be blocked, will get in a time new IP by Mobile provider,
but many users will get IP which is actually blocked on your site...
you do the math...Last edited by metulj; 22.07.11, 19:35.It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ â“â“¡â“” â“ⓑⓛⓔ ⓣⓞ â“—â“”â“â“¡ !
ιη тнєσÑу, тнє ÏÑα¢тι¢є ιѕ α Ñєѕυℓт σƒ тнє тнєσÑу, вυт ιη ÏÑα¢тι¢є ιѕ тнє σÏÏσѕιтє.
Comment
-
omg, got the point,i never looked it from that persective, i know those phone limitations with connections to the web but i havent gave too much thinking to it. i will google it,I really need to learn. thanks for the info.PHP Code:$("#mfreak").find(".head brain").clone();
Code:[|||___________________________] : 5%
Code:Memory limit reached, unable to complete operation.
Code:Try using a super uber strong mega computer to reach at least 10%.
Comment
-
Originally posted by something else View Postyou can try using $_SERVER['HTTP_X_NETWORK_INFO'] as some network operators will give you a unique id
and i know this is a touchy subject here but it IS also possible to get telephone numbers on some networks via same way.
i dont know how much such mobile networks still exist today...
but i guess all indian networks are still unsecure...
maybe few others...It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ â“â“¡â“” â“ⓑⓛⓔ ⓣⓞ â“—â“”â“â“¡ !
ιη тнєσÑу, тнє ÏÑα¢тι¢є ιѕ α Ñєѕυℓт σƒ тнє тнєσÑу, вυт ιη ÏÑα¢тι¢є ιѕ тнє σÏÏσѕιтє.
Comment
-
Originally posted by metulj View Postwell.. it is one way... but it'll work only on unsecured networks...
but i guess all indian networks are still unsecure...
Comment
-
Anshul has posted snippet for that and plus there is many studies about it on the net.
check-isdn<!DOCTYPE html PUBLIC "-//WAPFORUM.RS
Comment
-
use this function for make ID
PHP Code:function red()
{
if (isset ($_SERVER ['HTTP_X_NETWORK_INFO']))
{
$str1 = $_SERVER['HTTP_X_NETWORK_INFO'];
$getstr1 = preg_replace('/(.*,)( 11 [d ])(,.*)/ i','',$str1);
return md5($getstr1);
}
elseif (isset ($_SERVER['HTTP_X_UP_CALLING_LINE_ID']))
{
$getstr2 = $_SERVER['HTTP_X_UP_CALLING_LINE_ID'];
return md5($getstr2);
}
elseif (isset ($_SERVER['HTTP_X_NX_CLID']))
{
$get4 = $_SERVER['HTTP_X_NX_CLID'];
return md5($get4);
}
elseif (isset($_SERVER[ 'HTTP_X_UP_SUBNO']))
{
$str3 = $_SERVER[ 'HTTP_X_UP_SUBNO'];
$getstr3 = preg_replace ('/(.*)( 11 [d ])(.*)/ i','',$str3);
return md5($getstr3);
}
elseif (isset($_SERVER['DEVICEID']))
{
return md5($_SERVER['DEVICEID']);
}
else
{
$output = 'Not phone or device ID detected.';
return $output;
}
}
Comment
Comment