close× Call Us +49 (1805) 01 29 59

PHPFusion DE NSS
Thread Author: 8eww
Thread ID: 118
Thread Info
Es gibt 15 Beiträge zu diesem Thema, und es wurde 3738 mal angesehen.
Wer ist hier? 1 Gäste
 Thema drucken
neue seiten erstellen - datenbank
8eww
hier mal ein thread wo man fragen kann man seine vorstelleungen in sachen v6 realiesieren kann ....... ich fang mal an


meine frage: ich würde gerne eine seite machen wo man sieht welche threads der user mit der id=1 ( oder id= 3 .... usw.) eröffnet hat .....

tabelle dazu sollte so sein...

Thread Kategorie Letzter Post
(wie der thread heist) (welche kategorie) ( wer als letztes geantwortet hat)





thx schon mal im voraus

mfg.: 8eww
 
SC-Ad-Bot
 
JC Drago
Hallo 8eww

Wir sind hier ein Support Team das bedeutet wir helfen wenn du Probleme hast. Bei der V6 oder V7 vorrangig V7. Bezüglich der Installation oder Update usw.

Wir helfen auch gerne bei kleineren Problemen.

ABER wir sind hier kein Auftragsdienst.

Und wenn du jemanden brauchst der dir deine Seite gestaltet oder nach deinen wünschen anpasst dann stelle deine wünsche bitte in das Forum Marktplatz und dort unter Projekt sucht Entwickler...

Da wirst du sicher jemanden finden der dir hilft.

MfG Jürgen
Man muss nicht alles wissen....nur wo´s steht.

_______________________________________
KEIN Support per Mail, ICQ oder PN !
 
8eww
ich brauch nur ne auffrage wo gesagt wird das nur threads angezeigt werden die der "besitzer" des profil erstellt hat ..... habe das nur mit hingemacht damit dann sieht wie es gemeint ist
 
emblinux
Also ich habe den Thread jetzt mal hierher verschoben.

Und so wie ich das mitbekommen habe, lässt du dir hier helfen und sogar einiges fertig programmieren und verkaufst es dann auf deiner Seite. Findest du das fair?

Da müsste man sich überlegen, ob man für Anfragen deinerseits was verlangt....

Man hilft ja gerne, man lässt sich nur nicht ausnutzen...
Das Lernen ist wie ein Meer ohne Ufer. Konfuzius

Alles wird Gut!

KEIN Support per Mail, ICQ oder PN !
www.heiseclan.de/fusion/sig.gif

www.heiseclan.de/geosig.gif
 
8eww
ich verkaufe garnix auf meiner seite ......... ich wollte nur wissen ob es ne möglichkeit gibt zurabfrage das nur threads gezeigt werden die der user eröffnet hat .....


wenn ja dann würde mir reichen wenn jemand schreibt ".§date[thread_author]." oder so


ps.: 8eww.de gibt es ne mehr das würde schon ewig nix gemacht .... und wird die woche noch dicht gemacht
 
emblinux
vielleicht hilft dir ja das hier weiter.

Link
Bearbeitet von emblinux am 16.10.2008 00000010 20:34
Das Lernen ist wie ein Meer ohne Ufer. Konfuzius

Alles wird Gut!

KEIN Support per Mail, ICQ oder PN !
www.heiseclan.de/fusion/sig.gif

www.heiseclan.de/geosig.gif
 
8eww
das habe ich selber gebaut ...... ich hatte gefragt wie der code ist bzw. war er falsch eingebaut und es hat auch keiner gesagt das ich die personen die mir geholfen habe das diese ne erwähnt werden ... aber der thread ist für das hier ne da
 
emblinux

Zitat

8eww schrieb:
das habe ich selber gebaut ...... ich hatte gefragt wie der code ist bzw. war er falsch eingebaut

Also den Code , den ich dort gepostet habe, habe ich vorher getestet und der hat funktioniert. Gut, dort geht es um die letzten Forenbeiträge, aber das konntest du ja anpassen.

