sniuff
Narys
Antras po Dievo
Verslumas: 0
Pranešimai: 4491
Įstojęs: 2007 Geg. 14 16:05:52
|
Skirta PHP-Fusion v6 ir v7 versijom. Nereiks nieko, keisti ji automatiškai nustato versiją, pagal settings.
Galimybė pakviesti draugą, per jo nuorodą ir tai už tai jam būtų suteikiami taškai.
Galimybė rengti konkursus, kas daugiausiai pakviest į puslapį.
Iškart įeina: Daugiausiai pakvietusieji panelė. Panelėj atvaizduoja tavo nuorodą, bei kiek tu pakvietęs.
Screen:
Free: pakvietimai.rar - 18.8 Kb
http://androider.info/
Redagavo 2009 Vas. 16 10:02:20 |
Infe4noBanned
Narys
Margas
Verslumas: 0
Pranešimai: 118
Įstojęs: 2009 Sau. 22 18:01:42
|
12lt banku ir dar 20lt sms? tai iš viso 32lt? o šiaip jeigu ten padarytum tokį lengva darbeli ir pakeistum anglų kalbą imu.
|
mXt
Narys
Viršesnis už Dievą
Verslumas: 0
Pranešimai: 5775
Įstojęs: 2006 Bir. 9 16:06:09
|
12 lt banku ARBA 20 lt sms, infe4no...
ex best admin! |
sniuff
Narys
Antras po Dievo
Verslumas: 0
Pranešimai: 4491
Įstojęs: 2007 Geg. 14 16:05:52
|
Infe4no kokį darbelį ? o anglų kalba ten penkios minutės ir viskas...
Papildau screen:
http://androider.info/ |
ex-it
Narys
Ekspertas
Verslumas: 0
Pranešimai: 2696
Įstojęs: 2007 Gru. 24 11:12:58
|
ziuriu cia tas sniuff pasikeles, gavo kazkokias teises tai daba suda mala, trina postus, kurie jam nepatinka..as ir parduodu toki pat, tik ant v6, aisku pritaikyciau ir ant v7 uz 10lt sms or banku
|
sniuff
Narys
Antras po Dievo
Verslumas: 0
Pranešimai: 4491
Įstojęs: 2007 Geg. 14 16:05:52
|
ex-it kokias teises
pažiūrėk joks aš moderatorius.
http://androider.info/ |
ex-it
Narys
Ekspertas
Verslumas: 0
Pranešimai: 2696
Įstojęs: 2007 Gru. 24 11:12:58
|
Tai kas mano posta istryne?
Beje tu pats sakei kad uz ka cia moketi litus o dabar 12lt banku prasai
|
sniuff
Narys
Antras po Dievo
Verslumas: 0
Pranešimai: 4491
Įstojęs: 2007 Geg. 14 16:05:52
|
ką sakiau, tą sakiau. o tau čia nebūtina rašyt, ba vėl postai dings...
http://androider.info/ |
Infe4noBanned
Narys
Margas
Verslumas: 0
Pranešimai: 118
Įstojęs: 2009 Sau. 22 18:01:42
|
<?
/*--------------------------------------------+
| PHP-Fusion 6.0 - Content Management System |
|---------------------------------------------|
| author: Nick Jones (Digitanium) © 2002-2005 |
| web: http://www.php-fu... |
| email: |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
require_once "maincore.php";
require_once BASEDIR."subheader.php";
require_once BASEDIR."side_left.php";
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";
?>
Va panelė už dyka rekomenduok draugui v6 viskas
|
WyPuk
VIP narys
Ekspertas
Verslumas: 0
Pranešimai: 3494
Įstojęs: 2008 Rugp. 7 08:08:39
|
Gal aš paimčiau ?|
Redagavo WyPuk 2009 Vas. 14 11:02:07 |
ex-it
Narys
Ekspertas
Verslumas: 0
Pranešimai: 2696
Įstojęs: 2007 Gru. 24 11:12:58
|
Infe4no - doh, cia visai kitas dalykas...
|
sniuff
Narys
Antras po Dievo
Verslumas: 0
Pranešimai: 4491
Įstojęs: 2007 Geg. 14 16:05:52
|
infe4no pas tave email siuncia...
o cia nuoroda ir viska atvaizduoja.
http://androider.info/ |
mXt
Narys
Viršesnis už Dievą
Verslumas: 0
Pranešimai: 5775
Įstojęs: 2006 Bir. 9 16:06:09
|
Siaip tai cia nera uz ka moketi 10 minuciu darbas toki padaryti
ex best admin! |
ex-it
Narys
Ekspertas
Verslumas: 0
Pranešimai: 2696
Įstojęs: 2007 Gru. 24 11:12:58
|
Tai ir taip aisku, as tai nors tik 5-10lt smsu noreciau
|
lilas
Narys
Kapitonas
Verslumas: 0
Pranešimai: 793
Įstojęs: 2007 Lap. 20 15:11:44
|
Siaip tai cia nera uz ka moketi šypsosi 10 minuciu darbas toki padaryti šypsosi Tai padaryk ir publikuok fo fry
Gyvenkim šiandiena sugrįžkim namo kur širdys gyvena |
Kelmas
Narys
Tankas
Verslumas: +15
Pranešimai: 2100
Įstojęs: 2006 Rugp. 17 16:08:42
|
Sniuff parašė:
Infe4no kokį darbelį ? o anglų kalba ten penkios minutės ir viskas...
Papildau screen:
Nieko gero.. perdariau nigerui visa modą todėl nebeina taip durnai kaip pas jūsų tonoms eilučių.
|
Kashisss
Narys
Nuolatinis
Verslumas: 0
Pranešimai: 172
Įstojęs: 2008 Gru. 23 18:12:06
|
Inf4no toj panlej yra viksas ir top tu kurie dauugiausia pakviete ir kiek as pakvietes ir mano tas slaptas kodas viskas? nes as kaip tik tokio dalyko ieskojau ;D
kaskokia lieva panele ;D neiena idet jos. klaidu belekiek
|
ex-it
Narys
Ekspertas
Verslumas: 0
Pranešimai: 2696
Įstojęs: 2007 Gru. 24 11:12:58
|
Dragelis parašė:
Sniuff parašė:
Infe4no kokį darbelį ? o anglų kalba ten penkios minutės ir viskas...
Papildau screen:
Nieko gero.. perdariau nigerui visa modą todėl nebeina taip durnai kaip pas jūsų tonoms eilučių.
Cia buvo mano pirmas modas drageli
|
Spyware
Narys
Kapitonas
Verslumas: 0
Pranešimai: 727
Įstojęs: 2008 Lap. 28 09:11:38
|
Infe4no parašė:
<?
/*--------------------------------------------+
| PHP-Fusion 6.0 - Content Management System |
|---------------------------------------------|
| author: Nick Jones (Digitanium) © 2002-2005 |
| web: http://www.php-fu... |
| email: |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
require_once "maincore.php";
require_once BASEDIR."subheader.php";
require_once BASEDIR."side_left.php";
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";
?>
Va panelė už dyka rekomenduok draugui v6 viskas
Ilgai rašei ?
Visada yra išeitis..
www.Bendraukim.Net |
ex-it
Narys
Ekspertas
Verslumas: 0
Pranešimai: 2696
Įstojęs: 2007 Gru. 24 11:12:58
|
Nerase jis, yra toks jau dalykas senai sukurtas.
|
mXt
Narys
Viršesnis už Dievą
Verslumas: 0
Pranešimai: 5775
Įstojęs: 2006 Bir. 9 16:06:09
|
AmbientBlackMetal parašė:
Tai padaryk ir publikuok fo fry
Deja, bičiuli, neturiu nei noro, nei laiko
ex best admin! |
Kashisss
Narys
Nuolatinis
Verslumas: 0
Pranešimai: 172
Įstojęs: 2008 Gru. 23 18:12:06
|
Infe4no parašė:
<?
/*--------------------------------------------+
| PHP-Fusion 6.0 - Content Management System |
|---------------------------------------------|
| author: Nick Jones (Digitanium) © 2002-2005 |
| web: http://www.php-fu... |
| email: |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
require_once "maincore.php";
require_once BASEDIR."subheader.php";
require_once BASEDIR."side_left.php";
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";
?>
Va panelė už dyka rekomenduok draugui v6 viskas
kaip padaryt kad sita veiktu? nes cia velnias zino , bugai. neina man ji niekaip
|
tock
Narys
Generolas
Verslumas: 0
Pranešimai: 1171
Įstojęs: 2008 Rugp. 23 14:08: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();
Redagavo tock 2009 Vas. 14 17:02:32 |
sniuff
Narys
Antras po Dievo
Verslumas: 0
Pranešimai: 4491
Įstojęs: 2007 Geg. 14 16:05:52
|
Imam nemokamai: pakvietimai.rar - 18.8 Kb.
http://androider.info/ |
Infe4noBanned
Narys
Margas
Verslumas: 0
Pranešimai: 118
Įstojęs: 2009 Sau. 22 18:01:42
|
niekas neperka, PINIGŲ NEDUODA. Ai galvoja sniuff reikia bent kiek naudos paraut tai į failai.lt įdėjo bent jau taškų gaus. Ačiū sniuff
Kuriamas Website: 0% |
Ultriukas pydariuk
Narys
Kapitonas
Verslumas: 0
Pranešimai: 518
Įstojęs: 2009 Vas. 14 08:02:01
|
Infe4no Jo. Čia gerai pavarei. Dėkui sniuff
|
Poker
Narys
Terminatorius
Verslumas: 0
Pranešimai: 1451
Įstojęs: 2008 Sau. 28 10:01:55
|
Mirror(Veidrodinis)
http://failai.in/F25879424C/pakv...
http://www.2shared.com/fadmin/48...etimai.rar
|
Ultriukas pydariuk
Narys
Kapitonas
Verslumas: 0
Pranešimai: 518
Įstojęs: 2009 Vas. 14 08:02:01
|
Dėl taškų dar.
|
sniuff
Narys
Antras po Dievo
Verslumas: 0
Pranešimai: 4491
Įstojęs: 2007 Geg. 14 16:05:52
|
Warkion, ka darai debile ?
http://androider.info/ |
Poker
Narys
Terminatorius
Verslumas: 0
Pranešimai: 1451
Įstojęs: 2008 Sau. 28 10:01:55
|
Warkion, ka darai debile ?
Idejau mirror,kas nenori siustis is failai.lt
|
sniuff
Narys
Antras po Dievo
Verslumas: 0
Pranešimai: 4491
Įstojęs: 2007 Geg. 14 16:05:52
|
Paplatini, o wa tokie kaip Warkion nx ir kisa i kitus mirror...
http://androider.info/ |
Poker
Narys
Terminatorius
Verslumas: 0
Pranešimai: 1451
Įstojęs: 2008 Sau. 28 10:01:55
|
Ka cia blogo iszvelgi?
|
Infe4noBanned
Narys
Margas
Verslumas: 0
Pranešimai: 118
Įstojęs: 2009 Sau. 22 18:01:42
|
aaaaaaaaaa Sniuf galvoja: ka daryt, ka daryt, ka daryt. Jeigu negausiu taškų tiek darbo bus veltui gi ilgai ieškojau iš kur tą sistemą nuripint
Čia bajeris o šiaip siųskitės iš failai.lt gi sniuff kūrė tai jam bent kokį užmokestį padarykit
Kuriamas Website: 0%
Redagavo Infe4noBanned 2009 Vas. 16 11:02:57 |
MobyDick
Narys
Kapitonas
Verslumas: 0
Pranešimai: 598
Įstojęs: 2008 Bir. 19 15:06:56
|
didelis aciu
http://filmaitau.lt Registruokis! Siųskis! Bendrauk! |
ex-it
Narys
Ekspertas
Verslumas: 0
Pranešimai: 2696
Įstojęs: 2007 Gru. 24 11:12:58
|
Labai jau ilgas kodas
|
Ultriukas pydariuk
Narys
Kapitonas
Verslumas: 0
Pranešimai: 518
Įstojęs: 2009 Vas. 14 08:02:01
|
Bet čia man vienam neveikai top kvietėjai.???
|
moonlike
Narys
Pulkininkas
Verslumas: 0
Pranešimai: 453
Įstojęs: 2008 Rugs. 24 20:09:39
|
o kur ta invite.php faila reikia deti?
Pigiai koduoju HTML, xHTML/CSS dizainus. |
robert
Narys
Tankas
Verslumas: 0
Pranešimai: 1946
Įstojęs: 2006 Gru. 18 16:12:57
|
Į šikną sau, paskui suvedi adresą : www.mano-šikna.xz.lt/pakviečiau.php?šudus
|
WyPuk
VIP narys
Ekspertas
Verslumas: 0
Pranešimai: 3494
Įstojęs: 2008 Rugp. 7 08:08:39
|
kerniux parašė:
o kur ta invite.php faila reikia deti?
Į pagrindinį FTP puslapį
|
Kashisss
Narys
Nuolatinis
Verslumas: 0
Pranešimai: 172
Įstojęs: 2008 Gru. 23 18:12:06
|
mldc sniuf DD
pinigu pagailejau , bet tau tasku ant failai lt negailesiu ;DD parsisiusiu ;D
|