Full Version : For Shai
fortune >>Just for CHAT >>For Shai


<< Prev | Next >>

horselibra- 06-03-2004
Dear Shai,

I need something like the one Songoku posted in our first board--- virtual coins. I can post it here so the members can cast their coins and post that together with their question. I also need to put the one nim created so members can copy the hex to the clipboard and paste so easily. This way, my readings can be delivered as fast as possible.

Please advise. Thanks.

Horse.

Shai- 06-04-2004
I am sure the webmasters at forumer.com will not let do that inside install.

user posted image
user posted image

That's what things like open source and linux are all about - commonly called FLOSS Free/Libre and Open Source Software (the first version of the acronym I heard as FOSS, but Free/Libre explains it better).
The Songoku software is very complicated, it's within the linux server, not at the admin portion which is very narrow and limited at forumer.com for security reasons.
The biggest problem is the time~date install of the watch. Maybe you can do that
at your other coldfusion (101) board. I master coldfusion and I know how to install a PHP script in coldfusion.

anyway this is the PHP script of virtual coins

Code by Songoku

CODE

<p><strong>Virtual Coins</strong></p>
<table border="1" width="50" cellspacing="1" style="border: 1px solid #000000" bgcolor="#E4E4E4" bordercolor="#000000">
 <tr>
    <td align="center">
<?
if ($_GET['action']==toss) {
srand((double)microtime()*1000000);
$hex = array();
for ($i=0;$i<6;$i++){
$random = rand(0,7);
if ($random<1) print("O<br>");
elseif ($random<2) print ("X<br>");
elseif ($random<5) print ("-<br>");
elseif ($random<8) print ("- -<br>");
}
}
?>

</td>
 </tr>
</table>
<br>
<font size="-2"><strong>Time of toss (in Beijing):</strong><br> <?
print date("F j, Y, g:i a");
//print time();
?></font>
<br><br>
<font size = 2>Written by songoku</font>




horselibra- 06-04-2004
Hi Shai,

Ok, well, I guess I just have to write something on top of this board or use songoku's script and run it locally. But I also have the option to open nim's board and use the virtual coins there. The other is that of coldfusion.

Thanks a lot Shai. You have been good to me and I appreciate that.

Your friend,

Horse.

Shai- 06-07-2004
my pleasure

Free Forum Hosting by Forumer.comTM!