Created
June 28, 2011 20:13
-
-
Save naltatis/1052074 to your computer and use it in GitHub Desktop.
php bot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$_GET['match_id'] // 447 | |
$_GET['host_id'] // 10 | |
$_GET['host_name'] // "SV Werder Bremen" | |
$_GET['guest_id'] // 20 | |
$_GET['guest_name'] // "Hamburger SV" | |
// here goes you prediction magic | |
echo "2:1" | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment