Skocz do zawartości

NewsBot

Moderator
  • Postów

    9 017
  • Dołączył

  • Ostatnia wizyta

  • Wygrane w rankingu

    25

Treść opublikowana przez NewsBot

  1. Tiger is inspired from the Mac "Tiger" style and still is a professional looking theme for your board. Easy going on the eyes along with an eye candy for all members of your forums! One feature of this theme that you might enjoy is the start menu vibe you have at top. If you hover over the Apple button it hightlights and if you click it then you will be able to access the forum menu. If you hover over the Search icon on the other side it takes you to advanced search. Another feature is the built in search function in the header. The main attraction of Tiger is being clean, optimized, and crisp including bringing out the true look of IPB.Wyświetl pełny artykuł
  2. Name: Black Desire Compatible: 3.0 Colours: Basic Black with greys and burgandy Language: English Supports:Gallery, Blog and Download Manager All images & banner included in Zip file NOW BEING SOLD IN GMM SKIN THEMES IP 3.0 SHOP preview available on forum in skin selectorWyświetl pełny artykuł
  3. Points Purchasing System System Home Page - Detailed Description Of How Many Points You Have, How Many You Purchased And How Much You Have Spent, Also Includes A Table Of Your Last 5 Transactions. iMemberships Levels - Set Levels By Currency Requirements (ACP). PayPal Transactions - Keep Track Of All PayPal Transactions (Including Points Purchased) Customers Post Order - Detailed Post Order Page Showing How Much Was Purchased And The Points Being Added To Their Account.Wyświetl pełny artykuł
  4. iCommerce System Details This system is designed to allow users to list items for sale. Each merchant can have their own shop or multiple shops depending on the merchant's group permissions. Create item specific shop(s) Set up disclaimer per shop Require consumers to agree to shop disclaimer before entering List items within your shop(s) Upload images for your items Allow/disallow commenting per item Set up price, discount, tax, shipping & handling, and stock quantity Full BB Code description Track all payments sent/received Populate and print client lists New Billing System added Wyświetl pełny artykuł
  5. We are pleased to announce Community Content System 1.0.1 has been released. This is a maintenance release for Community Content System to fix bugs reported from the 1.0.0 release. There are no new features in this release. New features will be introduced based on client feedback in the next release cycle. Downloading You can download CCS 1.0.1 if you have an active license in the client area. As always, make a backup of your community before proceeding. Pricing The introductory price of $35 is still valid for this release. Act now to secure this lower pricing. The price will go up in future releases with enhanced feature sets. More Information See the original announcement for more information on CCS. Zobacz całą wiadomość
  6. We are pleased to announce Community Content System 1.0.1 has been released. This is a maintenance release for Community Content System to fix bugs reported from the 1.0.0 release. There are no new features in this release. New features will be introduced based on client feedback in the next release cycle. Downloading You can download CCS 1.0.1 if you have an active license in the client area. As always, make a backup of your community before proceeding. Pricing The introductory price of $35 is still valid for this release. Act now to secure this lower pricing. The price will go up in future releases with enhanced feature sets. More Information See the original announcement for more information on CCS.Zobacz całą wiadomość
  7. This is the latest stable release of Community Content System 1.0.Wyświetl pełny artykuł
  8. AdminCP/Look&Feel/skin/templates/boardIndexTemplate Search: <ol class='subforums'> <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data"> <if test="showSubForumsLit:|:$__data[3]"><li class='newposts'><else /><li></if> <a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a></li> </foreach> </ol> Replace: <ol class='subforums1'> <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data"> </ol> <ol class='subforums'> <if test="showSubForumsLit:|:$__data[3]"><li class='newposts'><else /><li></if><a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a></li> </foreach> </ol> Save ----------------------------------------------------- AdminCP/Look&Feel/skin/templates/foardIndexTemplate Search: <ol class='subforums'> <foreach loop="sub_subforums:$forum_data['subforums'] as $__id => $__data"> <if test="showSubForumsLit:|:$__data[3]"><li class='newposts'><else /><li></if><a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a></li> </foreach> </ol> Replace: <ol class='subforums1'> <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data"> </ol> <ol class='subforums'> <if test="showSubForumsLit:|:$__data[3]"><li class='newposts'><else /><li></if><a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a></li> </foreach></ol> Save ----------------------------------------------------- AdminCP/Look&Feel/skin/CSS/ipb_styles.css Search: table.ipb_table ol.subforums { padding-top: 6px; margin-top: 5px; } table.ipb_table ol.subforums li { background: transparent url({style_images_url}/bullet_black.png) no-repeat 3px 4px; color: #1d3652; font-size: 0.85em; padding: 0 4px 0 15px; float: left; } table.ipb_table ol.subforums li.newposts { background: transparent url({style_images_url}/bullet_green.png) no-repeat 0px 0px; color: #1d3652; font-size: 0.85em; padding: 0 4px 0 16px; float: left; } Replace: .subforums { float:left; width:50%; } .subforums1 { width:50%; } table.ipb_table ol.subforums { margin-top:5px; width:50%; float: left; } table.ipb_table ol.subforums li { background: transparent url({style_images_url}/bullet_black.png) no-repeat 3px 4px; color: #495457; font-size: 0.85em; padding: 0 4px 0 15px; float: left; } table.ipb_table ol.subforums li.newposts { background: transparent url({style_images_url}/bullet_green.png) no-repeat 0px 0px; color: #495457; font-size: 0.85em; padding: 0 4px 0 16px; float: left; } Save ----------------------------------------------------- AdminCP/Look&Feel/skin/CSS/ipb_ie.css Add: .subforums { margin-top:16px; } .subforums1 { margin-top:-16px; }Wyświetl pełny artykuł
  9. Tiberium Studios Is Proud To Announce The Release of (NG30) Global Ads v1.0.0! [Screenshots Located Here.] (For a Full List Of Features Available, Please Visit This Blog Entry.) Release Notes First Initial Release Of Modification v1.0.0Features Available Turn System On/Off Change Google Ad Colors Group Permissions Available Permissions Honor All Secondary Groups Ad LocationBoard Index View Topic View Calendar View Members Tab View Search View Portal View [*]Wrap The Ads In A Forum Style Block. (Options Are Available To All Locations, Single Settings.)[*]Option To Change Forum Style Block Title. (Options Are Available To All Locations, Single Settings.)[*]Settings Are Protected By Default. (EG: The user cannot edit nor delete settings within the setting group.)[*]Ad Type Text Ads Image Ads Text & Image Ads Pricing The introductory price will start at $10. After that, the final price will start at $20. The final price begins one month after Initial Release. Too purchase (NG30) Global Ads v1.0.0 please visit the Subscriptions link located at the top of the page. Terms And Conditions Before Purchasing, please be sure to read the Terms And Conditions fully.Wyświetl pełny artykuł
  10. Attached you'll find a Zip file containing 2 zips. One is with the entire export, 1 with the 1x1 export of the dutch translation of below mentioned PUBLIC files (!) What did I translate? IP.Gallery IP.Downloads IP.Blog IP.CCS Core language Calendar Chat Forums Members Portal And the addons/hooks/etc of iContact CustomPages AutoPM on Posts AutoWelcome Invite System (language parts are automatically embedded in System and Members) Wyświetl pełny artykuł
  11. Includes: Simplicity Skin Free Support on my forum http://www.AuthorityGFX.com./forumWyświetl pełny artykuł
  12. Velvet Grey skin for IPB3.0.2 Skin author: aspire Works with blog, and gallery as well. .psd files included Demo: http://ipboard.hu please choose the skin at the bottom left corner To purchase the skin please contact the skin author: http://forums.invisionpower.com/user/143669-aspire/Wyświetl pełny artykuł
  13. Description: Allow users check in which polls they didn't voted. Wyświetl pełny artykuł
  14. File Name: (DP30) Poll Indicator File Submitter: DawPi File Submitted: 18 Aug 2009 File Category: IP.Board v3.0.x Mods Resource Type: Hook Version: 1.0.0 Description: Allow users check in which polls they didn't voted. Click here to download this fileWyświetl pełny artykuł
  15. Description: Allow users check in which polls they didn't voted.Wyświetl pełny artykuł
  16. File Name: (DP30) Poll Indicator 1.0.0 File Submitter: DawPi File Submitted: 18 Aug 2009 File Category: IPB 3.0.x Mods Description: Allow users check in which polls they didn't voted. Click here to download this fileWyświetl pełny artykuł
  17. Simply add this as your welcome box, and put wherever you wish, what this does is it makes the little bar that says 'Sign In' 'Register' 'Help' And when you log in, it shows your pic, and your username. Also has a drop down. Anyway here it is <if test="memberbox:|:$this->memberData['member_id']"> <div id='user_navigation' class='logged_in'> <a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'><img src='{$this->memberData['pp_thumb_photo']}' alt="{$this->memberData['members_display_name']}{$this->lang->words['users_photo']}" width='{$this->memberData['pp_thumb_width']}' height='{$this->memberData['pp_thumb_height']}' class='photo' /></a> <div id='user_info'> <p> <span class='hide'>{$this->lang->words['logged_in_as']} </span> <a id='user_link' class='ipbmenu' href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'>{$this->memberData['members_display_name']} <img src='{$this->settings['img_url']}/opts_arrow.png' alt='>' /></a><if test="newmessages:|:$this->memberData['msg_count_new'] != 0"><a href='{parse url="app=members&module=messaging" base="public"}' id='new_msg_count' title='{$this->memberData['msg_count_new']} {$this->lang->words['msg_new']}'>{$this->memberData['msg_count_new']}<span class='hide'> {$this->lang->words['msg_new']}</span></a></if> </p> <ul id='user_link_menucontent'> <li id='user_profile'><a href='{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}' title='{$this->lang->words['your_profile']}'>{$this->lang->words['my_profile']}</a></li> <li id='user_ucp'><a href="{parse url="app=core&module=usercp" base="public"}" title="{$this->lang->words['cp_tool_tip']}">{$this->lang->words['your_cp']}</a></li> <if test="messengerlink:|:$this->memberData['g_use_pm'] AND $this->memberData['members_disable_pm'] == 0"> <li id='user_msg'><a href='{parse url="app=members&module=messaging" base="public"}' title='{$this->lang->words['your_messenger']}'>{$this->lang->words['your_messenger']} <span id='new_message'>({$this->memberData['msg_count_new']} {$this->lang->words['msg_new']})</span></a></li> </if> <li id='user_friends'><a href='{parse url="app=members&module=profile&section=friends&do=list" base="public"}' title="{$this->lang->words['manage_friends']}" class='manage_friends'>{$this->lang->words['manage_friends']}</a></li> <li id='user_enemies'><a href='{parse url="app=core&module=usercp&tab=members&area=ignoredusers" base="public"}' title="{$this->lang->words['manage_ignored_users']}" class='manage_enemies'>{$this->lang->words['manage_ignored_users']}</a></li> <if test="bloglink:|:$this->memberData['has_blog'] AND IPSLib::appIsInstalled( 'blog' )"> <li id='user_blog'><a href='{parse url="app=blog&module=display&section=blog&mid={$this->memberData['member_id']}" base="public"}' title="{$this->lang->words['go_to_my_blog']}">{$this->lang->words['my_blog']}</a></li> </if> <if test="gallerylink:|:$this->memberData['has_gallery'] AND IPSLib::appIsInstalled( 'gallery' )"> <li id='user_gallery'><a href='{parse url="app=gallery&module=user&section=user&user={$this->memberData['member_id']}" base="public"}' title="{$this->lang->words['go_to_my_gallery']}">{$this->lang->words['my_gallery']}</a></li> </if> </ul> <ul id='user_other'> <li><a href="{parse url="app=core&module=global&section=login&do=logout&k={$this->member->form_hash}" base="public"}">{$this->lang->words['log_out']}</a></li> <li><a href="{parse url="app=core&module=help" base="public"}" title='{$this->lang->words['view_help']}' rel="help" accesskey='6'>{$this->lang->words['sj_help']}</a></li> <if test="authenticating:|:$this->memberData['member_group_id'] == $this->settings['auth_group']"> <li><strong><a href="{parse url="app=core&module=global&section=register&do=reval" base="public"}" title='{$this->lang->words['resend_val']}'>{$this->lang->words['resend_val']}</a></strong></li> </if> </ul> <script type='text/javascript'> if( $('user_link_menucontent') ){ $('user_link_menucontent').hide(); } </script> {parse js_module="friends"} </div> </div> <else /> <div id='user_navigation' class='not_logged_in'> <a href='{parse url="app=core&module=global&section=login" base="public"}' title='{$this->lang->words['sign_in']}'>{parse replacement="signin_icon"} {$this->lang->words['sign_in']}</a> <a href="{parse url="app=core&module=global&section=register" base="public"}" title='{$this->lang->words['register']}'>{parse replacement="register_icon"} {$this->lang->words['register']}</a> <a href="{parse url="app=core&module=help" base="public"}" title='{$this->lang->words['view_help']}' rel="help" accesskey='6'>{parse replacement="help_icon"} {$this->lang->words['sj_help']}</a> </div> </if> Wyświetl pełny artykuł
  18. Security Update for IP.Board 3.0.2 It has come to our attention that there are two potential SQL injection vulnerabilities present in IP.Board 3.0 which can be taken advantage of via careful URL crafting. Resolution The attached zip contains two files which fix the issue. The files are for IP.Board version 3.0.2 only. Those still running 3.0.0 or 3.0.1 will need to upgrade to 3.0.2 as soon as possible. The main 3.0.2 download zip was updated at 10:15 am EST August 18, 2009. If you download 3.0.2 after this time: your files are already updated. Simply download the attached zip file and upload the files contained within to your IP.Board directory on your server. No other action is required. 180809.zip (13.73K) : 6104 Support Note: While our technical support department will apply this patch for you on request for those with support service, we strongly suggest you apply this patch yourself whenever possible. Applying the patch is a simple matter of uploading files to your server and, once done, your community is instantly protected without having to wait for our technicians to do the upload for you. Impacted Versions: 3.0.0 3.0.1 3.0.2 versions downloaded before posted time or unpatched Not Impacted: 2.0.x 2.1.x 2.2.x 2.3.x The vulnerability information was purchased by Beyond Security's SecuriTeam Secure Disclosure. The discoverer of the vulnerability requested to remain anonymous. IPS thanks this group for bringing it to our attention. Zobacz całą wiadomość
  19. Witam! IPS właśnie wydał krytyczną łatkę bezpieczeństwa dla IP.Board wersji 3.0.2. Poniżej przedstawiam luźny przekaz pełnej wiadomości jaką możecie znaleźć na tej stronie. Łatka bezpieczeństwa dla IP.Board 3.0.2 W wersji 3.0.2 możliwe jest przeprowadzenie ataku SQL Incjection na forum za pomocą pewnych modyfikacji adresów URL. Rozwiązanie W załączniku znajdują się spakowane dwa pliki w formie archiwum zip. Zgodne są tylko z wersją IP.Board 3.0.2. Wszyscy, którzy używają wersji 3.0.0 lub 3.0.1 muszą wykonać aktualizacje do wersji 3.0.2 najszybciej jak to tylko możliwe. Główne archiwum zip znajdujące się w Centrum Klienta zostało już zaktualizowane o godzinie 10:15 am EST sierpień 18, 2009. Jeśli pobrałeś tę paczkę po tej godzinie wszystkie pliki już są zaktualizowane. Pobierz dołączony załącznik, wypakuj i wyślij na serwer FTP do lokalizacji z forum. Inne czynności nie są konieczne. Pobierz łatkę bezpieczeństwa: 180809.zip Informacja: mocno zalecamy wykonanie tej aktualizacji we własnym zakresie. Nasi technicy mogą to wykonać, ale ze względu na konieczność szybkiego działania ponownie zalecamy wykonanie tego samodzielnie. Jest to bardzo prosta czynność - wysłanie plików na serwer. Dotknięte wersje: 3.0.0 3.0.1 3.0.2 jeśli pobrałeś paczkę przed datą podaną wyżej Nie dotknięte wersje: 2.0.x 2.1.x 2.2.x 2.3.x
  20. This is a simple hook that allows you to display a message at the top of all pages of your forum. Easily customizable via the ACP (System Settings -> Hooks (Tab) -> (G30) Global Message): Message enabled/disabled Groups that can view the message HTML parsed in message BBCode parsed in message Raw linebreaks parsed in message Emoticons parsed in message Wyświetl pełny artykuł
  21. To add topic markers to the LoFi skin, make these 3 changes to your lofi skin: In boardIndexTemplate Find <li> <h4><a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$forum_data['name']}</a> <span class='desc'>( {$forum_data['topics']} {$this->lang->words['topics']} / {$forum_data['posts']} {$this->lang->words['replies']} )</span></h4> <if test="showSubForums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND $forum_data['show_subforums']"> <h4 class='hide'>{$this->lang->words['subforums']}</h4> <ol class='subforums'> <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data"> <li><a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a></li> </foreach> </ol> </if> Replace With <li><h4> <if test="unreadicon:|:$forum_data['img_new_post'] != 'f_locked' && strstr( $forum_data['img_new_post'], 'unread' )"> <a id='forum_img_{$forum_data['id']}' href="{parse url="app=forums&module=forums&section=markasread&marktype=forum&forumid={$forum_data['id']}&returntoforumid={$this->request['f']}&i=1" base="public"}" title="{$this->lang->words['bi_markread']}" class='forum_marker'> {parse replacement="{$forum_data['img_new_post']}"} </a> <else /> {parse replacement="{$forum_data['img_new_post']}"} </if> <a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$forum_data['name']}</a> <span class='desc'>( {$forum_data['topics']} {$this->lang->words['topics']} / {$forum_data['posts']} {$this->lang->words['replies']} )</span></h4> <if test="showSubForums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND $forum_data['show_subforums']"> <h5 class='hide'>{$this->lang->words['subforums']}</h5> <ol class='subforums'> <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data"> <if test="showSubForumsLit:|:$__data[3]"><li class='newposts'><else /><li></if><a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a></li> </foreach> </ol> </if> In forumIndexTemplate Find <h4><a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{$this->lang->words['goto_forum']}'>{$forum_data['name']}</a> <span class='desc'>( {$forum_data['topics']} {$this->lang->words['topics']} / {$forum_data['posts']} {$this->lang->words['replies']} )</h4> Replace With <h4><a id='forum_img_{$forum_data['id']}' href="{parse url="app=forums&module=forums&section=markasread&marktype=forum&forumid={$forum_data['id']}&returntoforumid={$this->request['f']}" base="public"}" title="{$this->lang->words['bi_markread']}" class='forum_marker'>{parse replacement="{$forum_data['img_new_post']}"}</a> <script type='text/javascript'> ipb.global.registerMarker( 'forum_img_{$forum_data['id']}', "{$forum_data['img_new_post']}", markerURL + "{$forum_data['id']}" ); </script> <a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{$this->lang->words['goto_forum']}'>{$forum_data['name']}</a> <span class='desc'>( {$forum_data['topics']} {$this->lang->words['topics']} / {$forum_data['posts']} {$this->lang->words['replies']} )</h4> In ipb_style.css Find ol.lofi_list.lofi_blogs { margin-bottom: 10px; } After Add ol.subforums li { background: transparent url(http://forum.invisionize.pl/public/style_images/blue-orange/bullet_black.png) no-repeat 3px 4px; color: #1d3652; font-size: 0.85em; padding: 0 4px 0 15px; } ol.subforums li.newposts { background: transparent url(http://forum.invisionize.pl/public/style_images/blue-orange/bullet_green.png) no-repeat 0px 0px; color: #1d3652; font-size: 0.85em; padding: 0 4px 0 16px; } Wyświetl pełny artykuł
  22. Designed with the Ladies in Mind Name: Pink Sparkle Compatible: 3.0 Colours: Pinks and White Language: English Supports:Gallery, Blog and Download Manager All images & banner included in Zip file You can obtain this skin theme on my forum in the Gold Gallery for 100 posts or purchase a subscription to board for as little as $5.00Wyświetl pełny artykuł
  23. A full sized yellow and black theme for ip. board 3.x. Mostly all of the images you see were hand made and tailored. This skin works with all Ip. Board applications (Blog, Downloads, Gallery, Tracker, Blog) This Pack Includes... Skin & images Logo .PSD Instructions Free support for one year as well as lifetime support on our forums Images for Ip.downloads Demo/Support: www.ipbpros.com/forumWyświetl pełny artykuł
  24. For the purposes of this article, assume that your CCS website is at www.yoursite.com and that your forums are at www.yoursite.com/forums. Log in to the ACP. Browse to to the System tab > System Settings > System > General Configuration. Enter a value in the setting for "Website Name", such as "Home". Enter a value in the setting for "Website Address". Since we've said earlier that your site is at www.yoursite.com, enter "http://www.yoursite.com/". Save the settings. Browse to the Look & Feel tab. Click on the skin set you want to apply this edit to. (You will need to repeat this for each skin set you want to apply this change to.) Click on "globalTemplate" in the left column. Find: <if test="showhomeurl:|:$this->settings['home_url']"> <li id='nav_home' class='left'><a href='{$this->settings['home_url']}' title='{$this->lang->words['homepage_title']}' rel="home">{$this->settings['home_name']}</a></li> </if> Replace with: {parse variable="ccsActive" default="" oncondition="IPS_APP_COMPONENT == 'ccs'" value="active"} <if test="showhomeurl:|:$this->settings['home_url']"> <li id='nav_home' class='left {parse variable="ccsActive"}'><a href='{$this->settings['home_url']}' title='{$this->lang->words['homepage_title']}' rel="home">{$this->settings['home_name']}</a></li> </if> Save the skin set. Edit complete. Wyświetl pełny artykuł
  25. The current online users only shows those users that have logged onto your board and have a valid session. Once the session has expired or they logoff then the member will no longer be displayed in the list. This hook adds a list of users that have been online in the past x hours and you can also add an optional group legend. The hook is highly configurable using settings in the ACP. See the screenshot for the settings and the hook in actionWyświetl pełny artykuł
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.