Skocz do zawartości

Zablokowane CTRL + V


Bruce

Rekomendowane odpowiedzi

  • Odpowiedzi 623
  • Dodano
  • Ostatniej odpowiedzi

Top użytkownicy w tym temacie

Top użytkownicy w tym temacie

$sAgent = $ENV{'HTTP_USER_AGENT'};
    if(($sAgent =~ /MSIE/i) && !($sAgent =~ /mac/i) && !($sAgent =~ /Opera/i)) {
        $iVersion = substr($sAgent,index($sAgent,'MSIE') + 5,3);
        return($iVersion >= 5.5);
    } elsif($sAgent =~ /Gecko\//i) {
        $iVersion = substr($sAgent,index($sAgent,'Gecko/') + 6,8);
        return($iVersion >= 20030210)

Kod Perla, komuś go chyba kopiowałem ;3

Odnośnik do komentarza
Udostępnij na innych stronach

** (./MonoDevelop.exe:7548): WARNING **: The following assembly referenced from /usr/lib/monodevelop/AddIns/MonoDevelop.Documentation.dll could not be loaded:
    Assembly:   monodoc    (assemblyref_index=1)
    Version:    1.0.0.0
    Public Key: 0738eb9f132ed756
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/monodevelop/bin/../AddIns).


** (./MonoDevelop.exe:7548): WARNING **: The class Monodoc.RootTree could not be loaded, used in monodoc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756

** (./MonoDevelop.exe:7548): WARNING **: The following assembly referenced from /usr/lib/monodevelop/AddIns/MonoDevelop.Projects.dll could not be loaded:
    Assembly:   monodoc    (assemblyref_index=6)
    Version:    1.0.0.0
    Public Key: 0738eb9f132ed756
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/monodevelop/bin/../AddIns).


=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Stacktrace:

in (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) <0xb>
in (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) <0xffffffffffffffcb>
in System.Reflection.Assembly:GetTypes () <0x13>
in MonoDevelop.Core.AddIns.DefaultAddInTree:LoadCodonsAndConditions (System.Reflection.Assembly) <0x45>
in MonoDevelop.Core.AddIns.DefaultAddInTree:LoadAssembly (string) <0xb6>
in MonoDevelop.Core.AddIns.AddIn:AddRuntimeLibraries (string,System.Xml.XmlElement) <0x1d7>
in MonoDevelop.Core.AddIns.AddIn:ReadXmlContents (string,System.Xml.XmlElement) <0x12b>
in MonoDevelop.Core.AddIns.AddIn:Initialize (string) <0x27c>
in MonoDevelop.Core.AddIns.AddInTreeSingleton:InsertAddIn (string) <0x85>
in MonoDevelop.Core.AddIns.AddInService:PreloadAddin (MonoDevelop.Core.IProgressMonitor,string) <0x2db>
in MonoDevelop.Core.AddIns.AddInService:PreloadAddins (MonoDevelop.Core.IProgressMonitor,string[]) <0x444>
in MonoDevelop.Core.AddIns.AddInService:GetTreeItems (string,System.Type) <0x5c>in MonoDevelop.Core.FileService:UpdateExtensions () <0x71>
in <>c__CompilerGenerated4:<>c__AnonymousMethod11 (string) <0x4a>
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_string (string) <0xfffffffffffffff1>
in MonoDevelop.Core.AddIns.AddInService:NotifyExtensionsAdded (string) <0x31>
in MonoDevelop.Core.AddIns.DefaultAddInTree:AddExtensions (MonoDevelop.Core.AddIns.AddIn,MonoDevelop.Core.AddIns.AddIn/Extension) <0x57e>
in MonoDevelop.Core.AddIns.DefaultAddInTree:InsertAddIn (MonoDevelop.Core.AddIns.AddIn) <0xaa>
in MonoDevelop.Core.AddIns.AddInTreeSingleton:InsertAddIn (string) <0xa1>
in MonoDevelop.Core.AddIns.AddInService:PreloadAddin (MonoDevelop.Core.IProgressMonitor,string) <0x2db>
in MonoDevelop.Core.AddIns.AddInService:StartApplication (string,string[]) <0x130>
in MonoDevelop.Startup.SharpDevelopMain:Main (string[]) <0x54>
in (wrapper runtime-invoke) System.Object:runtime_invoke_int_string[] (object,intptr,intptr,intptr) <0x6ac85745>

Native stacktrace:

       /usr/lib/libmono.so.0(mono_handle_native_sigsegv+0xa0) [0x2aaaaac565e0]
       /usr/lib/libmono.so.0 [0x2aaaaac19be8]
       /lib/libpthread.so.0 [0x2aaaab4874d0]
       /usr/lib/libmono.so.0(mono_class_is_open_constructed_type+0xe) [0x2aaaaacee2ee]
       [0xe9b170]
Aborted

Kolejna walka z mono. Nieudana, niestety. :)

Odnośnik do komentarza
Udostępnij na innych stronach

if($_GET['login']==1)
{

    $query = mysql_query("SELECT * FROM `users` WHERE (`login` = '".$login."' AND `haslo` = '".$haslo."') ");
    if(mysql_num_rows($query) == 1)
    {
        $sql = mysql_fetch_array($query);        
        $_SESSION["login"] = $login;
        $_SESSION["haslo"] = $haslo;
        header ('Location: index.php');    
    }
    else
    {
            header ("Location: index.php?page=login&action=1");    
    }
}

Kto wie do czego mi to? PLX Help ;).

Pozdrawiam,

Iv!n.

Odnośnik do komentarza
Udostępnij na innych stronach

Gość
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.

×
×
  • Dodaj nową pozycję...