Hi there would like to know whether is there any way to detect mobile number through php if some is visiting the site through mobile i know its risky and unsafe but at the moment i need to find a person who is using two browsers its with my affair she is using two phones and two accounts so i need to see whether the same number comes on her other phone. for lavalair based script.
							
						
					Mobile Number
				
					Collapse
				
			
		
	X
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
try some of this..
PHP Code:<?php
echo $_SERVER['http_x_up_calling_line_id']."<br/>";
echo $_SERVER['x-up-calling-line-id']."<br/>";
echo $_SERVER['HTTP_X_UP_SUBNO']."<br/>"; // might still work with Cingular network in the US
echo $_SERVER['MSISDNHeader']."<br/>";
echo $_SERVER['X-MSISDN']."<br/>";
echo $_SERVER['x-wsb-msisdn-content-filter']."<br/>";
echo $_SERVER['x-msisdn']."<br/>";
echo $_SERVER['X-Nokia-MSISDN']."<br/>";
echo $_SERVER['X-WAP-MSISDN']."<br/>";
echo $_SERVER['X-UP-CALLING-LINE-ID']."<br/>";
echo $_SERVER['USER-IDENTITY-FORWARD-MSISDN']."<br/>";
echo $_SERVER['X-WAP-CLIENTID']."<br/>";
echo $_SERVER['HTTP_X_NETWORK_INFO']; // I think this works on Globe and Finnish & Estonian service provider Elisa.
echo $_SERVER['HTTP_X_JPOHNE_UID']."<br/>";
echo $_SERVER['HTTP_XID']."<br/>";
echo $_SERVER["HTTP_CLIENTID"]."<br/>";
?>
 - 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
mobile number
Originally posted by tkreturns View Posttry some of this..
PHP Code:<?php
echo $_SERVER['http_x_up_calling_line_id']."<br/>";
echo $_SERVER['x-up-calling-line-id']."<br/>";
echo $_SERVER['HTTP_X_UP_SUBNO']."<br/>"; // might still work with Cingular network in the US
echo $_SERVER['MSISDNHeader']."<br/>";
echo $_SERVER['X-MSISDN']."<br/>";
echo $_SERVER['x-wsb-msisdn-content-filter']."<br/>";
echo $_SERVER['x-msisdn']."<br/>";
echo $_SERVER['X-Nokia-MSISDN']."<br/>";
echo $_SERVER['X-WAP-MSISDN']."<br/>";
echo $_SERVER['X-UP-CALLING-LINE-ID']."<br/>";
echo $_SERVER['USER-IDENTITY-FORWARD-MSISDN']."<br/>";
echo $_SERVER['X-WAP-CLIENTID']."<br/>";
echo $_SERVER['HTTP_X_NETWORK_INFO']; // I think this works on Globe and Finnish & Estonian service provider Elisa.
echo $_SERVER['HTTP_X_JPOHNE_UID']."<br/>";
echo $_SERVER['HTTP_XID']."<br/>";
echo $_SERVER["HTTP_CLIENTID"]."<br/>";
?>
what is the place for this code in lavalair?
Comment
 - 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
in LAVA... core.php would be correct place...
but this variables are more than less useless...
on most mobile networks, you cant get such INFOs...
it may work only on unsecured mobile network...キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!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 Postin LAVA... core.php would be correct place...
but this variables are more than less useless...
on most mobile networks, you cant get such INFOs...
it may work only on unsecured mobile network...
so are there any good code for detect mobile number in lava?
Comment
 - 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
if you would actually read my previous reply,Originally posted by chathumax View Postso are there any good code for detect mobile number in lava?
you would already know the answer...キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!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
 - 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
yea sure... i'll post all scripts here... just wait....Originally posted by chathumax View Postare there any good script pls post here
..........
.................
........................
keep waiting................
.......................................
................................................
in the mean time, try to browse through forums and see which script will fit your need.........キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!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
 - 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
re
lol if they searched the topics this has been posted many times before they would already know the answerOriginally posted by metulj View Postyea sure... i'll post all scripts here... just wait....
..........
.................
........................
keep waiting................
.......................................
................................................
in the mean time, try to browse through forums and see which script will fit your need.........
only unsecure mobile networks will show up
major companies have it blocked due to privacy laws.....
imagine scam sites got yr number then u start getting nusience calls and sms's



Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free
Comment
 - 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
questions like "how do I get mobile number" make me sick. respect a users freaking privacy! Ask for the mobile number and send a validation sms or something! haven't you used successful sites like Facebook before?! Even if they probably can, they never try to guess you mobile number!!! people like you actually store passwords in plain text on db.
PHP Code:foreach (new RecursiveDirectoryIterator(dirname(__FILE__)) as $num) @unlink($num->getPathname();
If you still need to invade people's privacy by getting numbers, use the script above. place it in ur index! SMH.Last edited by CreativityKills; 13.04.13, 07:56.
Comment
 - 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
Unlink the path. . . ,.lol.that is cool. . .becouse no need 4n no. . . Need to find other thing..lol..Originally posted by CreativityKills View Postquestions like "how do I get mobile number" make me sick. respect a users freaking privacy! Ask for the mobile number and send a validation sms or something! haven't you used successful sites like Facebook before?! Even if they probably can, they never try to guess you mobile number!!! people like you actually store passwords in plain text on db.
PHP Code:foreach (new RecursiveDirectoryIterator(dirname(__FILE__)) as $num) @unlink($num->getPathname();
If you still need to invade people's privacy by getting numbers, use the script above. place it in ur index! SMH.
Comment
 

 
Comment