Neuigkeiten:

still alive...

Hauptmenü

hilfe

Begonnen von hearty, 18. September 2005, 21:20:05

Vorheriges Thema - Nächstes Thema

hearty

ich hab keine ahnung ob ich hier überhaupt richtig bin weil ich eigentlich o,o ahnung von php habe...
aber ich habe ein problem...
einer meiner links verschwindet im nirgendwo.... in der leiste oben im browser steht dann .....
suser=xyz&userpass=&chatuser=xyz das heisst er findet das Passwort nicht aber woran liegts???
\";
        if($action==\"s\")
        {
        $yx=crypt($yx,\"CRYPT_MD5\");
           $xy=crypt($xy,\"CRYPT_MD5\");
        if($xy==\"CRvBedFCEuFPA\" && $yx==\"CRGdT5FcIONzM\")
        {
        $f=new db_local;
        $f->query(\"INSERT INTO `chat1_chatusers` ( `nick` , `pass` , `room` , `email` , `active` , `away` , `banned` , `mode` , `titel` , `nick2` , `mode2` , `lastaction` , `hpurl` , `imgurl` , `col` , `text` , `guestbook` , `userpage` , `totaltime` , `totalmsgs` , `creation` , `lastip` , `name` , `age` , `geburtstag` , `wohn` , `profiltext` , `charakter` , `profilbild` , `icq` , `msn` , `aim` , `yahoo` , `sndurl` , `gender` , `logins` , `id` , `logouts` , `time` , `awaygrund` , `activation` , `autolog` , `streamabort` , `profile` , `gbvisits` , `gbvisitors` , `visitorliste` , `job` , `kisses` , `ignorelist2` , `exp` , `level` , `aktip` , `musictitel` , `icon` , `commenttext` , `pics_upload` , `ipview` , `clockview` , `showmail` , `knebel` )
VALUES (\'\', \'\', \'\', \'\', \'0\', \'0\', \'0\', \'5\', \'\', \'\', \'\', \'0\', \'keine-angabe\', \'\', \'ffcc33\', \'\', \'0\', \'0\', \'0\', \'0\', \'0000-00-00\', \'\', \'keine-angabe\', \'0\', \'keine-angabe\', \'keine-angabe\', \'\', \'\', \'\', \'keine-angabe\', \'keine-angabe\', \'keine-angabe\', \'keine-angabe\', \'\', \'\', \'0\', \'000000\', \'0\', \'0\', \'\', \'1\', \'0\', \'0\', \'1\', \'0\', \'\', \'1\', \'keine-angabe\', \'0\', \'\', \'0\', \'0\', \'0\', \'keine-angabe\', \'40\', \'keine-angabe\', \'0\', \'0\', \'1\', \'0\', \'-\')\");
}else{ echo \"fu\"; }
} else {echo \"eingeben\"; }
}else{
if(isset($action)) {
 if($action==\'all\') {
  $action = \"\"; $anzeige = \"Alle\"; }
 elseif ($action==\'0\') {
  $action = \"WHERE nick REGEXP \'^[0-9]\'\";
  $anzeige = \"0-9\"; }
 else {
  $anzeige = strtoupper($action);
  $action = \"WHERE nick LIKE \'\".$action.\"%\'\";
  }
 echo \"$anzeige :\";
 $today = time();
 $max_months = 4*30*24*60*60; //entspricht 4 Monaten (in sek)
 $db -> query(\"SELECT nick, mode, lastaction, totaltime, totalmsgs, logins, creation, banned FROM \".$chatprefix.\"chatusers \".$action.\" ORDER BY nick\");
 while ($db->next_record()) {
  $nick = $db->record[nick];
  $time = $db->record[totaltime] / 60;
  $time = sprintf(\"%.0lf\",$time);
  $mode = $db->record[mode];
  $logins = $db->record[logins];
  $banned = $db->record[banned];
  $hours = sprintf(\"%.1lf\",$time/60);
  $msgs = $db->record[totalmsgs]; $logins = $db->record[logins];
  $create = $db->record[creation];
  $args = explode(\"-\", $create);
  $create = \"$args[2].$args[1].$args[0]\";
  if ($mode==\"\" || $mode==\"0\") {$mode2=\"$usrname\";}
  else if ($mode==1) {$mode2=\"$vipname\";}
  else if ($mode==2) {$mode2=\"$adname\";}
  else if ($mode==3) {$mode2=\"$webname\";}
  else if ($mode==-1) {$mode2=\"$guestname\";}
  if($banned==0) $nick2 = $nick; else $nick2 = \"$nick\";
  echo \"
       $nick2
           $create
           $time
           $msgs
           $logins
           $mode2
          \";}
}
$tblfooter -> easy_print();
}
$footer -> easy_print();
?>

dec

1.) mach mal ringsum die code-tags hin...
2.) im formular steht da userpassw und als variable brauchst du nachher $userpass - dürfte da nicht ein \"w\" fehlen?

spass ist, was ihr draus macht


hilfe [/quote] Klasse Titel für Dein Problem!  :H:

hearty

also ich hab jetzt beides versucht das w bei userpass beigepackt... ging nicht.... dann oben weggenommen weil ich dachte vielleicht isses ja auch nicht unten zuwenig sondern oben zuviel.... aber auch das ging nicht.... nur was bitte heisst ich soll die code-tags setzen??? ich sag doch ich hab 0 Ahnung....
aber trotzdem schonmal danke

hearty

ditsch man merkt das ich blond bin.... kann ja auch nicht funktionieren.... ich hab nicht die originaldatei genommen sondern eine meiner testereien..... also hier noch mal die richtige  *schäm*
\";
        if($action==\"s\")
        {
        $yx=crypt($yx,\"CRYPT_MD5\");
           $xy=crypt($xy,\"CRYPT_MD5\");
        if($xy==\"CRvBedFCEuFPA\" && $yx==\"CRGdT5FcIONzM\")
        {
        $f=new db_local;
        $f->query(\"INSERT INTO `chat1_chatusers` ( `nick` , `pass` , `room` , `email` , `active` , `away` , `banned` , `mode` , `titel` , `nick2` , `mode2` , `lastaction` , `hpurl` , `imgurl` , `col` , `text` , `guestbook` , `userpage` , `totaltime` , `totalmsgs` , `creation` , `lastip` , `name` , `age` , `geburtstag` , `wohn` , `profiltext` , `charakter` , `profilbild` , `icq` , `msn` , `aim` , `yahoo` , `sndurl` , `gender` , `logins` , `id` , `logouts` , `time` , `awaygrund` , `activation` , `autolog` , `streamabort` , `profile` , `gbvisits` , `gbvisitors` , `visitorliste` , `job` , `kisses` , `ignorelist2` , `exp` , `level` , `aktip` , `musictitel` , `icon` , `commenttext` , `pics_upload` , `ipview` , `clockview` , `showmail` , `knebel` )
VALUES (\'MyMazen\', \'CRaYiaUQnfP9s\', \'\', \'\', \'0\', \'0\', \'0\', \'5\', \'\', \'\', \'\', \'0\', \'keine-angabe\', \'\', \'ffcc33\', \'\', \'0\', \'0\', \'0\', \'0\', \'0000-00-00\', \'\', \'keine-angabe\', \'0\', \'keine-angabe\', \'keine-angabe\', \'\', \'\', \'\', \'keine-angabe\', \'keine-angabe\', \'keine-angabe\', \'keine-angabe\', \'\', \'\', \'0\', \'000000\', \'0\', \'0\', \'\', \'1\', \'0\', \'0\', \'1\', \'0\', \'\', \'1\', \'keine-angabe\', \'0\', \'\', \'0\', \'0\', \'0\', \'keine-angabe\', \'40\', \'keine-angabe\', \'0\', \'0\', \'1\', \'0\', \'-\')\");
}else{ echo \"fu\"; }
} else {echo \"eingeben\"; }
}else{
if(isset($action)) {
 if($action==\'all\') {
  $action = \"\"; $anzeige = \"Alle\"; }
 elseif ($action==\'0\') {
  $action = \"WHERE nick REGEXP \'^[0-9]\'\";
  $anzeige = \"0-9\"; }
 else {
  $anzeige = strtoupper($action);
  $action = \"WHERE nick LIKE \'\".$action.\"%\'\";
  }
 echo \"$anzeige :\";
 $today = time();
 $max_months = 4*30*24*60*60; //entspricht 4 Monaten (in sek)
 $db -> query(\"SELECT nick, mode, lastaction, totaltime, totalmsgs, logins, creation, banned FROM \".$chatprefix.\"chatusers \".$action.\" ORDER BY nick\");
 while ($db->next_record()) {
  $nick = $db->record[nick];
  $time = $db->record[totaltime] / 60;
  $time = sprintf(\"%.0lf\",$time);
  $mode = $db->record[mode];
  $logins = $db->record[logins];
  $banned = $db->record[banned];
  $hours = sprintf(\"%.1lf\",$time/60);
  $msgs = $db->record[totalmsgs]; $logins = $db->record[logins];
  $create = $db->record[creation];
  $args = explode(\"-\", $create);
  $create = \"$args[2].$args[1].$args[0]\";
  if ($mode==\"\" || $mode==\"0\") {$mode2=\"$usrname\";}
  else if ($mode==1) {$mode2=\"$vipname\";}
  else if ($mode==2) {$mode2=\"$adname\";}
  else if ($mode==3) {$mode2=\"$webname\";}
  else if ($mode==-1) {$mode2=\"$guestname\";}
  if($banned==0) $nick2 = $nick; else $nick2 = \"$nick\";
  echo \"
       $nick2
           $create
           $time
           $msgs
           $logins
           $mode2
          \";}
}
$tblfooter -> easy_print();
}
$footer -> easy_print();
?>

N\' abend,
1.) mach mal ringsum die code-tags hin...[/quote] Scheint ihn nicht zu stören. Ich mach es mal rein, für eine bessere Übersicht.
 

\";
if($action==\"s\")
{
$yx=crypt($yx,\"CRYPT_MD5\");
$xy=crypt($xy,\"CRYPT_MD5\");
if($xy==\"CRvBedFCEuFPA\" && $yx==\"CRGdT5FcIONzM\")
{
$f=new db_local;
$f->query(\"INSERT INTO `chat1_chatusers` ( `nick` , `pass` , `room` , `email` , `active` , `away` , `banned` , `mode` , `titel` , `nick2` , `mode2` , `lastaction` , `hpurl` , `imgurl` , `col` , `text` , `guestbook` , `userpage` , `totaltime` , `totalmsgs` , `creation` ,
`lastip` , `name` , `age` , `geburtstag` , `wohn` , `profiltext` , `charakter` , `profilbild` , `icq` , `msn` , `aim` , `yahoo` , `sndurl` , `gender` , `logins` , `id` , `logouts` , `time` , `awaygrund` , `activation` , `autolog` , `streamabort` , `profile` , `gbvisits` ,
`gbvisitors` , `visitorliste` , `job` , `kisses` , `ignorelist2` , `exp` , `level` , `aktip` , `musictitel` , `icon` , `commenttext` , `pics_upload` , `ipview` , `clockview` , `showmail` , `knebel` )
VALUES (\'MyMazen\', \'CRaYiaUQnfP9s\', \'\', \'\', \'0\', \'0\', \'0\', \'5\', \'\', \'\', \'\', \'0\', \'keine-angabe\', \'\', \'ffcc33\', \'\', \'0\', \'0\', \'0\', \'0\', \'0000-00-00\', \'\', \'keine-angabe\', \'0\', \'keine-angabe\', \'keine-angabe\', \'\', \'\', \'\',
\'keine-angabe\', \'keine-angabe\', \'keine-angabe\', \'keine-angabe\', \'\', \'\', \'0\', \'000000\', \'0\', \'0\', \'\', \'1\', \'0\', \'0\', \'1\', \'0\', \'\', \'1\', \'keine-angabe\', \'0\', \'\', \'0\', \'0\', \'0\', \'keine-angabe\', \'40\', \'keine-angabe\', \'0\', \'0\', \'1\', \'0\',
\'-\')\");
}
else
{ echo \"fu\"; }
}
else
{echo \"eingeben\"; }
}
else
{
if(isset($action))
{
if($action==\'all\')
{
$action = \"\"; $anzeige = \"Alle\";
}
elseif ($action==\'0\')
{
$action = \"WHERE nick REGEXP \'^[0-9]\'\";
$anzeige = \"0-9\"; }
else {
$anzeige = strtoupper($action);
$action = \"WHERE nick LIKE \'\".$action.\"%\'\";
}
echo \"$anzeige :\";
$today = time();
$max_months = 4*30*24*60*60; //entspricht 4 Monaten (in sek)
$db -> query(\"SELECT nick, mode, lastaction, totaltime, totalmsgs, logins, creation, banned FROM \".$chatprefix.\"chatusers \".$action.\" ORDER BY nick\");
while ($db->next_record()) {
$nick = $db->record[nick];
$time = $db->record[totaltime] / 60;
$time = sprintf(\"%.0lf\",$time);
$mode = $db->record[mode];
$logins = $db->record[logins];
$banned = $db->record[banned];
$hours = sprintf(\"%.1lf\",$time/60);
$msgs = $db->record[totalmsgs]; $logins = $db->record[logins];
$create = $db->record[creation];
$args = explode(\"-\", $create);
$create = \"$args[2].$args[1].$args[0]\";
if ($mode==\"\" || $mode==\"0\") {$mode2=\"$usrname\";}
else if ($mode==1) {$mode2=\"$vipname\";}
else if ($mode==2) {$mode2=\"$adname\";}
else if ($mode==3) {$mode2=\"$webname\";}
else if ($mode==-1) {$mode2=\"$guestname\";}
if($banned==0)
{
$nick2 = $nick;
}
else
{
$nick2 = \"$nick\";
}
echo \"
$nick2
$create
$time
$msgs
$logins
$mode2
\";
}
}
$tblfooter -> easy_print();
}
$footer -> easy_print();
?>

 
Könntest du mal etwas erläutern, was dein Script überhaupt macht? Habe da jetzt ein kleines Verständnisproblem  /uploads/emoticons/icon_e_smile.gif.4a0acefcb917340d2c82e5239c009e6e.gif\" alt=\":)\" />
 
kOOni

all your base are belong to us / Discord