People are there any script that can generate the mobile number of a user? Coz once i was on a wapsite and then i recieve a sms frm pocket flirt?
Phone number
Collapse
X
-
ok...............Originally posted by koizumi View Postyes! ive seen some. it can detect the mobil number.
Comment
-
lol.. my provider's wapsite has such script.. Globe - HomeOriginally posted by blackhowk View Postok...............
and site like simster.us can detect Philippine cellphone numbers. I dunno if it works on foreign numbers too.
Comment
-
yes there is...
you are born with that script programing in your head!!!
it simple...
and it goes like this: click on user profile, then click on send message and the body of msg would go like this: HELLO CAN YOU GIVE ME YOUR PHONE NUMBER PLEASE? I WANNA ABUSE YOU! THANX IN ADVANCE!sigpiceeeeerrr....
Comment
-
pocket flirt / ratendate sends u an sms when u go on their home page.its actauly a lame why to make money coz i didnt register and they billed me weekly
click here to join blingywap.co.za
http://blingywap.co.za
IF YOU NEED HELP JUST ASK AND ALWAYS SAY THANK YOU!
Comment
-
I just collected all them up into one file see if any of them work on your network.
HTTP_X_MSISDN = 35850xxxxxxx
HTTP_X_NETWORK_INFO = GPRS,10.80.1.169,35850xxxxxxx,unsecured
where xxxxxxx is my mobile number..
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/>"; ?>
Last edited by wap2k; 18.09.09, 18:34.
Comment
-
im sure this code is correct...Originally posted by wap2k View PostI just collected all them up into one file see if any of them work on your network.
HTTP_X_MSISDN = 35850xxxxxxx
HTTP_X_NETWORK_INFO = GPRS,10.80.1.169,35850xxxxxxx,unsecured
where xxxxxxx is my mobile number..
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/>"; ?>
but.. like said many times before...
you can gain phone number ONLY from unsecured mobile network !
meanwhile this code will NEVER work on my network...
unless you get contract with 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
Comment