labelsite++

post released sites here made with phpwcms
Post Reply
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

labelsite++

Post by marcus@localhorst »

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
User avatar
Fulvio Romanin
Posts: 394
Joined: Thu 4. Dec 2003, 11:12
Location: Udine, Italy
Contact:

Post by Fulvio Romanin »

fieldmusick is nice... :)
Completeness is reached through subtraction, not through addition
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Post by marcus@localhorst »

with phpWcms is so much possible to let the site look different from the basic phpWcms layoutconcept... (menue for example)
it#s cool to setup sites very fast...
Earl of Mar
Posts: 20
Joined: Sun 26. Sep 2004, 09:41
Location: Hamburg

Post by Earl of Mar »

@marcus:
How do you calculate the creation time in fieldmuzick.net (on the left-bottom side)?

Thanks
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Post by marcus@localhorst »

very simple,
just uncomment the lines in index.php at line 92 and below. :-)
on bottom of the site.
Earl of Mar
Posts: 20
Joined: Sun 26. Sep 2004, 09:41
Location: Hamburg

Post by Earl of Mar »

Thank you marcus, this is amazing simple!
Magnum
Posts: 91
Joined: Thu 12. Aug 2004, 00:56
Location: Berlin
Contact:

Post by Magnum »

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 :D

grüsse
thomas
Earl of Mar
Posts: 20
Joined: Sun 26. Sep 2004, 09:41
Location: Hamburg

Post by Earl of Mar »

Es geht um die Anzeige der Erstellungsdauer einer Seite - prima, um Performance von mySQL/PHP zu messen!
Es müssen noch die Zeilen 29 bis 31 von den Kommentaren befreit werden, dann bekommst du keine Fehlermeldungen. Den Tag {TIMER} benutzen oder Kommentarzeichen von der Zeile 103 streichen.

Grüße
ijatz
Posts: 25
Joined: Sat 9. Oct 2004, 13:12
Location: Guatemala City
Contact:

geeignetes php programm zeilennummern...

Post by ijatz »

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\">&nbsp;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.
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

Hi

Ich nutze Proton
http://www.meybohm.de/
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
ijatz
Posts: 25
Joined: Sat 9. Oct 2004, 13:12
Location: Guatemala City
Contact:

merci

Post by ijatz »

test ich gleich mal
---
Nachtrag:
funzt prima

merci fuer den tipp
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Post by marcus@localhorst »

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 :-)
Post Reply