Beiträge von Sebastian S.
-
-
hm... ihrgendwie geht dsa et es kommt immer das:
http://sebi.maxinet.de/bilder.php -
-
PHP
Alles anzeigen<?php // PHP Code // Variablen definieren: define("sqlhost", "localhost"); define("sqluser", "deinUser"); define("sqlpass", "deinPW"); define("sqldb", "deineDB"); define("sqltable", "counter"); // Funktion für den Counter: function phpcounter() { // Zeit bestimmen $time = time(); // IP Adresse bestimmen $ip = getenv(REMOTE_ADDR); // Host bestimmen $host = gethostbyaddr(getenv(REMOTE_ADDR)); // Browser bestimmen $browser = getenv(HTTP_USER_AGENT); // Verbindung überprüfen $verbindung = @mysql_connect(sqlhost,sqluser,sqlpass); if (!$verbindung) { echo "Verbindung zur Datenbank war nicht möglich!\n"; exit; } $abfrage = "SELECT * FROM " . sqltable . " WHERE ip='$ip' ORDER BY id DESC"; $ergebnis = mysql_db_query(sqldb,$abfrage,$verbindung); while ($zeile = $ergebnis->fetch_object()) { if($zeile->id > "") { // IP vorhanden } else { // IP nicht vorhanden // dann auch eintragen $daten = "INSERT INTO " . sqltable . " (time,ip,host,browser) VALUES ('$time','$ip','$host','$browser')"; $result = mysql_query($daten,$verbindung); mysql_close($verbindung); // Im Textfile deinen Eintrag hochsetzen } } ?>
da -
öhm... joa danke
aber da kommt ein fehler
http://sebi.maxinet.de/test3.php zeile 49 das ist aber ?>
das kapier ich ihrgendwie ned. -
aha und wie macht man das mein php buch ist sehr alt und da steht nicht alles drin ich kauf mir bald ein neues.
-
ups sorry hab ich vergessen
also mein Problem ist das alles geht ja aber ohne ip sperre das heißt ich klick drauf 20 nochmall 21 usw.... -
Hallo ich versuche gerade einen counter mit ip sperre
das ist der text für den counterCode
Alles anzeigen<? include("inc/mysql.php"); $datei_name = "counter1.txt"; if (!file_exists($datei_name)) { $dz = fopen($datei_name, "W"); fwrite($dz,"1"); fclose($dz); } $dz = fopen($datei_name,"r"); $counter = fread($dz, 10); fclose($dz); $counter++; $dz = fopen($datei_name, "w"); fwrite($dz, $counter); fclose($dz); include("inc/mysql.php"); ?> <body> <h2>Guten Tag,</h2> diese Seite wurde jetzt zum <?=$counter;?>. Mal aufgerufen. </body>
und das hab ich auf meiner mysql die zur datenbank geht. -
Die muss da sein
guck
http://sebi.maxinet.de/auswerung1.php
wen du den fehler sehen willst
gieb erst das was ein und dan schau es an
http://sebi.maxinet.de/eingabe.html -
aaaa ok danke *ups vergesen das .de hinzuzufügen* aber sorry das ich wieder nerve was ist das?
Code
Alles anzeigenWarning: main(http://sebi.maxinet.de/incql.inc): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\Inetpub\vhosts\sebi.maxinet.de\httpdocs\auswerung1.php on line 2 Warning: main(): Failed opening 'http://sebi.maxinet.de/incql.inc' for inclusion (include_path='.;./includes;./pear') in C:\Inetpub\vhosts\sebi.maxinet.de\httpdocs\auswerung1.php on line 2 Warning: mysql_query(): Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\Inetpub\vhosts\sebi.maxinet.de\httpdocs\auswerung1.php on line 9 Warning: mysql_query(): A link to the server could not be established in C:\Inetpub\vhosts\sebi.maxinet.de\httpdocs\auswerung1.php on line 9 Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in C:\Inetpub\vhosts\sebi.maxinet.de\httpdocs\auswerung1.php on line 10
mein kumpel sagt dsa was mit der datenbank ist aber bei meinen php bucht steht da nix -.- -
aha und das bedeutet?
-
ok das klapt aber nun kommt das...
Code
Alles anzeigenWarning: main(): php_network_getaddresses: gethostbyname failed in C:\Inetpub\vhosts\sebi.maxinet.de\httpdocs\auswerung1.php on line 2 Warning: main(http://sebi.maxinet/incql.inc): failed to open stream: No such file or directory in C:\Inetpub\vhosts\sebi.maxinet.de\httpdocs\auswerung1.php on line 2 Warning: main(): Failed opening 'http://sebi.maxinet/incql.inc' for inclusion (include_path='.;./includes;./pear') in C:\Inetpub\vhosts\sebi.maxinet.de\httpdocs\auswerung1.php on line 2 Warning: mysql_query(): Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\Inetpub\vhosts\sebi.maxinet.de\httpdocs\auswerung1.php on line 9 Warning: mysql_query(): A link to the server could not be established in C:\Inetpub\vhosts\sebi.maxinet.de\httpdocs\auswerung1.php on line 9 Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in C:\Inetpub\vhosts\sebi.maxinet.de\httpdocs\auswerung1.php on line 10
-
Hallo ich hab mall ne frage was ist da flsch?
PHP
Alles anzeigen<?php include("http://seite/incql.inc") $motto = trim($_POST['motto']); $quelle = trim($_POST['quelle']); $query = "INSERT INTO motto " ."(motto, quelle)" ."VALUES " ."('$motto','$quelle')"; $dummy = mysql_query($query); mysql_close($dz); ?> <html> <head></head> <body> Das folgende Motto wurde eingetragen:</p> <blockquote style="width:500px; padding : 10px; border : 2px solid black"> <?PHP echo $motto." [i]".$quelle."[/i]"; ?> </blockquote> [url='eingabe.html']Weitere Eingabe[/url]</p> </body> </html>
es soll ne Motto-eingabe maschine wärden die das auch gleich auswertet.achja es kommt dan auch dieser fehler:
Parse error: parse error in C:\Inetpub\vhosts\seite\httpdocs\auswerung1.php on line 3
-
Hallo
naja ich hab nun jetzt auch ne hp sie die url ist komisch aber das ändert sich bald hoffe ich.
Zurück zum themer meine url lautet: http://sebi.maxinet.de -
Ok. Das hab ich entfernt aber was ist da Falsch wieso ist da so ein komischer rand?
http://thenacht.th.funpic.de/Partner.html -
Ja ich weiß ich will ja nur üben ob ich html kann
deswegen ist die seite ja da!
Und deswegen heißt die seite ja auch /test.html -
Guten tag zusammen...
ähm... ja wieso ich da bin ist das...
ich lerne seit weihnachten HTML und hab ne kleine seite gemacht.
ich möchte euch den link geben und fragen ob ihr die seite anschauen könnt und mir sagt ob ich fehler habe
die seite lautet: http://thenacht.th.funpic.de/testp.s. hier und auf der seite habi ch nicht auf rechtschreibung geachtet