Pastebin by Anonymous 07.02.2010 15:36:48
Download | PermaLink | New
preg_match_all('/<a class="tooltip[^>]*><b><font[^>]*>\d{1,3}<\/font>.*?width="50[^>]*><b><font[^>]*>Neu<\/font><\/b>.*?width="105[^>]*><b><font[^>]*>\d{2}\.\d{2}\.\d{4}<\/font><\/b>.*?width="750.*?href="[^\"]*" tar[^>]*><u><b><font[^>]*>.*? - .*?<\/font><\/b><\/u><\/a>/sim', $tabelle, $tabelle_array);
forEach($tabelle_array[0] as $neu) {
preg_match('/<a class="tooltip[^>]*><b><font[^>]*>\d{1,3}<\/font>.*?width="50[^>]*><b><font[^>]*>Neu<\/font><\/b>.*?width="105[^>]*><b><font[^>]*>\d{2}\.\d{2}\.\d{4}<\/font><\/b>.*?width="750.*?href="[^\"]*" tar[^>]*><u><b><font[^>]*>(.*? - .*?)<\/font>/sim', $neu, $neuartist);
preg_match('/<a class="tooltip[^>]*><b><font[^>]*>(\d{1,3})<\/font>.*?width="50[^>]*><b><font[^>]*>Neu<\/font><\/b>.*?width="105[^>]*><b><font[^>]*>\d{2}\.\d{2}\.\d{4}<\/font><\/b>.*?width="750.*?href="[^\"]*" tar[^>]*><u><b><font[^>]*>.*? - .*?<\/font>/sim', $neu, $neuplatz);
preg_match('/<a class="tooltip[^>]*><b><font[^>]*>\d{1,3}<\/font>.*?width="50[^>]*><b><font[^>]*>Neu<\/font><\/b>.*?width="105[^>]*><b><font[^>]*>\d{2}\.\d{2}\.\d{4}<\/font><\/b>.*?width="750.*?href="([^\"]*)" tar[^>]*><u><b><font[^>]*>.*? - .*?<\/font>/sim', $neu, $neulink);
$neuplatz[1] = '<tr><td width="10" align="right"><b><font class="aa">'.$neuplatz[1].'</font></b></td>';
$neulink[1] = '<td width="610" align="left"><b><font size="2" face="Arial"><a href="'.$neulink[1].'">';
$neuartist[1] = ' '.$neuartist[1].'</a></font></b></td>';
|
Following modifications have been posted:
Pastebin bearbeiten
Note: your pastebin is public viewable! Do not post passwords, etc.