Registrieren | Passwort vergessen |
Benutzername    Passwort    Eingeloggt bleiben    
Seitenaufbau in 2.44 Sekunden - 607 DB-Abfragen | Mitglieder: 2398 | Forum: 15719 | Downloads: 127 | Insgesamt runtergeladen: 41576 | Insgesamt: 16,488,814 eindeutige Besuche
Guten Morgen [Gast]
Wenn Sie bereits Registriert sind loggen Sie sich einfach ein
©
Charly3000 (07.06.2025 22:39): Charlys-Funradio wünsch frohe Pfingsten hexer (01.02.2025 16:43): hallo DerEinsame2 (04.01.2024 13:19): Hallo ihr lieben ich wünsche euch ein Frohes und es Gesundes neues jahr. Chat-Radio24 (02.01.2024 17:36): Ein Frohes neues Jahr wünsche ich allen JP_ONAIR (01.01.2024 15:33): Frohes neues ^^ DerEinsame2 (17.12.2023 17:24): liebe leute ich wünsche euche tolle feiertage, und das beste fürs neue jahr 2024 Radiotv (18.11.2023 18:39): Liebe Grüsse Von www.radiotvmg.de Charly3000 (18.05.2023 16:09): Happy Vatertag wünscht www.Charlys-Funradio.de Charly3000 (08.05.2023 00:41): Wünsche eine erfolgreiche Woche RadioNightlineStudios (05.10.2022 07:27): RADIO-NIGHTLINE-STUDIOS WÜNSCHT EINEN GOLDENEN OKTOBER
Datum: Samstag, 18. Oktober 2025 Diese Seite Geladen Am: 10:54:03Aktuelle Zeit: Zeit
 Wer ist online
Gäste & Bots online: 1
Mitglieder online: 0
Neuestes Mitglied: Tim

DeviceArminPremium bis 23.02.2026 - 12:05 UhrPunkte
10Min
DeviceHarlekinPunkte
Offline
DevicepartybremenPunkte
Offline
DeviceMarioPremium bis 01.08.2026 - 02:52 UhrPunkte
Offline
DeviceRolly8-HLPunkte
Offline
Device21MatzePunkte
Offline
DeviceLars48
Offline
DeviceFrank197...
Offline
DeviceSchnurliPunkte
Offline
DeviceEsoxPunkte
Offline
Gast
gast
Mehr anzeigen

     - SuperAdmin|         - Admin ©
     - Forum Mod |         - Mitglied


 Unwetterwarnung

 Server uptime
Serverchecks bei http://www.my-cronjob.de - Ihr kostenloser Cronjob- und Serverüberwachungsdienst mit Uptime-Statistik für Ihre Homepage

Suche
Durchsuchen Sie die gesamte Website:
Themen-Autor: Bitterfeld-Power
Thema ID: 329
Thema Info
Es gibt 15 Beiträge zu diesem Thema, und es wurde angesehen 764 mal.
Thema ansehen
Wer ist hier? 1 Gäste
 Thema drucken
Profil melden - Immer noch ein Fehler
Bitterfeld-Power
Folgender Fehler taucht bei profilmelden immer noch auf

Notice: Undefined variable: form_action in /var/www/web223/html/includes/user_fields/user_lopro_include.php on line 63

vielleicht weiss ja jemand eine Lösung
Bearbeitet von DeeoNe am 29-10-2011 20:42
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1
 
https://www.schuett-christian.de
Taker
häng mal das User Field an oder Poste mal die Zeile 63 aus dem teil dann können wir dir vieleicht eher helfen
Rest in Peace


rac-hilft-webradio.de/signaturen/taker_1.png
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1
 
