1
jrjperu
test
  • 2007/4/25 21:16

  • jrjperu

  • Just popping in

  • Posts: 11

  • Since: 2004/1/14


test



2
jrjperu
Notes:
  • 2005/3/15 20:57

  • jrjperu

  • Just popping in

  • Posts: 11

  • Since: 2004/1/14


This script must be installed on the same server as your WebSite
Your website's server must support PHP

Instructions for Installation:

Create a folder called 'livehelp' on your webserver (e.g. http://www.yourdomain.com/livehelp/)
Change the permissions on the new folder to give write permission (chmod:777) or (chmod:755)
Open the 'config.php' file in a text editor and modify the variables to suit your needs
Optionally, you can replace the chat logo with your own. The logo picture is called 'logo.jpg' and 'chat_logo.jpg' (150 x 60 pixels)
Upload all the files in the following modes:

In Binary mode:
aviso.wav
logo.jpg
chat_logo.jpg
offline.jpg
online.jpg

Remainder in text mode (ASCII):

Make the following files writeable (chmod:777) or (chmod:755)

vida.php
status_image.php



3
jrjperu
live help
  • 2005/3/15 20:54

  • jrjperu

  • Just popping in

  • Posts: 11

  • Since: 2004/1/14


File o_chat_baixo.php
-----------------------------------------------------------
$glob = get_cfg_var (register_globals);
if($glob != true){
include("patch.php");
}
if(!isset($action)){
$action = "";
}
include("config.php") ;
include $lang;

if ($action == "sair"){
$fp = fopen ("transcricao.php", "r");
$fs = filesize ("transcricao.php");
$bytes = $fs;
$buffer = fread($fp, $bytes);
fclose ($fp);

$mensagem_formatada = "" . $string_41 . " : " . $string_35. "";
$fp = fopen ("transcricao.php", "w+");
fwrite ($fp, $buffer);
fwrite ($fp, "
");
fwrite ($fp, $mensagem_formatada .
"
");
fclose ($fp);
// Duplica
$fp = fopen ("transcricao2.php", "r");
$fs = filesize ("transcricao2.php");
$bytes = $fs;
$buffer = fread($fp, $bytes);
fclose ($fp);

$mensagem_formatada = "" . $string_41 . " : " . $string_35. "";
$fp = fopen ("transcricao2.php", "w+");
fwrite ($fp, $buffer);
fwrite ($fp, "
");
fwrite ($fp, $mensagem_formatada .
"
");
fclose ($fp);

// Triplica
$fp = fopen ("transcricao3.php", "r");
$fs = filesize ("transcricao3.php");
$bytes = $fs;
$buffer = fread($fp, $bytes);
fclose ($fp);

$mensagem_formatada = "" . $string_41 . " : " . $string_35. "";
$fp = fopen ("transcricao3.php", "w+");
fwrite ($fp, $buffer);
//fwrite ($fp, "
");
fwrite ($fp, $mensagem_formatada .
"
");
fclose ($fp);

print " \n";
exit;
}

if(!isset($mensagem)){
$mensagem = "";
}
if ($mensagem != "" ) {

$mensagem = str_replace("\'", "'", "$mensagem");
$mensagem = str_replace("\\\"", "\"", "$mensagem");


$fp = fopen ("transcricao.php", "r");
$fs = filesize ("transcricao.php");
$bytes = $fs;
$buffer = fread($fp, $bytes);
fclose ($fp);

////////////
$numero_de_linhas = $num_linhas; //aqui entra o numero de linhas desejado

$array_chat = explode("
", $buffer);
$counter = count ($array_chat);

if($counter <= $numero_de_linhas){
$desejo = 1;
}else{
$desejo = $counter - $numero_de_linhas;
}
//echo "";


$texto = $array_chat[0] . "
"; // cabecalho

for ($i=$desejo; $i<=$counter; $i++) {
$texto .= $array_chat[$i] . "
";
};


$buffer = rtrim($texto,"
");
////////////

$mensagem_formatada = "" . $nome . " : " . $mensagem . "
";
$fp = fopen ("transcricao.php", "w");
fwrite ($fp, $buffer);
//fwrite ($fp, "
");
fwrite ($fp, $mensagem_formatada .
"
");
fclose ($fp);
//duplica

$fp = fopen ("transcricao2.php", "r");
$fs = filesize ("transcricao2.php");
$bytes = $fs;
$buffer = fread($fp, $bytes);
fclose ($fp);
////////////
$numero_de_linhas = $num_linhas; //aqui entra o numero de linhas desejado

$array_chat = explode("
", $buffer);
$counter = count ($array_chat);

if($counter <= $numero_de_linhas){
$desejo = 1;
}else{
$desejo = $counter - $numero_de_linhas;
}
//echo "";


$texto = $array_chat[0] . "
"; // cabecalho

for ($i=$desejo; $i<=$counter; $i++) {
$texto .= $array_chat[$i] . "
";
};


$buffer = rtrim($texto,"
");
////////////
$mensagem_formatada = "" . $nome . " : " . $mensagem . "
";
$fp = fopen ("transcricao2.php", "w");
fwrite ($fp, $buffer);
//fwrite ($fp, "
");
fwrite ($fp, $mensagem_formatada .
"
");
fclose ($fp);












//triplica

$fp = fopen ("transcricao3.php", "r");
$fs = filesize ("transcricao3.php");
$bytes = $fs;
$buffer = fread($fp, $bytes);
fclose ($fp);

////////////
$mensagem_formatada = "" . $nome . " : " . $mensagem . "
";
$fp = fopen ("transcricao3.php", "w");
fwrite ($fp, $buffer);
//fwrite ($fp, "
");
fwrite ($fp, $mensagem_formatada .
"
");
fclose ($fp);


}

?>

















: 
" onclick="envia()" style="cursor:hand; margin:1; border-width:1; border-style:solid;">


" onclick="save()" style="cursor:hand; margin:1; border-width:1; border-style:solid;">    " onclick="sair()" style="cursor:hand; margin:1; border-width:1; border-style:solid;">







-----------------------------------------------------------
file ocupado.php
-----------------------------------------------------------
//include("patch.php");
include("config.php");
include $lang;
?>



<? echo "$string_4"; ?>

































 



 





 




 " onclick="window.close()" style="cursor:hand; margin:1; border-width:1; border-style:solid;">




Powered
By Xoops©







-----------------------------------------------------------
file patch.php
-----------------------------------------------------------

$erro1 = ini_set ("display_errors", "0");
$erro2 = ini_set ("error_reporting", "2");

$action = $_GET['action'];
$loginf = $_GET['loginf'];
$senhaf = $_GET['senhaf'];
$mensagem = $_GET['mensagem'];
$nome = $_GET['nome'];
?>

-----------------------------------------------------------
file phpinfo.php
-----------------------------------------------------------


phpinfo();






?>

-----------------------------------------------------------
file prechat.php
-----------------------------------------------------------

$glob = get_cfg_var (register_globals);
if($glob != true){
include("patch.php");
}
include("config.php");
include $lang;
// primeiro verifica se realmente o operador está online
$texto = file ('status_image.php'); // resgata em um array o conteudo do arquivo
if($texto[0]{0} != "1"){ // operador offline
echo "\n";
echo "\n";
exit;
}
?>



<? echo "$string_4"; ?>.......................................................................................




































 



:   



 



" onclick="window.location = 'chat.php?action=novo&nome='+converte_string(nome.value)" style="cursor:hand; margin:1; border-width:1; border-style:solid;">
  
  " onclick="window.close()" style="cursor:hand; margin:1; border-width:1; border-style:solid;">




Powered
By Xoops©




 






-----------------------------------------------------------
file pull.php
-----------------------------------------------------------

//include("patch.php");
include("config.php");
include $lang;
?>



<? echo "$string_4 - $string_21"; ?>..........






<br> <body><br><br> <p>Quetions.</p><br><br> </body><br>




-----------------------------------------------------------
File pull_fechar.php
-----------------------------------------------------------

//include("patch.php");
include("config.php") ;
?>











-----------------------------------------------------------
file pull_home.php
-----------------------------------------------------------

$erro1 = ini_set ("display_errors", "0");
$erro2 = ini_set ("error_reporting", "2");

$glob = get_cfg_var (register_globals);
if($glob != true){
include("patch.php");
}
include("config.php");
include $lang;
?>


<? echo "$string_4 - $string_21"; ?>..........


include("config.php") ;

$tempo_chamadas = $tempo_chamadas * 1000;
print " \n";

$fm = filemtime ("vida.php");
$tp = time();
$df = $tp - $fm;


if ($df > $tempo){ // reinicia o chat
if ( file_exists( "transcricao.php" )){
$un = unlink ("transcricao.php");
$un = unlink ("transcricao2.php");
$un = unlink ("transcricao3.php");
}
if ( file_exists( "alerta2.php" )){
$un = unlink ("alerta2.php");
}
if ( file_exists( "avisado.php" )){
$un = unlink ("avisado.php");
}
if ( file_exists( "alerta.php" )){
$un = unlink ("alerta.php");
}
if ( file_exists( "fecha_janela.php" )){
$un = unlink ("fecha_janela.php");
}

}


if ( file_exists( "alerta2.php" )){
print "

$string_22";
print "
$string_23

";
exit;
}

if ( file_exists( "transcricao.php" )){
if ( !file_exists( "avisado.php" )){
$fp = fopen ("alerta.php", "w+");
fwrite ($fp, " ");
fclose ($fp);
print "

$string_24: [$string_26]

\n";
exit;
}else{
print "

$string_24: [$string_26]\n";
exit;
}
}else{
print "

$string_22";
print "
$string_23

";
exit;
}


?>




-----------------------------------------------------------
File status_image.php
-----------------------------------------------------------




----------------------------------------------------------
file vida.php
----------------------------------------------------------
1059945722

----------------------------------------------------------

file vidativa.php
----------------------------------------------------------










if ( file_exists( "transcricao.php" )){
$tp = time();
$fp = fopen ("vida.php", "w+");
fwrite ($fp, $tp);
fclose ($fp);
}


if ( file_exists( "fecha_janela.php" )){
$un = unlink ("fecha_janela.php");
print " \n";
exit;
}

?>






4
jrjperu
live help
  • 2005/3/15 20:38

  • jrjperu

  • Just popping in

  • Posts: 11

  • Since: 2004/1/14


file fechar.php
---------------------------------------------------------
$glob = get_cfg_var (register_globals);
if($glob != true){
include("patch.php");
}
if(!isset($action)){
$action = "";
}
include("config.php") ;
include $lang;
?>






if ($action == "fechar") {
$fp = fopen ("status_image.php", "w+");
fwrite ($fp, "

");
fclose ($fp);
//printa
print "

";
echo "";
exit;
}
////////////////////////////////////////////////////////////////////////////////

?>




----------------------------------------------------------
file fechar2.php
----------------------------------------------------------

$glob = get_cfg_var (register_globals);
if($glob != true){
include("patch.php");
}
if(!isset($action)){
$action = "";
}
include("config.php");
include $lang;

?>





if ($action == "fechar_usuario") {
if ( !file_exists( "alerta2.php" )){
if ( file_exists( "transcricao.php" )){
$un = unlink ("transcricao.php");
$un = unlink ("transcricao2.php");
$un = unlink ("transcricao3.php");
}
if ( file_exists( "alerta.php" )){
$un = unlink ("alerta.php");
}
}
if ( file_exists( "transcricao.php" )){

$fp = fopen ("transcricao.php", "r");
$fs = filesize ("transcricao.php");
$bytes = $fs;
$buffer = fread($fp, $bytes);
fclose ($fp);
$mensagem_formatada = "ChatAdmin : " . $string_37 . "";
$fp = fopen ("transcricao.php", "w+");
fwrite ($fp, $buffer);
fwrite ($fp, "
");
fwrite ($fp, $mensagem_formatada .
"
");
fclose ($fp);
// Duplica
$fp = fopen ("transcricao2.php", "r");
$fs = filesize ("transcricao2.php");
$bytes = $fs;
$buffer = fread($fp, $bytes);
fclose ($fp);
$mensagem_formatada = "ChatAdmin : " . $string_37 . "";
$fp = fopen ("transcricao2.php", "w+");
fwrite ($fp, $buffer);
fwrite ($fp, "
");
fwrite ($fp, $mensagem_formatada .
"
");
fclose ($fp);
// Triplica
$fp = fopen ("transcricao3.php", "r");
$fs = filesize ("transcricao3.php");
$bytes = $fs;
$buffer = fread($fp, $bytes);
fclose ($fp);
$mensagem_formatada = "ChatAdmin : " . $string_37 . "";
$fp = fopen ("transcricao3.php", "w+");
fwrite ($fp, $buffer);
fwrite ($fp, "
");
fwrite ($fp, $mensagem_formatada .
"
");
fclose ($fp);


}
print "

";
echo "";
exit;
}
?>


-----------------------------------------------------------
file index.php
----------------------------------------------------------

$erro1 = ini_set ("display_errors", "0");
$erro2 = ini_set ("error_reporting", "2");

include("config.php");
include $lang;
$glob = get_cfg_var (register_globals);
if($glob != true){
include("patch.php");
}
if (!isset($action)){
print "

$string_4



 


 
























$string_5



$string_1:
  $string_2:     


 



 




 




\n";
exit ;
}
if ($action == "login" ) {
if ($login != $loginf || $senha != $senhaf ) {
print "

$string_4


 





















$string_5



$string_6


 



 




 



\n";
exit ;
}
}
?>


<? echo "$string_4"; ?>








if ($action == "fechar" ) {

$fp = fopen ("fecha_janela.php", "w+");
fwrite ($fp, " ");
fclose ($fp);

print "

$string_8

\n";
}

if ($action == "monitorar" ) {
echo "";
$fp = fopen ("status_image.php", "w+");
fwrite ($fp, "1\n












2.

 







3.











 






 






 






" onclick="fechar()" style="cursor:hand; margin:1; border-width:1; border-style:solid;">








 






-----------------------------------------------------------file language_english.php
-----------------------------------------------------------

$string_1 = "Login";
$string_2 = "Password";
$string_3 = "Enter";
$string_4 = "M i n i H e l p !";
$string_5 = "Admin";
$string_6 = "Login or Password Incorrect";
$string_7 = "Go Back";
$string_8 = "Window of the customer closed successfully!";
$string_9 = "Click on the button below to activate the monitor window to receive incoming calls";
$string_10 = "Exit";
$string_11 = "To activate Monitor of Calls";
$string_12 = "Current status of the icons: ONLINE or OFFLINE (When you activate the monitor of calls the status is ONLINE,when closing the window of the monitor of calls the status is OFFLINE.)";
$string_13 = "Refresh Status";
$string_14 = "Copy the the code below and paste it into your HTML page(s) that you desire the icon (ONLINE/OFFLINE) to appear. This code must be inserted between tags";
$string_15 = "Begin Code";
$string_16 = "End Code";
$string_17 = "If you have followed the steps thus far your chat system should be active and functioning!";
$string_18 = "Attention";
$string_19 = "Note: Once both windows are closed (visitor and operator windows) the system will be available again for a new chat session. If you to need to force the closing of the visitor window then use the button below.";
$string_20 = "To Close Window of Chat of the Visitor";
$string_21 = "Monitor of Calls";
$string_22 = "Monitoring";
$string_23 = "(Keep this window open and minimized for chat session)";
$string_24 = "Visitor Calling";
$string_25 = "Click for chat!";
$string_26 = "Accept";
$string_27 = "Your name";
$string_28 = "Guest";
$string_29 = "Chat Client";
$string_30 = "Message";
$string_31 = "Send";
$string_32 = "The Customer gave up the Call";
$string_33 = "Close this Window!";
$string_34 = "Chat Operator";
$string_35 = "This Session was locked up. Please close its window of chat!";
$string_36 = "Click to send a message!";
$string_37 = "The User locked up the session. Please close that window of chat!";
$string_38 = "Click for Live Help!";
$string_39 = "One moment please...";
$string_40 = "How may I help you?";
$string_41 = "Operator";
$string_42 = "Welcome to our Live Chat in real time!";
$string_43 = "All operators are busy, please try again later!";
$string_44 = "Operators Offline!";
$string_45 = "Save all conversation";
?>

-----------------------------------------------------------
File o_chat.php
-----------------------------------------------------------

$glob = get_cfg_var (register_globals);
if($glob != true){
include("patch.php");
}
include("config.php") ;
include $lang;

if ( !file_exists( "transcricao.php" )){
echo "





";
print "

$string_32.
$string_33

";

exit;
}
// grava o arquivo para parar o sinal

$fp = fopen ("avisado.php", "w+");
fwrite ($fp, "Test");
fclose ($fp);


$fp = fopen ("transcricao.php", "r");
$fs = filesize ("transcricao.php");
$bytes = $fs;
$buffer = fread($fp, $bytes);
fclose ($fp);

if ($string_40 != "") {
$mensagem_formatada = "" . $string_41 . " : " . $string_40 . "
\n";
$fp = fopen ("transcricao.php", "w+");
fwrite ($fp, $buffer);
fwrite ($fp, "
");
fwrite ($fp, $mensagem_formatada);
fclose ($fp);
}

//Duplica

$fp = fopen ("transcricao2.php", "r");
$fs = filesize ("transcricao2.php");
$bytes = $fs;
$buffer = fread($fp, $bytes);
fclose ($fp);

if ($string_40 != "") {
$mensagem_formatada = "" . $string_41 . " : " . $string_40 . "
";
$fp = fopen ("transcricao2.php", "w+");
fwrite ($fp, $buffer);
fwrite ($fp, "
");
fwrite ($fp, $mensagem_formatada .
"
");
fclose ($fp);
}

//Triplica

$fp = fopen ("transcricao3.php", "r");
$fs = filesize ("transcricao3.php");
$bytes = $fs;
$buffer = fread($fp, $bytes);
fclose ($fp);

if ($string_40 != "") {
$mensagem_formatada = "" . $string_41 . " : " . $string_40 . "
";
$fp = fopen ("transcricao3.php", "w+");
fwrite ($fp, $buffer);
fwrite ($fp, "
");
fwrite ($fp, $mensagem_formatada .
"
");
fclose ($fp);
}





/*Cria o arquivo de aviso2 */
$fp = fopen ("alerta2.php", "w+");
fwrite ($fp, " ");
fclose ($fp);

?>
<? echo "$string_4"; ?> - <? echo "$string_34"; ?> ............................................................











5
jrjperu
Re: live help
  • 2005/3/15 19:58

  • jrjperu

  • Just popping in

  • Posts: 11

  • Since: 2004/1/14


file config.php
----------------------------------------------------------

/*Login para o operador*/
/*Login for operator*/
$login = "admin";

/*Senha para o operador*/
/*Password for operator!*/
$senha = "chat";

/*Tempo (em segundos) para verificar nova chamada
Recomendado: 10 */
/*Time (in seconds) for verification of new calls
Recommended: 10 */
$tempo_chamadas = 10;

/*Tempo (em segundos) para atualizar a janela de chat
Recomendado: 5 */
/*Time (in seconds) for update of the windows of chat
Recommended: 5 */
$tempo_chats = 5;

/*Cor usada pelo visitante no Chat*/
/*Color that will be used by the Visitor in the Chat*/
$cor_usuario = "000000";

/*Cor usada pelo operador no Chat*/
/*Color that will be used by the Operator in the Chat*/
$cor_operador = "FF9900";

/*The URL of the Chat = "http://www.yourdomain.com/livehelp/"; */
$url_chat = "http://www.yourdomain.com/livehelp";

/*The URL of its Site = "http://www.yourdomain.com/"; */
$pagina_inicial = "http://www.yourdomain.com";

/*
Email para onde deve ser enviadas as mensagens caso o operador esteja OFFLINE
Não esqueca de colocar uma "\" antes do "@"

Email for where the messages must be sent case the Operator is OFFLINE
don't forget to place one "\" before "@"
*/
$mail = "your@mail.com";

/*
Tempo (em segundos) para iniciar nova sessao de chat.
Minimo recomendado: 60

Time (in seconds) for the release of new session of chat.
Recommended minimum: 60
*/
$tempo = 60;

/*
Numero de linhas que aparecem na janela de chat
Recomendado: 15

Number of lines show on window chat
Recommended: 15
*/
$num_linhas = 15;

/*
Pasta atual
Current folder
*/
$var_status_image = "help";

/*
Linguagem
Language


language_english.php

*/
$lang = "language_english.php";



$var_js_function = "fun_" . $var_status_image;
$var_js_window = "var_window" . $var_status_image;
$demo = "off";


?>



6
jrjperu
Re: live help
  • 2005/3/15 19:55

  • jrjperu

  • Just popping in

  • Posts: 11

  • Since: 2004/1/14


FILE chat_baixo.php
--------------------------------------------------------
include("config.php") ;
include $lang;
$glob = get_cfg_var (register_globals);
if($glob != true){
include("patch.php");
}
if(!isset($action)){
$action = "";
}

if ($action == "sair"){
print " \n";
}
if(!isset($mensagem)){
$mensagem = "";
}
if ($mensagem != "" ) {
$mensagem = str_replace("\'", "'", "$mensagem");
$mensagem = str_replace("\\\"", "\"", "$mensagem");

$fp = fopen ("transcricao.php", "r");
$fs = filesize ("transcricao.php");
$bytes = $fs;
$buffer = fread($fp, $bytes);
fclose ($fp);

////////////
$numero_de_linhas = $num_linhas; //aqui entra o numero de linhas desejado

$array_chat = explode("
", $buffer);
$counter = count ($array_chat);

if($counter <= $numero_de_linhas){
$desejo = 1;
}else{
$desejo = $counter - $numero_de_linhas;
}
//echo "";


$texto = $array_chat[0] . "
"; // cabecalho

for ($i=$desejo; $i<=$counter; $i++) {
$texto .= $array_chat[$i] . "
";
};


$buffer = rtrim($texto,"
");
////////////

$mensagem_formatada = "" . $nome . " : " . $mensagem . "
\n";
$fp = fopen ("transcricao.php", "w");
fwrite ($fp, $buffer);
//fwrite ($fp, "
\n");
fwrite ($fp, $mensagem_formatada);
fclose ($fp);


/// duplica
$fp = fopen ("transcricao2.php", "r");
$fs = filesize ("transcricao2.php");
$bytes = $fs;
$buffer = fread($fp, $bytes);
fclose ($fp);
////////////
$numero_de_linhas = $num_linhas; //aqui entra o numero de linhas desejado

$array_chat = explode("
", $buffer);
$counter = count ($array_chat);

if($counter <= $numero_de_linhas){
$desejo = 1;
}else{
$desejo = $counter - $numero_de_linhas;
}
//echo "";


$texto = $array_chat[0] . "
"; // cabecalho

for ($i=$desejo; $i<=$counter; $i++) {
$texto .= $array_chat[$i] . "
";
};


$buffer = rtrim($texto,"
");
////////////
$mensagem_formatada = "" . $nome . " : " . $mensagem . "
";
$fp = fopen ("transcricao2.php", "w");
fwrite ($fp, $buffer);
//fwrite ($fp, "
");
fwrite ($fp, $mensagem_formatada .
"
");
fclose ($fp);





/// Triplica
$fp = fopen ("transcricao3.php", "r");
$fs = filesize ("transcricao3.php");
$bytes = $fs;
$buffer = fread($fp, $bytes);
fclose ($fp);

$mensagem_formatada = "" . $nome . " : " . $mensagem . "
";
$fp = fopen ("transcricao3.php", "w");
fwrite ($fp, $buffer);
//fwrite ($fp, "
");
fwrite ($fp, $mensagem_formatada .
"
");
fclose ($fp);

}
?>



















:



" onclick="envia()" style="cursor:hand; margin:1; border-width:1; border-style:solid;">



" onclick="save()" style="cursor:hand; margin:1; border-width:1; border-style:solid;">    " onclick="sair()" style="cursor:hand; margin:1; border-width:1; border-style:solid;">






 







7
jrjperu
live help
  • 2005/3/15 19:52

  • jrjperu

  • Just popping in

  • Posts: 11

  • Since: 2004/1/14


file chat.php
---------------------------------------------------
include("config.php") ;
include $lang;

$glob = get_cfg_var (register_globals);
if($glob != true){
include("patch.php");
}


if(!isset($action)){
$action = "";
}

if ($nome == ""){
$nome = $string_28;//Guest
}
if ($action == "novo") {
if ( file_exists( "transcricao.php" ))
{
echo "";
exit ;
}
$tp = time();
$fp = fopen ("vida.php", "w+");
fwrite ($fp, $tp);
fclose ($fp);
$fp = fopen ("transcricao.php", "w+");
fwrite ($fp, "


" . $nome . ", " . $string_39 . "");
fclose ($fp);

// Duplica
$fp = fopen ("transcricao2.php", "w+");
fwrite ($fp, "


" . $nome . ", " . $string_39 . "");
fclose ($fp);

// Triplica
$fp = fopen ("transcricao3.php", "w+");
fwrite ($fp, "" . $string_4 . "


" . $nome . ", " . $string_39 . "");
fclose ($fp);

}
if ($action == "") {
$tp = time();
$fp = fopen ("vida.php", "w+");
fwrite ($fp, $tp);
fclose ($fp);
}
?>
<? echo "$string_4"; ?> - <? echo "$string_29"; ?> ...............................................................











8
jrjperu
xoops player
  • 2004/10/22 5:01

  • jrjperu

  • Just popping in

  • Posts: 11

  • Since: 2004/1/14





9
jrjperu
xoops player
  • 2004/10/22 4:57

  • jrjperu

  • Just popping in

  • Posts: 11

  • Since: 2004/1/14





10
jrjperu
new theme cdnet
  • 2004/10/20 6:02

  • jrjperu

  • Just popping in

  • Posts: 11

  • Since: 2004/1/14






TopTop
(1) 2 »



Login

Who's Online

196 user(s) are online (126 user(s) are browsing Support Forums)


Members: 0


Guests: 196


more...

Donat-O-Meter

Stats
Goal: AU$15.00
Due Date: Jul 31
Gross Amount: AU$0.00
Net Balance: AU$0.00
Left to go: AU$15.00
Make donations with PayPal!

Latest GitHub Commits