Go Back   Mobile Files dot com > GSM Mobile Phones > Various

Notices

Reply
 
Thread Tools Display Modes
Old 15-11-2004, 22:21   #1
foufou
Member
 
foufou's Avatar
 
Join Date: Sep 2004
Posts: 45
Thanks: 3
Thanked 4 Times in 3 Posts
Rep Power: 0
foufou is on a distinguished road
Default Need remote unlock source in PHP format

please help
big thanks
foufou is offline   Reply With Quote
Old 15-11-2004, 23:08   #2
stargsm_ro
Member
 
stargsm_ro's Avatar
 
Join Date: Sep 2004
Location: Craiova , Romania
Posts: 76
Thanks: 11
Thanked 2 Times in 1 Post
Rep Power: 6
stargsm_ro is on a distinguished road
Send a message via Yahoo to stargsm_ro
Thumbs up

For DCT3
[Only Registered Users Can See Links Click Here To Register]

Remove txt extension!!!
Attached Files
File Type: txt dct3.php.txt (9.0 KB, 74 views)
__________________
Vally - StarGSM - Romania YM: stargsm_ro
stargsm_ro is offline   Reply With Quote
Old 15-11-2004, 23:09   #3
stargsm_ro
Member
 
stargsm_ro's Avatar
 
Join Date: Sep 2004
Location: Craiova , Romania
Posts: 76
Thanks: 11
Thanked 2 Times in 1 Post
Rep Power: 6
stargsm_ro is on a distinguished road
Send a message via Yahoo to stargsm_ro
Thumbs up

For DCT4 // uso: [Only Registered Users Can See Links Click Here To Register]

Remove txt extension.
File is PHP!
Attached Files
File Type: txt dct4.php.txt (15.8 KB, 80 views)
__________________
Vally - StarGSM - Romania YM: stargsm_ro
stargsm_ro is offline   Reply With Quote
Old 22-11-2004, 22:12   #4
foufou
Member
 
foufou's Avatar
 
Join Date: Sep 2004
Posts: 45
Thanks: 3
Thanked 4 Times in 3 Posts
Rep Power: 0
foufou is on a distinguished road
Default

big thanks starGSM ro
it work 100% bat need start page please
1.000.000 thanks
foufou is offline   Reply With Quote
Old 22-11-2004, 23:54   #5
stargsm_ro
Member
 
stargsm_ro's Avatar
 
Join Date: Sep 2004
Location: Craiova , Romania
Posts: 76
Thanks: 11
Thanked 2 Times in 1 Post
Rep Power: 6
stargsm_ro is on a distinguished road
Send a message via Yahoo to stargsm_ro
Default

What you need exactly?
__________________
Vally - StarGSM - Romania YM: stargsm_ro
stargsm_ro is offline   Reply With Quote
Old 23-11-2004, 11:52   #6
foufou
Member
 
foufou's Avatar
 
Join Date: Sep 2004
Posts: 45
Thanks: 3
Thanked 4 Times in 3 Posts
Rep Power: 0
foufou is on a distinguished road
Default

I need start page whit form to input IMEI MCC+MNC type ...to creat automaticly links
when clic to submit bouton
some page is in attech file bat need edit to work whit your script.
big thanks
and if you have other calculat GSM :LG,Siemens Panasonic...
please post it
Attached Files
File Type: zip remote.zip (8.3 KB, 70 views)
foufou is offline   Reply With Quote
Old 27-11-2004, 02:59   #7
foufou
Member
 
foufou's Avatar
 
Join Date: Sep 2004
Posts: 45
Thanks: 3
Thanked 4 Times in 3 Posts
Rep Power: 0
foufou is on a distinguished road
Default

any help please
foufou is offline   Reply With Quote
Old 26-02-2006, 20:57   #8
ackxxx
Senior Member
 
ackxxx's Avatar
 
Join Date: Oct 2004
Location: network (near HLR!)
Posts: 215
Thanks: 2
Thanked 29 Times in 7 Posts
Rep Power: 6
ackxxx is on a distinguished road
Send a message via ICQ to ackxxx Send a message via MSN to ackxxx Send a message via Yahoo to ackxxx Send a message via Skype™ to ackxxx
Default

Code:
<?php /* 	
	------------------------------------------------------------------
 	---------   _AckxXx_ ->ACK-HOME_www    --------------- 
 	------------------------------------------------------------------ 
 	------ 	File = 	index.php
 	------	 Ver. =	v.0.1
 	----------------------------------------------------------------- 
	-------------------------------------------bR. AckxXx--------- 
	------------------------------------------------------------------ 
	-------------------------------------------------- FEB'06 ------	    
	------------------------------------------------------------------	*/
	
