random-moppen

Gesponsorde koppelingen

PHP script bestanden

  1. random-moppen

« Lees de omschrijving en reacties

Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head><title>Top 100 Moppen</title></head>
<body><FORM><INPUT TYPE="button" onClick="history.go(0)" VALUE="Andere mop!"></FORM>

<?php
$contenta
=  file('http://www.moppen.nl/?catID=-2');
$moppen = $contenta[(247)];
$moppen2 = str_replace("var mopIDstring = \"", "", $moppen);
$moppen3 = str_replace("\";", "", $moppen2);
$moppen4 = explode(",",$moppen3);
$wil = rand(0, 99);
$mops = $moppen4[$wil];
$contentb =  file('http://www.moppen.nl/PrintMop.aspx?mopID='.$mops);
$i = 16;
while ($i <= 28):
echo $contentb[($i)];
$i++;
endwhile;


echo "<p>Bron: <a href=\"http://www.moppen.nl\" title=\"Moppen.nl\">www.moppen.nl</a></p>";
?>

 
 

Om de gebruiksvriendelijkheid van onze website en diensten te optimaliseren maken wij gebruik van cookies. Deze cookies gebruiken wij voor functionaliteiten, analytische gegevens en marketing doeleinden. U vindt meer informatie in onze privacy statement.