random-moppen
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>";
?>
<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>";
?>