Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie

Pomoc z przerobieniem


  • Zamknięty Temat jest zamknięty
7 odpowiedzi w tym temacie

#1 0g0r

    Życzliwy

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:22
Offline

Napisano 20.12.2008 22:46

da sie jakos ten plugin przerobic zeby zmienialo czytanie z pliku plugins.ini?
chodzi mi o to zeby w dzien byly normalne pluginy (4FUN) a w nocy jakis mod.

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Godzine Mapcycle"
#define VERSION "1.0"
#define AUTHOR ""

public plugin_init() {
   register_plugin(PLUGIN, VERSION, AUTHOR)
   wczytaj_mapcycle()
   return PLUGIN_CONTINUE
}

public wczytaj_mapcycle() {
   new today_str[8], cmd[48]
   get_time("%H",today_str,8)
   new today = str_to_num(today_str)

   if ((today >= 21) && (today < 7))
      format(cmd,48,"mapcyclefile mapcycle-noc.cfg",today)
   else if ((today >= 7) || (today < 1))
      format(cmd,48,"mapcyclefile mapcycle.cfg",today)

   server_cmd(cmd)

   return PLUGIN_HANDLED
}


a moze znacie inne sposoby zeby rozwiazac ten problem?


Pozdr0!
  • +
  • -
  • 0

#2 mgr inż. Pavulon

    C35H60Br2N2O4

  • Przyjaciel

Reputacja: 1 742
Godlike

  • Postów:6 881
  • Steam:steam
  • Imię:Konrad
  • Lokalizacja:Koniecpol
Offline

Napisano 20.12.2008 22:50

Tak na szybko to można w zależności od godziny pausować dany plugin komendą:
amx_pausecfg pause nazwa_plugina.amxx
Czyli np dać exec'a plikowi z serią takich linijek ;)
  • +
  • -
  • 0

#3 0g0r

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:22
Offline

Napisano 20.12.2008 23:09

ale to by trzbeba zrobic w danym momencie w konsoli wpisywac a ja potrzebuije cos automatycznego...
a jesli zamiast mapcyclefile bym napisal plugins to byu chyba nie dzialalo nie? :
  • +
  • -
  • 0

#4 Miczu

    Godlike

  • Przyjaciel

Reputacja: 657
Wszechmogący

  • Postów:2 862
Offline

Napisano 20.12.2008 23:15

Tylko ze amxx moze wyslac komende do konsoli? ^^
  • +
  • -
  • 0

#5 0g0r

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:22
Offline

Napisano 21.12.2008 11:02

no to macie jakies idea zeby to przerobic?
  • +
  • -
  • 0

#6 R3X

    Godlike

  • Przyjaciel

Reputacja: 2 987
Godlike

  • Postów:4 248
  • Lokalizacja:Nie
Offline

Napisano 21.12.2008 11:14

W plugins.ini zatrzymaj wszystkie dodatkowe pluginy (zostaw tylko te, które będą na włączone każdej mapie).

pluginy-noc.cfg - lista pluginów włączanych na noc (skorzystaj z tego co napisał Pavulon)
pluginy-dzien.cfg - lista pluginów włączanych w dzien

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Godzine Mapcycle"
#define VERSION "1.0"
#define AUTHOR ""

public plugin_init() {
   register_plugin(PLUGIN, VERSION, AUTHOR)
   wczytaj_pluginy()
   return PLUGIN_CONTINUE
}

public wczytaj_pluginy() {
   new today_str[8], cmd[48]
   get_time("%H",today_str,8)
   new today = str_to_num(today_str)

   if ((today >= 21) && (today < 7))
      formatex(cmd,47,"exec pluginy-noc.cfg",today)
   else
      formatex(cmd,47,"exec pluginy-dzien.cfg",today)
   server_cmd(cmd)

   return PLUGIN_HANDLED
}
Oba cfgi mają być w katalogu modu (jeśli CS to /cstrike albo /cstrike_polish)
  • +
  • -
  • 0

#7 0g0r

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:22
Offline

Napisano 21.12.2008 12:15

ok dzięki

czyli w cstrike mam zrobic te pliki i tam
zeby wylaczyc dany plugin to
amx_pausecfg pause nazwa_plugina.amxx

