labelsite++
- marcus@localhorst
- Posts: 815
- Joined: Fri 28. May 2004, 11:31
- Location: localhorst
- Contact:
labelsite++
holla,
i love to use phpwcms for my projects:
here my own labelsite
http://www.fieldmuzick.net
and for my girlfriend a kind of showcasesite...
http://www.dag-mur.net
greetings
marcus
i love to use phpwcms for my projects:
here my own labelsite
http://www.fieldmuzick.net
and for my girlfriend a kind of showcasesite...
http://www.dag-mur.net
greetings
marcus
- Fulvio Romanin
- Posts: 394
- Joined: Thu 4. Dec 2003, 11:12
- Location: Udine, Italy
- Contact:
- marcus@localhorst
- Posts: 815
- Joined: Fri 28. May 2004, 11:31
- Location: localhorst
- Contact:
-
- Posts: 20
- Joined: Sun 26. Sep 2004, 09:41
- Location: Hamburg
- marcus@localhorst
- Posts: 815
- Joined: Fri 28. May 2004, 11:31
- Location: localhorst
- Contact:
-
- Posts: 20
- Joined: Sun 26. Sep 2004, 09:41
- Location: Hamburg
schöne idee mit der Homepage !
was meint ihr aber mit "calculate the creation time"
ich habe mal auf meiner seite die zeilen in der index.php dekommentiert, um zu sehen, was passiert.
auf der homepage stand dann ein fatalerror. wofür sollte das dekommentiert werden? Ich sag ja nich, daß ich das brauche, aber dazulernen möchte ich schon
grüsse
thomas
was meint ihr aber mit "calculate the creation time"
ich habe mal auf meiner seite die zeilen in der index.php dekommentiert, um zu sehen, was passiert.
auf der homepage stand dann ein fatalerror. wofür sollte das dekommentiert werden? Ich sag ja nich, daß ich das brauche, aber dazulernen möchte ich schon
grüsse
thomas
-
- Posts: 20
- Joined: Sun 26. Sep 2004, 09:41
- Location: Hamburg
geeignetes php programm zeilennummern...
hi all,
ja, das funzt:
nochmals zusammenfassend:
______________________________________________
Um die Erstellungszeit einer Seite unten links darzustellen muss folgendes im script index.php im Hauptverzeichnis von phpwcms geändert werden
entfernen der // Zeichen
in den zeilen 29--31
require ("include/inc_ext/phpsniff/phpTimer.class.php");
$timer =& new phpTimer();
$timer->start('main');
in den zeilen 94--97
$timer->stop('main');
$t = $timer->get_current('main');
$t = number_format ( $t, 5, '.', ','); //number_format ( float number, int decimals, string dec_point, string thousands_sep)
$content["all"] = str_replace('{TIMER}', $t.' sec', $content["all"]);
und in der zeile 103 das OR dort ignorieren
echo spacer(5)."<br /><span class=\"v09\"> created in ".($timer->get_current('main'))." sec</span>";
__________________________________________
Es erscheint dann: zB. "created in 0.0688510000 sec"
was ist denn zzt. das geeigneteste php darstellungsprogramm, bei dem ich die zeilennummern am besten sehe
freeware / opensource muss es natuerlich sein. danke!
ja, das funzt:
nochmals zusammenfassend:
______________________________________________
Um die Erstellungszeit einer Seite unten links darzustellen muss folgendes im script index.php im Hauptverzeichnis von phpwcms geändert werden
entfernen der // Zeichen
in den zeilen 29--31
require ("include/inc_ext/phpsniff/phpTimer.class.php");
$timer =& new phpTimer();
$timer->start('main');
in den zeilen 94--97
$timer->stop('main');
$t = $timer->get_current('main');
$t = number_format ( $t, 5, '.', ','); //number_format ( float number, int decimals, string dec_point, string thousands_sep)
$content["all"] = str_replace('{TIMER}', $t.' sec', $content["all"]);
und in der zeile 103 das OR dort ignorieren
echo spacer(5)."<br /><span class=\"v09\"> created in ".($timer->get_current('main'))." sec</span>";
__________________________________________
Es erscheint dann: zB. "created in 0.0688510000 sec"
was ist denn zzt. das geeigneteste php darstellungsprogramm, bei dem ich die zeilennummern am besten sehe
freeware / opensource muss es natuerlich sein. danke!
Last edited by ijatz on Sun 10. Oct 2004, 12:19, edited 3 times in total.
webmaster von
http://www.Stipendienwerk-Guatemala.de
http://www.Stipendienwerk-Guatemala.de
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
merci
test ich gleich mal
---
Nachtrag:
funzt prima
merci fuer den tipp
---
Nachtrag:
funzt prima
merci fuer den tipp
webmaster von
http://www.Stipendienwerk-Guatemala.de
http://www.Stipendienwerk-Guatemala.de
- marcus@localhorst
- Posts: 815
- Joined: Fri 28. May 2004, 11:31
- Location: localhorst
- Contact:
ich kann immer wieder HTMLKit von http://www.chami.com empfehlen.
bearbeitung direkt auf dem FTPserver, haufen Plugins für viele skriptsprachen etc pp.
bischen unübersichtlich am anfang, aber sehr gut.
auch wenn das jetzt offtopic ist
bearbeitung direkt auf dem FTPserver, haufen Plugins für viele skriptsprachen etc pp.
bischen unübersichtlich am anfang, aber sehr gut.
auch wenn das jetzt offtopic ist