login  Naam:   Wachtwoord: 
Registreer je!
 Forum

For probleem

Offline WMtools - 06/12/2005 22:16
Avatar van WMtoolsNieuw lid Hallo.

Ik heb nu hetvolgende scriptje:
  1. $Contents1 = @file( 'http://xbox360.headliner.nl/follow.php?abbr=360party&id=118&c=nl' );
  2.  
  3. if( $Contents1 == false ) {
  4. mysql_query( "UPDATE nieuws_inhoud SET doodlink = '1' " );
  5. }
  6. else{
  7. for( $i = 0, $j = count( $Contents1 ); $j > $i; $i++ ) {
  8. $line2 = $Contents1[ $i ];
  9. $start2 = $i;
  10.  
  11. if( isset( $start2 ) && strstr( $line2, '<A HREF="' ) ) {
  12. $url2 = str_replace( '<A HREF="', '', $line2 );
  13.  
  14. mysql_query( "UPDATE nieuws_inhoud SET Url = '" . addslashes( $url2 ) . "' WHERE id = '" . $Show['id'] . "' " )or die( mysql_error( ) );
  15. }
  16. else{
  17. echo 'There no url found in that file ' . $Show['Url'] . '<br />';
  18. }
  19. }
  20. }


Dit is de bron van die pagina:
  1. <HTML><BODY topmargin=0>
  2. <table cellspacing=0 cellpadding=0 border=0 width="100%">
  3. <tr valign=top>
  4. <td width=120 NOWRAP><IFRAME WIDTH="120" HEIGHT="600" SCROLLING="No" FRAMEBORDER="0" MARGINHEIGHT="0" MARGINWIDTH="0" SRC="http://adserver.adremedy.com/adiframe|3.0|420|1010380|3510|168|ADTECH;target=_blank"><script language="javascript" src="http://adserver.adremedy.com/addyn|3.0|420|1010380|3510|168|ADTECH;loc=700;target=_blank"></script></IFRAME></td>
  5. <td><br>&nbsp;&nbsp;&nbsp;<A HREF="http://www.360party.nl/nieuws/item/19023/" TARGET="_top">Laad de pagina</A>, of wacht 5 seconden zodat de pagina vanzelf geladen wordt</A><BR><script type="text/javascript">setTimeout("top.location.href='http://www.360party.nl/nieuws/item/19023/'", 5000)</script></td>
  6. </tr>
  7. </table></BODY></HTML>


De bron van:
http://xbox360....8&c=nl

Heeft iemand een idee wat ik fout doe?

De bedoeling is om de url van de link te pakken en in de database weg te schrijven.

In de database komt niks te staan, en deze tekst komt er telkens:

There no url found in that file ...

M.v.g.
Jeffrey

0 antwoorden

Gesponsorde links
Er zijn nog geen reacties op dit bericht.
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.176s