Guthaben Hack Grundversion

Blizz4rd
Zitat:
Original von Frostyz
hast du die install ausgeführt?


ja ich habe alles gemacht
themark6
bei mir in der Top Liste kommen die Mitglieder mit ihren Credits/Euro nicht,also was kann da sein?


weiß wer zufällig,den sql befehl was ich manual auch ausführen kann ?


weil die install datei funzt ned so ganz : (
HopFenschlodel
Zitat:
Original von themark6
bei mir in der Top Liste kommen die Mitglieder mit ihren Credits/Euro nicht,also was kann da sein?


weiß wer zufällig,den sql befehl was ich manual auch ausführen kann ?


weil die install datei funzt ned so ganz : (


Dann gib mal nen LINK ! - und richte mal nen Account ein.

grüße HopFi
DJ Platoun
hab ne fehler meldung

Zitat:
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /var/www/web1/html/forum/pms.php on line 275


Und das ist an der stelle eingebaut
zeile 267 bis 280

Zitat:
if($error) eval ("\$pm_error = \"".$tpl->get("newthread_error")."\";");
else {
if($_POST['parseurl']==1) $message=parseURL($message);
$db->unbuffered_query("INSERT INTO bb".$n."_privatemessage (privatemessageid,senderid,recipientid,subject,message,sendtime,showsmilies
,showsignature,iconid,deletepm) VALUES (NULL,'$wbbuserdata[userid]','$result[userid]','".addslashes(htmlspecialcha
rs($subject))."','".addslashes($message)."','".time()."','".(1-intval($_POS
T['disablesmilies']))."','".intval($_POST['showsignature'])."','$iconid','"
.ifelse($_POST['savecopy']==1,0,2)."')",1);
//Guthaben-Hack BEGIN
$guthaben_hack=$db->query_first("SELECT pn_onoff, pn_wert FROM bb".$n."_guthaben_config");
If ($guthaben_hack['pn_onoff']==1){
$db->unbuffered_query("UPDATE bb".$n."_users SET guthaben=guthaben-".$guthaben_hack[pn_wert]." WHERE userid='$wbbuserdata[userid]'",1);
$db->query("INSERT INTO bb".$n."_guthaben_konto (userid,begruendung,wieviel,date) VALUES ($wbbuserdata[userid], 'Erstellung einer Privaten Nachricht', '$guthaben_hack[ pn_wert]','".time()."')");
}
//Guthaben Hack END
if($result['pmpopup']==1) $db->unbuffered_query("UPDATE bb".$n."_users SET pmpopup=2 WHERE userid='$result[userid]'",1);

if($result['emailonpm']==1) {


jemand ne idee?
Währe super
HopFenschlodel
Zitat:
Original von DJ Platoun
hab ne fehler meldung

Zitat:
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /var/www/web1/html/forum/pms.php on line 275


Und das ist an der stelle eingebaut
zeile 267 bis 280

Zitat:
if($error) eval ("\$pm_error = \"".$tpl->get("newthread_error")."\";");
else {
if($_POST['parseurl']==1) $message=parseURL($message);
$db->unbuffered_query("INSERT INTO bb".$n."_privatemessage (privatemessageid,senderid,recipientid,subject,message,sendtime,showsmilies
,showsignature,iconid,deletepm) VALUES (NULL,'$wbbuserdata[userid]','$result[userid]','".addslashes(htmlspecialcha
rs($subject))."','".addslashes($message)."','".time()."','".(1-intval($_POS
T['disablesmilies']))."','".intval($_POST['showsignature'])."','$iconid','"
.ifelse($_POST['savecopy']==1,0,2)."')",1);
//Guthaben-Hack BEGIN
$guthaben_hack=$db->query_first("SELECT pn_onoff, pn_wert FROM bb".$n."_guthaben_config");
If ($guthaben_hack['pn_onoff']==1){
$db->unbuffered_query("UPDATE bb".$n."_users SET guthaben=guthaben-".$guthaben_hack[pn_wert]." WHERE userid='$wbbuserdata[userid]'",1);
$db->query("INSERT INTO bb".$n."_guthaben_konto (userid,begruendung,wieviel,date) VALUES ($wbbuserdata[userid], 'Erstellung einer Privaten Nachricht', '$guthaben_hack[ pn_wert]','".time()."')");
}
//Guthaben Hack END
if($result['pmpopup']==1) $db->unbuffered_query("UPDATE bb".$n."_users SET pmpopup=2 WHERE userid='$result[userid]'",1);

if($result['emailonpm']==1) {


jemand ne idee?
Währe super



suche in der PMS.PHP nach :

php:
1:
$db->query("INSERT INTO bb".$n."_guthaben_konto (userid,begruendung,wieviel,date) VALUES ($wbbuserdata[userid], 'Erstellung einer Privaten Nachricht', '$guthaben_hack[ pn_wert]','".time()."')");


und ersetze mit :

php:
1:
$db->query("INSERT INTO bb".$n."_guthaben_konto (userid,begruendung,wieviel,date) VALUES ($wbbuserdata[userid], 'Erstellung einer Privaten Nachricht', '$guthaben_hack[pn_wert]','".time()."')");


Gruesse HopFi
DJ Platoun
juhu danke es funtzt großes Grinsen
shad0w
Ich hab ein problem bei der Installation:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
####################################
profile.tpl
####################################

Suchen nach:
   <tr>
    <td><normalfont><B>Beitr&auml;ge:</B></font></td>
    <td><normalfont>$user_info[userposts] ($postperday pro Tag)</font></td>
   </tr>
   <tr>

Darunter einfügen:
   <tr>
    <td><normalfont><B>Guthaben:</B></font></td>
    <td><normalfont>$user_info[guthaben] $guthaben_hack[waehrung]</font></td>
   </tr>
$user_werber

Die Zeilen gibts bei mir gar net.....

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
####################################
templates/usercp.tpl
####################################

Suchen nach:

 <tr>
  <td id="tablea" bgcolor="{tablecolora}" align="center" width="33%">
   <a href="usercp.php?action=favorites&sid=$session[hash]"><img src="{imagefolder}/usercp_favorites.gif" border=0></a><br>
   <normalfont><b><a href="usercp.php?action=favorites&sid=$session[hash]">Favoriten</a></b></font><br>
   <smallfont>Hier finden Sie Ihre abonnierten Foren und Themen.</font></td>
  <td id="tableb" bgcolor="{tablecolorb}" align="center" width="33%">
   <a href="usercp.php?action=avatars&sid=$session[hash]"><img src="{imagefolder}/usercp_avatars.gif" border=0></a><br>
   <normalfont><b><a href="usercp.php?action=avatars&sid=$session[hash]">Avatare</a></b></font><br>
   <smallfont>Avatare sind kleine Bilder, die Sie in Ihren Profil ausw&auml;hlen k&ouml;nnen. Diese werden in allen Beitr&auml;gen unter Ihrem Benutzernamen eingeblendet.</font></td>
  <td id="tablea" bgcolor="{tablecolora}" align="center" width="33%">
   <a href="pms.php?sid=$session[hash]"><img src="{imagefolder}/usercp_pm.gif" border=0></a><br>
   <normalfont><b><a href="pms.php?sid=$session[hash]">Private Nachrichten</a></b></font><br>
   <smallfont>Private Nachrichten erlauben Ihnen das private Kommunizieren mit anderen Mitgliedern dieses Forums.</font></td>
 </tr>

Dannach einfügen:

<tr>
  <td id="tableb" bgcolor="{tablecolorb}" align="center" width="33%">
   <a href="usercp.php?action=shop&sid=$session[hash]"><img src="{imagefolder}/usercp_guthaben_shop.gif" border=0></a><br>
   <normalfont><b><a href="usercp.php?action=shop&sid=$session[hash]">Guthaben Shop</a></b></font><br>
  <td id="tablea" bgcolor="{tablecolora}" align="center" width="33%"></td>
  <td id="tablea" bgcolor="{tablecolora}" align="center" width="33%"></td>
</tr>
   <smallfont>Shop wo sie ihr Guthaben ausgeben können.</font></td>

Gibts bei mir auch net....

Hier meine profile.tpl:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
{!DOCTYPE}
<html>
<head>
<title>$master_board_name - Profil von $user_info[username]</title>
$headinclude
</head>

<body id="bg">
 $header
 <tr bgcolor="{tablecolora}" id="tablea">
  <td><table cellpadding=0 cellspacing=0 border=0 width="100%">
   <tr>
    <td><smallfont><b><a href="index.php?sid=$session[hash]">$master_board_name</a> » Profil von $user_info[username]( $user_info[realname] )</b></font></td>
    <td align="right"><smallfont><b>$usercbar</b></font></td>
   </tr>
  </table></td>
 </tr>
</table><br>
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
 <tr bgcolor="{tablecolora}" id="tablea">
    <td><table width="100%" border="0" cellspacing="4" cellpadding="1">
 <tr bgcolor="{tablecolora}" id="tablea">
    <td width="30%" valign="top">
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="{tableinbordercolor}">
<tr bgcolor="{tabletitlecolor}" id="tabletitle">
    <td colspan="2" align="left"><normalfont color="{fontcolorsecond}"><strong>Foren-Infos</font></strong></td>
        </tr>
        <tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left"><strong><smallfont>Status:</font></strong></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left"><smallfont>$user_online</td>
              </tr>
              <tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left"><strong><smallfont>Registriert seit dem:</font></strong></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left"><smallfont>$regdate</td>
              </tr>
             <tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left"><strong><smallfont>Userid:</font></strong></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left"><smallfont>$user_info[userid]</td>
              </tr>
              <tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left"><strong><smallfont>Userrang:</font></strong></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left"><smallfont>$user_info[ranktitle]</td>
              </tr>
<tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left"><strong><smallfont>Rangimage:</font></strong></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left"><smallfont>$rankimages</td>
              </tr>
              <tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left"><strong><smallfont>Beitr&auml;ge:</font></strong></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left"><smallfont>$user_info[userposts] ($postperday pro Tag)</td>
              </tr>
      </table><br />
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="{tableinbordercolor}">
<tr bgcolor="{tabletitlecolor}" id="tabletitle">
<td colspan="2" id="tabletitle" align="left"><strong><normalfont color="{fontcolorsecond}">Avatar und Usertext</font></strong></td>
        </tr>
        <tr>
<td width="50%" bgcolor="{tablecolorb}" id="tableb" align="center">$useravatar</td>
<td width="50%" bgcolor="{tablecolorb}" id="tablea" align="center" valign="center"><normalfont>$user_text</td>
     </tr>
      </table><br />
    <td width="70%" align="center" valign="top" style="padding-left:10px;">
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="{tableinbordercolor}">
        <tr bgcolor="{tabletitlecolor}" id="tabletitle">
<td colspan="2" align="left"><strong><normalfont color="{fontcolorsecond}">Kontaktdaten</font></strong></td>
        </tr>
        <tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left"><strong><smallfont>ICQ-UIN:</font></strong></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left"><smallfont>$user_info[icq]</td>
                    </tr>
        <tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left"><strong><smallfont>AIM-Screenname:</font></strong></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left"><smallfont>$user_info[aim]</td>
                    </tr>
        <tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left"><strong><smallfont>YIM-Screenname:</font></strong></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left"><smallfont>$user_info[yim]</td>
                    </tr>
        <tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left"><strong><smallfont>MSN-Screenname:</font></strong></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left"><smallfont>$user_info[msn]</td>
                    </tr>
        <tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left"><strong><smallfont>eMail-Adresse</font></strong></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left"><smallfont>$useremail</td>
                    </tr>
        <tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left"><strong><smallfont>HomePage:</font></strong></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left"><smallfont>$userhomepage</td>
                    </tr>
      </table><br>
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="{tableinbordercolor}">
<tr bgcolor="{tabletitlecolor}" id="tabletitle">
          <td colspan="2" align="left"><normalfont color="{fontcolorsecond}"><strong>Sonstige Infos:</font></strong></td>
        </tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left">
<smallfont><strong>Geschlecht:</font></strong></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left"><smallfont>$gender</td>
              </tr>
              <tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left"><strong><smallfont>Geburtstag:</font></strong></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left"><smallfont>$birthday</td>
              </tr>
$profilefields
      </table><br>

<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="{tableinbordercolor}">
<tr bgcolor="{tabletitlecolor}" id="tabletitle">
          <td colspan="2" align="left"><strong><normalfont color="{fontcolorsecond}">Sonstiges</font></strong></td>
        </tr>

<tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left"><smallfont><b>Kontaktm&ouml;glichkeiten:</b></font></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left">$btn_email $btn_pm</td>
</tr>
          <tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left"><smallfont><b>Beitragssuche:</b></font></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left">
$btn_search
</td>
</tr>
<tr>
<td width="30%" bgcolor="{tablecolorb}" id="tableb" align="left"><smallfont><b>Zur Buddylist hinzuf&uuml;gen:</b></font></td>
<td width="70%" bgcolor="{tablecolora}" id="tablea" align="left">
<a href="usercp.php?action=buddy&add=$user_info[userid]&sid=$session[hash]"><normalfont><b>| + Freund |</b></font></a>
</td>
</tr>
</table>
</td>
</tr>
</table></td>
</tr>
</table>
$footer
</body>
</html>


Hier die usercp.tpl:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
{!DOCTYPE}
<html>
<head>
<title>$master_board_name - Kontrollzentrum von $wbbuserdata[username]</title>
$headinclude
</head>
<body id="bg">
$header
 <tr bgcolor="{tablecolora}" id="tablea">
  <td><table cellpadding=0 cellspacing=0 border=0 width="100%">
   <tr>
    <td><smallfont><b><a href="index.php?sid=$session[hash]">$master_board_name</a> » Kontrollzentrum von $wbbuserdata[username]</b></font></td>
    <td align="right"><smallfont><b>$usercbar</b></font></td>
   </tr>
  </table></td>
 </tr>
</table><br>
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
 <tr bgcolor="{tabletitlecolor}" id="tabletitle">
  <td colspan=3><normalfont color="{fontcolorsecond}"><b>&Uuml;bersicht</b></font></td>
 </tr>
 <tr>
  <td id="tablea" bgcolor="{tablecolora}" align="center" width="10%">
   <a href="usercp.php?action=profile_edit&sid=$session[hash]"><img src="{imagefolder}/usercp_profile_edit.gif" border=0></a>
   </td><td id="tablea" bgcolor="{tablecolora}"><normalfont><b><a href="usercp.php?action=profile_edit&sid=$session[hash]">Profil bearbeiten</a></b></font><br>
   <smallfont>Hier k&ouml;nnen Sie Ihre Benutzerdaten editieren.</font></td>
    </tr>
 <tr>
  <td id="tableb" bgcolor="{tablecolorb}" align="center" width="10%">
   <a href="usercp.php?action=signature_edit&sid=$session[hash]"><img src="{imagefolder}/usercp_signature_edit.gif" border=0></a><br>
  </td><td id="tablea" bgcolor="{tablecolora}"> <normalfont><b><a href="usercp.php?action=signature_edit&sid=$session[hash]">Signatur editieren</a></b></font><br>
   <smallfont>Hier k&ouml;nnen Sie Ihre pers&ouml;nliche Signatur bearbeiten.</font></td>
 
  </tr>
 <tr> <td id="tablea" bgcolor="{tablecolora}" align="center" width="10%">
   <a href="usercp.php?action=options_change&sid=$session[hash]"><img src="{imagefolder}/usercp_options_change.gif" border=0></a><br>
   </td><td id="tablea" bgcolor="{tablecolora}"><normalfont><b><a href="usercp.php?action=options_change&sid=$session[hash]">Einstellungen editieren</a></b></font><br>
   <smallfont>Hier k&ouml;nnen Sie Einstellungen vornehmen, die Ihnen das Benutzen des Forums vereinfachen.</font></td>
 </tr>
 <tr>
  <td id="tableb" bgcolor="{tablecolorb}" align="center" width="10%">
   <a href="usercp.php?action=password_change&sid=$session[hash]"><img src="{imagefolder}/usercp_password_change.gif" border=0></a><br>
   </td><td id="tablea" bgcolor="{tablecolora}"><normalfont><b><a href="usercp.php?action=password_change&sid=$session[hash]">Passwort &auml;ndern</a></b></font><br>
   <smallfont>Hier k&ouml;nnen Sie Ihr pers&ouml;nliches Passwort &auml;ndern.</font></td>
   </tr>
 <tr><td id="tablea" bgcolor="{tablecolora}" align="center" width="10%">
   <a href="usercp.php?action=buddy_list&sid=$session[hash]"><img src="{imagefolder}/usercp_buddy_list.gif" border=0></a><br>
  </td><td id="tablea" bgcolor="{tablecolora}"> <normalfont><b><a href="usercp.php?action=buddy_list&sid=$session[hash]">Freunde-Liste</a></b></font><br>
   <smallfont>Hier k&ouml;nnen Sie Ihre pers&ouml;nliche Freunde-Liste bearbeiten.</font></td>
  </tr>
 <tr> <td id="tableb" bgcolor="{tablecolorb}" align="center" width="10%">
   <a href="usercp.php?action=ignore_list&sid=$session[hash]"><img src="{imagefolder}/usercp_ignore_list.gif" border=0></a><br>
  </td><td id="tablea" bgcolor="{tablecolora}"> <normalfont><b><a href="usercp.php?action=ignore_list&sid=$session[hash]">Ignorier-Liste</a></b></font><br>
   <smallfont>Hier k&ouml;nnen Sie Ihre pers&ouml;nliche Ignorier-Liste bearbeiten.</font></td>
 </tr>
 <tr>
  <td id="tablea" bgcolor="{tablecolora}" align="center" width="10%">
   <a href="usercp.php?action=favorites&sid=$session[hash]"><img src="{imagefolder}/usercp_favorites.gif" border=0></a><br>
  </td><td id="tablea" bgcolor="{tablecolora}"> <normalfont><b><a href="usercp.php?action=favorites&sid=$session[hash]">Favoriten</a></b></font><br>
   <smallfont>Hier finden Sie Ihre abonnierten Foren und Themen.</font></td>
  </tr>
 <tr> <td id="tableb" bgcolor="{tablecolorb}" align="center" width="10%">
   <a href="usercp.php?action=avatars&sid=$session[hash]"><img src="{imagefolder}/usercp_avatars.gif" border=0></a><br>
  </td><td id="tablea" bgcolor="{tablecolora}"> <normalfont><b><a href="usercp.php?action=avatars&sid=$session[hash]">Avatare</a></b></font><br>
   <smallfont>Avatare sind kleine Bilder, die Sie in Ihren Profil ausw&auml;hlen k&ouml;nnen. Diese werden in allen Beitr&auml;gen unter Ihrem Benutzernamen eingeblendet.</font></td>
  </tr>
 <tr> <td id="tablea" bgcolor="{tablecolora}" align="center" width="10%">
   <a href="pms.php?sid=$session[hash]"><img src="{imagefolder}/usercp_pm.gif" border=0></a><br>
  </td><td id="tablea" bgcolor="{tablecolora}"> <normalfont><b><a href="pms.php?sid=$session[hash]">Private Nachrichten</a></b></font><br>
   <smallfont>Private Nachrichten erlauben Ihnen das private Kommunizieren mit anderen Mitgliedern dieses Forums.</font></td>
 </tr>
</table>
$footer
$posten
</body>
</html>
Frostyz
Du hast ne andere Ansicht. Versuch einfahc selbst das reinzugeben ist nur HTML das kann doch jeder Augenzwinkern
shad0w
Ich habs hingekriegt danke!

Mir fehen aber Buttons....
Frostyz
muss man selbst machen, steht in der anleitung.
shad0w
Ich habe einen Fehler entdeckt:
In der User Cp ist der Beschreibungstext nach oben verrutscht?!
Auch der Link ist auf der falschen Seite >_<

[IMG]http://img217.imageshack.us/img217/4331/fehler2zf.gif[/IMG]
DJ Platoun
bei mir geht das konto auszüge zusammen fassen net hat schon jemand den bug gefunden ?
HopFenschlodel
da hast Du nen Einbaufehler gemacht..

Der Kontoauszug in Frostyz Guthaben Hack funtkioniert einwandfrei...

häng mal deine usercp.php hier an..
shad0w
Hier meine User Cp
Ich hab noch einige Hacks drauf also bitte vorsichtig smile

Gruß
Morten
Frostyz
Suchen nach:

if($konto=="zusammenfassen") {

Ersetzen mit:

if($_REQUEST['konto']=="zusammenfassen") {
DJ Platoun
supi jetzt funtzt es
shad0w
was ist denn mit meinem Problem unglücklich
HopFenschlodel
Zitat:
Original von shad0w
was ist denn mit meinem Problem unglücklich


Da musste einfach das in der TPL...von OBEN nach UNTEN setzen...

sehe da kein Problem...ist einfacher HTML...

Grüße HopFi
eseko
Hallo wie heien die button name also zb. top_.....gif ? wie heißen die beiden thx voraus
Izzmoo
Zitat:
Original von eseko
Hallo wie heien die button name also zb. top_.....gif ? wie heißen die beiden thx voraus


Guck doch in deiner Header.tpl rein Augenzwinkern