Seite 1 von 2 12 LetzteLetzte
Ergebnis 1 bis 10 von 13

Thema: Anmeldung..Endlosschleife ?

  1. #1
    Erfahrener Benutzer Avatar von FLash
    Registriert seit
    10.01.2008
    Beiträge
    122

    Anmeldung..Endlosschleife ?

    hallo erstmal

    ich hab mir nen apache server mit mysql php5.2.5 und nen mailserver auf meinen rechner gepackt und versuche nun seit ewigkeiten bei mir vms zum laufen zu kriegen..

    Wenn man auf anmelden geht und die anmeldedaten abschickt hängt sich die seite auf.. lädt ewigkeiten (für immer und ewig) und sonst ist dann auch keine seite mehr vom script ansprechbar.. andere scripte wie phpmyadmin laufen aber ganz normal weiter.. abhilfe schafft nur ein restart des servers.

    In die DatenBank werden nur die tabellen _kontodaten und _emaildaten übernommen.. _userdaten werden nicht mehr übertragen

    meine anmeldung.php:
    PHP-Code:
        db_query("INSERT INTO ".$db_prefix."_kontodaten (uid,passwort,status,hinweis,kontostand) VALUES ('".$_POST['uid']."','".md5($_POST['passwort_1'])."','0','','0')");
        
    db_query("INSERT INTO ".$db_prefix."_emaildaten (uid,emailadresse,freigabe_fuer) VALUES ('".$_POST['uid']."','".$_POST['emailadresse']."','".$mailstatus."')");
        
    db_query("INSERT INTO ".$db_prefix."_userdaten (uid,nickname,vorname,nachname,angemeldet_seit) VALUES ('".$_POST['uid']."','".$_POST['nickname']."','".$_POST['vorname']."','".$_POST['nachname']."','".time()."')");
        
    $ws db_query("SELECT * FROM ".$db_prefix."_werberdaten WHERE uid='".$_POST['uid']."'"); 
    Ich hab echt keine ahnung woran das liegen könnte, ausser das ich evtl irgendwas falsch in der php.ini eingestellt habe... aber egal wie´s eingestellt ist ... es kommt nicht einmal eine fehlermeldung raus, wenn man auf jetzt anmelden klickt
    foper ist an... hab auch schon alles mögliche aus dem forum ausprobiert...
    mein apache server gibt auch keine fehlermeldung aus.. (2.2.6 standartconfig evtl mod_rewrite an )
    MySql läuft auch gut.. und mein mail server tut´s auch...

    bitte bitte helft mir

  2. #2
    Erfahrener Benutzer Avatar von Gremlin
    Registriert seit
    05.07.2006
    Beiträge
    5.206
    Mach mal in die lib/header.php ganz oben ein

    PHP-Code:
    @set_time_limit(30); 
    rein und melde dich nochmal an, wenn es eine endlosschleife ist, bricht dann php nach 30 Sekunden mit Fehlermeldung ab.

    Gruß
    Gremlin
    Diskutiere nie mit Idioten - sie holen Dich auf ihr Niveau und schlagen Dich dort mit Erfahrung!



  3. #3
    Erfahrener Benutzer Avatar von Hardy
    Registriert seit
    24.01.2007
    Beiträge
    2.235
    nutzt du auch die php5 schnittstelle aus den downloadbereich?

  4. #4
    Erfahrener Benutzer Avatar von FLash
    Registriert seit
    10.01.2008
    Beiträge
    122
    ja hab die ganzen updates drauf...


    .... muss mal eben neustarten.. dauert ein bischen

  5. #5
    Erfahrener Benutzer Avatar von FLash
    Registriert seit
    10.01.2008
    Beiträge
    122
    komisch.. der bricht damit auch nicht ab

    es sei den php ist kaputt ist aber im moment wieder die neuinstall config

    in der datenbak ist wieder das selbe....

    *phplangsamverfluch*

    keine ahnung

  6. #6
    Erfahrener Benutzer Avatar von Gremlin
    Registriert seit
    05.07.2006
    Beiträge
    5.206
    phpinfo() pls
    Diskutiere nie mit Idioten - sie holen Dich auf ihr Niveau und schlagen Dich dort mit Erfahrung!



  7. #7
    Erfahrener Benutzer Avatar von FLash
    Registriert seit
    10.01.2008
    Beiträge
    122
    ja .. hoff ... liegt bestimmt an den scheiss... wenn man das falsche installiert läufts nicht.. aber ich hab schon tausende sachen ausprobiert...


    Code:
    PHP Version 5.2.5
    
    System 	Windows NT MNM-H84LJQOST7I 5.1 build 2600 
    Build Date 	Nov 8 2007 23:18:08 
    Configure Command 	cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared" 
    Server API 	Apache 2.0 Handler 
    Virtual Directory Support 	enabled 
    Configuration File (php.ini) Path 	C:\WINDOWS 
    Loaded Configuration File 	C:\Apache\PHP\php.ini 
    PHP API 	20041225 
    PHP Extension 	20060613 
    Zend Extension 	220060519 
    Debug Build 	no 
    Thread Safety 	enabled 
    Zend Memory Manager 	enabled 
    IPv6 Support 	enabled 
    Registered PHP Streams 	php, file, data, http, ftp, compress.zlib, compress.bzip2, https, ftps, zip, gopher 
    Registered Stream Socket Transports 	tcp, udp, ssl, sslv3, sslv2, tls 
    Registered Stream Filters 	convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, zlib.*, bzip2.*, http.* 
    
    This program makes use of the Zend Scripting Language Engine:
    Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
    
    
    PHP Credits
    Configuration
    PHP CoreDirective	Local Value	Master Value
    allow_call_time_pass_reference	Off	Off
    allow_url_fopen	On	On
    allow_url_include	Off	Off
    always_populate_raw_post_data	Off	Off
    arg_separator.input	&	&
    arg_separator.output	&	&
    asp_tags	Off	Off
    auto_append_file	no value	no value
    auto_globals_jit	On	On
    auto_prepend_file	no value	no value
    browscap	no value	no value
    default_charset	no value	no value
    default_mimetype	text/html	text/html
    define_syslog_variables	Off	Off
    disable_classes	no value	no value
    disable_functions	no value	no value
    display_errors	Off	Off
    display_startup_errors	Off	Off
    doc_root	no value	no value
    docref_ext	no value	no value
    docref_root	no value	no value
    enable_dl	On	On
    error_append_string	no value	no value
    error_log	no value	no value
    error_prepend_string	no value	no value
    error_reporting	6143	6143
    expose_php	On	On
    extension_dir	C:\Apache\PHP\ext	C:\Apache\PHP\ext
    file_uploads	On	On
    highlight.bg	#FFFFFF	#FFFFFF
    highlight.comment	#FF8000	#FF8000
    highlight.default	#0000BB	#0000BB
    highlight.html	#000000	#000000
    highlight.keyword	#007700	#007700
    highlight.string	#DD0000	#DD0000
    html_errors	On	On
    ignore_repeated_errors	Off	Off
    ignore_repeated_source	Off	Off
    ignore_user_abort	Off	Off
    implicit_flush	Off	Off
    include_path	.;C:\php5\pear	.;C:\php5\pear
    log_errors	On	On
    log_errors_max_len	1024	1024
    magic_quotes_gpc	Off	Off
    magic_quotes_runtime	Off	Off
    magic_quotes_sybase	Off	Off
    mail.force_extra_parameters	no value	no value
    max_execution_time	30	30
    max_input_nesting_level	64	64
    max_input_time	60	60
    memory_limit	128M	128M
    open_basedir	no value	no value
    output_buffering	4096	4096
    output_handler	no value	no value
    post_max_size	8M	8M
    precision	14	14
    realpath_cache_size	16K	16K
    realpath_cache_ttl	120	120
    register_argc_argv	Off	Off
    register_globals	Off	Off
    register_long_arrays	Off	Off
    report_memleaks	On	On
    report_zend_debug	On	On
    safe_mode	Off	Off
    safe_mode_exec_dir	no value	no value
    safe_mode_gid	Off	Off
    safe_mode_include_dir	no value	no value
    sendmail_from	no value	no value
    sendmail_path	no value	no value
    serialize_precision	100	100
    short_open_tag	On	On
    SMTP	localhost	localhost
    smtp_port	25	25
    sql.safe_mode	Off	Off
    track_errors	Off	Off
    unserialize_callback_func	no value	no value
    upload_max_filesize	2M	2M
    upload_tmp_dir	C:\DOKUME~1\LC66F~1\LOKALE~1\Temp\php\upload	C:\DOKUME~1\LC66F~1\LOKALE~1\Temp\php\upload
    user_dir	no value	no value
    variables_order	GPCS	GPCS
    xmlrpc_error_number	0	0
    xmlrpc_errors	Off	Off
    y2k_compliance	On	On
    zend.ze1_compatibility_mode	Off	Off
    
    
    apache2handlerApache Version 	Apache/2.2.6 (Win32) PHP/5.2.5 
    Apache API Version 	20051115 
    Server Administrator 	ice-flash@gmx.de 
    Hostname:Port 	localhost:80 
    Max Requests 	Per Child: 0 - Keep Alive: on - Max Per Connection: 100 
    Timeouts 	Connection: 300 - Keep-Alive: 5 
    Virtual Server 	No 
    Server Root 	C:/Apache 
    Loaded Modules 	core mod_win32 mpm_winnt http_core mod_so mod_actions mod_alias mod_asis mod_auth_basic mod_authn_default mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dir mod_env mod_imagemap mod_include mod_isapi mod_log_config mod_mime mod_negotiation mod_rewrite mod_setenvif mod_userdir mod_php5 
    
    Directive	Local Value	Master Value
    engine	1	1
    last_modified	0	0
    xbithack	0	0
    
    
    Apache EnvironmentVariable	Value
    HTTP_USER_AGENT 	Opera/9.23 (Windows NT 5.1; U; de) 
    HTTP_HOST 	localhost 
    HTTP_ACCEPT 	application/xhtml+voice+xml;version=1.2, application/x-xhtml+voice+xml;version=1.2, text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1 
    HTTP_ACCEPT_LANGUAGE 	de-DE,de;q=0.9,en;q=0.8 
    HTTP_ACCEPT_CHARSET 	iso-8859-1, utf-8, utf-16, *;q=0.1 
    HTTP_ACCEPT_ENCODING 	deflate, gzip, x-gzip, identity, *;q=0 
    HTTP_COOKIE 	IMAIL_TEST_COOKIE=test; IMAIL_SESS_KEY_1199963891_14054=bGbi6OP2pSJke5Kc; PHPSESSID=pa2qesg757pdtih3ppc8lc3nb4 
    HTTP_COOKIE2 	$Version=1 
    HTTP_PRAGMA 	no-cache 
    HTTP_CACHE_CONTROL 	no-cache 
    HTTP_CONNECTION 	Keep-Alive, TE 
    HTTP_TE 	deflate, gzip, chunked, identity, trailers 
    PATH 	C:\apache\PHP\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\ATI Technologies\ATI.ACE\ 
    SystemRoot 	C:\WINDOWS 
    COMSPEC 	C:\WINDOWS\system32\cmd.exe 
    PATHEXT 	.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH 
    WINDIR 	C:\WINDOWS 
    SERVER_SIGNATURE 	no value 
    SERVER_SOFTWARE 	Apache/2.2.6 (Win32) PHP/5.2.5 
    SERVER_NAME 	localhost 
    SERVER_ADDR 	127.0.0.1 
    SERVER_PORT 	80 
    REMOTE_ADDR 	127.0.0.1 
    DOCUMENT_ROOT 	C:/Apache/htdocs 
    SERVER_ADMIN 	ice-flash@gmx.de 
    SCRIPT_FILENAME 	C:/Apache/htdocs/phpinfo.php 
    REMOTE_PORT 	3361 
    GATEWAY_INTERFACE 	CGI/1.1 
    SERVER_PROTOCOL 	HTTP/1.1 
    REQUEST_METHOD 	GET 
    QUERY_STRING 	no value 
    REQUEST_URI 	/phpinfo.php 
    SCRIPT_NAME 	/phpinfo.php 
    
    
    HTTP Headers InformationHTTP Request Headers
    HTTP Request 	GET /phpinfo.php HTTP/1.1 
    User-Agent 	Opera/9.23 (Windows NT 5.1; U; de) 
    Host 	localhost 
    Accept 	application/xhtml+voice+xml;version=1.2, application/x-xhtml+voice+xml;version=1.2, text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1 
    Accept-Language 	de-DE,de;q=0.9,en;q=0.8 
    Accept-Charset 	iso-8859-1, utf-8, utf-16, *;q=0.1 
    Accept-Encoding 	deflate, gzip, x-gzip, identity, *;q=0 
    Cookie 	IMAIL_TEST_COOKIE=test; IMAIL_SESS_KEY_1199963891_14054=bGbi6OP2pSJke5Kc; PHPSESSID=pa2qesg757pdtih3ppc8lc3nb4 
    Cookie2 	$Version=1 
    Pragma 	no-cache 
    Cache-Control 	no-cache 
    Connection 	Keep-Alive, TE 
    TE 	deflate, gzip, chunked, identity, trailers 
    HTTP Response Headers
    X-Powered-By 	PHP/5.2.5 
    Keep-Alive 	timeout=5, max=100 
    Connection 	Keep-Alive 
    Transfer-Encoding 	chunked 
    Content-Type 	text/html 
    
    
    bcmathBCMath support 	enabled 
    
    
    bcompilerbcompiler support	enabled
    bcompiler version 	0.9s 
    current bytecode version 	0.14 
    can parse bytecode version 	0.7, 0.9, 0.11, 0.12, 0.14 
    
    
    bz2BZip2 Support 	Enabled 
    Stream Wrapper support 	compress.bz2:// 
    Stream Filter support 	bzip2.decompress, bzip2.compress 
    BZip2 Version 	1.0.2, 30-Dec-2001 
    
    
    calendarCalendar support 	enabled 
    
    
    classkitclasskit support	enabled
    version	0.4
    
    
    com_dotnetCOM support	enabled
    DCOM support	disabled
    .Net support	enabled
    
    Directive	Local Value	Master Value
    com.allow_dcom	0	0
    com.autoregister_casesensitive	1	1
    com.autoregister_typelib	0	0
    com.autoregister_verbose	0	0
    com.code_page	no value	no value
    com.typelib_file	no value	no value
    
    
    crackcrack support	enabled
    
    Directive	Local Value	Master Value
    crack.default_dictionary	no value	no value
    
    
    ctypectype functions 	enabled 
    
    
    curlcURL support 	enabled 
    cURL Information 	libcurl/7.16.0 OpenSSL/0.9.8e zlib/1.2.3 
    
    
    datedate/time support 	enabled 
    "Olson" Timezone Database Version 	2007.9 
    Timezone Database 	internal 
    Default timezone 	Europe/Paris 
    
    Directive	Local Value	Master Value
    date.default_latitude	31.7667	31.7667
    date.default_longitude	35.2333	35.2333
    date.sunrise_zenith	90.583333	90.583333
    date.sunset_zenith	90.583333	90.583333
    date.timezone	no value	no value
    
    
    domDOM/XML 	enabled 
    DOM/XML API Version 	20031129 
    libxml Version 	2.6.26 
    HTML Support 	enabled 
    XPath Support 	enabled 
    XPointer Support 	enabled 
    Schema Support 	enabled 
    RelaxNG Support 	enabled 
    
    
    filterInput Validation and Filtering 	enabled 
    Revision 	$Revision: 1.52.2.39 $ 
    
    Directive	Local Value	Master Value
    filter.default	unsafe_raw	unsafe_raw
    filter.default_flags	no value	no value
    
    
    ftpFTP support 	enabled 
    
    
    gmpgmp support 	enabled 
    GMP version 	4.1.4 
    
    
    gopherGopher Wrapper 	enabled 
    
    
    hashhash support 	enabled 
    Hashing Engines 	md2 md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 
    
    
    httpHTTP Support 	enabled 
    Extension Version 	1.6.0RC1 
    Registered Classes 	HttpUtil, HttpMessage, HttpRequest, HttpRequestPool, HttpRequestDataShare, HttpDeflateStream, HttpInflateStream, HttpResponse, HttpQueryString 
    Output Handlers 	ob_deflatehandler, ob_inflatehandler, ob_etaghandler 
    Stream Filters 	http.chunked_decode, http.chunked_encode, http.deflate, http.inflate 
    
    Used Library	Compiled	Linked
    libcurl 	7.16.0 	7.16.0 
    libevent 	disabled 	disabled 
    libz 	1.2.3 	1.2.3 
    libmagic 	unknown 	unknown 
    
    Persistent Handles
    Provider	Ident	Used	Free
    http_request 	N/A 	0 	0 
    http_request_datashare 	GLOBAL 	1 	0 
    http_request_datashare_lock 	GLOBAL 	1 	0 
    http_request_pool 	N/A 	0 	0 
    
    Request Methods
    Registered 	GET, HEAD, POST, PUT, DELETE, OPTIONS, TRACE, CONNECT, PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, UNLOCK, VERSION-CONTROL, REPORT, CHECKOUT, CHECKIN, UNCHECKOUT, MKWORKSPACE, UPDATE, LABEL, MERGE, BASELINE-CONTROL, MKACTIVITY, ACL, 
    Allowed 	(ANY) 
    
    Directive	Local Value	Master Value
    http.etag.mode	MD5	MD5
    http.force_exit	1	1
    http.log.allowed_methods	no value	no value
    http.log.cache	no value	no value
    http.log.composite	no value	no value
    http.log.not_found	no value	no value
    http.log.redirect	no value	no value
    http.only_exceptions	0	0
    http.persistent.handles.ident	GLOBAL	GLOBAL
    http.persistent.handles.limit	-1	-1
    http.request.datashare.connect	0	0
    http.request.datashare.cookie	0	0
    http.request.datashare.dns	1	1
    http.request.datashare.ssl	0	0
    http.request.methods.allowed	no value	no value
    http.request.methods.custom	no value	no value
    http.send.deflate.start_auto	0	0
    http.send.deflate.start_flags	0	0
    http.send.inflate.start_auto	0	0
    http.send.inflate.start_flags	0	0
    http.send.not_found_404	1	1
    
    
    iconviconv support 	enabled 
    iconv implementation 	"libiconv" 
    iconv library version 	1.9 
    
    Directive	Local Value	Master Value
    iconv.input_encoding	ISO-8859-1	ISO-8859-1
    iconv.internal_encoding	ISO-8859-1	ISO-8859-1
    iconv.output_encoding	ISO-8859-1	ISO-8859-1
    
    
    imapIMAP c-Client Version 	2004 
    SSL Support 	enabled 
    
    
    javaDirective	Local Value	Master Value
    java.class.path	no value	no value
    java.home	no value	no value
    java.library	jvm.dll	jvm.dll
    java.library.path	no value	no value
    
    
    jsonjson support 	enabled 
    json version 	1.2.1 
    
    
    libxmllibXML support 	active 
    libXML Version 	2.6.26 
    libXML streams 	enabled 
    
    
    mailparsemailparse support	enabled
    Extension Version 	2.1.2 
    Revision 	$Revision: 1.53 $ 
    
    Directive	Local Value	Master Value
    mailparse.def_charset	us-ascii	us-ascii
    
    
    mbstringMultibyte Support 	enabled 
    Multibyte string engine 	libmbfl 
    Multibyte (japanese) regex support 	enabled 
    Multibyte regex (oniguruma) version 	4.4.4 
    Multibyte regex (oniguruma) backtrack check 	On 
    
    mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
    
    Directive	Local Value	Master Value
    mbstring.detect_order	no value	no value
    mbstring.encoding_translation	Off	Off
    mbstring.func_overload	0	0
    mbstring.http_input	pass	pass
    mbstring.http_output	pass	pass
    mbstring.internal_encoding	no value	no value
    mbstring.language	neutral	neutral
    mbstring.strict_detection	Off	Off
    mbstring.substitute_character	no value	no value
    
    
    mysqlMySQL Support	enabled
    Active Persistent Links 	0 
    Active Links 	0 
    Client API version 	5.0.45 
    
    Directive	Local Value	Master Value
    mysql.allow_persistent	On	On
    mysql.connect_timeout	60	60
    mysql.default_host	no value	no value
    mysql.default_password	no value	no value
    mysql.default_port	no value	no value
    mysql.default_socket	no value	no value
    mysql.default_user	no value	no value
    mysql.max_links	Unlimited	Unlimited
    mysql.max_persistent	Unlimited	Unlimited
    mysql.trace_mode	Off	Off
    
    
    mysqliMysqlI Support	enabled
    Client API library version 	5.0.45 
    Client API header version 	5.0.45 
    MYSQLI_SOCKET 	/tmp/mysql.sock 
    
    Directive	Local Value	Master Value
    mysqli.default_host	no value	no value
    mysqli.default_port	3306	3306
    mysqli.default_pw	no value	no value
    mysqli.default_socket	no value	no value
    mysqli.default_user	no value	no value
    mysqli.max_links	Unlimited	Unlimited
    mysqli.reconnect	Off	Off
    
    
    odbcODBC Support	enabled
    Active Persistent Links 	0 
    Active Links 	0 
    ODBC library 	Win32 
    
    Directive	Local Value	Master Value
    odbc.allow_persistent	On	On
    odbc.check_persistent	On	On
    odbc.default_db	no value	no value
    odbc.default_pw	no value	no value
    odbc.default_user	no value	no value
    odbc.defaultbinmode	return as is	return as is
    odbc.defaultlrl	return up to 4096 bytes	return up to 4096 bytes
    odbc.max_links	Unlimited	Unlimited
    odbc.max_persistent	Unlimited	Unlimited
    
    
    opensslOpenSSL support 	enabled 
    OpenSSL Version 	OpenSSL 0.9.8e 23 Feb 2007 
    
    
    pcrePCRE (Perl Compatible Regular Expressions) Support 	enabled 
    PCRE Library Version 	7.3 2007-08-28 
    
    Directive	Local Value	Master Value
    pcre.backtrack_limit	100000	100000
    pcre.recursion_limit	100000	100000
    
    
    PDOPDO support	enabled
    PDO drivers 	mysql 
    
    
    pdo_mysqlPDO Driver for MySQL, client library version	5.0.45
    
    
    pop3pop3 support	enabled
    Extension version	1.0.2 - $id$
    
    
    ReflectionReflection	enabled
    Version 	$Id: php_reflection.c,v 1.164.2.33.2.47 2007/10/28 13:47:14 iliaa Exp $ 
    
    
    runkitrunkit support	enabled
    version	0.9
    Custom Superglobal support	enabled
    Sandbox Support	enabled
    Runtime Manipulation	enabled
    
    
    sessionSession Support 	enabled 
    Registered save handlers 	files user 
    Registered serializer handlers 	php php_binary wddx 
    
    Directive	Local Value	Master Value
    session.auto_start	Off	Off
    session.bug_compat_42	Off	Off
    session.bug_compat_warn	On	On
    session.cache_expire	180	180
    session.cache_limiter	nocache	nocache
    session.cookie_domain	no value	no value
    session.cookie_httponly	Off	Off
    session.cookie_lifetime	0	0
    session.cookie_path	/	/
    session.cookie_secure	Off	Off
    session.entropy_file	no value	no value
    session.entropy_length	0	0
    session.gc_divisor	1000	1000
    session.gc_maxlifetime	1440	1440
    session.gc_probability	1	1
    session.hash_bits_per_character	5	5
    session.hash_function	0	0
    session.name	PHPSESSID	PHPSESSID
    session.referer_check	no value	no value
    session.save_handler	files	files
    session.save_path	C:\DOKUME~1\LC66F~1\LOKALE~1\Temp\php\session	C:\DOKUME~1\LC66F~1\LOKALE~1\Temp\php\session
    session.serialize_handler	php	php
    session.use_cookies	On	On
    session.use_only_cookies	Off	Off
    session.use_trans_sid	0	0
    
    
    shmopshmop support 	enabled 
    
    
    SimpleXMLSimplexml support	enabled
    Revision 	$Revision: 1.151.2.22.2.35 $ 
    Schema support 	enabled 
    
    
    smtpSMTP Support	Enabled
    
    
    socketsSockets Support 	enabled 
    
    
    SPLSPL support	enabled
    Interfaces 	Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject 
    Classes 	AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilterIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RegexIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, SplTempFileObject, UnderflowException, UnexpectedValueException 
    
    
    standardRegex Library 	Bundled library enabled 
    Dynamic Library Support 	enabled 
    Internal Sendmail Support for Windows 	enabled 
    
    Directive	Local Value	Master Value
    assert.active	1	1
    assert.bail	0	0
    assert.callback	no value	no value
    assert.quiet_eval	0	0
    assert.warning	1	1
    auto_detect_line_endings	0	0
    default_socket_timeout	60	60
    safe_mode_allowed_env_vars	PHP_	PHP_
    safe_mode_protected_env_vars	LD_LIBRARY_PATH	LD_LIBRARY_PATH
    url_rewriter.tags	a=href,area=href,frame=src,input=src,form=fakeentry	a=href,area=href,frame=src,input=src,form=fakeentry
    user_agent	no value	no value
    
    
    timezonedbAlternative Timezone Database 	enabled 
    Timezone Database Version 	2007.9 
    
    
    tokenizerTokenizer Support 	enabled 
    
    
    wddxWDDX Support	enabled
    WDDX Session Serializer 	enabled 
    
    
    xmlXML Support 	active 
    XML Namespace Support 	active 
    libxml2 Version 	2.6.26 
    
    
    xmlreaderXMLReader 	enabled 
    
    
    xmlwriterXMLWriter 	enabled 
    
    
    zipZip 	enabled 
    Extension Version 	$Id: php_zip.c,v 1.1.2.38 2007/08/06 22:02:32 bjori Exp $ 
    Zip version 	2.0.0 
    Libzip version 	0.7.1 
    
    
    zlibZLib Support 	enabled 
    Stream Wrapper support 	compress.zlib:// 
    Stream Filter support 	zlib.inflate, zlib.deflate 
    Compiled Version 	1.2.3 
    Linked Version 	1.2.3 
    
    Directive	Local Value	Master Value
    zlib.output_compression	Off	Off
    zlib.output_compression_level	-1	-1
    zlib.output_handler	no value	no value
    
    
    Additional ModulesModule Name
    SPL_Types
    
    
    EnvironmentVariable	Value
    ALLUSERSPROFILE 	C:\Dokumente und Einstellungen\All Users 
    CommonProgramFiles 	C:\Programme\Gemeinsame Dateien 
    COMPUTERNAME 	MNM-H84LJQOST7I 
    ComSpec 	C:\WINDOWS\system32\cmd.exe 
    FP_NO_HOST_CHECK 	NO 
    NUMBER_OF_PROCESSORS 	1 
    OS 	Windows_NT 
    Path 	C:\apache\PHP\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\ATI Technologies\ATI.ACE\ 
    PATHEXT 	.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH 
    PROCESSOR_ARCHITECTURE 	x86 
    PROCESSOR_IDENTIFIER 	x86 Family 15 Model 2 Stepping 9, GenuineIntel 
    PROCESSOR_LEVEL 	15 
    PROCESSOR_REVISION 	0209 
    ProgramFiles 	C:\Programme 
    SystemDrive 	C: 
    SystemRoot 	C:\WINDOWS 
    TEMP 	C:\WINDOWS\TEMP 
    TMP 	C:\WINDOWS\TEMP 
    USERPROFILE 	C:\Dokumente und Einstellungen\LocalService 
    windir 	C:\WINDOWS 
    AP_PARENT_PID 	2672 
    
    
    PHP VariablesVariable	Value
    _REQUEST["IMAIL_TEST_COOKIE"]	test
    _REQUEST["IMAIL_SESS_KEY_1199963891_14054"]	bGbi6OP2pSJke5Kc
    _REQUEST["PHPSESSID"]	pa2qesg757pdtih3ppc8lc3nb4
    _COOKIE["IMAIL_TEST_COOKIE"]	test
    _COOKIE["IMAIL_SESS_KEY_1199963891_14054"]	bGbi6OP2pSJke5Kc
    _COOKIE["PHPSESSID"]	pa2qesg757pdtih3ppc8lc3nb4
    _SERVER["HTTP_USER_AGENT"]	Opera/9.23 (Windows NT 5.1; U; de)
    _SERVER["HTTP_HOST"]	localhost
    _SERVER["HTTP_ACCEPT"]	application/xhtml+voice+xml;version=1.2, application/x-xhtml+voice+xml;version=1.2, text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1
    _SERVER["HTTP_ACCEPT_LANGUAGE"]	de-DE,de;q=0.9,en;q=0.8
    _SERVER["HTTP_ACCEPT_CHARSET"]	iso-8859-1, utf-8, utf-16, *;q=0.1
    _SERVER["HTTP_ACCEPT_ENCODING"]	deflate, gzip, x-gzip, identity, *;q=0
    _SERVER["HTTP_COOKIE"]	IMAIL_TEST_COOKIE=test; IMAIL_SESS_KEY_1199963891_14054=bGbi6OP2pSJke5Kc; PHPSESSID=pa2qesg757pdtih3ppc8lc3nb4
    _SERVER["HTTP_COOKIE2"]	$Version=1
    _SERVER["HTTP_PRAGMA"]	no-cache
    _SERVER["HTTP_CACHE_CONTROL"]	no-cache
    _SERVER["HTTP_CONNECTION"]	Keep-Alive, TE
    _SERVER["HTTP_TE"]	deflate, gzip, chunked, identity, trailers
    _SERVER["PATH"]	C:\apache\PHP\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\ATI Technologies\ATI.ACE\
    _SERVER["SystemRoot"]	C:\WINDOWS
    _SERVER["COMSPEC"]	C:\WINDOWS\system32\cmd.exe
    _SERVER["PATHEXT"]	.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    _SERVER["WINDIR"]	C:\WINDOWS
    _SERVER["SERVER_SIGNATURE"]	no value
    _SERVER["SERVER_SOFTWARE"]	Apache/2.2.6 (Win32) PHP/5.2.5
    _SERVER["SERVER_NAME"]	localhost
    _SERVER["SERVER_ADDR"]	127.0.0.1
    _SERVER["SERVER_PORT"]	80
    _SERVER["REMOTE_ADDR"]	127.0.0.1
    _SERVER["DOCUMENT_ROOT"]	C:/Apache/htdocs
    _SERVER["SERVER_ADMIN"]	ice-flash@gmx.de
    _SERVER["SCRIPT_FILENAME"]	C:/Apache/htdocs/phpinfo.php
    _SERVER["REMOTE_PORT"]	3361
    _SERVER["GATEWAY_INTERFACE"]	CGI/1.1
    _SERVER["SERVER_PROTOCOL"]	HTTP/1.1
    _SERVER["REQUEST_METHOD"]	GET
    _SERVER["QUERY_STRING"]	no value
    _SERVER["REQUEST_URI"]	/phpinfo.php
    _SERVER["SCRIPT_NAME"]	/phpinfo.php
    _SERVER["PHP_SELF"]	/phpinfo.php
    _SERVER["REQUEST_TIME"]	1199978442
    
    
    PHP License
    This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE 
    
    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
    
    If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.
    Edit: Ich mal mal wieder alles komplett runter und installier neu.. zum xten mal.. bei wondoofs klappts ja auch manchmal

  8. #8
    Erfahrener Benutzer Avatar von Gremlin
    Registriert seit
    05.07.2006
    Beiträge
    5.206
    Hmm du hast nen Windoof Server? Mach lieber Linux, oder nutze XAMPP bei XAMPP normale Installation dann gehts auch.

    Gruß
    gremlin
    Diskutiere nie mit Idioten - sie holen Dich auf ihr Niveau und schlagen Dich dort mit Erfahrung!



  9. #9
    Erfahrener Benutzer Avatar von FLash
    Registriert seit
    10.01.2008
    Beiträge
    122
    ich weiss.. unter linux hätt ich kein problem hab ich ja auch installiert

    ist nur bishen schlecht beides gleichzeitig laufen zu haben... ich will mir halt erstmal die page aufbauen.. dann wird wieder mein alter server zusammengebaut und ich hab dann mal wieder meinen webspace zuhause und muss nix für zahlen nur betreib ich mit seinen netzteil meinen router und die wohnungsbeleuchtung.. hehe


    aber ich bin der ganzen sache schon näher gekommen.. mein apache hat einen errorlog ausgespuckt .. die fehler sollen sich auf den maildienst beziehen.. .. nur bekomm ich mails wenn ich auf passwort anfordern gehe..
    hab alles neu gemacht.. das alte problem ist immernoch dasselbe nur mit neuer fehlermeldung.. .. hab das mail update drauf..
    Code:
    [Thu Jan 10 19:18:28 2008] [error] [client 127.0.0.1] PHP Notice:  Undefined variable: text in C:\\Apache\\htdocs\\lib\\extras.lib.php on line 64, referer: http://localhost/index.php?content=/intern/daten
    [Thu Jan 10 19:18:28 2008] [error] [client 127.0.0.1] PHP Notice:  Undefined index:  HTTP_SERVER_VARS in C:\\Apache\\htdocs\\lib\\mail\\klasse.php on line 632, referer: http://localhost/index.php?content=/intern/daten

  10. #10
    Erfahrener Benutzer Avatar von Gremlin
    Registriert seit
    05.07.2006
    Beiträge
    5.206
    Sind aber nur Notices keine Errors, also nix bedeutendes.
    Diskutiere nie mit Idioten - sie holen Dich auf ihr Niveau und schlagen Dich dort mit Erfahrung!



Seite 1 von 2 12 LetzteLetzte

Ähnliche Themen

  1. Anmeldung
    Von muenchner1989 im Forum Support zum VMSone
    Antworten: 9
    Letzter Beitrag: 15.10.2011, 23:07
  2. Anmeldung nur mit at,de und ch IP
    Von didith1207 im Forum [HD] Codeschnippsel
    Antworten: 6
    Letzter Beitrag: 28.11.2009, 03:56
  3. Anmeldung + Bonus
    Von maniwelt im Forum Support zu Addons & Erweiterungen
    Antworten: 1
    Letzter Beitrag: 16.02.2009, 05:09
  4. Anmeldung
    Von fruchti im Forum Support zum VMSone
    Antworten: 8
    Letzter Beitrag: 04.05.2008, 00:29
  5. Anmeldung
    Von meigl1337 im Forum Support zum VMSone
    Antworten: 0
    Letzter Beitrag: 13.07.2007, 15:31

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •