<script type="text/javascript">
$('document').ready(function(){
var url = '<?php echo $_SERVER['PHP_SELF'];?>';
var timestamp = 0;
var interval = 5000;
var first = true;
$('#formChatForm').bind('submit'...
the other day I was searching for a examples and I came across a old thread I started trying to make a chat script..
http://tek-tips.com/viewthread.cfm?qid=1457024
The thread was closed so I couldn't ask My question there..
in the thread jpadie shared a script with me..
ChatRoomServer.php...
Hi I have been working with a script I found on a tutorial.
I would like to learn how to limit the parent posts per page..
and use a collapsed link to the reply after 3.. I have attached the script, I did find a tutorial that was more or less just a source code using livejquery.. but I can not...
How do I get the country, state, city, latitude, longitude, ZIP code, and timezone in PHP from the IP address.
Now I guess My question here comes out of the hours I spent looking over the wed, for a free script I could maybe mod to fit my needs, or the many, many requests out there for a...
Hello I have a array I made in My CMS lang file that looks like this
$lang['easy_email_signups'] = array(
'' => 'F',
'@hotmail.com' => 'Yahoo',
'@yahoo.com' => 'TracFone',
'@aol.com' => 'AOL',
'@live.com' => 'Windowslive',
);
ok in the tpl file I have
<input class="textinput"...
Ok I have come up with a file that looks like this
kajira.cfg
<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...
Over the years I have tried to come up with a way to create a chat interface like
in perl this chat would use two or more frames the picture above showing the banner frame or top input frame the lower frame would be the out put frame.. Now in many threads I have started some basic codes and...
is it possible to do a chat interface like above in PHP? if so how would I get started? I have been trying to build this type of chat for years.. in perl or cgi but can not get the features I want.. So that I am very new to php I ask if this can be done?
MA WarGod
I believe if someone can...
I am trying to make a functional skeleton of a web based chat server with php
Using a basic framework for this concept and functions. I haven’t been able to find any open source programs like this that showed the concept on how to stream real time data into the browser like the web based chat...
sub HtmlFilter
{
local($filter) = @_;
#
# The following filters the HTML images
# out, if they are disallowed. The code
# after this, filters out all HTML if it
# is disallowed.
#
if ($no_html_images eq "off")
{
$filter =~ s/<(IMG\s*SRC.*)>/<$1>/ig;
} # End of parsing out no images...
I have a dir I need open and open all files with the extension .who these file contain username email web-url time and date logged on showin below
Myfile.who
<img src= http://www.freespaces.com/realitygonewild/wg1.jpg align=left><center></img><br><center><FONT FACE=garamond><FONT COLOR...
sub ShowHeader{
$in{'m'} = 'Enters Room';
&WriteToChat;
&PageOut("$htmlpath/t_chat_banner.htm");
exit;
}
ok how do I make $in{'m'} = 'Enters Room'; to read from a file
a one line file.
so if I wanted to edit "Enter Room" to "walks in" from a page. I know how to open the file and edit it.
but...
I am trying to make a functional skeleton of a web based chat server with perl/cgi
Using a basic framework for this concept and functions. I haven’t been able to find any open source programs like this that showed the concept on how to stream real time data into the browser like the web based...
a command You give to remove window editer code for Unix or linux?
I remember learning it once something where the script name is but I have not delt with scripts in about 2 years and I totaly forget
Thank You
MA WarGod
I believe if someone can think it, it can be programmed
a command You give to remove window editer code for Unix?
I remember learning it once something where the script name is but I have not delt with scripts in about 2 years and I totaly forget
Thank You
MA WarGod
I believe if someone can think it, it can be programmed
# Get file Count #
$total = 0;
$dirname = "/MY/DIR";
opendir(DIR, $dirname);
while (<DIR>) {
Now where do I go from here to search each doc or txt file for names or quotes within them?
MA WarGod
I believe if someone can think it, it can be programmed
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.