|
|
Latest News |
Latest Threads |
|
 |
56.422 Posts & 4.945 Themen in 78 Foren |
|
|
|
 |
Forensuche |
|
Suchbegriff |
Benutzerauswahl |
Ergebnisse anzeigen |
 |
Suchergebnisse |
16 Treffer |
|
 |
Verfasst am 01.02.2019 - 15:39 Forenbeitrag von: Fischii |
|
PHP 7
Zitat Original geschrieben von k!r!ka
Nabend,
ich glaub das müsste diese Datei im Anhang sein  |
Danke k!r!ka!!
Werde es damit mal versuchen...
Gruß,
Fischii |
|
|
|
|
|
 |
Verfasst am 31.01.2019 - 00:37 Forenbeitrag von: Fischii |
|
PHP 7
Hallo Community,
meine Server wurden auch auf das PHP 7 umgestellt un d nun suche ich schon lange die eine Datei von kit-coding.de und zwar pK PHPKIT 1.6.6 - Mysqli PHPKIT Erweiterung für die PHP Version ab 5.5 - 7.0..
Alle anderen dateien konnte ich davon saugen, nur die eine nicht...
Wäre super wenn die einer mir zuverfügung stellen könnte!
Danke schon mal!!
Gruß,
Michael |
|
|
|
|
|
|
 |
Verfasst am 11.03.2007 - 16:16 Forenbeitrag von: Fischii |
|
Hilfe bei Banner Content
Hi Webi,
oh man da hätte ich mir ja die ganze arbeit sparen können und habe vor zwei htm und 1 php datei geschrieben. Damit ging es ja viel einfacher...
Ich dachte ich hätte es jetzt auch drauf zu proggen.
Webi kannst du mir noch einmal bei was helfen, ich suche von den Download Limit Hack den Copright verweis, aber den finde ich nirgens w?
Danke Webi!!
cu
PS.Das mit Copyright werde ich heute abend regeln. |
|
|
|
|
|
 |
Verfasst am 11.03.2007 - 09:42 Forenbeitrag von: Fischii |
|
Hilfe bei Banner Content
Zitat Original geschrieben von Homer
Mach erstmal wieder das Copyright von psd-resources.de rein;)
Dann sehn wir weiter. |
An dem Copyright habe ich nichts verändert, das war schon so als ich es runtergeladen habe. Lade es dir mal bei psd-resources runter "Template 47". Da wirst du sehen das ich daran nichts verändert habe. |
|
|
|
|
|
 |
Verfasst am 11.03.2007 - 00:03 Forenbeitrag von: Fischii |
|
Hilfe bei Banner Content
Moin Leut´´s,
ich bin im moment dabei mir einen Hack für meine Page zu machen. Nur komme ich jetzt nicht weiter, ich bräuchte von jemanden hilfe der sich gut mit dem phpkit auskennt.
Info zu dem Hack:
Ich bastle mir grade einen Hack wo man einen Werbebanner oben auf der startseite hat, ich habe es über´s Content geregelt. Das ist auch kein problem. Aber jetzt würde ich es noch gerne machen das der Banner auf jede Seite oben steht, also nicht nur auf der Startseite.
Kann mir vielleicht einer einen Tip geben in welcher datei ich meine "eval" anweisung eintragen muss, das er mir den Banner dann auf jeder Seite anzeigt.
Bei mir auf der Page könnt ihr es schon begutachten.
http://www.silent-hunter3-modzone.de
Danke schon mal!
cu |
|
|
|
|
|
 |
Verfasst am 09.03.2007 - 03:04 Forenbeitrag von: Fischii |
|
In Topbox datum mit rein?
Jau das werde ich mal ändern, beim Design stand noch nie der Name da drin. Daran habe ich nichts geändert
Aber noch mals vielen dank!
Du bist einfach nur super und echt toller Service hier..
Gute Nacht |
|
|
|
|
|
|
 |
Verfasst am 09.03.2007 - 01:53 Forenbeitrag von: Fischii |
|
In Topbox datum mit rein?
Also läuft der noch nicht so rund wie er soll?
Aber du hast mich doch bei meinen ersten Posting richtig verstanden, das er das erstellungs Datum dort anzeigen soll?
Wie leicht kappier es ja auch heute nicht mehr was du damit meinst...  |
|
|
|
|
|
 |
