Ok I have come up with a file that looks like this
kajira.cfg
Now what I am trying to do is made a random spawned for a chat room..
The names and posts each time would differ
#/usr/bin/perl
use strict;
use warnings;
use CGI qw
standard);
my $filename = '\path\to\my\kajira.cfg
';
ok in the file I have $name and $msg separated by :
and this is where I am confussed.. I want to enter those values into a format
that allow the to pass into the chat server, thus entering the chat room..
with the values hidden till in room. so it woud be is a button saying enter
Normal entry is like
so how would I form a action to impede the values of both $name and $msg to ???
clueless
MA WarGod
I believe if someone can think it, it can be programmed
kajira.cfg
Code:
<center><b><font color=#FFFFFF>ermm:<center><b><font color=#FF0000>fall out of a wagon passing the camp, bond and gagged..
<center><b><font color=#FFFFFF>lotus:<center><b><font color=#FF0000>was handed her papper and set free...
<center><b><font color=#FFFFFF>darla:<center><b><font color=#FF0000>a girl is in search of food and is captured by a out rider..His bola wraps about her legs
<center><b><font color=#FFFFFF>abbie:<center><b><font color=#FF0000>she is sold to the Ubar of the home
<center><b><font color=#FFFFFF>barbie:<center><b><font color=#FF0000>she is sold to the second of the home
<center><b><font color=#FFFFFF>connie:<center><b><font color=#FF0000>six girls are drawn in by the outriders, their necks encircled by leather tethers, running behind the kailla as the tethers were bound together and used as leashes, you are captured
<center><b><font color=#FFFFFF>esther:<center><b><font color=#FF0000>she was a captive and was sold to the home
<center><b><font color=#FFFFFF>fawn:<center><b><font color=#FF0000>a slaver brings in his wagon filled with girls, calling out* buy this one, try this one, you are sold to the home
<center><b><font color=#FFFFFF>gigit:<center><b><font color=#FF0000>*watches as the girl stumbles in, then accidentally falls into the sleen pen* ruh roh, sleen chow, try again
<center><b><font color=#FFFFFF>hump:<center><b><font color=#FF0000>girl rushes out and kneels saying i am home thank the skies, welcome home
<center><b><font color=#FFFFFF>innie:<center><b><font color=#FF0000>Outrider accidentally runs over a slave hiding in the high grass. The outrider mutters, "damn speedbumps", try again
Now what I am trying to do is made a random spawned for a chat room..
The names and posts each time would differ
#/usr/bin/perl
use strict;
use warnings;
use CGI qw
my $filename = '\path\to\my\kajira.cfg
';
ok in the file I have $name and $msg separated by :
and this is where I am confussed.. I want to enter those values into a format
that allow the to pass into the chat server, thus entering the chat room..
with the values hidden till in room. so it woud be is a button saying enter
Normal entry is like
Code:
<table width="100%">
<form method="post" target="_top" action="[URL unfurl="true"]http://chatsuites.com:8880/chat/kassar"></table>[/URL]
<table border="0" cellspacing="0" cellpadding="0" width="676">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<tr>
<td align="right"><font size="-1">Screen Name:</font></td>
<td colspan="3"><input style="background: black; color: #d2cec5; border-color: silver" value="<center>a stranger is spotted" size="20" name="USER" /></td></tr>
<tr>
<td align="right"><font size="-1">Enter Msg:</font></td>
<td colspan="3"><font color="#a4a4a4"><input style="background: black; color: #d2cec5; border-color: silver" value="<center><i>Enters Kassars Territory...</i>" size="20" name="SAYS" /></font></td></tr></tr>
<tr>
<td></td>
<td colspan="2"><input style="background: black; color: #d2cec5; border-color: silver" value="Enter Kassar!" type="submit" /></td></tr></tbody></table><input value="says to" type="hidden" name="ACTION" /><input value="ALL" type="hidden" name="WHOTO" /></form>
<center></center></td></font></tr></table> </td>
<td align="right" height="17%" width="100%"></td></table>
<div></div></form>
clueless
MA WarGod
I believe if someone can think it, it can be programmed