Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $links = array(array('url' => '/games/action/crushthecastle.php', 'name'=>'Random Game'),
- array('url' => '/games/action/exitpath.php', 'name' => 'Random Game'),
- array('url' => '/games/action/robotunicorntattackheavymetal.php', 'name' => 'Random Game'),
- array('url' => '/games/shooting/supermariorampage.php', 'name' => 'Random Game'),
- array('url' => '/games/shooting/sierra7.php', 'name' => 'Random Game'),
- array('url' => '/games/shooting/darkbase3.php', 'name' => 'Random Game'),
- array('url' => '/games/racing/uphillrush2.php', 'name' => 'Random Game'),
- array('url' => '/games/racing/stuntcrazy.php', 'name' => 'Random Game'),
- array('url' => '/games/racing/superdrift3d.php', 'name' => 'Random Game'),
- array('url' => '/games/strategy/caveswirl.php', 'name' => 'Random Game'),
- array('url' => '/games/strategy/artillerydefense.php', 'name' => 'Random Game'),
- array('url' => '/games/strategy/ilovetraffic.php', 'name' => 'Random Game'),
- array('url' => '/games/rpg/magithefallenworld.php', 'name' => 'Random Game'),
- array('url' => '/games/rpg/castaway2.php', 'name' => 'Random Game'),
- array('url' => '/games/rpg/battleoflemolad.php', 'name' => 'Random Game'),
- array('url' => '/games/other/arc.php', 'name' => 'Random Game'),
- array('url' => '/games/other/canabalt.php', 'name' => 'Random Game'),
- array('url' => '/games/other/battlepaint.php', 'name' => 'Random Game'));
- $num = array_rand($links);
- $item = $links[$num];
- printf('<a href="%s" title="%s">%s</a>', $item['url'], $item['name'], $item['name']);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement