DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
opentable("Rekomenduok mus");
?>
<?php
/* Setting */
$your_host="http://lmharef.com"; /* your host */
/* language setting */
$hello="hello";
$Tell_A_Friend_MSG="Recommend this Site to a Friend";
$Forward_YourName="Your name:";
$Forward_YourEmail="Your email-address:";
$Forward_YourMessage="Your Message";
$Forward_ReceiverEMail="Receiver email-address:";
$Forward_ReceiverName="Receiver name:";
$Forward_Article_succ="your message was successfully sent.";
$Forward_YourName_Error="Error: your name is missing";
$Forward_YourEmail_Error="Error: your email-address is missing";
$Forward_ReceiverEMail_Error="Error: Receiver email-address is missing.";
$Forward_ReceiverName_Error="Error: Receiver name is missing.";
$Forward_YourMessage_Error="your message is missing.";
$Forward_MailSubject="check it out.";
$Forward_URL="URL";
$Forward_MailMessage="I found a website link
that I thought you might like to check it out!
Here is my personal message to you : ";
$Forward_YourSite_description=" tell a freind is a free phpfusion addon made by mave & shedrock";
/* please dont change anything after this line */
$red="#FF0000";
$black="#000000";
$fontc=$black;
$tabadd=true;
$tabthanks=false;
$msg=$Tell_A_Friend_MSG;
if($sendmsg){
if(empty($your_name)){
$msg=$Forward_YourName_Error;
$fontc=$red;
}
if(empty($your_email)){
$msg=$Forward_YourEmail_Error;
$fontc=$red;
}
if(empty($rec_name)){
$msg=$Forward_ReceiverName_Error;
$fontc=$red;
}
if(empty($rec_email)){
$msg=$Forward_ReceiverEMail_Error;
$fontc=$red;
}
if(empty($your_msg)){
$msg=$Forward_YourMessage_Error;
$fontc=$red;
}
if(!preg_match("/@/",$your_email)){
$msg=$Forward_YourEmail_Error;
}
if(!preg_match("/@/",$rec_email)){
$msg=$Forward_ReceiverEMail_Error;
}
else if(($your_name) && ($your_email) && ($rec_name) && ($rec_email) && ($your_msg) && (preg_match("/@/",$rec_email))&& (preg_match("/@/",$your_email)) ) {
$MailMSG="$hello $rec_name\n$Forward_MailMessage\n$your_msg\n\n$Forward_URL: $your_host\n$Forward_YourSite_description\n";
$send_mail= mail ($rec_email,$Forward_MailSubject,$MailMSG, "From: $your_email");
$tabthanks=true;
$tabadd=false;
}
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Recommend this Site to a Friend</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="600" align="left" valign="top"> </td>
</tr>
<tr>
<td align="center" valign="top"><p>
</p>
<p>
<?php if($tabadd){ ?>
</p>
<form action="<?php echo"$PHP_SELF";?>" method="post">
<table class="tbl" width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#FFCC33">
<tr>
<td align="center" class="tbl1">Rekomenduok draugui</td>
</tr>
<tr>
<td align="center"><table width="420" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150"><?php echo"$Forward_YourName";?></td>
<td width="270"><input class="textbox" name="your_name" type="text" value="<?php echo "$your_name"; ?>" size="25"></td>
</tr>
</table></td>
</tr>
<tr>
<td align="center"><table width="420" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" height="18"><?php echo"$Forward_YourEmail";?></td>
<td width="270"><input class="textbox" name="your_email" type="text" value="<?php echo "$your_email"; ?>" size="25"></td>
</tr>
</table></td>
</tr>
<tr>
<td align="center"><table width="420" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150"><?php echo"$Forward_ReceiverName";?></td>
<td width="270"><input class="textbox" name="rec_name" type="text" value="<?php echo "$rec_name"; ?>" size="25"></td>
</tr>
</table></td>
</tr>
<tr>
<td align="center"><table width="420" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150"><?php echo"$Forward_ReceiverEMail";?></td>
<td width="270"><input class="textbox" name="rec_email" type="text" value="<?php echo "$rec_email"; ?>" size="25"></td>
</tr>
</table></td>
</tr>
<tr>
<td align="center"><table width="420" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" align="left" valign="top"><?php echo"$Forward_YourMessage";?></td>
<td width="270"><textarea class="textbox" name="your_msg" cols="50" rows="6" wrap="VIRTUAL"><?php echo "$your_msg"; ?></textarea></td>
</tr>
</table></td>
</tr>
<tr>
<td width="100%" align="center"><input class="button" name="sendmsg" type="submit" value="Siųsti">
</td>
</tr>
</table>
</form>
<p>
<?php
}
?>
</p></td>
</tr>
<tr>
<td align="center" valign="bottom">
<?php if($tabthanks){ ?>
<table width="100%">
<tr>
<td align="center"><?php echo"$Forward_Article_succ";?></td>
</tr>
</table>
<?php } ?></td>
</tr>
</table>
</body>
</html>
<?
closetable();
require_once BASEDIR."side_right.php";
require_once BASEDIR."footer.php";
?>
==================
i kur ydeti sita tell.php kad veiktu svetaineje ? nes skriptu bibliotekoje neparasyta
chipass edited: Išmok redaguot savo postus
|
sniuff
Narys
Antras po Dievo
Pranešimai: 4491
Įstojęs: 2007 Geg. 14 16:05:52
|
i pagrindinia direktorija
|
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
KipshiuS parašė:
i pagrindinia direktorija
ok aciu o paskui reikia eiti i modifikacijas ?
jo ?
ir instaliuoti ?
|
MaFetas
Administratorius
Ekspertas
Pranešimai: 3453
Įstojęs: 2005 Lie. 16 13:07:41
|
Nereikia, tiesiog įsikelk ir naudokis
Adminas - ban'o laisvė
www.KIETEKAS.com |
Peacemaker
Narys
Ekspertas
Pranešimai: 3085
Įstojęs: 2007 Lie. 31 17:07:59
|
Man siaip nedirba kaip turetu.Rodo neimanoma sugrazinti puslapio turinio.
Kiekvienam žmogui yra skirta dovana, tik ne kiekvienas sugeba ją atrasti. |
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
Kipriuxxz parašė:
Man siaip nedirba kaip turetu.Rodo neimanoma sugrazinti puslapio turinio.
man taipat
|
sniuff
Narys
Antras po Dievo
Pranešimai: 4491
Įstojęs: 2007 Geg. 14 16:05:52
|
<td align="center"><?php echo"$Forward_Article_succ";?></td>
sita man rodos reiktu pasikeisti
|
bruzgis
Narys
Ekspertas
Pranešimai: 3368
Įstojęs: 2006 Geg. 9 18:05:02
|
Ne nu kipshius galvojau esi protingesnis programavimo srityje....
===================
/* Setting */
$your_host="http://lmharef.com"; /* your host */
/* language setting */
Raudona vieta pakeitet i savo hosto pavadinima? nu adresą ?
Prasom veikianti:
ilgas ir nuobodus kodas, pateiktas 20poste
|
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
KipshiuS parašė:
<td align="center"><?php echo"$Forward_Article_succ";?></td>
sita man rodos reiktu pasikeisti
prisekite faila kuri reikia ydeti y ftp
|
Peacemaker
Narys
Ekspertas
Pranešimai: 3085
Įstojęs: 2007 Lie. 31 17:07:59
|
Nereikia det i ftp,dek i custom pages..
Kiekvienam žmogui yra skirta dovana, tik ne kiekvienas sugeba ją atrasti. |
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
Kipriuxxz parašė:
Nereikia det i ftp,dek i custom pages..
custom pages tai ir yra ftp ar ne?
|
bruzgis
Narys
Ekspertas
Pranešimai: 3368
Įstojęs: 2006 Geg. 9 18:05:02
|
pirmiausia requirint reikia maincore jeigu nori naudot visus opentable ir t.t. antra kad paneles butu ir kairej ir desinej reik virsuj rasyt
require_once "side_left.php";
apacioj
require_once "side_right.php";
Trecia kazkas nemokedamas nei php nei html bande koreguot sita moda
======================
custom pages tai ir yra ftp ar ne?
Ne, custome pages yra pridetiniai puslapiai, jie randami: administracija>turinio administracija> pridetiniai psl
O shiaip pateikiau jau veikianti varianta
|
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
chipass parašė:
pirmiausia requirint reikia maincore jeigu nori naudot visus opentable ir t.t. antra kad paneles butu ir kairej ir desinej reik virsuj rasyt
require_once "side_left.php";
apacioj
require_once "side_right.php";
Trecia kazkas nemokedamas nei php nei html bande koreguot sita moda
gal galite man padaryti faila visa o as tik ydesiu i ftp kad veiktu prasau
|
bruzgis
Narys
Ekspertas
Pranešimai: 3368
Įstojęs: 2006 Geg. 9 18:05:02
|
DJ-EnZoto parašė:
gal galite man padaryti faila visa o as tik ydesiu i ftp kad veiktu prasau
Duok savo adresa ir priseksiu faila veikianti, jeigu jau nemoki vietoj
$your_host="http://lmharef.com"; /* your host */
paryskintos vietos yrasyt savo url
|
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
www.djmusicalworld.wu.lt
|
bruzgis
Narys
Ekspertas
Pranešimai: 3368
Įstojęs: 2006 Geg. 9 18:05:02
|
Prasum issiversk pilnai tik i lt kalba
|
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
chipass parašė:
Prasum issiversk pilnai tik i lt kalba
neatidaro man sito tavo prisekto failo
|
bruzgis
Narys
Ekspertas
Pranešimai: 3368
Įstojęs: 2006 Geg. 9 18:05:02
|
duok skype, kai prisegu susigadina failai cia...
|
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
zdz geriau parasyk ta koda visa nes neatridaro man kazkodel
|
bruzgis
Narys
Ekspertas
Pranešimai: 3368
Įstojęs: 2006 Geg. 9 18:05:02
|
<?php
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
opentable("Rekomenduok mus");
/* Setting */
$your_host="www.djmusicalworld.wu.lt"; /* your host */
/* language setting */
$hello="hello";
$Tell_A_Friend_MSG="Rekomenduok si psl savo draugui";
$Forward_YourName="Tavo vardas:";
$Forward_YourEmail="Tavo emailas:";
$Forward_YourMessage="Tavo zinute";
$Forward_ReceiverEMail="Gavejo emailas:";
$Forward_ReceiverName="Gavejo vardas:";
$Forward_Article_succ="Issiusta.";
$Forward_YourName_Error="Error: your name is missing";
$Forward_YourEmail_Error="Error: your email-address is missing";
$Forward_ReceiverEMail_Error="Error: Receiver email-address is missing.";
$Forward_ReceiverName_Error="Error: Receiver name is missing.";
$Forward_YourMessage_Error="your message is missing.";
$Forward_MailSubject="check it out.";
$Forward_URL="URL";
$Forward_MailMessage="I found a website link
that I thought you might like to check it out!
Here is my personal message to you : ";
$Forward_YourSite_description=" tell a freind is a free phpfusion addon made by mave & shedrock";
/* please dont change anything after this line */
$red="#FF0000";
$black="#000000";
$fontc=$black;
$tabadd=true;
$tabthanks=false;
$msg=$Tell_A_Friend_MSG;
if($sendmsg){
if(empty($your_name)){
$msg=$Forward_YourName_Error;
$fontc=$red;
}
if(empty($your_email)){
$msg=$Forward_YourEmail_Error;
$fontc=$red;
}
if(empty($rec_name)){
$msg=$Forward_ReceiverName_Error;
$fontc=$red;
}
if(empty($rec_email)){
$msg=$Forward_ReceiverEMail_Error;
$fontc=$red;
}
if(empty($your_msg)){
$msg=$Forward_YourMessage_Error;
$fontc=$red;
}
if(!preg_match("/@/",$your_email)){
$msg=$Forward_YourEmail_Error;
}
if(!preg_match("/@/",$rec_email)){
$msg=$Forward_ReceiverEMail_Error;
}
else if(($your_name) && ($your_email) && ($rec_name) && ($rec_email) && ($your_msg) && (preg_match("/@/",$rec_email))&& (preg_match("/@/",$your_email)) ) {
$MailMSG="$hello $rec_name\n$Forward_MailMessage\n$your_msg\n\n$Forward_URL: $your_host\n$Forward_YourSite_description\n";
$send_mail= mail ($rec_email,$Forward_MailSubject,$MailMSG, "From: $your_email");
$tabthanks=true;
$tabadd=false;
}
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Recommend this Site to a Friend</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="600" align="left" valign="top"> </td>
</tr>
<tr>
<td align="center" valign="top"><p>
</p>
<p>
<?php if($tabadd){ ?>
</p>
<form action="<?php echo"$PHP_SELF";?>" method="post">
<table class="tbl" width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#FFCC33">
<tr>
<td align="center" class="tbl1">Rekomenduok draugui</td>
</tr>
<tr>
<td align="center"><table width="420" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150"><?php echo"$Forward_YourName";?></td>
<td width="270"><input class="textbox" name="your_name" type="text" value="<?php echo "$your_name"; ?>" size="25"></td>
</tr>
</table></td>
</tr>
<tr>
<td align="center"><table width="420" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" height="18"><?php echo"$Forward_YourEmail";?></td>
<td width="270"><input class="textbox" name="your_email" type="text" value="<?php echo "$your_email"; ?>" size="25"></td>
</tr>
</table></td>
</tr>
<tr>
<td align="center"><table width="420" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150"><?php echo"$Forward_ReceiverName";?></td>
<td width="270"><input class="textbox" name="rec_name" type="text" value="<?php echo "$rec_name"; ?>" size="25"></td>
</tr>
</table></td>
</tr>
<tr>
<td align="center"><table width="420" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150"><?php echo"$Forward_ReceiverEMail";?></td>
<td width="270"><input class="textbox" name="rec_email" type="text" value="<?php echo "$rec_email"; ?>" size="25"></td>
</tr>
</table></td>
</tr>
<tr>
<td align="center"><table width="420" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" align="left" valign="top"><?php echo"$Forward_YourMessage";?></td>
<td width="270"><textarea class="textbox" name="your_msg" cols="50" rows="6" wrap="VIRTUAL"><?php echo "$your_msg"; ?></textarea></td>
</tr>
</table></td>
</tr>
<tr>
<td width="100%" align="center"><input class="button" name="sendmsg" type="submit" value="Siusti">
</td>
</tr>
</table>
</form>
<p>
<?php
}
?>
</p></td>
</tr>
<tr>
<td align="center" valign="bottom">
<?php if($tabthanks){ ?>
<table width="100%">
<tr>
<td align="center"><?php echo"$Forward_Article_succ";?></td>
</tr>
</table>
<?php } ?></td>
</tr>
</table>
</body>
</html>
<?
closetable();
require_once BASEDIR."side_right.php";
require_once BASEDIR."footer.php";
?>
|
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
nu gerai kaip parasiau y notepad teksta prervadinau i tell.php ir ka toliau ?
|
bruzgis
Narys
Ekspertas
Pranešimai: 3368
Įstojęs: 2006 Geg. 9 18:05:02
|
ir ikeli i ftp pagrindine kategorija... eini administracija>sistemos administracija> tinklapio nuorodos ir pridedi linka
|
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
chipass parašė:
ir ikeli i ftp pagrindine kategorija... eini administracija>sistemos administracija> tinklapio nuorodos ir pridedi linka
o per koke programa labai gerai junktis prie ftp galima? jei zinai is kur parsisiusti pasakyk linka
|
bruzgis
Narys
Ekspertas
Pranešimai: 3368
Įstojęs: 2006 Geg. 9 18:05:02
|
is subines b.l.e.t. filezilla is google.lt nafik tu psl kuri jei tau tik 2 metai? su tokiais klausimais bek is cia
|
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
chipass parašė:
is subines b.l.e.t. filezilla is google.lt nafik tu psl kuri jei tau tik 2 metai? su tokiais klausimais bek is cia
nu zinau o is kur ta linka zinoti kur ji parodo ?
|
Enzo
Narys
Tankas
Pranešimai: 2397
Įstojęs: 2007 Lie. 30 22:07:24
|
Koki linka?
FCBarcelona
mes que un club |
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
Enzo parašė:
Koki linka?
nu pasiskaityk is paciu pradziu ir suprasi nu
|
Žmogus
Narys
Viršesnis už Dievą
Pranešimai: 5621
Įstojęs: 2006 Gru. 8 17:12:08
|
nu zinau o is kur ta linka zinoti kur ji parodo ?
Nu tai ta failą iseivinį ir pavadini tell.php tai po to ir dedi http://tavo.saitas.lt/tell.php
|
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
ShadoVw parašė:
nu zinau o is kur ta linka zinoti kur ji parodo ?
Nu tai ta failą iseivinį ir pavadini tell.php tai po to ir dedi http://tavo.saitas.lt/tell.php
ok labai aciu
|
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
The requested URL /tell.php was not found on this server.
Apache Server at www.djmusicalworld.wu.lt Port 80
va ka raso kas gali buti ? kas pasakys kas paaiskins tam 10 yvertinimas
|
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
DJ-EnZoto parašė:
The requested URL /tell.php was not found on this server.
Apache Server at www.djmusicalworld.wu.lt Port 80
va ka raso kas gali buti ? kas pasakys kas paaiskins tam 10 yvertinimas
prasau padekite labAI REIKIA KAS PADES TAM 10
|
Enzo
Narys
Tankas
Pranešimai: 2397
Įstojęs: 2007 Lie. 30 22:07:24
|
Blem tu kvailas, per filezilla ikelk tell.php i savo saito pagrindine direktorija, dabar failo nera, tu beviltiskas
FCBarcelona
mes que un club |
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
Enzo parašė:
Blem tu kvailas, per filezilla ikelk tell.php i savo saito pagrindine direktorija, dabar failo nera, tu beviltiskas
kodel taip sakai tai per kur ka kelti ka?
|
Žmogus
Narys
Viršesnis už Dievą
Pranešimai: 5621
Įstojęs: 2006 Gru. 8 17:12:08
|
OMG kaip tu fusioną įkėlei?
tai taip ir įkelk tą failą
|
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
ShadoVw parašė:
OMG kaip tu fusioną įkėlei?
tai taip ir įkelk tą failą
nu as keliau per internet exploder o db uploudinau tei neleidzia yeiti i ftp
tai ka tokiu momentu daryti ? kas pasakyk ka daryti ta yvertinsiu 10 labai prasua padekite
|
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
padekite bukite zmonys labai prasau maldauju
|
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
DJ-EnZoto parašė:
padekite bukite zmonys labai prasau maldauju
padekit maldauju nu
|
Enzo
Narys
Tankas
Pranešimai: 2397
Įstojęs: 2007 Lie. 30 22:07:24
|
Per IE fusiono failus kelei? Tu zinai kas yra ftp? Zinai kaip juo naudotis?
FCBarcelona
mes que un club |
DJ-EnZoto
Narys
Buldozeris
Pranešimai: 268
Įstojęs: 2007 Gru. 20 16:12:23
|
Enzo parašė:
Per IE fusiono failus kelei? Tu zinai kas yra ftp? Zinai kaip juo naudotis?
jo as keliau nu ir zinau kas yra ftp ir zinau kaip naudotis nebijok as ykeliau ta faila pervadines tell.php ir yrasiau ta nuoroda ir man meta ta uzrasa ir nzn kas yra todel ir klausiu
|
Žmogus
Narys
Viršesnis už Dievą
Pranešimai: 5621
Įstojęs: 2006 Gru. 8 17:12:08
|
Kaip rašai ta nuorodą?
|