I've run checkserveur : http://johann82.ifrance.com/index.html/.
Saddened for my errors of language
tahnks Johann.
Moderator: daj
You are correct... the script use of GD support is required.jojo82 wrote:hi, sorryI do not manage to set up the banner, i have GD support: NO, i can't use the cumulus banner with my serveur ?
I've run checkserveur : http://johann82.ifrance.com/index.html/.
Saddened for my errors of language![]()
tahnks Johann.
Lars-K wrote:I have upgraded the server to php5.
Now it looks like this:
In the configuration section, put:meteotortosa wrote:Only one little thing, how can I get date ddmmyy?
Code: Select all
$SITE['dateiso'] = "no";Actually I have 2009-12-09 (yyyy-mm-dd)steve wrote:In the configuration section, put:meteotortosa wrote:Only one little thing, how can I get date ddmmyy?
Edit: Actually, I'm not sure that does what you want.Code: Select all
$SITE['dateiso'] = "no";
Code: Select all
if ( $SITE['dateiso'] == "yes" ) {
// Fix date to use ISO formatted date
$DATA[0] = "20" . substr($DATA[0],6,2) . '-' . substr($DATA[0],3,2) . '-' .
substr($DATA[0],0,2);Code: Select all
$DATA[0] = "20" . substr($DATA[0],0,2). '-' . substr($DATA[0],3,2) . '-' . substr($DATA[0],6,2);Code: Select all
// Fix date to use Month formatted date
$DATA[0] = $months[intval(substr($DATA[0],3,2)) -1 ] .
" " . intval(substr($DATA[0],0,2)) . " " .
"20" . substr($DATA[0],6,2);Code: Select all
// Fix date to use Month formatted date
$DATA[0] = intval(substr($DATA[0],0,2)) .
" " . $months[intval(substr($DATA[0],3,2)) -1 ] .
" 20" . substr($DATA[0],6,2);
Paul C wrote:meteotortosa
Can you add which country you in aswell please
\I Have added you to the main list
https://cumulus.hosiene.co.uk/viewtopic.p ... 1447#p1447