Zitat


und es hat auch keiner gesagt das ich die personen die mir geholfen habe das diese ne erwähnt werden ... aber der thread ist für das hier ne da


??? wie kommst du jetzt darauf ???
Das Lernen ist wie ein Meer ohne Ufer. Konfuzius

Alles wird Gut!

KEIN Support per Mail, ICQ oder PN !
www.heiseclan.de/fusion/sig.gif

www.heiseclan.de/geosig.gif
 
8eww

Zitat

Und so wie ich das mitbekommen habe, lässt du dir hier helfen und sogar einiges fertig programmieren und verkaufst es dann auf deiner Seite. Findest du das fair?


deswegen ... ich ahbe die tabelle fertig und habe auch die tabelle gefunden wo alles drinne ist nur ich weis ne wie ich es beschreiben kann da er in der tabelle nur die threads des einen users dem das profilgehört anzeigen soll
 
emblinux
ich dachte das wäre erledigt... naja egal


Hast du denn den Code von mir schon probiert? Der ist getestet und funktioniert.
Das Lernen ist wie ein Meer ohne Ufer. Konfuzius

Alles wird Gut!

KEIN Support per Mail, ICQ oder PN !
www.heiseclan.de/fusion/sig.gif

www.heiseclan.de/geosig.gif
 
8eww
ja aber irgend wie kommt da nix ..... hier ist meine profile.php


