View file wapirate/21cards/faq.php

File size: 1.74Kb
<?php

ini_set('session.use_cookies','0');

ini_set('session.use_trans_sid','0');

ini_set('url_rewriter.tags','');

session_name("stw");

session_start();

header("Cache-Control: no-cache");

header("Content-type:text/vnd.wap.wml");   

$session['round']=0;

$ref=rand(100,99999);

$ses=SID;

$ses="$ses&amp;$ref";

echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.2//EN\" \"http://www.wapforum.org/DTD/wml12.dtd\">\n";
echo "<wml>\n";
echo "<head><meta http-equiv=\"Cache-Control\" content=\"no-cache\" forua=\"true\"/></head>\n";
echo "<card id=\"index\" title=\"FAQ 21Cards\">\n";
echo "<p align=\"center\">\n";
echo "6 - 6 glasses<br/>\n";
echo "7 - 7 glasses<br/>\n";
echo "8 - 8 glasses<br/>\n";
echo "9 - 9 glasses<br/>\n";
echo "10 - 10 glasses<br/>\n";
echo "J - 2 glasses<br/>\n";
echo "Q - 3 glasses<br/>\n";
echo "K - 4 glasses<br/>\n";
echo "A - 11 glasses\n";
echo "<br/>";
echo "(!) some of glasses does not depend on colour of cards,example for a capture of the next card it is necessary to press the button Handle,if the sum of your glasses is more 21 you have lost exception makes 2 ass (22 spots),if spot 21 are big than 2 ass (22) having taken indispensable quantity of cards you press the button Open and the banker opens the cards if you type 20, 21 or 22 (2 ass) or if a spot that the banker opens automatically who has more than glasses wins it takes away in the size in 2 rates and at equal quantity of glasses and the banker wins.";
echo "<br/>";
echo "<a href=\"/21cards/index.php?action=main&amp;sid=$sid\">BACK</a><br/>";
echo "<a href=\"/index.php?action=main&amp;sid=$sid\">HOME</a><br/>";
echo "</p>\n";
echo "</card>\n";
echo "</wml>\n";

?>