Hack Suche: Boardregeln, Impressum & Haftungsausschluss,Datenschutzerklärung

Projekt-Tuning
Hey Leute,
ich suche mehrere Hacks vom Don Salva's Board (was leider nicht mehr online ist)

Hacks:
Boardregeln, Impressum & Haftungsausschluss,Datenschutzerklärung

Eins habe ich hier schon gefunden das Boardregel Hack! Die anderen habe ich leider nicht gefunden! Wenn einer weiss wo ich die anderen herbekommen kann oder einer diese noch als .rar oder so noch hat bitte melden!

MFG Projekt-Tuning
--Nachtfalke--
Impressum ist doch beim Wbb2 standardgemäß dabei verwirrt
Flechterling
Zitat:
Original von --Nachtfalke--
Impressum ist doch beim Wbb2 standardgemäß dabei verwirrt


Kann ich nicht bestätigen verwirrt

Upps kann ich doch großes Grinsen
hardcore-punk
für Boardregeln etc. einfach mal die Suche benützen, oder bei der wbb-hackliste schauen.... (link in meiner Signatur)
Dragon-Lion
Zitat:
Original von --Nachtfalke--
Impressum ist doch beim Wbb2 standardgemäß dabei verwirrt


und wo bitte?
Bräke
ACP >> Einstellungen >> Globale Optionen
Dragon-Lion
supi danke
und wie mach ich es am besten das oben ein Impressum button is der zum impressum führt der auch für gäste sichtbar sein soll oder brauchen gäste das nich zu sehn ?
Bräke
Gäste sollten den schon sehen.
Ein Impressumslink sollte ohne weiteres für jeden Besucher klickbar sein.

Einbau in den Header, einfach schauen wie die anderen Buttons da drinnen sind, das kopieren und für des impressum anpassen.
Dragon-Lion
mein prob ich weiß nich wo das hinmuss damit es nur einmal dort steht aber für jeden sichtbar ist hab das prob beim portal button gehabt steht doppelt da damits für gäste sichtbar ist möcht ich vermeiden wenns geht
Bräke
Post mal dein Template header oder hänge es an.
Dragon-Lion
bitte sehr Augenzwinkern

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:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
 <tr>
  <td class="mainpage" align="center">
   <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
     <td class="logobackground" align="center"><if($style['logoimage']!="")><then><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if></td>
    </tr>
    <tr>
     <td align="center"><span class="smallfont"><if($wbbuserdata['userid'])><then><a href="jgs_portal.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_portal.gif" border="0" alt="" /></a>
     <a href="index.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_forum.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a>
     <a href="usercp.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a>
     <a href="pms.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then>
     <else><a href="jgs_portal.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_portal.gif" border="0" alt="" /></a>
     <a href="index.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_forum.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a>
     <a href="register.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if>
     <a href="calendar.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" /></a>
     <a href="memberslist.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a>
     <a href="team.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a>
     <a href="search.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a>
     <a href="misc.php?action=faq{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" /></a>
     <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if>
     <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a></then></if></span></td>
    </tr>     
   </table><br />