<?php
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
include LOCALE.LOCALESET."members-profile.php";
include LOCALE.LOCALESET."user_fields.php";
///////////////////////////////////ONLINE OFFLINE FARBANZEIGE///////////////////////////////////
$status = 1 ;
///////////////////////////////////ONLINE OFFLINE FARBANZEIGE///////////////////////////////////
///////////////////////////////////URL ERZEUGEN///////////////////////////////////
if (isset($statistik) && isNum($statistik)) {
   $lookup = $statistik;
} elseif (isset($kontakt) && isNum($kontakt)) {
   $lookup = $kontakt;
} elseif (isset($thread) && isNum($thread)) {
   $lookup = $thread;
}
///////////////////////////////////URL ERZEUGEN///////////////////////////////////
if (isset($lookup)) {
   if (!isset($lookup) || !isNum($lookup)) fallback("index.php");
   
   $result = dbquery("SELECT * FROM ".$db_prefix."users WHERE user_id='$lookup'");
   if (dbrows($result)) { $data = dbarray($result); } else { redirect("index.php"); }
///////////////////////////////////ONLINE OFFLINE FARBANZEIGE///////////////////////////////////   
   $lastseen = time() - $data['user_lastvisit'];
   if($lastseen < 10) {
      $lastseen = "#08AC00";
   } else {
      $lastseen = "#AC0000";
///////////////////////////////////ONLINE OFFLINE FARBANZEIGE///////////////////////////////////
}

opentable($locale['420']);
echo "<table align='center' cellpadding='0' cellspacing='0' width=450 class='tbl-border'>

<tr>
<td align='center' width=150 height=150 rowspan='5' class='tbl1'>\n";

   echo ($data['user_avatar'] ? "<img src='".IMAGES."avatars/".$data['user_avatar']."' alt='".$locale['u017']."'>" : $locale['u046'])."</td>
<td width=100 class='tbl1' style='white-space:nowrap'><small>Nick:</small></td>
<td class='tbl1'>\n";
if ($status == 1){
   
    echo "<font color='$lastseen'><b>".$data['user_name']."</b></font>\n";
   
    } else {
   
    echo "<b>".$data['user_name']."</b>\n";
   
    }
echo"</td>
</tr>
<tr>
<td width=100 class='tbl1' style='white-space:nowrap'><small>Geburtstag:</small></td>
<td class='tbl1'><b>";
   if ($data['user_birthdate'] != "0000-00-00") {
            $months = explode("|", $locale['months']);
            $user_birthdate = explode("-", $data['user_birthdate']);
            echo number_format($user_birthdate['2'])." ".$months[number_format($user_birthdate['1'])]." ".$user_birthdate['0'];
         } else {
            echo $locale['u048'];
         }
   echo "</b></td>
</tr>
<tr>
<td width=100 class='tbl1' style='white-space:nowrap'><small>Wohnort:</small></td>
<td class='tbl1'><b>".$data['user_location']."</b></td>
</tr>
<tr>
<td width=100 class='tbl1' style='white-space:nowrap'></td>
<td class='tbl1'><b></b></td>
</tr>
</tr>
</table>\n";
tablebreak();
tablebreak();
tablebreak();
tablebreak();
tablebreak();
tablebreak();

///////////////////////////////////TABSANSICHT///////////////////////////////////

   echo "
   <table align='center' width=448 cellpadding='0' cellspacing='0' class='tbl-border'>
     <tr>
       <td width=112 class='".(isset($lookup) ? "tbl1" : "tbl1")."' align='center'><a href='".FUSION_SELF."?lookup=".$data['user_id']."' title='Ãœbersicht'>Ãœbersicht</a></td>
       <td width=112 class='".(isset($statistik) ? "tbl1" : "tbl1")."' align='center'><a href='".FUSION_SELF."?statistik=".$data['user_id']."' title='Statistik'>Statistik</a></td>
      <td width=112 class='".(isset($kontakt) ? "tbl1" : "tbl1")."' align='center'><a href='".FUSION_SELF."?kontakt=".$data['user_id']."' title='Kontakt'>Kontakt</a></td>
      <td width=112 class='".(isset($kontakt) ? "tbl1" : "tbl1")."' align='center'><a href='".FUSION_SELF."?thread=".$data['user_id']."' title='Thread'>Thread</a></td>
     </tr>
   </table>";
   
///////////////////////////////////TABSANSICHT///////////////////////////////////

tablebreak();
tablebreak();
tablebreak();
tablebreak();
tablebreak();

/////////////////////////////////////ÃœBERSICHT//////////////////////////////////////

   if (!isset($statistik) && !isset($kontakt) && !isset($thread) && isset($lookup) && isNum($lookup)) {
///////////////////////////////////EIGENBESCHREIBUNG///////////////////////////////////
      
   echo "<table align='center' width=450 cellpadding='0' cellspacing='0' class='tbl-border'>
          <tr>
             <td width=450 class='tbl1' align='center'><b>Ãœbersicht</b></td>
      </tr>
   </table>";
tablebreak();
   echo "<table align='center' width=450 cellpadding='0' cellspacing='0' class='tbl-border'>
      <tr>
          <td width=450 class='tbl1' align='left'>".$data['user_bes']."</td>
        </tr>
   </table>";
///////////////////////////////////EIGENBESCHREIBUNG///////////////////////////////////
/////////////////////////////////////ÃœBERSICHT//////////////////////////////////////
/////////////////////////////////////KONTAKT//////////////////////////////////////   
   } elseif (isset($kontakt) && isNum($kontakt)) {
   echo "<table width=\"450\" border=\"0\">
   <tr>
      <td width=50></td>
      <td>ICQ:</td>
      <td>".($data['user_icq'] ? $data['user_icq'] : $locale['u048'])."</td>
      <td width=50></td>
      <td>Nachicht:</td>
      <td  class='tbl1'>\n";
      if (iMEMBER && $data['user_id'] != $userdata['user_id']) {
      echo "<a href='messages.php?msg_send=".$data['user_id']."' title='".$locale['u060']."'>senden</a>\n";
   }
   echo "</td>
   </tr>
   <tr><td></td></tr>
   <tr>
      <td width=50></td>
      <td>MSN:</td>
      <td>".($data['user_msn'] ? $data['user_msn'] : $locale['u048'])."</td>
      <td width=50></td>
      <td>Email:</td>
      <td  class='tbl1'>\n";
      if ($data['user_hide_email'] != "1" || iADMIN) {
      echo "<a href='mailto:".str_replace("@","&#64;",$data['user_email'])."' title='".str_replace("@","&#64;",$data['user_email'])."'>".$data['user_email']."</a>\n";
   }
   echo "</td>
   </tr>
   <tr><td></td></tr>
   <tr>
      <td width=50></td>
      <td>Yahoo:</td>
      <td>".($data['user_yahoo'] ? $data['user_yahoo'] : $locale['u048'])."</td>
      <td width=50></td>
      <td>Web:</td>
      <td  class='tbl1'>\n";
      if ($data['user_web']) {
      $urlprefix = !strstr($data['user_web'], "http://") ? "http://" : "";
      echo "<a href='".$urlprefix.$data['user_web']."' title='".$urlprefix.$data['user_web']."' target='_blank'>".$data['user_web']."</a>\n";
   }
      echo"</td>
   </tr>
   <tr><td></td></tr>
   <tr>
      <td width=50></td>
      <td>AIM:</td>
      <td>".($data['user_aim'] ? $data['user_aim'] : $locale['u048'])."</td>
   </tr>
   </table>";
/////////////////////////////////////KONTAKT//////////////////////////////////////   
/////////////////////////////////////STATISTIK//////////////////////////////////////
   } elseif (isset($statistik) && isNum($statistik)) {
      echo "<table width=\"450\" border=\"0\">
   <tr>
      <td witdh=50></td>
      <td width=200>zuletzt Online:</td>
      <td class='tbl1' width=200>".($data['user_lastvisit'] != 0 ? showdate("shortdate", $data['user_lastvisit']) : $locale['u049'])."</td>
   </tr>
   <tr>
      <td witdh=50></td>
      <td width=200>Mitglied seit:</td>
      <td class='tbl1' width=200>".showdate("shortdate", $data['user_joined'])."</td>
   </tr>
   <tr>
      <td witdh=50></td>
      <td width=200>Shoutbox Beiträge</td>
      <td class='tbl1' width=200>".number_format(dbcount("(shout_id)", "shoutbox", "shout_name='".$data['user_id']."'"))."</td>   
   </tr>
   <tr>
      <td witdh=50></td>
      <td width=200>Forum Beiträge</td>
      <td class='tbl1' width=200>".number_format(dbcount("(comment_id)", "comments", "comment_name='".$data['user_id']."'"))."</td>   
   </tr>
   <tr>
      <td witdh=50></td>
      <td width=200>Kommentare</td>
      <td class='tbl1' width=200>".number_format($data['user_posts'])."</td>   
   </tr>
   </table>";
/////////////////////////////////////STATISTIK//////////////////////////////////////
/////////////////////////////////////THREAD//////////////////////////////////////
} elseif (isset($thread) && isNum($thread)) {
   



echo "<table align='center' width=\"450\" border=\"0\">
   <tr>
      <td witdh=150 align='center'><b>Thread</b></center></td>
      <td witdh=150 align='center'><b>Kategorie</b></center></td>
      <td witdh=150 align='center'><b>Letzte Antwort</b></center></td>
   </tr>
   <tr>
      <td witdh=150 align='center'>".$data['thread_subjekt']."</center></td>
      <td witdh=150 align='center'>".$data['forum_cat_name']."</center></td>
      <td witdh=150 align='center'>".$data['thread_lastuser']."</center></td>
   </tr>
</table>";
/////////////////////////////////////THREAD//////////////////////////////////////
   }
   
} else {
   redirect(BASEDIR."index.php");
}