http://taker-is-back.de
Bitterfeld-Power
Download PHP Code  PHP
  1. <?php
  2. /*-------------------------------------------------------+
  3. | PHP-Fusion Content Management System
  4. | Copyright (C) 2002 - 2010 Nick Jones
  5. | http://www.php-fusion.co.uk/
  6. +--------------------------------------------------------+
  7. | Filename: user_info_panel.php
  8. | Author: Nick Jones (Digitanium)
  9. +--------------------------------------------------------+
  10. | This program is released as free software under the
  11. | Affero GPL license. You can redistribute it and/or
  12. | modify it under the terms of this license which you
  13. | can read by viewing the included agpl.txt or online
  14. | at http://www.gnu.org/licenses/agpl.html. Removal of this
  15. | copyright header is strictly prohibited without
  16. | written permission from the original author(s).
  17. +--------------------------------------------------------*/
  18. if (!defined("IN_FUSION")) { die("Access Denied"); }
  19.  
  20. if (iMEMBER) {
  21.     openside($userdata['user_name']);
  22.     $msg_count = dbcount("(message_id)", DB_MESSAGES, "message_to='".$userdata['user_id']."' AND message_read='0'AND message_folder='0'");
  23.     echo THEME_BULLET." <a href='".BASEDIR."edit_profile.php' class='side'>".$locale['global_120']."</a><br />\n";
  24.     echo THEME_BULLET." <a href='".BASEDIR."messages.php' class='side'>".$locale['global_121']."</a><br />\n";
  25.     echo THEME_BULLET." <a href='".BASEDIR."members.php' class='side'>".$locale['global_122']."</a><br />\n";
  26.     if (iADMIN && (iUSER_RIGHTS != "" || iUSER_RIGHTS != "C")) {
  27.         echo THEME_BULLET." <a href='".ADMIN."index.php".$aidlink."' class='side'>".$locale['global_123']."</a><br />\n";
  28.     }
  29.     echo THEME_BULLET." <a href='".BASEDIR."setuser.php?logout=yes' class='side'>".$locale['global_124']."</a>\n";
  30.     if ($msg_count) { echo "<br /><br /><div style='text-align:center'><strong><a href='".BASEDIR."messages.php' class='side'>".sprintf($locale['global_125'], $msg_count).($msg_count == 1 ? $locale['global_126'] : $locale['global_127'])."</a></strong></div>\n"; }
  31. } else {
  32.     openside($locale['global_100']);
  33.     echo "<div style='text-align:center'>\n";
  34.     echo "<form name='loginform' method='post' action='".FUSION_SELF."'>\n";
  35.     echo $locale['global_101']."<br />\n<input type='text' name='user_name' class='textbox' style='width:100px' /><br />\n";
  36.     echo $locale['global_102']."<br />\n<input type='password' name='user_pass' class='textbox' style='width:100px' /><br />\n";
  37.     if ($settings['login_method'] == "cookies") {
  38.         echo "<label><input type='checkbox' name='remember_me' value='y' title='".$locale['global_103']."' style='vertical-align:middle;' /></label>\n";
  39.     }
  40.     echo "<input type='submit' name='login' value='".$locale['global_104']."' class='button' /><br />\n";
  41.     echo "</form>\n<br />\n";
  42.     if ($settings['enable_registration']) {
  43.         echo "".$locale['global_105']."<br /><br />\n";
  44.     }
  45.     echo $locale['global_106']."\n</div>\n";
  46. }
  47. ///// USERPROFILE LOG >>>>>
  48. ///// USERPROFILE LOG >>>>>
  49. if (checkrights("PLOG")) { 
  50.  
  51. $locale['bing_1'] = "Es gibt %u neue ";
  52. $locale['bing_2'] = "Profilmeldung";
  53. $locale['bing_3'] = "Profilmeldungen";
  54.  
  55. include INFUSIONS."prof_log/infusion_db.php";
  56.  
  57. $data = dbarray(dbquery("SELECT * FROM ".DB_PROF_LOG_SETT_DB.""));
  58.  
  59. if ($data['SQL_log_on'] == "display") {  
  60.     $log_check = dbcount("(LOGPROF_id)", $db_prefix."profile_log", "LOGPROF_status='1'");
  61.       if ($log_check) { 
  62.         echo "";
  63.          echo "<table><tr><td style='background-color:#".$data['SQL_admincolor'].";' border='1px'><div style='text-align:center'><hr ><font><strong><a href='".INFUSIONS."prof_log/prof_log_admin.php".$aidlink."' class='side'>".sprintf($locale['bing_1'], $log_check).($log_check == 1 ? $locale['bing_2'] : $locale['bing_3'])."";
  64.      echo "";
  65.         echo "</a></strong></font><hr ></div></td></tr></table>\n"; }
  66. }}
  67. ///// USERPROFILE LOG <<<<<
  68. ///// USERPROFILE LOG <<<<<
  69. closeside();
  70. ?>
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1
 
https://www.schuett-christian.de
DeeoNe
die Datei: /includes/user_fields/user_lopro_include.php
muss wenn gepostet werden, deins da oben ist das User Info Panel.
www.deeone.de/signaturen/deeone_1.png
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1
 
https://www.deeone.de
Taker
Oer rar oder zip das teil und häne es dann an denn so wie du es jetzt postest ist dass immer schlecht zu sehen wo der Fehler liegt
Rest in Peace


rac-hilft-webradio.de/signaturen/taker_1.png
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1
 
http://taker-is-back.de
Bitterfeld-Power
schuldigung


Download Code  GeSHi: PHP
  1. <?php
  2. /*-------------------------------------------------------+
  3. | Filename: user_lopro_include.php
  4. +--------------------------------------------------------*/
  5. if (!defined("IN_FUSION")) { die("Access Denied"); }
  6.  
  7. include INFUSIONS."prof_log/infusion_db.php";
  8.  
  9. $data = dbarray(dbquery("SELECT * FROM ".DB_PROF_LOG_SETT_DB.""));
  10.  
  11. if ($data&#91;'SQL_log_on'&#93; == "") { echo ""; }
  12. elseif ($data&#91;'SQL_log_on'&#93; == "display") {
  13.  
  14. // Display user field input display
  15. if ($profile_method == "display") {
  16. $user_lopro = isset($user_data&#91;'user_lopro'&#93;) ? $user_data&#91;'user_lopro'&#93; : "";
  17. if (file_exists(INFUSIONS."prof_log/locale/".$settings&#91;'locale'&#93;.".php")) {
  18. include INFUSIONS."prof_log/locale/".$settings&#91;'locale'&#93;.".php";
  19. } else {
  20. include INFUSIONS."prof_log/locale/German.php";
  21. }
  22.  
  23.  
  24. echo "<script type='text/javascript' language='JavaScript' src='".BASEDIR."jscript/boxover.js'></script>";
  25.  
  26. if (!defined("DB_SQL3")) {
  27. define("DB_SQL3", DB_PREFIX."profile_log");
  28. }
  29.  
  30. $server = USER_IP;
  31.  
  32. if ((isset($_GET&#91;'action'&#93;) && $_GET&#91;'action'&#93; == "delete") && (isset($_GET&#91;'LOGPROF_id'&#93;) && isnum($_GET&#91;'LOGPROF_id'&#93;))) {
  33. $result = dbquery("DELETE FROM ".DB_SQL3." WHERE LOGPROF_id='".$_GET&#91;'LOGPROF_id'&#93;."'");
  34. redirect(BASEDIR."profile.php?lookup=".$_GET&#91;'lookup'&#93;."&status=del");
  35. } else {
  36. if (isset($_POST&#91;'SQL_user'&#93;)) {
  37. $LOGPROF_ip = $_GET&#91;'lookup'&#93;;
  38. # $LOGPROF_ip = stripinput($_POST&#91;'LOGPROF_ip'&#93;);
  39. $LOGPROF_user_id = stripinput($_POST&#91;'LOGPROF_user_id'&#93;);
  40. $LOGPROF_status = stripinput($_POST&#91;'LOGPROF_status'&#93;);
  41. $LOGPROF_descr = stripinput($_POST&#91;'LOGPROF_descr'&#93;);
  42. if ($LOGPROF_ip || $LOGPROF_status) {
  43. if ((isset($_GET&#91;'action'&#93;) && $_GET&#91;'action'&#93; == "edit") && (isset($_GET&#91;'LOGPROF_id'&#93;) && isnum($_GET&#91;'LOGPROF_id'&#93;))) {
  44. $result = dbquery("UPDATE ".DB_SQL3." SET LOGPROF_ip='$LOGPROF_ip', LOGPROF_status='$LOGPROF_status', LOGPROF_descr='$LOGPROF_descr' WHERE LOGPROF_id='".$_GET&#91;'LOGPROF_id'&#93;."'");
  45. } else {
  46. $result = dbquery("INSERT INTO ".DB_SQL3." (LOGPROF_ip, LOGPROF_user_id, LOGPROF_status, LOGPROF_descr, LOGPROF_datestamp) VALUES ('$LOGPROF_ip', '".$server." ".$userdata&#91;'user_name'&#93;."', '$LOGPROF_status', '$LOGPROF_descr', '".time()."')");
  47. //-----USERS PN NOTIFICATION-----//
  48. $result = dbquery("INSERT INTO ".$db_prefix."messages (
  49. message_to, message_from, message_subject, message_message, message_smileys, message_read, message_datestamp, message_folder
  50. ) VALUES( '1', '1', 'Ein Profil wurde gemeldet', 'Siehe im Admin nach dem Gemeldeten Profil', 'y', '0', '".time()."', '0')");
  51. //-----USERS PN NOTIFICATION-----//
  52. }
  53. }
  54. redirect(BASEDIR."profile.php?lookup=".$_GET&#91;'lookup'&#93;."");
  55. }
  56.  
  57. echo "<tr>";
  58. echo "<td class='tbl2'><b>".$locale&#91;'plog_440'&#93;."&nbsp;(".$_GET&#91;'lookup'&#93;.")</b>";
  59. echo "</td><td class='tbl2'>";
  60. echo "<input type='hidden' name='LOGPROF_ip' value='".$_GET&#91;'lookup'&#93;."' class='text' style='width:35px' />".$locale&#91;'plog_471'&#93;."&nbsp;<b title='".$locale&#91;'plog_470.2'&#93;."'>&nbsp;".$locale&#91;'plog_470.1'&#93;."</b>";
  61. echo "<input type='hidden' name='LOGPROF_status' value='1' class='text' /><input type='hidden' name='LOGPROF_user_id' value='".$user_data&#91;'user_id'&#93;."' class='text' />\n";
  62. echo"</td></tr>";
  63. echo "<form name='SQL_form' method='post' action='$form_action'>";
  64. echo "<tr>";
  65. echo "<input type='hidden' name='LOGPROF_ip' value='".$_GET&#91;'lookup'&#93;."' class='text' style='width:35px' />";
  66. echo "<input type='hidden' name='LOGPROF_status' value='1' class='text' /><input type='hidden' name='LOGPROF_user_id' value='".$user_data&#91;'user_id'&#93;."' class='text' />\n";
  67. echo "<td class='tbl'><input type='submit' name='SQL_user' value='".$locale&#91;'plog_log'&#93;."' class='button' onclick=\"return confirm('Profil wirklich melden ???');\" /></td><td class='tbl1'>";
  68. echo "<input type='text' name='LOGPROF_descr' class='textbox' style='width:100%'/></td>";
  69. echo "</tr>\n<tr>";
  70. echo "</tr>\n</form>\n";
  71. }
  72. }
  73. }
  74. ?>
  75.  
gewandelt in 0.093 Sekunden, benutzt wurde GeSHi 1.0.8.10

Zusammengeführt am 29. Oktober 2011 20:51:48:
moment muss erst mal sehen wie das geht da ich kein forum freund bin

Bitte das nächste mal BBcode dafür verwenden danke
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1
 
https://www.schuett-christian.de
DeeoNe
sieht man sehr gut mit dem geshi bbcode jetzt Zeile 63 $form_action dick grün markiert ist nicht definiert worden, warum weiß ich nicht, das kann MazZ sagen da er das geschrieben hat.
www.deeone.de/signaturen/deeone_1.png
Verwarnstatus: warningwarningwarningwarning
  x 1  x 2  x 1
 
https://www.deeone.de
Taker
Ändere mal die action in
Download PHP Code  PHP
  1. <?php
  2. echo "<form name='SQL_form' method='post' action='".FUSION_QUERY."'>";
  3. ?>

Also die zeile 63

Ob es jetzt dann geht weiss ich dann auch nit habe es nit getestet
Rest in Peace


rac-hilft-webradio.de/signaturen/taker_1.png
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1
 
http://taker-is-back.de
Bitterfeld-Power
danke schön fehler ist weg
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1
 
https://www.schuett-christian.de
Taker
Bitte gerne geschehen
Rest in Peace


rac-hilft-webradio.de/signaturen/taker_1.png
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1
 
http://taker-is-back.de
Deleted_User
war auch der meinung dass ich etwas ähnliches angewand habe nur mit PHP_QUERY .... bestimmt wieder mit deiner schrotten mouse in bruchteilen einer secunde makiert und gelöscht -.-

Zusammengeführt am 30. Oktober 2011 11:54:50:
war auch der meinung dass ich etwas ähnliches angewand habe nur mit PHP_QUERY .... bestimmt wieder mit deiner schrotten mouse in bruchteilen einer secunde makiert und gelöscht -.-
Bearbeitet von Deleted_User am 30-10-2011 11:54
This user has been deleted!
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1
 
Taker
Was meinst du mazz verstehe den zusammenhang gerade nit
Rest in Peace


rac-hilft-webradio.de/signaturen/taker_1.png
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1
 
http://taker-is-back.de
Deleted_User
die Zeile:

$form_action = $_SERVER['PHP_QUERY'];

fehlt, meine maus spinnt, ich tip einmal und jenach lust und laune gibbet n doppelklick ^^, denn habe ich warscheinlich nicht drauf geachtet und habe die besagte zeile gelöscht
This user has been deleted!
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1
 
Taker
Ach dass meinst du ich dachte schon hätte was falsch gemacht
Rest in Peace


rac-hilft-webradio.de/signaturen/taker_1.png
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1
 
http://taker-is-back.de
Deleted_User
ne ne alles gut ^^
This user has been deleted!
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1
 
Springe ins Forum:
Ähnliche Themen
Thema Forum Antworten Letzter Beitrag
Kniffel Fehler Fehler & Bugs 2 31-08-2025 13:32
Verifizierungs Fehler Fehler & Bugs 4 11-02-2025 13:07
MF-Premium-Scores_panel Fehler Diskussions Bereich 5 29-10-2023 10:36
Fehler in der mg_last_seen_users_panel_1_0_2 Fehler & Bugs 5 04-11-2022 00:49
Link Fehler im Menü Fehler & Bugs 3 30-03-2022 22:25
Sämtliche Grafiken und Texte dieser Seite unterliegen dem Urheberrecht und dürfen nicht ohne Erlaubnis kopiert werden!!!