Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: dėl kontaktų
Parašė Giedrunskis· 2008 Vas. 18 21:02:08
#2
nuoroda normalia prasyciau ;)
Parašė Fanio· 2008 Vas. 18 21:02:41
#3
Neatidaro nuotraukos, jeigu nemoki ikelti duok kaip atrodo tas saitas adresa.
Parašė Paul McCartney· 2008 Vas. 18 21:02:12
#5
Išsitampys.Kam tau tokios nesamonės?
Parašė Žmogus· 2008 Vas. 18 21:02:59
#6
Arba rašyk jūsų emailas :D
Parašė ramon· 2008 Vas. 18 21:02:28
#7
pvz:
<tr>
<td width='
35%'>Jusu mailas</td>
<td width='
65%'><input ...></td>
</tr>
Parašė __________· 2008 Vas. 19 20:02:03
#8
ramon visaip rašiau bet išsitampo saitas gal galėtum pilną kodą parašyti sutvarkęs, aišku jai gali. :( :?
Parašė __________· 2008 Vas. 22 14:02:48
#9
Sorru už flodą, tai gal kas kitas galėtumėt ;)?:]
Parašė Giedrunskis· 2008 Vas. 29 16:02:59
#11
<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
include LOCALE.LOCALESET."contact.php";
if (isset($_POST['sendmessage'])) {
$error = "";
$mailname = substr(stripinput(trim($_POST['mailname'])),0,50);
$email = substr(stripinput(trim($_POST['email'])),0,100);
$subject = substr(str_replace(array("\r","\n","@"), "", descript(stripslash(trim($_POST['subject'])))),0,50);
$message = descript(stripslash(trim($_POST['message'])));
if ($mailname == "") {
$error .= "· <span class='alt'>".$locale['420']."</span><br>\n";
}
if ($email == "" || !preg_match("/^[-0-9A-Z_\.]{1,50}@([-0-9A-Z_\.]+\.){1,50}([0-9A-Z]){2,4}$/i", $email)) {
$error .= "· <span class='alt'>".$locale['421']."</span><br>\n";
}
if ($subject == "") {
$error .= "· <span class='alt'>".$locale['422']."</span><br>\n";
}
if ($message == "") {
$error .= "· <span class='alt'>".$locale['423']."</span><br>\n";
}
if (!$error) {
require_once INCLUDES."sendmail_include.php";
sendemail($settings['siteusername'],$settings['siteemail'],$mailname,$email,$subject,$message);
opentable($locale['400']);
echo "<center><br>\n".$locale['440']."<br><br>\n".$locale['441']."</center><br>\n";
closetable();
} else {
opentable($locale['400']);
echo "<center><br>\n".$locale['442']."<br><br>\n$error<br>\n".$locale['443']."</center><br>\n";
closetable();
}
} else {
opentable($locale['400']);
echo $locale['401']."<br><br>
<form name='userform' method='post' action='".FUSION_SELF."'>
<table align='center' cellpadding='0' cellspacing='0' class='tbl'>
<tr>
<td>".$locale['402']."<br><input type='text' name='mailname' maxlength='50' class='textbox' style='width: 200px;'></td>
</tr>
<tr>
<td>".$locale['403']."<br><input type='text' name='email' maxlength='100' class='textbox' style='width: 200px;'></td>
</tr>
<tr>
<td>".$locale['404']."<br><input type='text' name='subject' maxlength='50' class='textbox' style='width: 200px;'></td>
</tr>
<tr>
<td>".$locale['405']."<br><textarea name='message' rows='10' cols='58' class='textbox'></textarea></td>
</tr>
<tr>
<td align='center' colspan='2'>
<input type='submit' name='sendmessage' value='".$locale['406']."' class='button'>
</td>
</tr>
</table>
</form>\n";
closetable();
}
require_once "side_right.php";
require_once "footer.php";
?>
I sveikata
Parašė __________· 2008 Vas. 29 18:02:38
#12
Hmmm išmetė erro'rą ;\
Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 19456 bytes) in /home/*****/*****.xz.lt/locale/Lithuanian/contact.php on line 23
Parašė Enzo· 2008 Vas. 29 18:02:03
#13
Įmesk tą eilutę;)
Parašė __________· 2008 Vas. 29 18:02:47
#14
?
Parašė Enzo· 2008 Vas. 29 18:02:21
#15
Tautvydass parašė:
?
xz.lt/locale/Lithuanian/contact.php on line 23
23 eilutę iš localo įdėk:)
Parašė __________· 2008 Vas. 29 18:02:42
#16
Nesupratau vistiek, 23 eilutę iš localo įdėk. :|
tai kad locale tik kalbos ;|
Parašė DuRaCeLL· 2008 Vas. 29 18:02:43
#17
nu tai čia kažkas blogai su locale failu nedaeina? :|
Parašė Giedrunskis· 2008 Vas. 29 19:02:11
#18
<?php
// Contact Form
$locale['400'] = "Kontaktai";
$locale['401'] = "Būdai, kuriais galite su mumis susisiekti
<a href='mailto:".str_replace("@","@",$settings['siteemail'])."'>".str_replace("@","@",$settings['siteemail'])."</a>.
Jei tu esi narys, gali man siųsti <a href='messages.php?msg_send=1'>Asmeninę žinutę</a>.
Arba gali užpildyti formą esančią šiame puslapyje, ir man bus atsiųsta žinutė e-paštu.";
$locale['402'] = "Vardas:";
$locale['403'] = "E-pašto adresas:";
$locale['404'] = "Pavadinimas:";
$locale['405'] = "Žinutė:";
$locale['406'] = "Siųsti žinutę";
// Contact Errors
$locale['420'] = "Turite parašyti pavadinimą";
$locale['421'] = "Turite įrašyti e-pašto adresą";
$locale['422'] = "Turite parašyti pavadinimą";
$locale['423'] = "Turite parašyti žinutę";
// Message Sent
$locale['440'] = "Jūsų žinutė išsiųsta";
$locale['441'] = "Ačiū";
$locale['442'] = "Jūsų žinutė neišsiųsta dėl šių priežasčių:";
$locale['443'] = "Bandykite dar kartą.";
?>
Pamegink toki ikisti i locale/Lithuania/cotact.php
Redagavo Giedrunskis· 2008 Vas. 29 19:02:25
Parašė __________· 2008 Vas. 29 19:02:08
#19
Šeip čia default, bet ačiū už padėjima susitvarkiau pats. ;)
Parašė Giedrunskis· 2008 Vas. 29 19:02:40
#20
nu tai reikejo nuternkt koda savaji, nes emiau viska default...
Redagavo Giedrunskis· 2008 Vas. 29 19:02:56