Verfasst am 09.03.2007 - 00:01 Forenbeitrag von: Fischii |
|
In Topbox datum mit rein?
Hi Webi,
habe bei allen drei die Artikel raus gelöscht. Poste dir mal alle Codes von allen drei.
Kann man es vielleicht auch so machen das erst der Titel kommt und unter dem Titel das Datum ausgeben wird?
Dann könnte man es ja auch mit vier Tabellen machen.
template Header
| Quellcode
<table class="standard" cellpadding="0" cellspacing="0" width="100%"><tr><td>
<table cellspacing=1 cellpadding=0 width="100%">
<tr>
<td height="20" class="navheadtop" width=25%> Neue Downloads:</td>
<td height="20" class="navheadtop" width=25%> Neue Links:</td>
<td height="20" class="navheadtop" width=25%> Neue News:</td>
</tr>
</table>
<table cellspacing=1 cellpadding=0 width="100%"> | |  |
Template Topbox
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | | Quellcode <tr>
<td height="16" class="left" width=25%>
<img border="0" alt="arrow" src="images/pfeil_orange.gif" />
<a href="include.php?path=content/download.php&contentid=$content_id">
$content_title
</a>
</td>
<td height="16" class="left" width=25%>
<img border="0" alt="arrow" src="images/pfeil_orange.gif" />
<a href="include.php?path=content/links.php&contentid=$content_id3">
$content_title3
</a>
</td>
<td height="16" class="left" width=25%>
<img border="0" alt="arrow" src="images/pfeil_orange.gif" />
<a href="include.php?path=content/news.php&contentid=$content_id4">
$content_title4
</a>
</td>
</tr> | |  |
topbox.php
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 | | PHP-Quelltext <?php
######################################
# Kit-Total.de - Topbox v1.0
# HTH-C.com - Update v2.5
######################################
# Konfiguration
# Wie viele Eintraege sollen angezeigt werden? Standard sind 5 Eintraege
$show_entries = "5";
# Nach dieser zeile bitte nichts veraendern
# das tabellenkopf template einbinden
eval ("\$site_body.= \"".getTemplate("content/topbox_header")."\";");
# die letzten downloads
$getcontentinfo = $DB->query("SELECT ".$db_tab['content'].".content_id, ".$db_tab['content'].".content_title, ".$db_tab['content'].".content_time FROM ".$db_tab['content']." LEFT JOIN ".$db_tab['contentcat']." ON ".$db_tab['contentcat'].".contentcat_id=".$db_tab['content'].".content_cat WHERE ".$db_tab['content'].".content_option='4' AND ".$db_tab['content'].".content_status='1' AND ".$db_tab['content'].".content_time<'".$time_now."' AND (".$db_tab['content'].".content_expire>'".$time_now."' OR ".$db_tab['content'].".content_expire='0') AND ".sqlrights($db_tab['contentcat'].'.contentcat_rights')." ORDER by ".$db_tab['content'].".content_time DESC LIMIT $show_entries");
# die letzten links auslesen
$getcontentinfo3 = $DB->query("SELECT ".$db_tab['content'].".content_id, ".$db_tab['content'].".content_title, ".$db_tab['content'].".content_time FROM ".$db_tab['content']." LEFT JOIN ".$db_tab['contentcat']." ON ".$db_tab['contentcat'].".contentcat_id=".$db_tab['content'].".content_cat WHERE ".$db_tab['content'].".content_option='3' AND ".$db_tab['content'].".content_status='1' AND ".$db_tab['content'].".content_time<'".$time_now."' AND (".$db_tab['content'].".content_expire>'".$time_now."' OR ".$db_tab['content'].".content_expire='0') AND ".sqlrights($db_tab['contentcat'].'.contentcat_rights')." ORDER by ".$db_tab['content'].".content_time DESC LIMIT $show_entries");
# die letzten news auslesen
$getcontentinfo4 = $DB->query("SELECT ".$db_tab['content'].".content_id, ".$db_tab['content'].".content_title, ".$db_tab['content'].".content_time FROM ".$db_tab['content']." LEFT JOIN ".$db_tab['contentcat']." ON ".$db_tab['contentcat'].".contentcat_id=".$db_tab['content'].".content_cat WHERE ".$db_tab['content'].".content_option='2' AND ".$db_tab['content'].".content_status='1' AND ".$db_tab['content'].".content_time<'".$time_now."' AND (".$db_tab['content'].".content_expire>'".$time_now."' OR ".$db_tab['content'].".content_expire='0') AND ".sqlrights($db_tab['contentcat'].'.contentcat_rights')." ORDER by ".$db_tab['content'].".content_time DESC LIMIT $show_entries");
for ($i = 0; $i < $show_entries; $i++)
{
# die datenbankinhalte in ein array einlesen
$contentinfo = $DB->fetch_array($getcontentinfo); #downloads
$contentinfo3 = $DB->fetch_array($getcontentinfo3); #links
$contentinfo4 = $DB->fetch_array($getcontentinfo4); #news
# die einzelnen, benoetigten array sektionen lesen
$content_title = $contentinfo['content_title']; #dloads
$content_time = formattime($contentinfo['content_time']);
$content_id = $contentinfo['content_id'];
$content_title3 = $contentinfo3['content_title']; #links
$content_time3 = formattime($contentinfo3['content_time']);
$content_id3 = $contentinfo3['content_id'];
$content_title4 = $contentinfo4['content_title']; #news
$content_time4 = formattime($contentinfo4['content_time']);
$content_id4 = $contentinfo4['content_id'];
# topbox template einbinden
eval ("\$site_body.= \"".getTemplate("content/topbox")."\";");
}
# den tabellenfuss einbinden
eval ("\$site_body.= \"".getTemplate("content/topbox_footer")."\";");
# Variablen loeschen
unset($content_id, $content_title, $content_time);
?> | |  | |
|
|
|
|
|
|
|
 |
 |
Zur Zeit sind 480 Benutzer online: 2 Mitglieder und 478 Besucher - Rekord: 1814 Benutzer (Samstag, 14. Januar 2023, 07:00) Botty, Bottyline |
|
 |
Statistik: 6.222 Mitglieder - 4.945 Themen - 56.422 Beiträge (8 Beiträge pro Tag) Unser neuestes Mitglied heißt: HKS-CLAN |
|
|
|
 |
Heute haben folgende Mitglieder Geburtstag: Das Team von HTH-C.com wünscht einen schönen Geburtstag. rarterchri (85), ymnyla (57), Rimus (56), toxma (66) |
|
|
|
|
|
|
|