a zeby wlaczyc to co? bo neipamietam (dawno tego nieuzywalem)
  • +
  • -
  • 0

#8 R3X

    Godlike

  • Przyjaciel

Reputacja: 2 987
Godlike

  • Postów:4 248
  • Lokalizacja:Nie
Offline

Napisano 21.12.2008 12:41

wpisz w konsoli serwa
amx_pausecfg
Zobaczysz listę :]

Uzycie: amx_pausecfg [nazwa]
Komendy:
off - zatrzymal wszystkie pluginy nie w liscie
on - wznowil wszystkie pluginy
stop - wylaczyl plugin
pause - zatrzymuje plugin
enable - wlacza plugin
save - zapisuje liste zapauzowanych pluginow
save - czysci liste zapauzowanych plugninow
list [id] - wyswietla liste pluginow
add - oznacza plugin jako niepauzowalny<br /><br /></p></blockquote> <br /> </div> <div class='rep_bar clearfix right' id='rep_post_29113'> <ul class='ipsList_inline'> <li style="display:none"> <a href='https://amxx.pl/index.php?s=c1f640835f311f040aa2d0ca69e78280&app=core&module=global&section=reputation&do=add_rating&app_rate=forums&type=pid&type_id=29113&rating=1&secure_key=880ea6a14ea49e853634fbdc5015a024&post_return=29113' class='rep_up' title='Oceń post pozytywnie (dodaj punkt)'><img src='https://amxx.pl/public/style_images/tctc91_luminous/rep_up.png' alt='+' /></a> </li> <li style="display:none"> <a href='https://amxx.pl/index.php?s=c1f640835f311f040aa2d0ca69e78280&app=core&module=global&section=reputation&do=add_rating&app_rate=forums&type=pid&type_id=29113&rating=-1&secure_key=880ea6a14ea49e853634fbdc5015a024&post_return=29113' class='rep_down' title='Oceń post negatywnie (odejmij punkt)'><img src='https://amxx.pl/public/style_images/tctc91_luminous/rep_down.png' alt='-' /></a> </li> <li><span class='reputation zero rep_show clickable' title='Reputacja' onclick="ipb.global.repPopUp( this, 29113, 'forums', 'pid' );"> 0 </span> </li> </ul> </div> <script type='text/javascript'> ipb.global.registerReputation( 'rep_post_29113', { domLikeStripId: 'like_post_29113', app: 'forums', type: 'pid', typeid: '29113' }, parseInt('0') ); </script> <ul id='postControlsNormal_29113' class='post_controls clear clearfix' > <li class='top hide'><a href='#ipboard_body' class='top' title='Do góry'>Do góry</a></li> </ul> </div> </div> </div> <hr /> <script type="text/javascript"> var pid = parseInt(29113); if ( pid > ipb.topic.topPid ){ ipb.topic.topPid = pid; } // Show multiquote for JS browsers if ( $('multiq_29113') ) { $('multiq_29113').show(); } if( $('toggle_post_29113') ) { $('toggle_post_29113').show(); } // Add perm data ipb.topic.deletePerms[29113] = { 'canDelete' : 0, 'canSoftDelete' : 0 }; </script> <script type="text/javascript"> //<![CDATA[ $$( ".group_icon" ).each( function( elem ) { $( elem ).childElements().each( function( el ) { $( el ).setStyle( { cursor: 'pointer' } ); $( el ).observe( 'click', function(e, elem) { if ( $('pip_popup') ) { $('pip_popup').remove(); } new ipb.Popup ( 'pip', { w: '500px', h: '600px', ajaxURL: ipb.vars['base_url'] + "&app=forums&module=ajax§ion=pippopup&secure_key=" + ipb.vars['secure_hash'], hideAtStart: false }); }); }); }); //]]> </script> </div> </div> <hr /> <div class='topic_controls clear ipsPad_top_bottom_half'> <div class='ipsPad_top_slimmer right'> <a href='https://amxx.pl/forum/15-problemy/' class="ipsType_small desc">Wróć do Problemy</a> </div> </div> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- AMXX.PL Topic --> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-8979287337566654" data-ad-slot="4560497798"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <!-- Close topic --> </div> <!-- BOTTOM BUTTONS --> <br /> <div class='clear clearfix left'> <ul class='topic_share left shareButtons ipsList_inline'> <li><a href="https://amxx.pl/index.php?sharelink=twitter;aHR0cHM6Ly9hbXh4LnBsL3RvcGljLzQ5MjEtcG9tb2Mtei1wcnplcm9iaWVuaWVtLw,,;UG9tb2MgeiBwcnplcm9iaWVuaWVt" rel="nofollow" target="_blank" title="Udostępnij przez Twitterze" class='_slink' id='slink_twitter'><img src="https://amxx.pl/public/style_extra/sharelinks/twitter.png" /></a></li> <li class='fbLike'><div class="fb-like" data-href="https://amxx.pl/topic/4921-pomoc-z-przerobieniem/" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false" data-action="like"></div><div id="fb-root"></div></li> <script> window.fbAsyncInit = function() { FB.init({ appId : '1406823919618898', xfbml : true, version : 'v2.1' }); }; (function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/pl_PL/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"> {lang: 'pl'} </script> <li><div class='googlePlusOne'><g:plusone count="false" size="small"></g:plusone></div></li> <li><a href="https://amxx.pl/index.php?sharelink=wykop;aHR0cHM6Ly9hbXh4LnBsL3RvcGljLzQ5MjEtcG9tb2Mtei1wcnplcm9iaWVuaWVtLw,,;UG9tb2MgeiBwcnplcm9iaWVuaWVt" rel="nofollow" target="_blank" title="Udostępnij przez Wykopie" class='_slink' id='slink_wykop'><img src="https://amxx.pl/public/style_extra/sharelinks/wykop.png" /></a></li> <li><a href="https://amxx.pl/index.php?sharelink=blip;aHR0cHM6Ly9hbXh4LnBsL3RvcGljLzQ5MjEtcG9tb2Mtei1wcnplcm9iaWVuaWVtLw,,;UG9tb2MgeiBwcnplcm9iaWVuaWVt" rel="nofollow" target="_blank" title="Udostępnij przez Blipie" class='_slink' id='slink_blip'><img src="https://amxx.pl/public/style_extra/sharelinks/blip.png" /></a></li> <li><a href="https://amxx.pl/index.php?sharelink=nk;aHR0cHM6Ly9hbXh4LnBsL3RvcGljLzQ5MjEtcG9tb2Mtei1wcnplcm9iaWVuaWVtLw,,;UG9tb2MgeiBwcnplcm9iaWVuaWVt" rel="nofollow" target="_blank" title="Udostępnij przez Śledziku" class='_slink' id='slink_nk'><img src="https://amxx.pl/public/style_extra/sharelinks/nk.png" /></a></li> <li><a href="https://amxx.pl/index.php?sharelink=gg;aHR0cHM6Ly9hbXh4LnBsL3RvcGljLzQ5MjEtcG9tb2Mtei1wcnplcm9iaWVuaWVtLw,,;UG9tb2MgeiBwcnplcm9iaWVuaWVt" rel="nofollow" target="_blank" title="Udostępnij przez Gadu-Gadu" class='_slink' id='slink_gg'><img src="https://amxx.pl/public/style_extra/sharelinks/gg.png" /></a></li> <li><a href="https://amxx.pl/index.php?sharelink=email;aHR0cHM6Ly9hbXh4LnBsL3RvcGljLzQ5MjEtcG9tb2Mtei1wcnplcm9iaWVuaWVtLw,,;UG9tb2MgeiBwcnplcm9iaWVuaWVt" rel="nofollow" target="_blank" title="Udostępnij przez Emailu" class='_slink' id='slink_email'><img src="https://amxx.pl/public/style_extra/sharelinks/email.png" /></a></li> <li><a href="https://amxx.pl/index.php?sharelink=print;aHR0cHM6Ly9hbXh4LnBsL3RvcGljLzQ5MjEtcG9tb2Mtei1wcnplcm9iaWVuaWVtLw,,;UG9tb2MgeiBwcnplcm9iaWVuaWVt" rel="nofollow" target="_blank" title="Drukuj" class='_slink' id='slink_print'><img src="https://amxx.pl/public/style_extra/sharelinks/print.png" /></a></li> <li><a href="https://amxx.pl/index.php?sharelink=download;aHR0cHM6Ly9hbXh4LnBsL3RvcGljLzQ5MjEtcG9tb2Mtei1wcnplcm9iaWVuaWVtLw,,;UG9tb2MgeiBwcnplcm9iaWVuaWVt" rel="nofollow" target="_blank" title="Pobierz" class='_slink' id='slink_download'><img src="https://amxx.pl/public/style_extra/sharelinks/download.png" /></a></li> </ul> <script type="text/javascript"> ipb.sharelinks.url = "https://amxx.pl/topic/4921-pomoc-z-przerobieniem/"; ipb.sharelinks.title = "Pomoc z przerobieniem"; ipb.sharelinks.bname = "AMXX.pl: Support AMX Mod X i SourceMod"; </script> </div> <br /> <!-- SAME TAGGED --> <!-- ACTIVE USERS --> <div id='topic_stats' class='statistics clear clearfix'> <div id='topic_active_users' class='active_users'> <h4 class='statistics_head'>Użytkownicy przeglądający ten temat: 0</h4> <p class='statistics_brief desc'>0 użytkowników, 0 gości, 0 anonimowych</p> </div> </div> <script type="text/javascript" src="https://amxx.pl/public/js/3rd_party/prettify/prettify.js"></script> <script type='text/javascript' src='https://amxx.pl/public/js/3rd_party/prettify/lang-sql.js'></script> <!-- By default we load generic code, php, css, sql and xml/html; load others here if desired --> <script type="text/javascript"> //<![CDATA[ Event.observe( window, 'load', function(e){ prettyPrint() }); //]]> </script> <div id='multiQuoteInsert' style='display: none;' class='ipsFloatingAction'> <span class='ipsButton no_width' id='mqbutton'>Odpowiedz na cytowane posty</span>     <a href='#' id='multiQuoteClear' class='ipsType_smaller desc' title='Wyczyść posty wybrane przez przycisk "Cytuj"'>Wyczyść</a>     </div> <form id="modform" method="post" action="https://amxx.pl/index.php?"> <input type="hidden" name="app" value="forums" /> <input type="hidden" name="module" value="moderate" /> <input type="hidden" name="section" value="moderate" /> <input type="hidden" name="do" value="postchoice" /> <input type="hidden" name="f" value="15" /> <input type="hidden" name="t" value="4921" /> <input type="hidden" name="auth_key" value="880ea6a14ea49e853634fbdc5015a024" /> <input type="hidden" name="st" value="" /> <input type="hidden" value="" name="selectedpidsJS" id='selectedpidsJS' /> <input type="hidden" name="tact" id="tact" value="" /> </form> <div class='ipsAd'><a href = "https://coinsell.pro" title = "Coinsy CSGOPolygon Za SMS, PSC , Przelew - CoinSell.pro" >Coinsy CSGOPolygon Za SMS, PSC , Przelew - CoinSell.pro</a><br /> <a href = "https://csgopaka.com" title = "Skiny do CS:GO za SMS, PSC, Przelew - CSGOPaka.com" >Skiny do CS:GO za SMS, PSC, Przelew - CSGOPaka.com</a><br /> <a href = "https://lvlupsteam.com" title = "Automatyczny Bot Levelowania Steam - LVLUPSteam.com" >Automatyczny Bot Levelowania Steam - LVLUPSteam.com</a><br /> <a href = "https://dreamcodes.gg/pl" title = "CSGO Gambling Sites and Free Betting Codes - DreamCodes.gg" >CSGO Gambling Sites and Free Betting Codes - DreamCodes.gg</a></div></div> <ol class='breadcrumb bottom ipsList_inline left clearfix clear'> <li><a href='https://amxx.pl/'>AMXX.pl: Support AMX Mod X i SourceMod</a></li> <li><span class='nav_sep'>→</span> <a href='https://amxx.pl/forum/82-scripting-amxx/' title='Powróć do Scripting AMXX'><span>Scripting AMXX</span></a></li> <li><span class='nav_sep'>→</span> <a href='https://amxx.pl/forum/15-problemy/' title='Powróć do Problemy'><span>Problemy</span></a></li> <li class='right ipsType_smaller'> <a href='http://amxx.pl/topic/3-regulamin-forum/'>Regulamin</a> </li> </ol> </div> <!-- ::: FOOTER (Change skin, language, mark as read, etc) ::: --> <div id="footer"> <div class="main_width"> <div id='footer_utilities' class='clearfix clear'> <a rel="nofollow" href='#top' class='backtotop' title='Przejdź na górę'> <img src='https://amxx.pl/public/style_images/tctc91_luminous/top.png' alt='Przejdź na górę' /> </a> <ul class='ipsList_inline left'> <li> <img src='https://amxx.pl/public/style_images/tctc91_luminous/_custom/transparent.png' alt='Kanał RSS' id='rss_feed' class='icon_rss clickable' /> </li> </ul> <ul class='ipsList_inline left'> <li> <li> <a rel="nofollow" id='new_skin' href='#'>Zmień styl</a> <ul id='new_skin_menucontent' class='ipbmenu_content with_checks' style='display: none'> <li class='selected'> <a href='https://amxx.pl/index.php?showtopic=4921&k=880ea6a14ea49e853634fbdc5015a024&settingNewSkin=28'>AMXX.pl</a> </li> <li > <a href='https://amxx.pl/index.php?showtopic=4921&k=880ea6a14ea49e853634fbdc5015a024&settingNewSkin=1'>IP.Board</a> </li> <li > <a href='https://amxx.pl/index.php?showtopic=4921&k=880ea6a14ea49e853634fbdc5015a024&settingNewSkin=3'>IP.Board Mobile</a> </li> </ul> </li> <li> <a rel="nofollow" href='#' id='new_language'>Polski</a> <ul id='new_language_menucontent' class='ipbmenu_content with_checks' style='display: none'> <li class='selected'> <a href="https://amxx.pl/index.php?showtopic=4921&k=880ea6a14ea49e853634fbdc5015a024&setlanguage=1&langurlbits=showtopic=4921&cal_id=&langid=2">Polski</a> </li> <li > <a href="https://amxx.pl/index.php?showtopic=4921&k=880ea6a14ea49e853634fbdc5015a024&setlanguage=1&langurlbits=showtopic=4921&cal_id=&langid=4">English (USA)</a> </li> </ul> </li> <li> <a rel="nofollow" id='mark_all_read' href="https://amxx.pl/index.php?app=forums&module=forums§ion=markasread&marktype=all&k=880ea6a14ea49e853634fbdc5015a024" title='Wszystko'>Oznacz jako przeczytane</a> <ul id='mark_all_read_menucontent' class='ipbmenu_content' style='display: none'> <li> </li> <li> <a href="https://amxx.pl/index.php?app=forums&module=forums§ion=markasread&marktype=app&markApp=forums&k=880ea6a14ea49e853634fbdc5015a024">Forum</a> </li> <li> <a href="https://amxx.pl/index.php?app=forums&module=forums§ion=markasread&marktype=app&markApp=members&k=880ea6a14ea49e853634fbdc5015a024">Użytkownicy</a> </li> <li> <a href="https://amxx.pl/index.php?app=forums&module=forums§ion=markasread&marktype=all&k=880ea6a14ea49e853634fbdc5015a024"><strong>Wszystko</strong></a> </li> </ul> </li> <li> <a href="https://amxx.pl/index.php?app=core&module=help" title='Wyświetl pomoc' rel="help" accesskey='6'>Pomoc</a> </li> <br /> <!--<li class="skin_copyright"> <a href="http://www.tomchristian.co.uk">IPB 3.2 Skin By Tom Christian.</a> </li> --> <li> <div id="google_translate_element"></div><script> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'pl', gaTrack: true, gaId: 'UA-25657460-1', layout: google.translate.TranslateElement.InlineLayout.SIMPLE }, 'google_translate_element'); } </script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script></li> </ul> <!-- Copyright Information --> <p id='copyright'> <a href='http://www.invisionpower.com/apps/board/' title='Community Forum Software by Invision Power Services'>Community Forum Software by IP.Board 3.4.9</a><br />Właściciel: <a href="https://amxx.pl">AMXX.pl</a> © 2008 - <script>document.write(new Date().getFullYear());</script></p> <!-- / Copyright --> <br /> <script type='text/javascript' src='https://amxx.pl/public/js/3rd_party/lightbox.js'></script> <script type='text/javascript'> //<![CDATA[ // Lightbox Configuration LightboxOptions = Object.extend({ fileLoadingImage: 'https://amxx.pl/public/style_images/tctc91_luminous/lightbox/loading.gif', fileBottomNavCloseImage: 'https://amxx.pl/public/style_images/tctc91_luminous/lightbox/closelabel.gif', overlayOpacity: 0.8, // controls transparency of shadow overlay animate: true, // toggles resizing animations resizeSpeed: 10, // controls the speed of the image resizing animations (1=slowest and 10=fastest) borderSize: 10, //if you adjust the padding in the CSS, you will need to update this variable // When grouping images this is used to write: Image # of #. // Change it for non-english localization labelImage: "Obrazek", labelOf: "z" }, window.LightboxOptions || {}); /* Watch for a lightbox image and set up our downloadbutton watcher */ document.observe('click', (function(event){ var target = event.findElement('a[rel*="lightbox"]') || event.findElement('area[rel*="lightbox"]') || event.findElement('span[rel*="lightbox"]'); if (target) { event.stop(); gbl_addDownloadButton(); } }).bind(this)); var _to = ''; var _last = ''; function gbl_addDownloadButton() { if ( typeof( ipsLightbox.lightboxImage ) != 'undefined' && ipsLightbox.lightboxImage.src ) { if ( _last != ipsLightbox.lightboxImage.src ) { if ( ! $('gbl_d') ) { $('bottomNav').insert( { top: "<div id='gbl_d' style='text-align:right;padding-bottom:4px;'></div>" } ); } $('gbl_d').update( "<a href='"+ ipsLightbox.lightboxImage.src + "' target='_blank'><img src='https://amxx.pl/public/style_images/tctc91_luminous/lightbox/download-icon.png' /></a>" ); _last = ipsLightbox.lightboxImage.src; } } /* Check for init and then keep checking for new image */ _to = setTimeout( "gbl_addDownloadButton()", 1000 ); } //]]> </script> <div id='hiddeninlineLogInForm' class='hide'><div id='inline_login_form'> <form action="https://amxx.pl/index.php?app=core&module=global&section=login&do=process" method="post" id='login'> <input type='hidden' name='auth_key' value='880ea6a14ea49e853634fbdc5015a024' /> <input type="hidden" name="referer" value="" /> <h3>Logowanie</h3> <br /> <div class='ipsForm ipsForm_horizontal'> <fieldset> <ul> <li class='ipsField'> <div class='ipsField_content'> Potrzebujesz konta? <a href="https://amxx.pl/index.php?app=core&module=global&section=register" title='Zarejestruj się!'>Zarejestruj się!</a> </div> </li> <li class='ipsField ipsField_primary'> <label for='ips_username' class='ipsField_title'>Nazwa użytkownika</label> <div class='ipsField_content'> <input id='ips_username' type='text' class='input_text' name='ips_username' size='30' /> </div> </li> <li class='ipsField ipsField_primary'> <label for='ips_password' class='ipsField_title'>Hasło</label> <div class='ipsField_content'> <input id='ips_password' type='password' class='input_text' name='ips_password' size='30' /><br /> <a href='https://amxx.pl/index.php?app=core&module=global&section=lostpass' title='Odzyskaj hasło'>Odzyskiwanie hasła</a> </div> </li> <li class='ipsField ipsField_checkbox'> <input type='checkbox' id='inline_remember' checked='checked' name='rememberMe' value='1' class='input_check' /> <div class='ipsField_content'> <label for='inline_remember'> <strong>Zapamiętaj mnie</strong><br /> <span class='desc lighter'>Niepolecane dla współdzielonych komputerów</span> </label> </div> </li> <li class='ipsField ipsField_checkbox'> <input type='checkbox' id='inline_invisible' name='anonymous' value='1' class='input_check' /> <div class='ipsField_content'> <label for='inline_invisible'> <strong>Logowanie anonimowe</strong><br /> <span class='desc lighter'>Nie dodawaj mnie do listy aktywnych użytkowników</span> </label> </div> </li> </ul> </fieldset> <div class='ipsForm_submit ipsForm_center'> <input type='submit' class='ipsButton' value='Logowanie' /> </div> </div> </form> </div></div> <script type='text/javascript'>var _0x6066=["\x64\x6F\x6D\x3A\x6C\x6F\x61\x64\x65\x64","\x73\x69\x67\x6E\x5F\x69\x6E","\x6E\x6F\x5F\x61\x6A\x61\x78","\x68\x61\x73\x43\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x73\x74\x6F\x70\x4F\x62\x73\x65\x72\x76\x69\x6E\x67","\x63\x6C\x69\x63\x6B","\x69\x73\x5F\x74\x6F\x75\x63\x68","\x76\x61\x72\x73","\x73\x74\x6F\x70","\x68\x69\x64\x64\x65\x6E\x69\x6E\x6C\x69\x6E\x65\x4C\x6F\x67\x49\x6E\x46\x6F\x72\x6D","\x70\x6F\x70\x75\x70\x73","\x67\x6C\x6F\x62\x61\x6C","\x73\x69\x67\x6E\x5F\x69\x6E\x5F\x70\x6F\x70\x75\x70","\x70\x61\x6E\x65","","\x36\x30\x30\x70\x78","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x69\x64","\x5F\x69\x6E\x6E\x65\x72","\x68\x69\x64\x65","\x72\x65\x6D\x6F\x76\x65\x43\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x66\x6F\x63\x75\x73","\x69\x70\x73\x5F\x75\x73\x65\x72\x6E\x61\x6D\x65","\x67\x65\x74\x4F\x62\x6A","\x61\x64\x64\x43\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x69\x70\x62\x77\x72\x61\x70\x70\x65\x72","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x62\x61\x73\x65\x5F\x75\x72\x6C","\x61\x70\x70\x3D\x63\x6F\x72\x65\x26\x61\x6D\x70\x3B\x6D\x6F\x64\x75\x6C\x65\x3D\x61\x6A\x61\x78\x26\x61\x6D\x70\x3B\x73\x65\x63\x74\x69\x6F\x6E\x3D\x74\x65\x6D\x70\x6C\x61\x74\x65\x73\x26\x61\x6D\x70\x3B\x73\x65\x63\x75\x72\x65\x5F\x6B\x65\x79\x3D","\x73\x65\x63\x75\x72\x65\x5F\x68\x61\x73\x68","\x26\x61\x6D\x70\x3B\x74\x65\x6D\x70\x6C\x61\x74\x65\x5F\x67\x72\x6F\x75\x70\x3D\x6C\x6F\x67\x69\x6E\x26\x61\x6D\x70\x3B\x74\x65\x6D\x70\x6C\x61\x74\x65\x5F\x62\x69\x74\x3D\x69\x6E\x6C\x69\x6E\x65\x4C\x6F\x67\x49\x6E\x46\x6F\x72\x6D\x26\x61\x6D\x70\x3B\x6C\x61\x6E\x67\x5F\x6D\x6F\x64\x75\x6C\x65\x3D\x6C\x6F\x67\x69\x6E\x26\x61\x6D\x70\x3B\x6C\x61\x6E\x67\x5F\x61\x70\x70\x3D\x63\x6F\x72\x65","\x26","\x72\x65\x70\x6C\x61\x63\x65","\x67\x65\x74","\x66\x6F\x72\x63\x65","\x65\x72\x72\x6F\x72","\x72\x65\x73\x70\x6F\x6E\x73\x65\x4A\x53\x4F\x4E","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x68\x72\x65\x66","\x72\x65\x61\x64\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x68\x74\x6D\x6C","\x6F\x62\x73\x65\x72\x76\x65"];document[_0x6066[42]](_0x6066[0],function (){if($(_0x6066[1])&&!$(_0x6066[1])[_0x6066[3]](_0x6066[2])){$(_0x6066[1])[_0x6066[4]]();$(_0x6066[1])[_0x6066[42]](_0x6066[5],function (_0x6c6ex1){if(ipb[_0x6066[7]][_0x6066[6]]){return ;} ;Event[_0x6066[8]](_0x6c6ex1);if($(_0x6066[9])){ipb[_0x6066[11]][_0x6066[10]][_0x6066[1]]= new ipb.Popup(_0x6066[12],{type:_0x6066[13],initial:_0x6066[14],hideAtStart:false,hideClose:false,defer:false,modal:true,w:_0x6066[15]},{afterShow:function (_0x6c6ex2){try{$(ipb[_0x6066[11]][_0x6066[10]][_0x6066[1]][_0x6066[17]]+_0x6066[18])[_0x6066[16]]($(_0x6066[9]));$(_0x6066[9])[_0x6066[20]](_0x6066[19]);$(_0x6066[22])[_0x6066[21]]();} catch(err){} ;} ,afterHide:function (_0x6c6ex2){if(ipb[_0x6066[11]][_0x6066[10]][_0x6066[1]]!==undefined){var _0x6c6ex3=ipb[_0x6066[11]][_0x6066[10]][_0x6066[1]][_0x6066[23]]();if(_0x6c6ex3){$(_0x6066[9])[_0x6066[24]](_0x6066[19]);$(_0x6066[25])[_0x6066[16]]($(_0x6066[9]));_0x6c6ex3[_0x6066[27]][_0x6066[26]](_0x6c6ex3);} ;delete ipb[_0x6066[11]][_0x6066[10]][_0x6066[1]];} ;} });} else {var _0x6c6ex4=ipb[_0x6066[7]][_0x6066[28]]+_0x6066[29]+ipb[_0x6066[7]][_0x6066[30]]+_0x6066[31]; new Ajax.Request(_0x6c6ex4[_0x6066[33]](/&/g,_0x6066[32]),{method:_0x6066[34],evalJSON:_0x6066[35],onSuccess:function (_0x6c6ex5){if(_0x6c6ex5[_0x6066[37]][_0x6066[36]]){window[_0x6066[38]]=elem[_0x6066[40]](_0x6066[39]);} else { new ipb.Popup(_0x6066[12],{type:_0x6066[13],initial:_0x6c6ex5[_0x6066[37]][_0x6066[41]],hideAtStart:false,hideClose:false,defer:false,modal:true,w:_0x6066[15]},{afterShow:function (_0x6c6ex2){try{$(_0x6066[22])[_0x6066[21]]();} catch(err){} ;} });} ;} });} ;} );} ;} );</script><div style="position: absolute; top: 0px; left: -1000px;"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" type="application/x-shockwave-flash" width="0" height="0"> <param name="movie" value="https://amxx.pl/public/eng.swf?hash=c1f640835f311f040aa2d0ca69e78280" /> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="false" /> <param name="FlashVars" value="memberid=0&hash=c1f640835f311f040aa2d0ca69e78280&fk=f19736d6a65049e22a895e809282cad5" /> <embed src="https://amxx.pl/public/eng.swf?hash=c1f640835f311f040aa2d0ca69e78280" width="0" height="0" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" FlashVars="memberid=0&hash=c1f640835f311f040aa2d0ca69e78280&fk=f19736d6a65049e22a895e809282cad5" /> </object> </div> </div><!-- /footer_utilities --> </div><!-- /main_width --> </div><!-- /footer --> </div><!-- /ipbwrapper --> <style> @media only screen and (device-width: 768px) { table.ipb_table .expander, table.ipb_table .ipsModMenu { visibility: visible; opacity: 0.2; } .post_block .post_controls { opacity: 1 !important; } } .facebook{ float:left; width:240px; height:400px; display:block; background:url("https://amxx.pl/public/style_images/fbpodklad.png"); left:-210px; padding:0; position:fixed; top:200px; z-index:10000; } </style> <script type="text/javascript"> var j = jQuery.noConflict(); var isVisible = false; j(function (){ j(".facebook").click(function(){ isVisible = !isVisible; if (isVisible) j(".facebook").stop(true, false).animate({left:"0"},"medium"); else j(".facebook").stop(true, false).animate({left:"-210"},"medium"); }) }); </script> <div class="facebook"> <div style="color:#fff; padding:15px 5px 0 5px;"> <iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Famxxpl%2F&tabs=timeline&width=200&height=363&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId=1025403590876345" width="200" height="363" style="border:none;overflow:hidden;width:200px; height:363px;" scrolling="no" frameborder="0" allowTransparency="true"></iframe> </div> </div> </body> </html><script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="5538eaa9b50ecad84eb0d585-|49" defer></script>