Search found 18 matches

by cartman
Sun 23. Nov 2003, 14:04
Forum: phpwcms Support English
Topic: Displaying content in several columns
Replies: 30
Views: 9538

I said XARA_WEBSTYLE (menu designer program) and NOT xaraya (that suxxx)
by cartman
Sat 22. Nov 2003, 21:46
Forum: phpwcms Support English
Topic: patch 2003.11.22 istalled -> menu highlights disappeared
Replies: 3
Views: 2518

ok. problem solved

Code: Select all

$template_default["nav_table_struct"]["js_over_effects"]		= 0;
shouldbe 1
by cartman
Sat 22. Nov 2003, 21:33
Forum: phpwcms Support English
Topic: patch 2003.11.22 istalled -> menu highlights disappeared
Replies: 3
Views: 2518

patch 2003.11.22 istalled -> menu highlights disappeared

After uploading the new files, the left menu is no more highlighted (mouseover) :(
by cartman
Sat 22. Nov 2003, 15:13
Forum: phpwcms Support English
Topic: str_replace Help!
Replies: 1
Views: 1883

str_replace Help!

Hi! my webhosting company adds a javascript entry ot my php pages (to the first line), so a lot of scripts and functions are unusable.
(the script adds a banner to my site)
Is there a way to replace that entry somehow with
srt_replace

?

check it out
http://users.atw.hu/c/a/cartmanland/index.php
by cartman
Sat 22. Nov 2003, 01:47
Forum: phpwcms Support English
Topic: Blank login page
Replies: 5
Views: 2936

which script gives you a blank page? index.php login.php setup.php?
by cartman
Sat 22. Nov 2003, 00:43
Forum: phpwcms Support English
Topic: Displaying content in several columns
Replies: 30
Views: 9538

You can do it with xara webstyle and a lot of time :)
by cartman
Sat 22. Nov 2003, 00:38
Forum: General Discussion
Topic: phpwcms_introduction.swf
Replies: 4
Views: 3708

sieht nützlich aus
by cartman
Sat 22. Nov 2003, 00:11
Forum: General Discussion
Topic: Liste von phpwcms-Sites
Replies: 29
Views: 14813

by cartman
Sat 22. Nov 2003, 00:05
Forum: General Discussion
Topic: phpwcms_introduction.swf
Replies: 4
Views: 3708

phpwcms_introduction.swf

Oliver!
Mit welchem screen2swf Programm hast du phpwcms_introduction.swf gemacht?

gergő
by cartman
Fri 21. Nov 2003, 23:54
Forum: phpwcms Support English
Topic: Displaying content in several columns
Replies: 30
Views: 9538

add to the main block: {CONTENT}
add to the left block: {NAV_TABLE_COLUMN}
read more about the tags: http://phpwcms.de/index.php?id=17,0,0,1,0,0
by cartman
Wed 19. Nov 2003, 20:48
Forum: phpwcms Support English
Topic: ftp / web uplaod error plz help
Replies: 13
Views: 6937

thx a lot, it works!!!!
by cartman
Wed 19. Nov 2003, 20:43
Forum: phpwcms Support English
Topic: ftp / web uplaod error plz help
Replies: 13
Views: 6937

ok. what is the default webmaster id?
by cartman
Wed 19. Nov 2003, 16:47
Forum: phpwcms Support English
Topic: ftp / web uplaod error plz help
Replies: 13
Views: 6937

this was the original:

$useruploadpath = PHPWCMS_ROOT.$phpwcms["file_path"].$_SESSION["wcs_user_id"];
$userftppath = PHPWCMS_ROOT.$phpwcms["ftp_path"];
$usernewfile = $useruploadpath."/".$wcs_newfilename;
if ($dir = @opendir($useruploadpath)) {
if(@copy($userftppath.$file, $usernewfile ...
by cartman
Wed 19. Nov 2003, 16:25
Forum: phpwcms Support English
Topic: ftp / web uplaod error plz help
Replies: 13
Views: 6937

and when I'm trying to download the file, I get an error page, and the system logs me off, so i have to logon again, maybe a userid problem?
by cartman
Wed 19. Nov 2003, 16:14
Forum: phpwcms Support English
Topic: ftp / web uplaod error plz help
Replies: 13
Views: 6937

hi!

inc_ftptakeover.php (include/inc_act/)

now I can upload via ftp and take over the files :)
GD and thumbnails work too, but "download files" does not :(



<?php
/*************************************************************************************
Copyright notice

(c) 2002-2003 Oliver ...