Search found 27 matches

by CodexX
Fri 7. Mar 2014, 14:18
Forum: phpwcms Support Deutsch
Topic: Version 1.4.5 updaten?
Replies: 5
Views: 1504

Re: Version 1.4.5 updaten?

Es gibt seit Urzeiten keine sicherheitsrelevanten bekannten oder behobenen Probleme innerhalb von phpwcms. Von daher entspannt bleiben. Super, danke! Etliche Hinweise findest Du noch hier: https://code.google.com/p/phpwcms/downloads/list Naja, geht so... Wenn man sich nach aktuellen Änderungen ...
by CodexX
Fri 7. Mar 2014, 02:04
Forum: phpwcms Support Deutsch
Topic: Version 1.4.5 updaten?
Replies: 5
Views: 1504

Re: Version 1.4.5 updaten?

Ich kann doch nicht alle Commits durchgehen... So feingranulare Code-Änderungen sind doch nur für Entwickler interessant...
by CodexX
Thu 6. Mar 2014, 23:53
Forum: phpwcms Support Deutsch
Topic: Version 1.4.5 updaten?
Replies: 5
Views: 1504

Version 1.4.5 updaten?

Ich habe eine ältere Webseite, die zwar im Netz verbleiben soll, aber nicht mehr aktiv gepflegt wird. Vor einer Weile habe ich mal auf Version 1.4.5 aktualisiert, was durch die vielen Customizations ziemlich viel Aufwand war. Nun interessieren mich bei dieser Seite keine funtionalen Neuerungen am ...
by CodexX
Wed 1. Mar 2006, 15:14
Forum: phpwcms Support English
Topic: Is there something like {NAV_ROW:PARENT}?
Replies: 3
Views: 1546

I need something very similar like hendrik. The problem with MY_LEVEL_NAV is that it gives the elements of all levels. I do only need the elements of the current level. Home -Main1 -Main2 --Sub1 --Sub2 --Sub3 -Main3 If i click on Main2 I'm redirected to Sub1 and now the menu should look like Sub1 ...
by CodexX
Mon 29. Aug 2005, 13:53
Forum: phpwcms Support English
Topic: Mouseover in menu for background AND text
Replies: 3
Views: 1059

rtilghman wrote: TDMenuID ul li a {
display: block;
}
hi!
it was a bit trickier but with the clue "display: block" i was able to manage it.
thanks
:)
by CodexX
Sun 28. Aug 2005, 20:27
Forum: hacks & enhancements Support
Topic: Problem with {NOSPAM}-Tag
Replies: 9
Views: 5156

maybe would be a good idea to do this?
it's not much effort but is needed by most webmasters since this is a way to reduce spam.
by CodexX
Sun 28. Aug 2005, 18:25
Forum: phpwcms Support English
Topic: Mouseover in menu for background AND text
Replies: 3
Views: 1059

Mouseover in menu for background AND text

concerns: NAV_TABLE_COLUMN with the curser over a menu field the background color changes but the text doesn't. it only changes when the cursor is over the text. is it possible to link those to mouseover effects so that the text also changes (becomes bold or underlined) if the mouse is over its line ...
by CodexX
Sun 28. Aug 2005, 14:29
Forum: hacks & enhancements Support
Topic: Problem with {NOSPAM}-Tag
Replies: 9
Views: 5156

is this or a similar included in the official release? (1.2.5 DEV) or is it still necessary to include it as a hack?
by CodexX
Sat 4. Jun 2005, 15:27
Forum: hacks & enhancements
Topic: Statistic for Visitor, Host, OS etc.
Replies: 91
Views: 92052

Re: Access denied

net-laden wrote:
phpOpenTracker Error: Access denied for user: 'web33@localhost' to database 'usr_web33_1'
statt der Auswertung sehe ich nur diese Fehlermeldung, obwohl die DB-Zugangsdaten in der "phpOpenTracker.php" alle stimmen.

:cry:
http://www.phpwcms.de/forum/viewtopic.php?t=2207
ganz unten.
by CodexX
Sat 4. Jun 2005, 15:24
Forum: hacks & enhancements Support
Topic: exit.php beim VTS
Replies: 22
Views: 24530

is there really nobody capable to fix this problem? it's the same with v1.40. :(
by CodexX
Sun 8. May 2005, 15:09
Forum: hacks & enhancements Support
Topic: VTS Backend Probs
Replies: 10
Views: 8979

Re: VTS - problems

It was problem with mysql TEMPORARY TABLEs creation on my hosting ("CREATE TEMPORARY TABLE ..." statement) I changed "CREATE TEMPORARY TABLE" to "CREATE TABLE" in: /include/inc_ext/phpOpenTracker/phpOpenTracker/API/plugins/top.php line: 262 /include/inc_ext/phpOpenTracker/phpOpenTracker/API/plugins ...
by CodexX
Thu 31. Mar 2005, 13:59
Forum: phpwcms Support English
Topic: Always Stay Logged-in?
Replies: 2
Views: 1667

i tried this but it doesnt work. when i go to a page within the admin section i get the login.php page. on the left im shown as a logged in user but i cant enter a admin site without retyping my logindata. it seems that the automatic logut time just shows which user was online within the time. but ...
by CodexX
Fri 18. Mar 2005, 19:58
Forum: phpwcms Support English
Topic: Always Stay Logged-in?
Replies: 2
Views: 1667

Always Stay Logged-in?

is it possible to stay always logged-in on a pc? i think of a kind of cookie which works instead of typing in the login name and password. the background to this question: nearly all of my updates at my site are done from my home pc which is secure from everybody else so it is unnecessary to ...
by CodexX
Mon 14. Mar 2005, 18:43
Forum: phpwcms Support English
Topic: Customize NAV_TABLE_COLUMN
Replies: 2
Views: 1099

Customize NAV_TABLE_COLUMN

hi there! is it possible to customize the automaticly generated NAV_TABLE_COLUMN somehow? i'd like to insert a space between to lines to structure the menu into two parts. and i'd like to change the bg-color of two points. i need this because my website is devided into two different content parts ...
by CodexX
Thu 3. Mar 2005, 17:26
Forum: phpwcms Support English
Topic: Meta Tags & Google Indexing
Replies: 2
Views: 1329

Meta Tags & Google Indexing

hi! only my startpage is indexed and listed in google. content on other pages (e.g. index.php?text) can not be found via google. i use the following meta tags (plus keywords, author, etc.). is something important missing? <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <META ...