• DONATE to NULLED!
    Вы можете помочь Форуму и команде, поддержать финансово.
    starwanderer - модератор этого раздела будет Вам благодарен!

Помощь «Проблемы и решения» Спросите, и отвечено будет вам.

Статус
В этой теме нельзя размещать новые ответы.

BadMotherFucker

Модератор (Core Team)
Регистрация
13 Ноя 2009
Сообщения
760
Реакции
574
Здравствуйте.
В этом топике оставляйте запросы на раскодирование шаблонов(удаление копирайта из footer.php и т.п)/плагинов и всего-всего что связанно с Wordpress.

Правила довольно просты:
- Для кода обязательно использовать тег [CODE ] (без пробела);
- Благодарности только кнопкой “Мне нравится”.

Пример оформления запроса:
Здравствуйте. Помогите расшифровать:
Код:
<?php $_F=__FILE__;$_X='Pz48IS0tIGIydHQybSBTdDFydHMgLS0+DQogICAgPGQ0diA0ZD0iYjJ0dDJtLXQ0bDUiPjwvZDR2Pg0KCTxkNHYgNGQ9ImIydHQybS0yM3QiPg0KICAgICAgICA8ZDR2IDRkPSJiMnR0Mm0iIGNsMXNzPSJ3cjFwIj4NCiAgICANCiAgICAgICAgICAgIDwzbCA0ZD0iZjUxdDNyNXMtdDFicyIgY2wxc3M9ImNsNTFyZjR4Ij4NCiAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgIDxsND48MSBocjVmPSIjdDFiLTYiPlIxbmQybTwvMT48L2w0PiAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICA8bDQ+PDEgaHI1Zj0iI3QxYi1hIj5NMnN0IFAycDNsMXI8LzEDQoNCjwvYjJkeT4NCjwvaHRtbD4=';eval(base64_decode('JF9YPWJhc2U2NF9kZWNvZGUoJF9YKTskX1g9c3RydHIoJF9YLCcxMjM0NTZhb3VpZScsJ2FvdWllMTIzNDU2Jyk7JF9SPWVyZWdfcmVwbGFjZSgnX19GSUxFX18nLCInIi4kX0YuIiciLCRfWCk7ZXZhbCgkX1IpOyRfUj0wOyRfWD0wOw=='));?>
Заранее большое спасибо.

Также советую ознакомиться с правилами раздела и форума:
Для просмотра ссылки Войди или Зарегистрируйся

За несоблюдение правил бан на месяц.
 
Последнее редактирование модератором:
Можно также сделать на плагине форм Gravity Form - двигаешь ползунок (есть соответствующий плагин), и показываются разные картинки в зависимости от значения ползунка
 
А иногда, когда заказчик не жлоб и готов платить, проще заказать разработку под себя. С точки зрения денег и нервов иногда получается выгоднее!
 
Всем привет, прошу помощи.

Ищу плагин фильтрации товаров WooCommerce (Для просмотра ссылки Войди или Зарегистрируйся плагин единственный который может, но в паблике не нашел) или решение или может у кого-то есть свои наработки.

Необходимо создавать страницы и задавать к ним описание (title и т.д.) на основе комбинаций фильтров, чтобы продвигаться по НЧ и другим запросам в ПС, url должны быть чпу и seo-friendly.

Пытался с помощью mod_rewrire и плагина yith 3.4.7, но не вышло.
 
Hi!

I need a help about one wordpress page which creates dynamically links about profiles. I am using polylang and i need to rewrite or redirect these links to relative language. I've created this page in all languages but some custom page returns false results just in english which is the default lang.

Now all results on the profiles page seems as :

example. com/client-profile/?&=ivan

if the language for example is BG need to be

example. com/bg/профил-на-клиент/?&=ivan

Please i need help about it. I guess a polylang have an option something like url translate or slug rewrite but it is expensive. I need to detect language of current page and to translate these links on results. Some code in functions.php is much easier but if there is a way to resolve it with plugin or .htaccess rewrite also will be ok for me. Just i need to resolve it with no matter how.

kind regards to all!

Hi!

I need a help about one wordpress page which creates dynamically links about profiles. I am using polylang and i need to rewrite or redirect these links to relative language. I've created this page in all languages but some custom page returns false results just in english which is the default lang.

Now all results on the profiles page seems as :

example. com/client-profile/?&=ivan

if the language for example is BG need to be

example. com/bg/профил-на-клиент/?&=ivan

Please i need help about it. I guess a polylang have an option something like url translate or slug rewrite but it is expensive. I need to detect language of current page and to translate these links on results. Some code in functions.php is much easier but if there is a way to resolve it with plugin or .htaccess rewrite also will be ok for me. Just i need to resolve it with no matter how.

kind regards to all!


ok i resolved it after a few hours working. here is the solution for my situtation :

i found the template file of wp theme, which creates these links and i detected the language with get_locale(). there was a code like $reg_page_user. which gets the current user url with default language. i deleted it and after that i replaces with the code below :

Код:
<a href="<?php
                                       if (get_locale() == 'tr_TR') {
                                       echo 'girisimci-profili/'.'?&id='.$user->user_login; }
                                     
                                       if (get_locale() == 'en_GB') {
                                       echo 'professional-profile/'.'?&id='.$user->user_login; }
                                     
                                       if (get_locale() == 'bg_BG') {
                                       echo 'търговски-профил/'.'?&id='.$user->user_login; }  ?>">

and it worked like a charm. I hope this will help to others to not lose some much time as me! Regards...
 
Последнее редактирование модератором:
Помогите пожалуйста с проблемой по активции Newspaper 8.1

Нашел способ, но не могу его испробовать из-за ошибки при вводе кода "1234567890": You have reached the maximum activation count. Please contact us via activate@tagdiv.com and we will solve this ASAP. Sorry about this

Вот что сделал:
Скрытое содержимое доступно для зарегистрированных пользователей!


Но опять же, повторюсь, мне пишет постоянно: You have reached the maximum activation count. Please contact us via activate@tagdiv.com and we will solve this ASAP. Sorry about this
Помогите пожалуйста
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху