Shell Problem (PMA)

Dieses Thema im Forum "Sicherheit & Datenschutz" wurde erstellt von °EraZoR°, 8. Oktober 2007 .

Schlagworte:
Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 8. Oktober 2007
    Zuletzt von einem Moderator bearbeitet: 14. April 2017
    Hi,
    ich hab nen Problem..

    Und zwar wenn ich auf nem Phpmyadmin Server bin und dann in der Tablle einfügen mache und das hier einfüge, dann kommt in der output zeile:
    Code:
    Eingefügte Zeilen: 1
    Warning: #1265 Data truncated for column '1' at row 1
    Wenn ich dann SQL-Befehl eingebe und ich dann halt:
    Code:
    SELECT *
    FROM `EraZoR`
    INTO OUTFILE 'C:/xampp/htdocs/phpmy.php' 
    mache und das denn aufrufe kommt:
    Code:
    arning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 2
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 74
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 75
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 76
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 77
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 78
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 79
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 81
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 82
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 84
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 85
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 86
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 87
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 88
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 89
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 91
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 92
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 94
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 95
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 97
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 98
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 100
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php on line 101
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\phpmy.php o
    Woran kann das liegen??
    Wie kann ich den Fehler beheben?
    Kann mir jmd ne C99/2007-Shell per PN schicken, die funzt?

    MfG
    °EraZoR°
     
  2. 8. Oktober 2007
    AW: Shell Problem (PMA)

    Liegt nicht an der Shell sondern schätze eher an PMA/MySQL.

    Am besten LONGBLOB als spaltentyp nehmen und dann nich als Text importieren sondern als Hex. Dann dürfts auch gehen.
     
  3. 8. Oktober 2007
    AW: Shell Problem (PMA)

    oder es ist kein php server ... (asp o.ä.)
     
  4. 9. Oktober 2007
    AW: Shell Problem (PMA)

    Wie meinste das?
    das mit LONGLOB kapier ich ja noch... das muss man ja da einstellen wo man sonst text macht...
    aber wie kann ich das denn als hex importieren?

    MfG

    //E:
    hab das jetz ma so gemacht:
    tabelle (LONGBLOB) erstellt
    c2007 shell in hexeditor und gespeichert...
    dursuchen, datei wählen, uppen...
    dann den SQL Befehl....
    und jetzt kommt:
    Code:
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\Program Files\OCS Inventory NG\xampp\htdocs\phpme.php on line 1
    
    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\Program Files\OCS Inventory NG\xampp\htdocs\phpme.php on line 1
    
    Parse error: parse error, unexpected T_LNUMBER in C:\Program Files\OCS Inventory NG\xampp\htdocs\phpme.php on line 1
    warum kommt das jetz noch? und was heisst das T_LNUMBER??
     
  5. 9. Oktober 2007
    Zuletzt von einem Moderator bearbeitet: 14. April 2017
    AW: Shell Problem (PMA)

    lad dir winhex runter öffne die datei mit weinhex und copier dir alles (die ganzen zahlen und buchstaben (z.b. EB FF)

    edit:
    hier ist der hex code deiner datei
    Download: http:xupraidrushwsdownloadphpvalid1idbfd95332fd7ff1148df8e48ee4fc0.rar | xup.in
     
  6. 9. Oktober 2007
    AW: Shell Problem (PMA)

    Wenn der Server kein php unterstützen würde, würde auch kein phpmyadmin in dem er drin ist drauf laufen

    \\

    Halloweenracer bringts auf den Punkt
     
  7. 9. Oktober 2007
    AW: Shell Problem (PMA)

    aber das is schon ein und der selbe server? ^^ kommt komisch.... so 2 verschiedene server path...

    naja du kannst es eh nicht... lass es einfach....

    mfg Halloweenracer
     
  8. 10. Oktober 2007
    AW: Shell Problem (PMA)

    Warning: Unexpected character in input: '\' [...]
    ein \ (backslash) da wo keiner sein sollte. evt so in der art $var = \ "text noch mehr text";

    Parse error: syntax error, unexpected T_LNUMBER
    eine zahl im context wo keine sein soll. zb: $var = '1' 2 ;
     
  9. 10. Oktober 2007
    AW: Shell Problem (PMA)

    zumal ich aber kaum glaub, dass eine c99 shell solche fehler hat - der fehler liegt wo anders...
     
  10. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.