stage6 is teh gone
Hello, I created group ,,LFS Action" and I typed bad description so I tried edit it, but it is not able to or I didn't find it and the same when I wanted delete the group. So I deleted myself from the group and now it's a group without admin.
And sorry, it was an accidents - I sent some reports so... Sorry.
And a while ago I sent you a test message, because when I tried to send this message 1st time, I was redirected on white page... Adress was still the same ,,http://www.lfsvideo.net/emailcompose.php".
And again the white page, so I'm trying 3rd time.
4th time... 5th time...
M1k3
if ($_POST['submitted_reply'] == "yes") {
$member_username = $_POST['member_username'];//check if form has been submitted
$subject = 'Re: ' . $_POST['subject'];
;
$message = "";
$todays_date = $config["date_format"];
$template = "templates/main_1.htm";
$inner_template1 = "templates/inner_email_compose.htm";//middle of page
$TBS = new clsTinyButStrong;
$TBS->NoErr = true;// no more error message displayed.
$TBS->LoadTemplate("$template");
$TBS->Render = TBS_OUTPUT;
$TBS->Show();
@mysql_close();
die();
}
if ($_POST['submitted_reply'] == "yes") {
$member_username = $_POST['member_username'];//check if form has been submitted
$subject = 'Re: ' . $_POST['subject'];
;
$message = "";
addslashes($message);
$todays_date = $config["date_format"];
$template = "templates/main_1.htm";
$inner_template1 = "templates/inner_email_compose.htm";//middle of page
$TBS = new clsTinyButStrong;
$TBS->NoErr = true;// no more error message displayed.
$TBS->LoadTemplate("$template");
$TBS->Render = TBS_OUTPUT;
$TBS->Show();
@mysql_close();
die();
}
if ($_POST['submitted_reply'] == "yes") {
$member_username = $_POST['member_username'];//check if form has been submitted
$subject = 'Re: ' . $_POST['subject'];
;
addslashes ($message = "");
$todays_date = $config["date_format"];
$template = "templates/main_1.htm";
$inner_template1 = "templates/inner_email_compose.htm";//middle of page
$TBS = new clsTinyButStrong;
$TBS->NoErr = true;// no more error message displayed.
$TBS->LoadTemplate("$template");
$TBS->Render = TBS_OUTPUT;
$TBS->Show();
@mysql_close();
die();
}