![]() |
![]() |
|
![]() |
|
|
#1 |
|
Member
![]() ![]() Join Date: Sep 2004
Posts: 45
Thanks: 3
Thanked 4 Times in 3 Posts
Rep Power: 0
|
please help
big thanks |
|
|
|
|
|
#2 |
|
Member
![]() ![]() ![]() |
__________________
Vally - StarGSM - Romania YM: stargsm_ro
|
|
|
|
|
|
#3 |
|
Member
![]() ![]() ![]() |
For DCT4 // uso: [Only Registered Users Can See Links Click Here To Register]
Remove txt extension. File is PHP!
__________________
Vally - StarGSM - Romania YM: stargsm_ro
|
|
|
|
|
|
#4 |
|
Member
![]() ![]() Join Date: Sep 2004
Posts: 45
Thanks: 3
Thanked 4 Times in 3 Posts
Rep Power: 0
|
big thanks starGSM ro
it work 100% bat need start page please 1.000.000 thanks |
|
|
|
|
|
#5 |
|
Member
![]() ![]() ![]() |
What you need exactly?
__________________
Vally - StarGSM - Romania YM: stargsm_ro
|
|
|
|
|
|
#6 |
|
Member
![]() ![]() Join Date: Sep 2004
Posts: 45
Thanks: 3
Thanked 4 Times in 3 Posts
Rep Power: 0
|
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
|
|
|
|
|
|
#7 |
|
Member
![]() ![]() Join Date: Sep 2004
Posts: 45
Thanks: 3
Thanked 4 Times in 3 Posts
Rep Power: 0
|
any help please
|
|
|
|
|
|
#8 |
|
Senior Member
![]() ![]() ![]() ![]() |
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>';
}
?>
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |