Search found 28 matches

by andre
Sun 16. Jan 2005, 14:30
Forum: phpwcms Support English
Topic: New dev release issues
Replies: 10
Views: 5406

by andre
Sun 16. Jan 2005, 14:26
Forum: phpwcms Support English
Topic: New dev release issues
Replies: 10
Views: 5406

i assume the 1.1.5-dev (+P1) doesnt have an installer yet ?

after unpacking (and to be sure, all are "chmod 777") and what ever i load:
http://10.20.30.12/phpwcms/setup
or
http://10.20.30.12/phpwcms

i get forwarded to http://www.phpwcms.de/dbdown.php

am i doing something wrong ? or should i just ...
by andre
Fri 25. Jun 2004, 11:35
Forum: phpwcms Support English
Topic: php tag ?
Replies: 15
Views: 6724

ok,

i didn't notice that there's a content type EXT. CONTENT !
so i converted my script for usage with URL variables and used it in the EXT. CONTENT and voila: http://andres.homelinux.net/web/ the newest cartoon is rendered 8)

cheers
.andre
by andre
Thu 24. Jun 2004, 16:02
Forum: phpwcms Support English
Topic: php tag ?
Replies: 15
Views: 6724

nope! Hmm, well it's working for me as I described. I put the "rss2html.php" file in phpWCMS "root", pasted the following into a content part "plain text", and it generates 2 cartoons Peanuts for 23 Jun 2004 & Peanuts for 22 Jun 2004. 8)
[PHP]include_once ('ext_rss2html.php');
rss2html(0,3,'http ...
by andre
Thu 24. Jun 2004, 15:56
Forum: phpwcms Support English
Topic: php tag ?
Replies: 15
Views: 6724

hi oliver,
it's not possible to declare functions in function (as far as I know)
hmm... <?php
function foo()
{
function bar()
{
echo "I don't exist until foo() is called.\n";
}
}

/* We can't call bar() yet
since it doesn't exist. */

foo();

/* Now we can call bar(),
foo()'s processesing ...
by andre
Thu 24. Jun 2004, 11:39
Forum: phpwcms Support English
Topic: php tag ?
Replies: 15
Views: 6724

nope!

the newest (24 jun 2004) is not shown in phpwcms, look the generated html source:
<div><a target="_blank" href="" ></a><br /><div></div></div><br>
<div><a target="_blank" href="http://www.snoopy.com/comics/peanuts/archive/peanuts-20040623.html" >Peanuts for 23 Jun 2004</a><br /><div><img src ...
by andre
Thu 24. Jun 2004, 09:36
Forum: phpwcms Support English
Topic: php tag ?
Replies: 15
Views: 6724

php tag ?

hi,

this works:
http://andres.homelinux.net/myres/scripts/test_rss2html.php
the code:
// file test_rss2html.php
<?php
include_once('ext_rss2html.php');
rss2html(0,2,'http://dwlt.net/tapestry/peanuts.rdf');
?>

the output:
<div><a target="_blank" href="http://www.snoopy.com/comics/peanuts/archive ...
by andre
Fri 11. Jun 2004, 14:15
Forum: hacks & enhancements
Topic: heise-newsticker
Replies: 24
Views: 14984

hi isac,

sorry, but i was too lazy to write two languages :oops:
i will correct this to the next release...
...i'm still having parse problems with some rss feeds.

cheers
-andre
by andre
Thu 10. Jun 2004, 18:26
Forum: hacks & enhancements
Topic: heise-newsticker
Replies: 24
Views: 14984

ok,

hab hier jetz was läuft:
<?php
////////////////////////////////////////////////////////////////////////////
// ext_srdf.php v0.3 - a simple rdf parser
// modified by Andre Schmidt from code at http://martin.f2o.org/php/xml-feed
//
// usage:
// require(<filename>);
// srdf(<headers>,<mode ...
by andre
Thu 10. Jun 2004, 17:15
Forum: hacks & enhancements
Topic: heise-newsticker
Replies: 24
Views: 14984

yo,

hab hier jetzt (scheinbar) funktionierendes code;
<?php
// ext_srdf.php v0.2 - a simple rdf parser
// modified by Andre Schmidt from code at http://martin.f2o.org/php/xml-feed
//
// usage:
// require(<filename>);
// srdf(<headers>,<mode>,<emblem>,<uri>);
//
// example:
// require("ext_srdf.php ...
by andre
Thu 10. Jun 2004, 11:47
Forum: hacks & enhancements
Topic: heise-newsticker
Replies: 24
Views: 14984

ich will erst mein script zum laufen zu bringen, und dann sehen wir mal...
by andre
Thu 10. Jun 2004, 11:37
Forum: hacks & enhancements
Topic: heise-newsticker
Replies: 24
Views: 14984

moin,

hab mein script bischen weiter entwickelt:
<?php
if (isset($_GET['uri'])) $rdf_uri = $_GET['uri'];
else $rdf_uri = "http://www.heise.de/newsticker/heise.rdf";
if (isset($_GET['lines'])) $lines = $_GET['lines'];

else $lines = 6; //wieviele news sollten angezeigt werden
$emplem ...
by andre
Wed 9. Jun 2004, 21:43
Forum: hacks & enhancements
Topic: heise-newsticker
Replies: 24
Views: 14984

heise-newsticker

hi,

weil ich kein "blah blah" auf meine seite ausdenken kann hab ich eine kleine script gebastelt um heise-news (http://www.heise.de/news-extern/news.shtml) auf meine seite zu linken:

<?php
$rss_uri = "http://www.heise.de/newsticker/heise.rdf";
$lines = "10"; //wieviele news sollten angezeigt ...
by andre
Sun 6. Jun 2004, 16:47
Forum: phpwcms Support English
Topic: article title image
Replies: 0
Views: 896

article title image

hi,

i use images in my article titles, like this:

article title: {IMAGE_LEFT:resources/icons/kmix.png} audio
subtitle: alles was krach macht

so the output looks like this:
...........
: kmix : audio
: .png. : alles was krach macht
...........

as seen, the "{IMAGE_LEFT:resources/icons/kmix.png ...
by andre
Mon 3. May 2004, 14:14
Forum: phpwcms Discussion
Topic: backend online-help
Replies: 3
Views: 2493

I think a mouse over function would be better
...for newcomers would a mouse over indeed be nice, but i bet after a while (when you know the most inputs) the popups will get annoying blowing up anytime you move you're mouse over it... tja, 2 sec timer einbauen,,,

i see oliver has allready planned ...