if (!isset($_GET['Type']) && !isset($_GET['imei'])) 
	{	echo'<form name="Form1" method="GET" action="">
		<table>
			<select name="Type" >
					<option>dct3</option>
					<option>dct4</option>
			</select>		
			<input type="Submit" value="ok" size="25" class="button">
		</table>';
	}
    else
    	{	if (isset($_GET['imei']) ) 
			{	echo '<p> IMEI ='.$_GET['imei'].'</p>';
				@Include($_GET['type']);		
			}
    	}

if (isset($_GET['Type']) && ($_GET['Type']=='dct3'))
	{	echo	'<form name="Form2" method="GET" action="" enctype="">
				<table>
					<tr >
						<td width="35%">IMEI </td>
						<td><input name="imei" type="text" size="20" value=111111111111119></td>
						<td><a href="" title="To find the imei number of your phone. Press *#06#"><font size="-2" color="red">Help?</a></font></td>
					</tr>
					<tr >
						<td width="35%">NET </td>
						<td><input name="net" type="text" size="20" value=22201></td>
						<td><a href="" title="NETWORK code like 22201 (222=counrtry / 01=operator code) 2 find it: www.gsmworld.com"><font size="-2" color="red">Help?</a></font></td>
					</tr>
					<tr>
						<td width="35%">GID1 </td>
						<td><input name="gid1" type="text" size="20" value=ADCC></td>
						<td><a href="" title="4 DCT3 only: like ADCC"><font size="-2" color="red">Help?</a></font></td>
					</tr>
					<tr>
						<td width="35%">GID2 </td>
						<td><input name="gid2" type="text" size="20" value=44FF></td>
						<td><a href="" title="4 DCT3 only: like 44FF"><font size="-2" color="red">Help?</a></font></td>
					</tr>
					<tr>
						<td width="35%">MSIN</td>
						<td><input name="msin" type="text" size="20" value=1234567890></td>
						<td><a href="" title="4 DCT3 only: like 1234567890"><font size="-2" color="red">Help?</a></font></td>
					</tr>		
				</table>
				<p style="text-align: left;">
					<input type="Submit" name="type" value="dct3.php" size="25" class="button">
				</p>
			</form>	';
	}
if (((isset($_GET['Type'])) && ($_GET['Type']=='dct4')))
	{	echo	'<form name="Form3" method="GET" action="" enctype="">
				<table>
					<tr >
						<td width="35%">IMEI </td>
						<td><input name="imei" type="text" size="20" value=111111111111119></td>
						<td><a href="" title="To find the imei number of your phone. Press *#06#"><font size="-2" color="red">Help?</a></font></td>
					</tr>
					<tr >
						<td width="35%">NET </td>
						<td><input name="net" type="text" size="20" value=22201></td>
						<td><a href="" title="NETWORK code like 22201 (222=counrtry / 01=operator code) 2 find it: www.gsmworld.com"><font size="-2" color="red">Help?</a></font></td>
					</tr>
					<tr >
						<td width="35%">ASIC </td>
						<td><input name="asic" type="text" size="20" value=2></td>
						<td><a href="" title="4 DCT4 only: like 1 or 2"><font size="-2" color="red">Help?</a></font></td>
					</tr>
					<tr>
						<td width="35%">BOX </td>
						<td><input name="box" type="text" size="20" value=34144></td>
						<td><a href="" title="4 DCT4 only: like 34144"><font size="-2" color="red">Help?</a></font></td>
					</tr>
					<tr>
						<td width="35%">GID2 </td>
						<td><input name="gid2" type="text" size="20" value=44FF></td>
						<td><a href="" title="4 DCT3 only: like 44FF"><font size="-2" color="red">Help?</a></font></td>
					</tr>
					<tr>
						<td width="35%">MSIN</td>
						<td><input name="msin" type="text" size="20" value=1234567890></td>
						<td><a href="" title="4 DCT4 only: like 1234567890"><font size="-2" color="red">Help?</a></font></td>
					</tr>		
				</table>
				<p style="text-align: left;">
					<input type="Submit" name="type" value="dct4.php" size="25" class="button">
				</p>
			</form>';
		}

?>
[Only Registered Users Can See Links Click Here To Register]
ackxxx is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need remote unlock for Nokia 3220 Europagsm Nokia DCT-4 13 27-10-2005 01:41
Motorola MPX220(200) - Remote SIM Unlock Subsidy Code! Unlocker Main Sales Section 0 08-11-2004 01:32
ski file format -- you can custom e398 skins pino P2k Motorola 2 03-11-2004 06:00
1St real solution for Panasonic A100 remote unlock... and more Gsmsupport.net Main Sales Section 1 08-10-2004 05:51


All times are GMT +3. The time now is 16:41.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Page generated in 0.12052 seconds with 13 queries