Frank-Bremen
Mitglied

Registriert: 27.10.2008
Beiträge: 171
|
Titel: RE: Multi-upload frage bei image hosting 1.4.2
ich habe den code gerade da gesucht, und die suche sagt mir, nicht vorhanden.
hier ist meine index_body.tpl die ich online habe. sag mir bitte wo das stehen soll? also in welcher zeile? dies ist die original tpl von der 1.4.2 version.
PHP Code:
<!-- header -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>{webseiten_titel}</title>
<meta name="author" content="Mathias Possinke" />
<meta name="language" content="german,deutsch,DE,AT,CH,US" />
<meta http-equiv="content-language" content="de"/>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
<link rel="stylesheet" href="{script_ordner}/design{design_ordner}/css/styles.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="{seiten_name} RSS News" href="{script_ordner}/feed.php" />
<link rel="alternate" type="application/rss+xml" title="MatPo News RSS" href="http://www.MatPo.de/news.xml" />
<script type="text/javascript" src="{script_ordner}/js/javascript.js"></script>
</head>
<body>
<table cellpadding="0" cellspacing="0" class="table_rahmen" align="center">
<tr>
<td class="header_logo">
<img src="{script_ordner}/design{design_ordner}/images/logo.png" alt="" />
</td>
</tr>
<tr>
<td class="header_topleiste">
<a href="{script_ordner}/{INDEX_PHP}" title="Startseite" class="header_topleiste">Startseite</a>
<!-- newsanzeigen --><a href="{script_ordner}/{NEWS_PHP}" title="News" class="header_topleiste">News</a><!-- /newsanzeigen -->
<a href="{script_ordner}/{GALERIE_PHP}" title="Galerie" class="header_topleiste">Galerie</a>
<a href="{script_ordner}/{GRUPPEN_PHP}" title="Gruppen" class="header_topleiste">Gruppen</a>
<a href="{script_ordner}/{FAQ_PHP}" title="FAQ" class="header_topleiste">FAQ</a>
<a href="{script_ordner}/{MITGLIEDER_PHP}" title="Mitglieder" class="header_topleiste">Mitglieder</a>
<!-- user_ausgelogt -->
<a href="{script_ordner}/{LOGIN_PHP}" title="Login" class="header_topleiste">Login</a>
<!-- registrierung_true --><a href="{script_ordner}/{REGISTRIEREN_PHP}" title="Registrieren" class="header_topleiste">Registrieren</a> <!-- /registrierung_true -->
<!-- /user_ausgelogt -->
<!-- user_eingelogt -->
<!-- archiv_sichtbar --><a href="{script_ordner}/{ARCHIV_PHP}" title="My Archive" class="header_topleiste">My Archive</a> <!-- /archiv_sichtbar -->
<a href="{script_ordner}/{PROFIL_PHP}" title="Profil" class="header_topleiste">Profil</a>
<!-- admin_eingelogt --><a href="{script_ordner}/admin/admin.php" class="header_topleiste">ACP</a><!-- /admin_eingelogt -->
<a href="{script_ordner}/{LOGIN_PHP}?logout" title="Logout {user_name}" class="header_topleiste">Logout ({user_name})</a>
<!-- /user_eingelogt -->
</td>
</tr>
<tr>
<td class="header_untere_leiste">
</td>
</tr>
<tr>
<td class="inhalt_body">
<!-- /header -->
<!-- index_body -->
<table class="table_inhalt" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="box_titel_a"></td>
<td class="box_titel_b">Willkommen bei {seiten_name}</td>
<td class="box_titel_c"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="box_text">
Hier können Sie einfach und bequem Bilder ins Internet stellen.<br />
Mit einem Klick können Sie Bilder online speichern.<br />
Wählen Sie einfach nur Ihr gewünschtes Bild aus und klicken auf "Bild hochladen".<br />
Es eignet sich perfekt für Foren, Blogger, eBay Auktionen oder für Communities und Webseiten.
</td>
</tr>
</table>
<br />
<table class="table_inhalt" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="box_titel_a"></td>
<td class="box_titel_b">Bild Hochladen</td>
<td class="box_titel_c"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="box_upload_links">
<!-- upload_box -->
<div id="BitteWarten" style="display:none;cursor: wait;"><img src="{script_ordner}/design{design_ordner}/images/lade.gif" alt="" style="padding-left: 40%; padding-top: 50px;padding-bottom:50px;" /></div>
<form name="upload_bild" method="post" enctype="multipart/form-data" action="{script_ordner}/{INDEX_PHP}">
<input type="hidden" name="upload" value=""></input>
<input type="hidden" name="MAX_FILE_SIZE" value="{max_groese_bb}"></input>
Bilder Datei auswählen die Sie online stellen möchten:<br />
<!-- allow_url_fopen_aus -->
<b>Upload Typ:</b> <input type="radio" name="upload_von" value="computer" onclick="javascript:ausblenden ('upload_link', 'upload_datei');document.getElementById('pcupload').name='datei';" checked="checked"></input>Computerupload <input type="radio" name="upload_von" value="link" onclick="javascript:ausblenden ('upload_datei', 'upload_link');document.getElementById('pcupload').name='';"></input>Remoteupload<br />
<!-- /allow_url_fopen_aus -->
<br />
<div id="upload_datei" style="display:block;">
<b>*Bild auswählen:</b><br />
<input id="pcupload" type="file" name="datei" size="32" onchange="javascript:matpo_datei ();"></input><br />
</div>
<div id="upload_link" style="display:none;">
<b>*Remoteupload:</b><br />
<input type="text" name="datei" value="http://" onchange="javascript:matpo_datei ()" size="53"></input>
</div>
<div id="LinkEinstellungen"><a href="javascript:void()" onclick="javascript:ausblenden ('LinkEinstellungen', 'Einstellungen');"><img src="{script_ordner}/design{design_ordner}/images/plus.gif" border="0" alt="" /> Einstellungen</a></div>
<br />
<div id="Einstellungen" style="display:none;">
<!-- auto_loeschen -->
<b>Haltbarkeit:</b> <!-- input_tage --><input type="radio" name="tage" value="{tage}" checked="checked"></input>{tage_name}<!-- /input_tage --><br /><br />
<!-- /auto_loeschen -->
<input type="checkbox" name="check_bild_groesse" onclick="javascript:matpo_bildgroesse ();"/>
<b>Bildgröße ändern:</b>
<select name="bild_groesse" disabled="true">
<option value="80x80">80x80 (klein Thumbnail)</option>
<option value="100x100">100x100 (mittel Thumbnail)</option>
<option value="150x150">150x150 (groß Thumbnail)</option>
<option value="320x240">320x240 (Webseiten und eMail)</option>
<option value="640x480">640x480 (für Forum)</option>
<option value="800x600">800x600</option>
<option value="1024x768">1024x768</option>
<option value="1280x1024">1280x1024</option>
<option value="1600x1200">1600x1200</option>
</select><br />
<br />
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="100" height="25"><b>Freigeben:</b></td>
<td height="25"><input type="checkbox" name="status" value="1" checked="checked"></input></td>
</tr>
<tr>
<td class="100" height="25"><b>eMail senden:</b></td>
<td height="25"><!-- user_ausgelogt --><input type="text" name="email" size="30"></input><!-- /user_ausgelogt --><!-- user_eingelogt --><input type="checkbox" name="email" value="{mitglied_email}"></input><!-- /user_eingelogt --></td>
</tr>
<tr>
<td height="25" class="100"><b>Beschreibung:</b></td>
<td height="25"><input type="text" name="text" size="30"></input></td>
</tr>
</table>
</div>
<b>*Regeln:</b>
<input type="checkbox" name="agb" onclick="javascript:matpo_agb ()" disabled="true"></input>ja, ich habe die <a href="{script_ordner}/agb.php" class="hover">Regeln</a> gelesen und akzeptiere diese.<br />
<br />
<input type="submit" name="upload_a" value="Bild hochladen" onclick="javascript:matpo_upload ('Bitte Warten...');" disabled="true"></input>
</form>
<!-- /upload_box -->
<!-- gast_upload_aus -->
Hallo Besucher!<br />
<br />
Es können nur Mitglieder Bilder Hochladen.<br />
<br />
<!-- registrierung_true -->
<b>Sie sind noch nicht registriert?</b><br />
<a href="{script_ordner}/{REGISTRIEREN_PHP}" title="Registrieren">Klick Hier</a>, eine Registrierung dauert nur wenige Minuten.<br />
<br />
<!-- /registrierung_true -->
Mit freundlichen Grüßen<br />
{seiten_name}
<!-- /gast_upload_aus -->
</td>
<td class="box_upload_rechts">
Hinweis: Es dürfen keine Bilder die gegen Gesetz oder die Regeln verstoßen hochgeladen werden bei einem Verstoß wird eine Anzeige auf sie zukommen.<br />
<br />
Ihre IP wird bei uns gemäß gesetzlichen Bestimmungen gespeichert.<br />
<br />
- erlaubte Bildformate: gif, jpg, jpeg, png<br />
- maximale Bildgröße: {max_groese_kb} KB<br />
</td>
</tr>
</table>
<!-- /index_body -->
<!-- box_1 -->
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="box_titel_a"></td>
<td class="box_titel_b">{titel}</td>
<td class="box_titel_c"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="box_text">{text}</td>
</tr>
</table>
<!-- /box_1 -->
<!-- bild_hochgeladen_box -->
<table class="table_inhalt" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="box_titel_a"></td>
<td class="box_titel_b" align="center">Information</td>
<td class="box_titel_c"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="box_text">
<a href="{script_ordner}/{BILD_ARCHIV_LINK}"><h2>Bild wurde erfolgreich hochgeladen.</h2></a>
<!-- email_versenden_text -->{info_mail_text}<br /><!-- /email_versenden_text -->
<p align="center">
<a href="{script_ordner}/{BILD_LINK}" target="_blank"><img src="{script_ordner}/{BILD_LINK}" class="{bild_breite}" height="{bild_hoehe}" border="0" alt="{bild_name}" /></a>
<br />
<b>Thumbnail für Webseiten</b><br />
<textarea cols="80" rows="3" onclick="this.select()">{link_thumbnail_webseite}</textarea><br />
<br />
<b>Hotlink für Webseiten</b> <br />
<textarea cols="80" rows="3" onclick="this.select()">{link_bild_webseite}</textarea><br />
<br />
<b>Thumbnail für Foren</b><br />
<textarea cols="80" rows="3" onclick="this.select()">{link_thumbnail_forum}</textarea><br />
<br />
<b>Hotlink für Foren</b><br />
<textarea cols="80" rows="3" onclick="this.select()">{link_bild_forum}</textarea><br />
<br />
<b>Bild ein Freunden zeigen</b><br />
<textarea cols="80" rows="2" onclick="this.select()">{link_bild_freund}</textarea><br />
<br />
<b>Direkter Link zum Bild</b><br />
<textarea cols="80" rows="2" onclick="this.select()">{link_bild}</textarea><br />
</p>
</td>
</tr>
<tr>
<td class="box_fuss">
<a href="javascript:window.external.AddFavorite('{link_bild_freund}', 'Mein Bilder von {seiten_name}')">Das Bild zu den Favoriten hinzufügen </a>
</td>
</tr>
</table>
<!-- /bild_hochgeladen_box -->
<!-- footer -->
</td>
</tr>
<tr>
<td class="box_footer">
<!-- impressumanzeigen --><a href="{script_ordner}/{IMPRESSUM_PHP}" title="Impressum" class="box_footer">Impressum</a> | <!-- /impressumanzeigen --><!-- kontaktanzeigen --><a href="{script_ordner}/{KONTAKT_PHP}" title="Kontakt" class="box_footer">Kontakt</a> | <!-- /kontaktanzeigen --><a href="{script_ordner}/{AGB_PHP}" title="Regeln" class="box_footer">Regeln</a> | <a href="{script_ordner}/{ONLINE_PHP}" title="Online Statik" class="box_footer">{user_online} Online</a> | <!-- Dies Copyright darf nicht entfernt oder geaeert werden -->Copyright © 2009 by <a href="http://www.MatPo.de" class="box_footer" target="_blank">MatPo.de</a><!-- Ende Copyright -->
</td>
</tr>
</table>
</body>
</html>
<!-- /footer -->
_____________________ Ich habe kostenlos TS Channels zu vergeben an vernünftige User. Einfach ne PN schreiben.
>>>>> www.picsave.de.vu Mein kostenloser Bilder Hoster für dich <<<<<
|