Does anyone know how i can parse
this:
intoCode:<tr bgcolor="#e3e6ea" align="center" class="menulink1"> <td align="left" height=17>193.131.192.85</td> <td height=17>80</td> <td>anonymous</td> <td>Great Britain (UK)</td> <td>29.06.2005</td> <td><a class="small" href="/cgi-bin/whois.cgi?domain=193.131.192.85" target="_blank"><b>Whois</b></a></td> </tr>
193.131.192.85:80
into 82.201.185.22:8080Code:<tr bgcolor="#ffffff" class="proxy_text" height=10> <td>82.201.185.22</td> <td>8080</td> <td>anonymous</td> <td>Egypt</td> <td>29.06.2005</td> <td><a href="/cgi-bin/whois.cgi?domain=82.201.185.22" target="_blank">Whois</a></td> </tr>
into 218.219.154.126:80Code:<td width="24%" height="1"><font face="Tahoma"> <span style="font-size: 8.5pt"><font color="#808080"> 218.219.154.126</font></span></font></td> <td width="13%" height="1"><font face="Tahoma" color="#808080"> <span style="font-size: 8.5pt">80</span></font></td> <td width="19%" height="1"><font face="Tahoma" color="#808080"> <span style="font-size: 8.5pt">High anonymity</span></font></td> <td width="22%" height="1"><font face="Tahoma" color="#808080"> <span style="font-size: 8.5pt">Japan</span></font></td> <td width="22%" height="1"> <font face="Tahoma" style="font-size: 8.5pt" color="#808080"> Sun Mar 27 2005</font></td> </tr>
all in the same code/function?




Reply With Quote