<if($wbbuserdata['userid'] && $countikz > $countskz)><then>
<div align="center">
<table cellpadding="6" cellspacing="1" border="0" style="width:500px" class="tableinborder">
<tr>
<td class="tablea" align="center"><span class="smallfont"><span class="highlight">{$lang->items['LANG_GUTHABEN_KAUZ_HINWEIS1']}</span><br /><br />{$lang->items['LANG_GUTHABEN_KAUZ_HINWEIS2']}</span></td>
</tr>
</table>
<br /></div>
</then></if>
Bräke
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:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
 <tr>
  <td class="mainpage" align="center">
   <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
     <td class="logobackground" align="center"><if($style['logoimage']!="")><then><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if></td>
    </tr>
    <tr>
     <td align="center"><span class="smallfont"><if($wbbuserdata['userid'])><then><a href="usercp.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a>
     <a href="pms.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then>
     <else><a href="jgs_portal.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_portal.gif" border="0" alt="Portal" /></a>
     <a href="index.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_forum.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a>
     <a href="register.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if>
     <a href="calendar.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" /></a>
     <a href="memberslist.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a>
     <a href="team.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a>
     <a href="search.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a>
     <a href="misc.php?action=faq{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" /></a>
     <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if>
     <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a></then></if></span>
     <if($imprint_url != '')><then><a href="{$imprint_url}"><img src="{$style['imagefolder']}/top_impressum.gif" border="0" alt="{$lang->items['LANG_GLOBAL_IMPRINT']}" title="{$lang->items['LANG_GLOBAL_IMPRINT']}" /></a></then><else><if($imprint_text != '')><then><a href="misc.php?action=imprint{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/top_impressum.gif" border="0" alt="{$lang->items['LANG_GLOBAL_IMPRINT']}" title="{$lang->items['LANG_GLOBAL_IMPRINT']}" /></a></then></if></else></if></td>
    </tr>     
   </table><br />
<if($wbbuserdata['userid'] && $countikz > $countskz)><then>
<div align="center">
<table cellpadding="6" cellspacing="1" border="0" style="width:500px" class="tableinborder">
<tr>
<td class="tablea" align="center"><span class="smallfont"><span class="highlight">{$lang->items['LANG_GUTHABEN_KAUZ_HINWEIS1']}</span><br /><br />{$lang->items['LANG_GUTHABEN_KAUZ_HINWEIS2']}</span></td>
</tr>
</table>
<br /></div>
</then></if>

Probiere mal, das mit dem doppelt Portal-Link hab auch entfernt.
Brauchst nur noch nen Button, WBB2 Standard-Button gibs hier: WBB2 Top-Buttons
Dragon-Lion
ne da sind alle buttons dann weg
Bräke
Nimm mal das.

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:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
 <tr>
  <td class="mainpage" align="center">
   <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
     <td class="logobackground" align="center"><if($style['logoimage']!="")><then><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if></td>
    </tr>
    <tr>
     <td align="center"><span class="smallfont">     <a href="jgs_portal.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_portal.gif" border="0" alt="Portal" /></a>
     <a href="index.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_forum.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a>
     <if($wbbuserdata['userid'])><then><a href="usercp.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a>
     <a href="pms.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then>
     <else><a href="register.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if>
     <a href="calendar.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" /></a>
     <a href="memberslist.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a>
     <a href="team.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a>
     <a href="search.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a>
     <a href="misc.php?action=faq{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" /></a>
     <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if>
     <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a></then></if>
     <if($imprint_url != '')><then><a href="{$imprint_url}"><img src="{$style['imagefolder']}/top_impressum.gif" border="0" alt="{$lang->items['LANG_GLOBAL_IMPRINT']}" title="{$lang->items['LANG_GLOBAL_IMPRINT']}" /></a></then><else><if($imprint_text != '')><then><a href="misc.php?action=imprint{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/top_impressum.gif" border="0" alt="{$lang->items['LANG_GLOBAL_IMPRINT']}" title="{$lang->items['LANG_GLOBAL_IMPRINT']}" /></a></then></if></else></if></span></td>
    </tr>     
   </table><br />
<if($wbbuserdata['userid'] && $countikz > $countskz)><then>
<div align="center">
<table cellpadding="6" cellspacing="1" border="0" style="width:500px" class="tableinborder">
<tr>
<td class="tablea" align="center"><span class="smallfont"><span class="highlight">{$lang->items['LANG_GUTHABEN_KAUZ_HINWEIS1']}</span><br /><br />{$lang->items['LANG_GUTHABEN_KAUZ_HINWEIS2']}</span></td>
</tr>
</table>
<br /></div>
</then></if>
Dragon-Lion
prijma du bist der beste es funktioniert Augenzwinkern
keinplan00
Hallo, ich suche auch nen Hack um genau zu sein diesen:

Regeln, Impressum & Datenschutz - Hack © Don Salva's Board


Wäre nett wenn den jemand noch auf platte hätte