Skip to content

Instantly share code, notes, and snippets.

@naltatis
Created June 28, 2011 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naltatis/1052074 to your computer and use it in GitHub Desktop.
Save naltatis/1052074 to your computer and use it in GitHub Desktop.
php bot
<?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