Results 1 to 8 of 8

Thread: string formatting/manipulation/parsing

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2004
    Location
    cali
    Posts
    243

    Resolved string formatting/manipulation/parsing

    Does anyone know how i can parse


    this:
    Code:
                   <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>
    into
    193.131.192.85:80



    Code:
                <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 82.201.185.22:8080




    Code:
                      <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>
    into 218.219.154.126:80




    all in the same code/function?
    Last edited by ICESTORM; Jul 11th, 2005 at 02:55 PM.
    ......

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width