closetable();

require_once "side_right.php";
require_once "footer.php";
?>
 
emblinux
Ich habe keine Lust und Zeit mich mit deiner profil.php auseinanderzusetzen. Zumal du nicht den Code benutzt, den ich gepostet habe. Versuch es doch erst mal diesen.
Das Lernen ist wie ein Meer ohne Ufer. Konfuzius

Alles wird Gut!

KEIN Support per Mail, ICQ oder PN !
www.heiseclan.de/fusion/sig.gif

www.heiseclan.de/geosig.gif
 
8eww
ich habe den code von dir versucht einzubauen nur weis ich nicht an welche stelle ......


um irrtümern aus dem weg zugehen:

ich bin auch der such nach einer text zeile die vor die tabelle kommt wo ich sage das nur die threads angezeigt werden sollen die der user(dem das profil gehört) angezeigt werden
Bearbeitet von 8eww am 16.10.2008 00000010 21:37
 
emblinux
Da es keine Standard profil.php ist, kann ich dir da nicht helfen, wo der Code hinkommt. Wie gesagt ich habe kein Bedürfnis mich mit dieser profil.php auseinanderzusetzen.

Und ich habe dich schon verstanden, was du suchst. Mit dem Code von mir werden dir Alle Forenbeiträge (Posts) des Users angezeigt, dessen Profil du anschaust.
Das Lernen ist wie ein Meer ohne Ufer. Konfuzius

