';
- saveContactData(
- \S::get( 'inputName' ),
- \S::get( 'inputEmail' ),
- '',
- \S::get('message'),
- '',
- \S::get( 'inputTitle' ),
- '',
- '',
- '',
- 'contact'
- );
+ saveContactData( \S::get('inputName'), \S::get('inputEmail'), '', \S::get('message'), '', \S::get('inputTitle'), '', '', '', 'contact' );
- if ( \S::send_email( 'marketing@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ) )
+ if (\S::send_email('marketing@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send))
{
// send copy to k.zarzyczny@vidok.com
- \S::send_email( 'k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
- \S::send_email( 'arkuszevidok@gmail.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
- \S::alert( \S::lang( 'wiadomosc-zostala-wyslana' ) );
+ \S::send_email('k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send);
+ \S::send_email('arkuszevidok@gmail.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send);
+ \S::alert(\S::lang('wiadomosc-zostala-wyslana'));
}
else
- \S::alert( \S::lang( 'wiadomosc-niezostala-wyslana' ) );
+ \S::alert(\S::lang('wiadomosc-niezostala-wyslana'));
}
else
{
- \S::alert( \S::lang( 'wiadomosc-niezostala-wyslana' ) );
+ \S::alert(\S::lang('wiadomosc-niezostala-wyslana'));
}
- } else {
- \S::alert( "Jesteś robotem!" );
}
- header( 'Location: ' . $_SERVER['REQUEST_URI'] );
+ else
+ {
+ \S::alert("Jesteś robotem!");
+ }
+ header('Location: ' . $_SERVER['REQUEST_URI']);
exit;
}
-if ( \S::get('action') == 'send-contact-modal' and \S::get( 'token' ) == \S::get_session( 'modal-token' ) and !\S::get( 'website' ) )
+if ( \S::get('action') == 'send-contact-modal' and \S::get('token') == \S::get_session('modal-token') and !\S::get('website') )
{
$captcha = $_POST['g-recaptcha-response'] ?? null;
-
- if (!$captcha) {
+ if (!$captcha)
+ {
\S::alert("Weryfikacja reCaptcha nie powiodła się. Proszę spróbować ponownie.");
header('Location: ' . $_SERVER['REQUEST_URI']);
exit;
@@ -146,10 +297,11 @@ if ( \S::get('action') == 'send-contact-modal' and \S::get( 'token' ) == \S::get
$response = file_get_contents($url);
$responseKeys = json_decode($response, true);
- if (!$responseKeys['success']) {
- \S::alert("Jesteś robotem!");
- header('Location: ' . $_SERVER['REQUEST_URI']);
- exit;
+ if (!$responseKeys['success'])
+ {
+ \S::alert("Jesteś robotem!");
+ header('Location: ' . $_SERVER['REQUEST_URI']);
+ exit;
}
@@ -157,33 +309,14 @@ if ( \S::get('action') == 'send-contact-modal' and \S::get( 'token' ) == \S::get
for ($i = 0; $i < $countfiles; $i++)
{
$filename = $_FILES['files']['name'][$i];
- if ($filename and pathinfo( $_FILES['files']['name'][$i], PATHINFO_EXTENSION ) != 'php' )
+ if ($filename and pathinfo($_FILES['files']['name'][$i], PATHINFO_EXTENSION) != 'php')
{
move_uploaded_file($_FILES['files']['tmp_name'][$i], 'temp/' . $filename);
$files_to_send[] = 'temp/' . $filename;
}
}
- if (
- \S::get( 'name' )
- and
- \S::get( 'email' )
- and
- \S::get( 'address' )
- and
- \S::get( 'phone' )
- and
- \S::get( 'information' )
- and
- strposa( \S::get( 'name' ), $spam_words ) === false
- and
- strposa( \S::get( 'email' ), $spam_words ) === false
- and
- strposa( \S::get( 'address' ), $spam_words ) === false
- and
- strposa( \S::get( 'phone' ), $spam_words ) === false
- and
- strposa( \S::get( 'information' ), $spam_words ) === false )
+ if ( \S::get( 'name' ) and \S::get( 'email' ) and \S::get( 'address' ) and \S::get( 'phone' ) and strposa( \S::get( 'name' ), $spam_words ) === false and strposa( \S::get( 'email' ), $spam_words ) === false and strposa( \S::get( 'address' ), $spam_words ) === false and strposa( \S::get( 'phone' ), $spam_words ) === false and strposa( \S::get( 'information' ), $spam_words ) === false )
{
$text = '
Imię: ' . \S::get('name') . '
';
$text .= '
Email: ' . \S::get('email') . '
';
@@ -191,190 +324,125 @@ if ( \S::get('action') == 'send-contact-modal' and \S::get( 'token' ) == \S::get
$text .= '
Telefon: ' . \S::get('phone') . '
';
$text .= '
Wiadomość: ' . nl2br(\S::get('information')) . '
';
$text .= '
wymiary swojej stolarki: ' . nl2br(\S::get('wymiaryStolarki')) . '
';
- $text .= '
Wysłano: ' . date( 'Y-m-d H:i:s' ) . '
';
+ $text .= '
Wysłano: ' . date('Y-m-d H:i:s') . '
';
- saveContactData(
- \S::get('name'),
- \S::get('email'),
- \S::get('phone'),
- \S::get('information'),
- \S::get('address'),
- '',
- '',
- '',
- '',
- 'modal-contact-form'
- );
+ $zgoda1 = (\S::get('acceptance-323') == 1) ? 1 : 0;
+ $zgoda2 = (\S::get('acceptance-324') == 1) ? 1 : 0;
+
+ $fullMessage = \S::get('information');
+ if (\S::get('wymiaryStolarki')) {
+ $fullMessage .= "\n\n--- Wymiary stolarki ---\n" . \S::get('wymiaryStolarki');
+ }
+
+ saveContactData( \S::get('name'), \S::get('email'), \S::get('phone'), $fullMessage, \S::get('address'), '', '', '', '', 'modal-contact-form', '', '', $zgoda1, $zgoda2 );
if ( \S::send_email( 'marketing@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ) )
{
// send copy to k.zarzyczny@vidok.com
- \S::send_email( 'k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
- \S::send_email( 'arkuszevidok@gmail.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
- \S::alert( \S::lang('wiadomosc-zostala-wyslana' ) );
+ \S::send_email('k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send);
+ \S::send_email('arkuszevidok@gmail.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send);
+ \S::alert(\S::lang('wiadomosc-zostala-wyslana'));
header('Location: ' . $_SERVER['REQUEST_URI'] . '?modal_form_sent=1');
}
else
- \S::alert( \S::lang('wiadomosc-niezostala-wyslana' ) );
+ \S::alert(\S::lang('wiadomosc-niezostala-wyslana'));
}
else
- \S::alert( \S::lang('wiadomosc-niezostala-wyslana' ) );
+ \S::alert(\S::lang('wiadomosc-niezostala-wyslana'));
header('Location: ' . $_SERVER['REQUEST_URI']);
exit;
}
-if ( \S::get( 'action' ) == 'send-services' and \S::get( 'token' ) == \S::get_session( 'form-token' ) and !\S::get( 'website' ) )
+if (\S::get('action') == 'send-services' and \S::get('token') == \S::get_session('form-token') and !\S::get('website'))
{
- if (
- \S::get( 'inputName' )
- and
- \S::get( 'inputEmail' )
- and
- \S::get( 'inputContactNumber' )
- and
- \S::get( 'inputInvoiceNumber' )
- and
- \S::get( 'inputAdres' )
- and
- \S::get( 'message' )
- and
- strposa( \S::get( 'inputName' ), $spam_words ) === false
- and
- strposa( \S::get( 'inputEmail' ), $spam_words ) === false
- and
- strposa( \S::get( 'inputContactNumber' ), $spam_words ) === false
- and
- strposa( \S::get( 'inputInvoiceNumber' ), $spam_words ) === false
- and
- strposa( \S::get( 'inputAdres' ), $spam_words ) === false
- and
- strposa( \S::get( 'message' ), $spam_words ) === false
- )
+ if ( \S::get('inputName') and \S::get('inputEmail') and \S::get('inputContactNumber') and \S::get('inputInvoiceNumber') and \S::get('inputAdres') and \S::get('message') and strposa(\S::get('inputName'), $spam_words) === false and strposa(\S::get('inputEmail'), $spam_words) === false and strposa(\S::get('inputContactNumber'), $spam_words) === false and strposa(\S::get('inputInvoiceNumber'), $spam_words) === false and strposa(\S::get('inputAdres'), $spam_words) === false and strposa(\S::get('message'), $spam_words) === false )
{
- $text .= '
Nazwa firmy: ' . \S::get( 'inputCompanyName' ) . '
';
- $text .= '
Imię i nazwisko: ' . \S::get( 'inputName' ) . '
';
- $text .= '
Numer faktury sprzedażowej: ' . \S::get( 'inputInvoiceNumber' ) . '
';
- $text .= '
Numer kontaktowy: ' . \S::get( 'inputContactNumber' ) . '
';
- $text .= '
Email: ' . \S::get( 'inputEmail' ) . '
';
- $text .= '
Adres zgłoszenia: ' . \S::get( 'inputAdres' ) . '
';
+ $text .= '
Nazwa firmy: ' . \S::get('inputCompanyName') . '
';
+ $text .= '
Imię i nazwisko: ' . \S::get('inputName') . '
';
+ $text .= '
Numer faktury sprzedażowej: ' . \S::get('inputInvoiceNumber') . '
';
+ $text .= '
Numer kontaktowy: ' . \S::get('inputContactNumber') . '
';
+ $text .= '
Email: ' . \S::get('inputEmail') . '
';
+ $text .= '
Adres zgłoszenia: ' . \S::get('inputAdres') . '
';
$text .= '
Opis zgłoszenia: ' . nl2br(\S::get('message')) . '
';
- $text .= '
Wysłano: ' . date( 'Y-m-d H:i:s' ) . '
';
+ $text .= '
Wysłano: ' . date('Y-m-d H:i:s') . '
';
$msg = '
Dziękujemy za kontakt z działem Serwisu i Reklamacji VIDOK.
Zgłoszenie ma obecnie status „rozpoczęte” i zostało zarejestrowane w naszej bazie danych. W przeciągu 5 dni roboczych, pracownik działu serwisu skontaktuje się z Państwem w celu informacji o statusie zgłoszenia.
';
- saveContactData(
- \S::get( 'inputName' ),
- \S::get( 'inputEmail' ),
- \S::get( 'inputContactNumber' ),
- \S::get('message'),
- '',
- '',
- \S::get( 'inputCompanyName' ),
- \S::get( 'inputInvoiceNumber' ),
- \S::get( 'inputAdres' ),
- 'services form'
- );
+ saveContactData( \S::get('inputName'), \S::get('inputEmail'), \S::get('inputContactNumber'), \S::get('message'), '', '', \S::get('inputCompanyName'), \S::get('inputInvoiceNumber'), \S::get('inputAdres'), 'services-form', '', '', 1, 1 );
- if ( \S::send_email( 'zgloszenia@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ) )
+ if (\S::send_email('zgloszenia@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send))
{
- \S::send_email( 'serwis@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
- \S::send_email( \S::get( 'inputEmail' ), 'Wiadomość ze strony vidok.com',$msg, );
- \S::alert( \S::lang( 'wiadomosc-zostala-wyslana' ) );
+ \S::send_email('serwis@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send);
+ \S::send_email(\S::get('inputEmail'), 'Wiadomość ze strony vidok.com', $msg,);
+ \S::alert(\S::lang('wiadomosc-zostala-wyslana'));
}
else
- \S::alert( \S::lang( 'wiadomosc-niezostala-wyslana' ) );
+ \S::alert(\S::lang('wiadomosc-niezostala-wyslana'));
}
else
- \S::alert( \S::lang( 'wiadomosc-niezostala-wyslana' ) );
+ \S::alert(\S::lang('wiadomosc-niezostala-wyslana'));
- header( 'Location: ' . $_SERVER['REQUEST_URI'] );
+ header('Location: ' . $_SERVER['REQUEST_URI']);
exit;
}
-if ( \S::get('action') == 'send-contact-landing' and \S::get( 'token' ) == \S::get_session( 'landing-token' ) and !\S::get( 'website' ) )
+if (\S::get('action') == 'send-contact-landing' and \S::get('token') == \S::get_session('landing-token') and !\S::get('website'))
{
$countfiles = count($_FILES['files']['name']);
for ($i = 0; $i < $countfiles; $i++)
{
$filename = $_FILES['files']['name'][$i];
- if ($filename and pathinfo( $_FILES['files']['name'][$i], PATHINFO_EXTENSION ) != 'php' )
+ if ($filename and pathinfo($_FILES['files']['name'][$i], PATHINFO_EXTENSION) != 'php')
{
move_uploaded_file($_FILES['files']['tmp_name'][$i], 'temp/' . $filename);
$files_to_send[] = 'temp/' . $filename;
}
}
- if (
- \S::get( 'name' )
- and
- \S::get( 'email' )
- and
- \S::get( 'address' )
- and
- \S::get( 'phone' )
- and
- \S::get( 'information' )
- and
- strposa( \S::get( 'name' ), $spam_words ) === false
- and
- strposa( \S::get( 'email' ), $spam_words ) === false
- and
- strposa( \S::get( 'address' ), $spam_words ) === false
- and
- strposa( \S::get( 'phone' ), $spam_words ) === false
- and
- strposa( \S::get( 'information' ), $spam_words ) === false
- )
+ if ( \S::get('name') and \S::get('email') and \S::get('address') and \S::get('phone') and \S::get('information') and strposa(\S::get('name'), $spam_words) === false and strposa(\S::get('email'), $spam_words) === false and strposa(\S::get('address'), $spam_words) === false and strposa(\S::get('phone'), $spam_words) === false and strposa(\S::get('information'), $spam_words) === false
+ )
{
$text = '
Imię: ' . \S::get('name') . '
';
$text .= '
Email: ' . \S::get('email') . '
';
$text .= '
Kod pocztowy: ' . \S::get('address') . '
';
$text .= '
Telefon: ' . \S::get('phone') . '
';
$text .= '
Wiadomość: ' . nl2br(\S::get('information')) . '
';
- $text .= '
Wysłano: ' . date( 'Y-m-d H:i:s' ) . '
';
+ $text .= '
Wysłano: ' . date('Y-m-d H:i:s') . '
';
- saveContactData(
- \S::get('name'),
- \S::get('email'),
- \S::get('phone'),
- \S::get('information'),
- \S::get('address'),
- '',
- '',
- '',
- '',
- 'landing form'
- );
+ saveContactData( \S::get('name'), \S::get('email'), \S::get('phone'), \S::get('information'), \S::get('address'), '', '', '', '', 'landing-form', '', '', 1, 1 );
- if ( \S::send_email( 'marketing@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ) )
+ if (\S::send_email('marketing@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send))
{
// send copy to k.zarzyczny@vidok.com
- \S::send_email( 'k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
- \S::send_email( 'arkuszevidok@gmail.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
- \S::alert( \S::lang('wiadomosc-zostala-wyslana' ) );
+ \S::send_email('k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send);
+ \S::send_email('arkuszevidok@gmail.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send);
+ \S::alert(\S::lang('wiadomosc-zostala-wyslana'));
}
- else{
- \S::alert( \S::lang('wiadomosc-niezostala-wyslana' ) );
+ else
+ {
+ \S::alert(\S::lang('wiadomosc-niezostala-wyslana'));
}
}
else
- \S::alert( \S::lang('wiadomosc-niezostala-wyslana' ) );
+ \S::alert(\S::lang('wiadomosc-niezostala-wyslana'));
- \S::set_session( 'landing-sended', true );
+ \S::set_session('landing-sended', true);
header('Location: ' . $_SERVER['REQUEST_URI']);
exit;
}
-if ( \S::get('action') == 'send-contact-form-new' and \S::get( 'token' ) == \S::get_session( 'contact-form-token' ) and !\S::get( 'website' ) )
+if (\S::get('action') == 'send-contact-form-new' and \S::get('token') == \S::get_session('contact-form-token') and !\S::get('website'))
{
- if(isset($_POST['g-recaptcha-response'])){
- $captcha=$_POST['g-recaptcha-response'];
+ if (isset($_POST['g-recaptcha-response']))
+ {
+ $captcha = $_POST['g-recaptcha-response'];
}
- if(!$captcha){
- \S::alert( "Weryfikacja reCaptcha nie powiodła się. Proszę spróbować ponownie." );
- header( 'Location: ' . $_SERVER['REQUEST_URI'] );
+ if (!$captcha)
+ {
+ \S::alert("Weryfikacja reCaptcha nie powiodła się. Proszę spróbować ponownie.");
+ header('Location: ' . $_SERVER['REQUEST_URI']);
exit;
}
$secretKey = "6LfaovglAAAAAAz84QLdbONodP1yJUpSOVTnFMt4";
@@ -382,15 +450,16 @@ if ( \S::get('action') == 'send-contact-form-new' and \S::get( 'token' ) == \S::
// post request to server
$url = 'https://www.google.com/recaptcha/api/siteverify?secret=' . urlencode($secretKey) . '&response=' . urlencode($captcha);
$response = file_get_contents($url);
- $responseKeys = json_decode($response,true);
+ $responseKeys = json_decode($response, true);
// should return JSON with success as true
- if($responseKeys["success"]) {
+ if ($responseKeys["success"])
+ {
$countfiles = count($_FILES['files']['name']);
for ($i = 0; $i < $countfiles; $i++)
{
$filename = $_FILES['files']['name'][$i];
- if ($filename and pathinfo( $_FILES['files']['name'][$i], PATHINFO_EXTENSION ) != 'php' )
+ if ($filename and pathinfo($_FILES['files']['name'][$i], PATHINFO_EXTENSION) != 'php')
{
move_uploaded_file($_FILES['files']['tmp_name'][$i], 'temp/' . $filename);
$files_to_send[] = 'temp/' . $filename;
@@ -398,28 +467,9 @@ if ( \S::get('action') == 'send-contact-form-new' and \S::get( 'token' ) == \S::
}
- if (
- \S::get( 'name' )
- and
- \S::get( 'email' )
- and
- \S::get( 'postal_code' )
- and
- \S::get( 'phone' )
- and
- \S::get( 'voivodeship' )
- and
- \S::get( 'client' )
- and
- strposa( \S::get( 'name' ), $spam_words ) === false
- and
- strposa( \S::get( 'email' ), $spam_words ) === false
- and
- strposa( \S::get( 'postal_code' ), $spam_words ) === false
- and
- strposa( \S::get( 'phone' ), $spam_words ) === false
- and
- strposa( \S::get( 'message' ), $spam_words ) === false )
+ if ( \S::get('name') and \S::get('email') and \S::get('postal_code') and \S::get('phone') and \S::get('voivodeship') and \S::get('client') and strposa(\S::get('name'), $spam_words) === false and strposa(\S::get('email'), $spam_words) === false and
+ strposa(\S::get('postal_code'), $spam_words) === false and strposa(\S::get('phone'), $spam_words) === false and strposa(\S::get('message'), $spam_words) === false
+ )
{
$text = '
Imię: ' . \S::get('name') . '
';
$text .= '
Email: ' . \S::get('email') . '
';
@@ -428,74 +478,62 @@ if ( \S::get('action') == 'send-contact-form-new' and \S::get( 'token' ) == \S::
$text .= '
Klient: ' . \S::get('client') . '
';
$text .= '
Telefon: ' . \S::get('phone') . '
';
$text .= '
Wiadomość: ' . nl2br(\S::get('message')) . '
';
- $text .= '
Wysłano: ' . date( 'Y-m-d H:i:s' ) . '
';
+ $text .= '
Wysłano: ' . date('Y-m-d H:i:s') . '
';
- saveContactData(
- \S::get('name'),
- \S::get('email'),
- \S::get('phone'),
- \S::get('message'),
- \S::get('postal_code'),
- '',
- '',
- '',
- '',
- 'contact-form'
- );
+ $zgoda1 = (\S::get('zgoda_1') == 'on' || \S::get('zgoda_1') == 1) ? 1 : 0;
+ $zgoda2 = (\S::get('zgoda_2') == 'on' || \S::get('zgoda_2') == 1) ? 1 : 0;
- if ( \S::send_email( 'marketing@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ) )
+ saveContactData( \S::get('name'), \S::get('email'), \S::get('phone'), \S::get('message'), \S::get('postal_code'), '', '', '', '', 'contact-form-new', \S::get('voivodeship'), \S::get('client'), $zgoda1, $zgoda2 );
+
+ if (\S::send_email('marketing@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send))
{
// send copy to k.zarzyczny@vidok.com
- \S::send_email( 'k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
- \S::send_email( 'arkuszevidok@gmail.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send );
- \S::alert( \S::lang('wiadomosc-zostala-wyslana' ) );
+ \S::send_email('k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send);
+ \S::send_email('arkuszevidok@gmail.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send);
+ \S::alert(\S::lang('wiadomosc-zostala-wyslana'));
header('Location: ' . $_SERVER['REQUEST_URI'] . '?form_sent=1');
exit;
}
else
- \S::alert( \S::lang('wiadomosc-niezostala-wyslana' ) );
+ \S::alert(\S::lang('wiadomosc-niezostala-wyslana'));
}
else
- \S::alert( \S::lang('wiadomosc-niezostala-wyslana' ) );
- } else {
- \S::alert( "Jesteś robotem!" );
+ \S::alert(\S::lang('wiadomosc-niezostala-wyslana'));
}
- header( 'Location: ' . $_SERVER['REQUEST_URI'] );
+ else
+ {
+ \S::alert("Jesteś robotem!");
+ }
+ header('Location: ' . $_SERVER['REQUEST_URI']);
exit;
}
-if ( \S::get('action') == 'send-partner-form-new' and \S::get( 'token' ) == \S::get_session( 'partner-form-token' ) and !\S::get( 'website' ) )
+if (\S::get('action') == 'send-partner-form-new' and \S::get('token') == \S::get_session('partner-form-token') and !\S::get('website'))
{
- if(isset($_POST['g-recaptcha-response'])){
- $captcha=$_POST['g-recaptcha-response'];
+ if (isset($_POST['g-recaptcha-response']))
+ {
+ $captcha = $_POST['g-recaptcha-response'];
}
- if(!$captcha){
- \S::alert( "Weryfikacja reCaptcha nie powiodła się. Proszę spróbować ponownie." );
- header( 'Location: ' . $_SERVER['REQUEST_URI'] );
+
+ if (!$captcha)
+ {
+ \S::alert("Weryfikacja reCaptcha nie powiodła się. Proszę spróbować ponownie.");
+ header('Location: ' . $_SERVER['REQUEST_URI']);
exit;
}
+
$secretKey = "6LfaovglAAAAAAz84QLdbONodP1yJUpSOVTnFMt4";
$ip = $_SERVER['REMOTE_ADDR'];
// post request to server
$url = 'https://www.google.com/recaptcha/api/siteverify?secret=' . urlencode($secretKey) . '&response=' . urlencode($captcha);
$response = file_get_contents($url);
- $responseKeys = json_decode($response,true);
+ $responseKeys = json_decode($response, true);
// should return JSON with success as true
- if($responseKeys["success"]) {
- if (
- strposa( \S::get( 'company' ), $spam_words ) === false
- and
- \S::get( 'company_address' )
- and
- \S::get( 'phone' )
- and
- \S::get( 'email' )
- and
- strposa( \S::get( 'name' ), $spam_words ) === false
- and
- strposa( \S::get( 'surname' ), $spam_words ) === false
- ){
+ if ( $responseKeys["success"] )
+ {
+ if ( strposa(\S::get('company'), $spam_words) === false and \S::get('company_address') and \S::get('phone') and \S::get('email') and strposa(\S::get('name'), $spam_words) === false and strposa(\S::get('surname'), $spam_words) === false )
+ {
$aggrement1 = \S::get('aggrement1') === 'on' ? 'Tak' : 'Nie';
$aggrement2 = \S::get('aggrement2') === 'on' ? 'Tak' : 'Nie';
@@ -509,25 +547,35 @@ if ( \S::get('action') == 'send-partner-form-new' and \S::get( 'token' ) == \S::
$text .= '
VIDOK spółka z ograniczoną odpowiedzialnością z siedzibą w Rudnej Małej, Rudna Mała 75, 36-054 Rudna Mała, wpisana do rejestru przedsiębiorców KRS pod numerem: 0000191980, Sąd Rejonowy w Rzeszowie XII Wydział Krajowego Rejestru Sądowego NIP: 8131086710 REGON: 690379060 o kapitale zakładowym w wysokości 11.606.000,00 zł oświadcza, iż posiada status dużego przedsiębiorcy w rozumieniu przepisów ustawy z dnia 8 marca 2013 r. o przeciwdziałaniu nadmiernym opóźnieniom w transakcjach handlowych (Dz.U. z 2020 r. poz. 935 z późn. zm.).
Masz pytania dotyczące naszych produktów lub chcesz otrzymać wycenę? Wypełnij poniższy formularz kontaktowy - nasz specjalista skontaktuje się z Tobą i odpowie na wszystkie pytania.
-
-
-
-
-
-
VIDOK spółka z ograniczoną odpowiedzialnością z siedzibą w Rudnej Małej, Rudna Mała 75, 36-054 Mrowla, wpisana do rejestru przedsiębiorców KRS pod numerem: 0000191980, Sąd Rejonowy w Rzeszowie XII Wydział Krajowego Rejestru Sądowego NIP: 8131086710 REGON: 690379060 o kapitale zakładowym w wysokości 11.606.000,00 zł oświadcza, iż posiada status dużego przedsiębiorcy w rozumieniu przepisów ustawy z dnia 8 marca 2013 r. o przeciwdziałaniu nadmiernym opóźnieniom w transakcjach handlowych (Dz.U. z 2020 r. poz. 935 z późn. zm.).
Firma VIDOK powstała w 1993 roku. Najpierw specjalizowała się w pośrednictwie w sprzedaży okien PVC, jednak już rok później rozpoczęła własną produkcję. W naszej ofercie znajdowały się wówczas okna PVC, ale już niebawem pojawiły się również okna aluminiowe i okna drewniane. W kolejnych latach nastąpił dynamiczny rozwój firmy, która zyskała kilkadziesiąt punktów handlowych oraz zaczęła importować produkty do krajów Unii Europejskiej. Zmodernizowaliśmy produkcję, uruchamiając nowoczesne hale produkcyjno-magazynowe oraz wdrażając technologie oparte na robotach najnowszej generacji łączących w idealną całość nasze okna.
-
Firma VIDOK powstała w 1993 roku. Najpierw specjalizowała się w pośrednictwie w sprzedaży okien PVC, jednak już rok później rozpoczęła własną produkcję. W naszej ofercie znajdowały się wówczas okna PVC, ale już niebawem pojawiły się również okna aluminiowe i okna drewniane. W kolejnych latach nastąpił dynamiczny rozwój firmy, która zyskała kilkadziesiąt punktów handlowych oraz zaczęła importować produkty do krajów Unii Europejskiej. Zmodernizowaliśmy produkcję, uruchamiając nowoczesne hale produkcyjno-magazynowe oraz wdrażając technologie oparte na robotach najnowszej generacji łączących w idealną całość nasze okna.