Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Opublikuj swoje zlecenie za darmo i otrzymaj oferty od wykonawców freelancerów już minutę po opublikowaniu!

Przygotowanie formularza rejestracji

Translated8 PLN
PHP

Opinia zleceniodawcy o współpracy z Valentin Rysinsky

Jakość
Profesjonalizm
Koszt
Zawsze w kontakcie
Terminy

Trzeba było naprawić formę, wszystko zrobiło świetnie nie trzeba było dawać nawet ftp (inni wymagali tylko przez ftp). Szybko i tanio polecam.

Opinia freelancera o współpracy z Sergey Rybakov

Płatność
Opis zadania
Precyzyjność  wymogów
Zawsze w kontakcie

Cierpliwy i spokojny, płatność przyszła natychmiast po wykonaniu, zadania zostały wyraźnie ustalone. Miło współpracować.

Klient nie chce wpłacić zaliczki? Płatność przez Sejf pomoże uniknąć ewentualnego oszustwa.
  1. 1311
     90  13

    1 dzień25 PLN

    Zrobię

  2. 1369    45  0   1
    Oferta, która wygrała1 dzień8 PLN

    Gotowy do pomocy. W najgorszym przypadku zajmie to 20 minut. Cena pytania wynosi 100 zł. Posiada doświadczenie w takich zadaniach.

  3. 255    12  1
    1 dzień17 PLN

    Pozdrawiam . Wszystko jest proste i szybkie, ale na początek chciałbym poznać źródło. Jeśli jesteś zainteresowany, proszę skontaktować się.

  4. 186    11  0
    1 dzień17 PLN

    Ja robię. Mogę i teraz

  5. 126    1  0
    1 dzień17 PLN

    Gotowy do pomocy

  6. 201    5  1   1
    1 dzień17 PLN

    Pozdrawiam . Gotowy do wykonania tej pracy. Wszystko zrobimy szybko i w odpowiednim czasie.

  7. 2617    427  9   1
    1 dzień17 PLN
  8. Jeszcze 3 ofert jest ukrytych
  • Vanya Kutuzov
    23 grudnia 2016, 16:30 |

    CMS?

  • Sergey Rybakov
    23 grudnia 2016, 16:34 |

    {include file="header.tpl"}

    <div class="signup_page clearfix">

    {if $deny_registration}

    We are closed for new registrations now.

    {elseif $settings.use_referal_program && $settings.force_upline && !$referer && !$settings.get_rand_ref}

    You  do not have a upline. Our system require a upline for each user.

    {else}

    {literal}

    <script language=javascript>

    function checkform() {

    if (document.regform.fullname.value == '') {

    alert("Please enter your full name!");

    document.regform.fullname.focus();

    return false;

    }

    {/literal}

    {if $settings.use_user_location}

    {literal}

    if (document.regform.address.value == '') {

    alert("Please enter your address!");

    document.regform.address.focus();

    return false;

    }

    if (document.regform.city.value == '') {

    alert("Please enter your city!");

    document.regform.city.focus();

    return false;

    }

    if (document.regform.state.value == '') {

    alert("Please enter your state!");

    document.regform.state.focus();

    return false;

    }

    if (document.regform.zip.value == '') {

    alert("Please enter your ZIP!");

    document.regform.zip.focus();

    return false;

    }

    if (document.regform.country.options[document.regform.country.selectedIndex].text == '--SELECT--') {

    alert("Please choose your country!");

    document.regform.country.focus();

    return false;

    }

    {/literal}

    {/if}

    {literal}

    if (document.regform.username.value == '') {

    alert("Please enter your username!");

    document.regform.username.focus();

    return false;

    }

    if (document.regform.password.value == '') {

    alert("Please enter your password!");

    document.regform.password.focus();

    return false;

    }

    if (document.regform.password.value != document.regform.password2.value) {

    alert("Please check your password!");

    document.regform.password2.focus();

    return false;




    }

    {/literal}

    {if $settings.use_transaction_code}

    {literal}

    if (document.regform.transaction_code.value == '') {

    alert("Please enter your transaction code!");

    document.regform.transaction_code.focus();

    return false;

    }

    if (document.regform.transaction_code.value != document.regform.transaction_code2.value) {

    alert("Please check your transaction code!");

    document.regform.transaction_code2.focus();

    return false;

    }

    {/literal}

    {/if}

    {literal}

    if (document.regform.email.value == '') {

    alert("Please enter your e-mail address!");

    document.regform.email.focus();

    return false;

    }

    if (document.regform.email.value != document.regform.email1.value) {

    alert("Please retupe your e-mail!");

    document.regform.email.focus();

    return false;

    }

    if (document.regform.agree.checked == false) {

    alert("You have to agree with the Terms and Conditions!");

    return false;

    }

    return true;

    }

    function IsNumeric(sText) {

    var ValidChars = "0123456789";

    var IsNumber=true;

    var Char;

    if (sText == '') return false;

    for (i = 0; i < sText.length && IsNumber == true; i++) {

    Char = sText.charAt(i);

    if (ValidChars.indexOf(Char) == -1) {

    IsNumber = false;

    }

    }

    return IsNumber;

    }

    </script>

    {/literal}

    {if $errors}

    <ul style="color:red">

    {section name=e loop=$errors}

    {if $errors[e] eq 'full_name'}

    <li>Please enter your full name!

    {/if}

    {if $errors[e] eq 'address'}

    <li>Please enter your address!

    {/if}

    {if $errors[e] eq 'city'}

    <li>Please enter your city!

    {/if}

    {if $errors[e] eq 'state'}

    <li>Please enter your state!

    {/if}

    {if $errors[e] eq 'zip'}

    <li>Please enter your zip!

    {/if}

    {if $errors[e] eq 'country'}

    <li>Please choose your country!

    {/if}

    {if $errors[e] eq 'username'}

    <li>Please enter your username!

    {/if}

    {if $errors[e] eq 'username_exists'}

    <li>Sorry, such user already exists! Please try another username.

    {/if}

    {if $errors[e] eq 'email_exists'}

    <li>Sorry, such email already exists! Please try another email.

    {/if}

    {if $errors[e] eq 'password'}

    <li>Please enter a password!

    {/if}

    {if $errors[e] eq 'password_confirm'}

    <li>Please check your password!

    {/if}

    {if $errors[e] eq 'password_too_small'}

    <li>The password you provided is too small, please enter at least {$settings.min_user_password_length} characters!

    {/if}

    {if $errors[e] eq 'transaction_code'}

    <li>Please enter the Transaction Code!

    {/if}

    {if $errors[e] eq 'transaction_code_confirm'}

    <li>Please check your Transaction Code!

    {/if}

    {if $errors[e] eq 'transaction_code_too_small'}

    <li>The Transaction Code you provided is too small, please enter at least {$settings.min_user_password_length} characters!

    {/if}

    {if $errors[e] eq 'transaction_code_vs_password'}

    <li>The Transaction Code should differ from the Password!

    {/if}

    {if $errors[e] eq 'egold'}

    <li>Please enter your e-gold account number!

    {/if}

    {if $errors[e] eq 'email'}

    <li>Please enter your e-mail!

    {/if}

    {if $errors[e] eq 'agree'}

    <li>You have to agree with the Terms and Conditions!

    {/if}

    {if $errors[e] eq 'turing_image'}

    <li>Enter the verification code as it is shown in the corresponding box.

    {/if}

    {if $errors[e] eq 'no_upline'}

    <li>The system requires an upline to register. {if $settings.get_rand_ref}You have to be agreed to random one or found a referral link in the net.{/if}

    {/if}

    {if $errors[e] eq 'ip_exists_in_database'}

    <li>Your IP already exists in our database. Sorry, but registration impossible.

    {/if}

    <br>

    {/section}

    </ul>

    {/if}


    <form method="post" onsubmit="return checkform()" name="regform">

    <input type="hidden" name="a" value="signup">

    <input type="hidden" name="action" value="signup">

    <div class="sign_top clearfix">

    <div class="personal_info clearfix">

    <div class="signup_heading">

    <h2>Персональное инфо</h2>

    </div><!--signup_heading-->

    <table>

    <tr>

    <td style="width: 180px;">Ваше полное имя</td>

    <td><input type="text" name=fullname value='{$frm.fullname|escape:"quotes"}' class="inpts"></td>

    </tr>

    <tr>

    <td>Ваш E-mail адресс:</td>

    <td><input type="text" name="email" value='{$frm.email|escape:"quotes"}' class="inpts"></td>

    </tr>

    <tr>

    <td>Повотрите ваш E-mail:</td>

    <td><input type="text" name="email1" value='{$frm.email1|escape:"quotes"}' class="inpts"></td>

    </tr>

    {if $settings.use_user_location}

    <tr>

    <td>Your Address:</td>

    <td><input type="text" name="address" value='{$frm.address|escape:"quotes"}' class="inpts"></td>

    </tr>

    <tr>

    <td>Your City:</td>

    <td><input type="text" name="city" value='{$frm.city|escape:"quotes"}' class="inpts"></td>

    </tr>

    <tr>

    <td>Your State:</td>

    <td><input type="text" name="state" value='{$frm.state|escape:"quotes"}' class="inpts"></td>

    </tr>

    <tr>

    <td>Your Zip:</td>

    <td><input type="text" name="zip" value='{$frm.zip|escape:"quotes"}' class="inpts"></td>

    </tr>

    <tr>

    <td>Your Country:</td>

    <td>

    <select name='country' class="select">

    <option value=''>--SELECT--</option>

    {section name=c loop=$countries}

    <option '{if $countries[c].name eq $frm.country}selected{/if}>{$countries[c].name|escape:"quotes"}'></option>

    {/section}

    </select>

    </td>

    </tr>

    {/if}

    </table>

    </div><!--personalinfo-->

    <div class="login_info clearfix">

    <div class="signup_heading">

    <h2>Информация Аккаунта</h2>

    </div><!--signup_heading-->

    <table>

    <tr>

    <td style="width: 180px;">Имя пользователя:</td>

    <td><input type="text" name="username" value='{$frm.username|escape:"quotes"}' class="inpts"></td>

    </tr>

    <tr>

    <td>Ваш Пароль:</td>

    <td><input type="password" name="password" value='{$frm.password|escape:"quotes"}' class="inpts"></td>

    </tr>

    <tr>

    <td>Повторите пароль:</td>

    <td><input type="password" name="password2" value='{$frm.password2|escape:"quotes"}' class="inpts"></td>

    </tr>

    <tr>

    <td>Секретный вопрос:</td>

    <td><input type="text" name="sq" value='{$frm.sq|escape:"quotes"}' class="inpts"></td>

    </tr>

    <tr>

    <td>Секретный ответ:</td>

    <td><input type="text" name="sa" value='{$frm.sa|escape:"quotes"}' class="inpts"></td>

    </tr>

    {if $settings.use_referal_program}

    {if $referer}

    <tr>

    <td>Ваш рефовод:</td>

    <td>{$referer.name} ({$referer.username})</td>

    </tr>

    {else}

    {if $settings.force_upline}

    {if $settings.get_rand_ref}

    <tr>

    <td colspan="2">

    You do not have an upline. Our system requires an upline for each user. You'll have to agree to get a random one or find a referral link on the net.

    <input type="checkbox" name="rand_ref" value="1">

    </td>

    </tr>

    {else}

    <tr>

    <td colspan="2">

    You do not have an upline. Our system requires an upline for each user.

    </td>

    </tr>

    {/if}

    {/if}

    {/if}

    {/if}

    </table>

    </div><!--login_info-->

    </div><!--sign_top-->


    <div class="sign_bottom clearfix">

    <div class="payment_processors clearfix">

    <div class="signup_heading">

    <h2>Ваши платежные данные</h2>

    </div><!--signup_heading-->

    <table>

    {section name=ps loop=$pay_accounts}

    <tr>

    <td style="width: 180px">Ваш {$pay_accounts[ps].name} счет:</td>

    <td><input type="text" class="inpts" name="pay_account[{$pay_accounts[ps].id}]" value="{$pay_accounts[ps].account|escape:html}"></td>

    </tr>

    {/section}

    </table>

    </div><!--payment_processors-->

    {if $settings.use_transaction_code}

    <div class="code clearfix">

    <div class="signup_heading">

    <h2>Code</h2>

    </div><!--signup_heading-->

    <table>

    <tr>

    <td style="width: 180px">Difine Transaction Code:</td>

    <td><input type="password" name="transaction_code" value='{$frm.transaction_code|escape:"quotes"}' class="inpts"></td>

    </tr>

    <tr>

    <td>Retype Transaction Code:</td>

    <td><input type="password" name="transaction_code2" value='{$frm.transaction_code2|escape:"quotes"}' class="inpts"></td>

    </tr>

    </table>

    </div><!--code-->

    {/if}

    </div><!--sign_bottom-->


    <div class="terms clearfix">

    <div class="termswrap">

    <table>

    <tr>

    <td><input type="checkbox" checked name="agree" value="1" "{if $frm.agree}checked{/if}"><span>Я согласен(а) с</span><a href="?a=rules">Правилами</a></td>

    </tr>

    <tr>

    <td><input type="submit" value="Регистрация" class="signup_sbmt"></td>


    </tr>

    {if $userinfo.validation_enabled == 1}

    <td class="menutxt" align="right"><img src="?a=show_validation_image&{$userinfo.session_name}={$userinfo.session_id}&rand={$userinfo.rand}"></td>

    <td><input type="text" name="validation_number" class="inpts"></td>

    {/if}

    </tr>

    </table>

    </div><!--termswrap-->

    </div><!--terms-->


    </form>

    {/if}

    </div><!--signuppage-->

    {include file="footer.tpl"}

  • Vanya Kutuzov
    23 grudnia 2016, 16:40 |

    Сделал ставку

  • Sergey Rybakov
    23 grudnia 2016, 16:42 |

    сколько будет стоить?

  • Vanya Kutuzov
    23 grudnia 2016, 16:59 |

    200грн, ниже не поставить потому что вы не хотите работать .

    но а там думаю на 100грн где-то

  • Vanya Kutuzov
    23 grudnia 2016, 17:03 |

    если готовы оплатить полностью то сделаю за 100

  • Sergey Rybakov
    23 grudnia 2016, 17:07 |

    ок для работы вам нужен только этот файл?

  • Vanya Kutuzov
    23 grudnia 2016, 17:08 |

    не только, нужен адрес сайт и фтп, чтобы проверить сразу.

    Но по сути да, думаю что в этом файле можна, в ином случаи делать придеться в обработчике