Alles wird Gut!

KEIN Support per Mail, ICQ oder PN !
www.heiseclan.de/fusion/sig.gif

www.heiseclan.de/geosig.gif
 
8eww
habe es fast geschafft...... habe mich an dem code den mir emblinux mal gegeben hat orientiert ..... aber der jetzt immer noch ne die threads des profilbesitzers an .... kann mir einer sagen in welcher zeile der fehler ist

hier meine profile.php


<?php

| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
include LOCALE.LOCALESET."members-profile.php";
include LOCALE.LOCALESET."user_fields.php";
///////////////////////////////////ONLINE OFFLINE FARBANZEIGE///////////////////////////////////
$status = 1 ;
///////////////////////////////////ONLINE OFFLINE FARBANZEIGE///////////////////////////////////
///////////////////////////////////URL ERZEUGEN///////////////////////////////////
if (isset($statistik) && isNum($statistik)) {
   $lookup = $statistik;
} elseif (isset($kontakt) && isNum($kontakt)) {
   $lookup = $kontakt;
} elseif (isset($thread) && isNum($thread)) {
   $lookup = $thread;
}
///////////////////////////////////URL ERZEUGEN///////////////////////////////////
if (isset($lookup)) {
   if (!isset($lookup) || !isNum($lookup)) fallback("index.php");
   
   $result = dbquery("SELECT * FROM ".$db_prefix."users WHERE user_id='$lookup'");
   if (dbrows($result)) { $data = dbarray($result); } else { redirect("index.php"); }
///////////////////////////////////ONLINE OFFLINE FARBANZEIGE///////////////////////////////////   
   $lastseen = time() - $data['user_lastvisit'];
   if($lastseen < 10) {
      $lastseen = "#08AC00";
   } else {
      $lastseen = "#AC0000";
///////////////////////////////////ONLINE OFFLINE FARBANZEIGE///////////////////////////////////
}

opentable($locale['420']);
echo "<table align='center' cellpadding='0' cellspacing='0' width=450 class='tbl-border'>

<tr>
<td align='center' width=150 height=150 rowspan='5' class='tbl1'>\n";

   echo ($data['user_avatar'] ? "<img src='".IMAGES."avatars/".$data['user_avatar']."' alt='".$locale['u017']."'>" : $locale['u046'])."</td>
<td width=100 class='tbl1' style='white-space:nowrap'><small>Nick:</small></td>
<td class='tbl1'>\n";
if ($status == 1){
   
    echo "<font color='$lastseen'><b>".$data['user_name']."</b></font>\n";
   
    } else {
   
    echo "<b>".$data['user_name']."</b>\n";
   
    }
echo"</td>
</tr>
<tr>
<td width=100 class='tbl1' style='white-space:nowrap'><small>Geburtstag:</small></td>
<td class='tbl1'><b>";
   if ($data['user_birthdate'] != "0000-00-00") {
            $months = explode("|", $locale['months']);
            $user_birthdate = explode("-", $data['user_birthdate']);
            echo number_format($user_birthdate['2'])." ".$months[number_format($user_birthdate['1'])]." ".$user_birthdate['0'];
         } else {
            echo $locale['u048'];
         }
   echo "</b></td>
</tr>
<tr>
<td width=100 class='tbl1' style='white-space:nowrap'><small>Wohnort:</small></td>
<td class='tbl1'><b>".$data['user_location']."</b></td>
</tr>
<tr>
<td width=100 class='tbl1' style='white-space:nowrap'></td>
<td class='tbl1'><b></b></td>
</tr>
</tr>
</table>\n";
tablebreak();
tablebreak();
tablebreak();
tablebreak();
tablebreak();
tablebreak();

///////////////////////////////////TABSANSICHT///////////////////////////////////

   echo "
   <table align='center' width=448 cellpadding='0' cellspacing='0' class='tbl-border'>
     <tr>
       <td width=112 class='".(isset($lookup) ? "tbl1" : "tbl1")."' align='center'><a href='".FUSION_SELF."?lookup=".$data['user_id']."' title='Ãœbersicht'>Ãœbersicht</a></td>
       <td width=112 class='".(isset($statistik) ? "tbl1" : "tbl1")."' align='center'><a href='".FUSION_SELF."?statistik=".$data['user_id']."' title='Statistik'>Statistik</a></td>
      <td width=112 class='".(isset($kontakt) ? "tbl1" : "tbl1")."' align='center'><a href='".FUSION_SELF."?kontakt=".$data['user_id']."' title='Kontakt'>Kontakt</a></td>
      <td width=112 class='".(isset($kontakt) ? "tbl1" : "tbl1")."' align='center'><a href='".FUSION_SELF."?thread=".$data['user_id']."' title='Thread'>Thread</a></td>
     </tr>
   </table>";
   
///////////////////////////////////TABSANSICHT///////////////////////////////////

tablebreak();
tablebreak();
tablebreak();
tablebreak();
tablebreak();

/////////////////////////////////////ÃœBERSICHT//////////////////////////////////////

   if (!isset($statistik) && !isset($kontakt) && !isset($thread) && isset($lookup) && isNum($lookup)) {
///////////////////////////////////EIGENBESCHREIBUNG///////////////////////////////////
      
   echo "<table align='center' width=450 cellpadding='0' cellspacing='0' class='tbl-border'>
          <tr>
             <td width=450 class='tbl1' align='center'><b>Ãœbersicht</b></td>
      </tr>
   </table>";
tablebreak();
   echo "<table align='center' width=450 cellpadding='0' cellspacing='0' class='tbl-border'>
      <tr>
          <td width=450 class='tbl1' align='left'>".$data['user_bes']."</td>
        </tr>
   </table>";
///////////////////////////////////EIGENBESCHREIBUNG///////////////////////////////////
/////////////////////////////////////ÃœBERSICHT//////////////////////////////////////
/////////////////////////////////////KONTAKT//////////////////////////////////////   
   } elseif (isset($kontakt) && isNum($kontakt)) {
   echo "<table width=\"450\" border=\"0\">
   <tr>
      <td width=50></td>
      <td>ICQ:</td>
      <td>".($data['user_icq'] ? $data['user_icq'] : $locale['u048'])."</td>
      <td width=50></td>
      <td>Nachicht:</td>
      <td  class='tbl1'>\n";
      if (iMEMBER && $data['user_id'] != $userdata['user_id']) {
      echo "<a href='messages.php?msg_send=".$data['user_id']."' title='".$locale['u060']."'>senden</a>\n";
   }
   echo "</td>
   </tr>
   <tr><td></td></tr>
   <tr>
      <td width=50></td>
      <td>MSN:</td>
      <td>".($data['user_msn'] ? $data['user_msn'] : $locale['u048'])."</td>
      <td width=50></td>
      <td>Email:</td>
      <td  class='tbl1'>\n";
      if ($data['user_hide_email'] != "1" || iADMIN) {
      echo "<a href='mailto:".str_replace("@","&#64;",$data['user_email'])."' title='".str_replace("@","&#64;",$data['user_email'])."'>".$data['user_email']."</a>\n";
   }
   echo "</td>
   </tr>
   <tr><td></td></tr>
   <tr>
      <td width=50></td>
      <td>Yahoo:</td>
      <td>".($data['user_yahoo'] ? $data['user_yahoo'] : $locale['u048'])."</td>
      <td width=50></td>
      <td>Web:</td>
      <td  class='tbl1'>\n";
      if ($data['user_web']) {
      $urlprefix = !strstr($data['user_web'], "http://") ? "http://" : "";
      echo "<a href='".$urlprefix.$data['user_web']."' title='".$urlprefix.$data['user_web']."' target='_blank'>".$data['user_web']."</a>\n";
   }
      echo"</td>
   </tr>
   <tr><td></td></tr>
   <tr>
      <td width=50></td>
      <td>AIM:</td>
      <td>".($data['user_aim'] ? $data['user_aim'] : $locale['u048'])."</td>
   </tr>
   </table>";
/////////////////////////////////////KONTAKT//////////////////////////////////////   
/////////////////////////////////////STATISTIK//////////////////////////////////////
   } elseif (isset($statistik) && isNum($statistik)) {
      echo "<table width=\"450\" border=\"0\">
   <tr>
      <td witdh=50></td>
      <td width=200>zuletzt Online:</td>
      <td class='tbl1' width=200>".($data['user_lastvisit'] != 0 ? showdate("shortdate", $data['user_lastvisit']) : $locale['u049'])."</td>
   </tr>
   <tr>
      <td witdh=50></td>
      <td width=200>Mitglied seit:</td>
      <td class='tbl1' width=200>".showdate("shortdate", $data['user_joined'])."</td>
   </tr>
   <tr>
      <td witdh=50></td>
      <td width=200>Shoutbox Beiträge</td>
      <td class='tbl1' width=200>".number_format(dbcount("(shout_id)", "shoutbox", "shout_name='".$data['user_id']."'"))."</td>   
   </tr>
   <tr>
      <td witdh=50></td>
      <td width=200>Forum Beiträge</td>
      <td class='tbl1' width=200>".number_format(dbcount("(comment_id)", "comments", "comment_name='".$data['user_id']."'"))."</td>   
   </tr>
   <tr>
      <td witdh=50></td>
      <td width=200>Kommentare</td>
      <td class='tbl1' width=200>".number_format($data['user_posts'])."</td>   
   </tr>
   </table>";
/////////////////////////////////////STATISTIK//////////////////////////////////////
/////////////////////////////////////THREAD//////////////////////////////////////
} elseif (isset($thread) && isNum($thread)) {
echo "<table align='center' width=\"450\" border=\"0\">
   <tr><td>";
      

if (!iMEMBER) fallback("../../index.php");

$result = dbquery(
   "SELECT tt.*, tf.*, tu.user_id,user_name FROM ".$db_prefix."threads tt
   INNER JOIN ".$db_prefix."forums tf USING(forum_id)
   INNER JOIN ".$db_prefix."users tu ON tt.thread_lastuser=tu.user_id
   WHERE ".groupaccess('forum_access')." AND thread_author='".$userdata['user_id']."' LIMIT 100"
);
$rows = dbrows($result);
if ($rows != 0) {
   if (!isset($rowstart) || !isNum($rowstart)) $rowstart = 0;
   $result = dbquery(
      "SELECT tt.*, tf.*, tu.user_id,user_name FROM ".$db_prefix."threads tt
      INNER JOIN ".$db_prefix."forums tf USING(forum_id)
      INNER JOIN ".$db_prefix."users tu ON tt.thread_lastuser=tu.user_id
      WHERE ".groupaccess('forum_access')." AND thread_author='".$userdata['user_id']."'
      ORDER BY thread_lastpost DESC LIMIT $rowstart,20"
   );
   $i=0;
   opentable($locale['026']);
   echo "<table cellpadding='0' cellspacing='1' width='100%' class='tbl-border'>\n<tr>\n";
   if ($theme_width == "100%") echo "<td class='tbl2'><span class='small'><b>".$locale['030']."</b></span></td>\n";
   echo "<td class='tbl2'><span class='small'><b>".$locale['031']."</b></span></td>
<td align='center' width='1%' class='tbl2' style='white-space:nowrap'><span class='small'><b>".$locale['033']."</b></span></td>
<td align='center' colspan='2' width='1%' class='tbl2' style='white-space:nowrap'><span class='small'><b>".$locale['034']."</b></span></td>
</tr>\n";
   while ($data = dbarray($result)) {
      if ($i % 2 == 0) { $row_color = "tbl1"; } else { $row_color = "tbl2"; }
      $result2 = dbquery("SELECT post_id FROM ".$db_prefix."posts WHERE thread_id='".$data['thread_id']."' ORDER BY post_id DESC");
      echo "<tr>\n";
      if ($theme_width == "100%") {
         echo "<td width='45%' class='$row_color'><span class='small'>".$data['forum_name']."</span></td>
<td width='55%' class='$row_color'><span class='small'><a href='".FORUM."viewthread.php?forum_id=".$data['forum_id']."&thread_id=".$data['thread_id']."' title='".$data['thread_subject']."'>".trimlink($data['thread_subject'], 30)."</a></span></td>\n";
      } else {
         echo "<td width='100%' class='$row_color'><span class='small'><a href='".FORUM."viewthread.php?forum_id=".$data['forum_id']."&thread_id=".$data['thread_id']."' title='".$data['thread_subject']." (".$data['forum_name'].")'>".trimlink($data['thread_subject'], 30)."</a></span></td>\n";
      }
      echo "<td align='center' width='1%' class='$row_color' style='white-space:nowrap'><span class='small'>".(dbrows($result2)-1)."</span></td>
<td align='center' width='1%' class='$row_color' style='white-space:nowrap'><span class='small'><a href='".BASEDIR."profile.php?lookup=".$data['thread_lastuser']."'>".$data['user_name']."</a></span></td>
<td align='center' width='1%' class='$row_color' style='white-space:nowrap'><span class='small'>".showdate("forumdate", $data['thread_lastpost'])."</span></td>
</tr>\n";
      $i++;
   }
   echo "</table>\n";
   closetable();
   if ($rows > 20) echo "<div align='center' style='margin-top:5px;'>\n".makePageNav($rowstart,20,$rows,3)."\n</div>\n";
} else {
   opentable($locale['026']);
   echo "<center><br>\n".$locale['037']."<br><br>\n</center>\n";
   closetable();
}


   echo "</td></tr>
   
</table>";
/////////////////////////////////////THREAD//////////////////////////////////////
   }
   
} else {
   redirect(BASEDIR."index.php");
}

closetable();

require_once "side_right.php";
require_once "footer.php";
?>

Bearbeitet von 8eww am 17.10.2008 00000010 23:00
 
Springe ins Forum:

 Ähnliche Themen 

TEST
Thema Forum Antworten Letzter Beitrag
Datenbank fehler Infusionen 7 24.03.2017 00000003 07:20
neue seite ohne menue HTML, CSS 4 31.05.2016 00000005 07:38
Eigene Seiten lassen sich TEILWEISE nicht bearbeiten. Allgemeine Support Fragen 6 05.11.2013 00000011 20:13
1 Datenbank - 2x PHP-Fusion PHP & MySql 6 08.08.2013 00000008 04:13
User Datenbank zurück spielen Allgemeine Support Fragen 3 23.05.2013 00000005 07:54
PHPFusion DE NSS