Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MaK_86

Pages: [1]
1
Long time... Hi all...

For over a 4 years everything was ok, until a month ago.
Something happens, and all coding for charesets fails.

As you can see here:
http://maku.szczecin.pl/galeriakolejowa/index.php
All the special polish language characters was change into a special "?" icon.
It also take place when I change the language to deutch. The special letters also are changed.

The problem isn't only in the places that you can edit, as a description of a foto, or a name of a category. The scramble letters also are in the translated parts as "keywords -> słowa kluczowe"

On my server the problem only exists in the 4images gallery.
On the main site, that I write myself every thing is ok.
http://www.maku.szczecin.pl

And so...
I changed coding from ISO-8859-2 to UTF-8, in the templates/xxx/header.php
Nothing...
 
Can someone help me whit this?

--------
Sorry for my "ponglish" ;)

2
Hello...

Almost a 2 years from my last question, but I've made a little progres in html & php.

I have based on the 4greyblue template from  Cameraland.
It was good, but a little too dark for me.
I decided to make my own, based on that 4greyblue.

Changing a style.css, frames, tables, layout and adding some of ma sheets I have made something like this.
http://maku.szczecin.pl/galeriakolejowa/index.php

My question is.
If that template is made on the base of 4greyblue from Cameraland can I share it lake my own?
And, of course is it good to be shared?


Hope u like it.
______________

Sorry about my polish-englich ;)

3
Hi...

I'm making a little mods in my site. In the /top.php
I wanna to show only the top hits, because the voting I have turned off a while ago.

More of that. I wanna to make Top Image Hits from 10 to 25. A have make the modification, but the is a problem, because the placeses from 11 to 25 is clear.

xxx: xxx: maku. szczecin. pl/galeriakolejowa/top. php

Is there some mods that I have to do?
I'm guessing the general index.php

Can someone tell me what & where the mods I have to do?

Hearing from PL.

Edit:
I have made it.
Need to modificate top.php in the mail folder.

from:
$site_db->free_result(); for ($i 1$i <= 10$i++)

to:$site_db->free_result(); for ($i 1$i <= 25$i++)

and also
from:
image_hits DESCi.image_name ASC         LIMIT 10";
to:
image_hits DESCi.image_name ASC         LIMIT 25";

Pages: [1]