Aktualne zlecenia dla freelancerów w kategorii PHP

Poprawić CLS

Trzeba poprawić Cumulative Layout Shift przez kod PageSpeed nie widzi tego problemu, ale przez Google Chrome widać, że jest przesunięcie układu dla wersji komputerowej strony W odpowiedzi Google Search pojawił się błąd dotyczący szybkości wersji komputerowej Trzeba…

PHPProgramowanie stron internetowych ∙ 20 godzin 21 minut temu ∙ 25 ofert

Przenieść w pełni gotową responsywną strukturę HTML5 do WordPressa.

993 PLN

Szukam doświadczonego dewelopera WordPress, który będzie w stanie przekształcić nasz starannie przygotowany statyczny kod HTML5/CSS3 w wysokowydajny, niestandardowy motyw WordPress. Frontend jest już praktycznie gotowy (około 99%): semantyczne oznaczenie, metadane i struktura…

Content Management SystemsPHP ∙ 23 godziny 13 minut temu ∙ 59 ofert

Integracja GoPos

Witaj, czy ktoś robił integrację GoPos z niestandardową stroną dla restauracji w Polsce? Potrzebuję pomocy, mają bardzo ubogą dokumentację, jest tylko swagger i to bez opisów https://app.gopos.io/doc/swagger-ui/index.html Sytuacja jest taka, używaliśmy od nich strony do zamówień…

PHPProgramowanie stron internetowych ∙ 1 dzień 15 godzin temu ∙ 24 oferty

Napisać metadane ALT za pomocą AI

Strona na Laravel, na stronie jest wiele obrazów, dla których należy automatycznie wpisać poprawne semantycznie i odpowiednie dla strony opisy ALT, z możliwością weryfikacji

AI i uczenie maszynowePHP ∙ 2 dni 12 godzin temu ∙ 33 oferty

Potrzebny programista do zakończenia i integracji projektu automatycznego zbierania i przetwarzania danych

58 PLN

Główna część parsera została już zrealizowana. Parser działa w środowisku Windows przez Microsoft Edge: strona ma ochronę antybotową, dlatego zbieranie danych odbywa się nie przez bezpośrednie zapytania HTTP, ale przez aktywną sesję przeglądarki. Skrypty zarządzają otwartą kartą…

PHPProgramowanie stron internetowych ∙ 2 dni 18 godzin temu ∙ 25 ofert

Zleceniodawca
Sergey Rybakov
Ukraina Ukraina  1  0
Zlecenie zostało opublikowane
9 lat temu
63 wyświetlenia